@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Rubik:wght@300;400;500&family=Titillium+Web:wght@300;400;500&display=swap&family=Volkhov:wght@300;400;500&display=swap);
.vid-bg {
  opacity: 0.5;
  /* ! */
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%
}

.hidden {
  display: none
}

* {
  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: 14px;
  line-height: 1.5;
  color: #666;
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-size: calc(14px + 7*(100vw - 375px)/1225);
}

body.admin-bar .navbar {
  top: 32px
}

body.admin-bar .section-nav.sticky {
  top: 122px
}

.page-container {
  padding: 90px 60px 0
}

.container {
  max-width: 1330px
}

.medium-container {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto
}

.grey-bg {
  background-color: #F2F4F3
}

.green-bg {
  background-color: #001E1B
}

.green-bg h2,
.green-bg .double-row .with-numbers h3,
.double-row .with-numbers .green-bg h3 {
  color: #FFF
}

.green-bg p {
  color: #7fa5a1
}

ol {
  padding-left: 15px
}

img {
  max-width: 100%;
  height: auto
}

.btn,
.wpcf7 .wpcf7-submit {
  height: 50px;
  font-size: 13px;
  line-height: 50px;
  padding: 0 25px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  display: table;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  transition: ease .3s;
  min-width: 210px;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  font-weight: 500;
  border-radius: 0
}

.btn.btn-primary,
.wpcf7 .btn-primary.wpcf7-submit,
.btn.btn-primary.active,
.wpcf7 .btn-primary.active.wpcf7-submit {
  background-color: #003832!important;
  color: #FFF
}

.btn.btn-primary:hover,
.wpcf7 .btn-primary.wpcf7-submit:hover,
.btn.btn-primary.active:hover,
.wpcf7 .btn-primary.active.wpcf7-submit:hover {
  background-color: #00957E!important
}

.btn.btn-secondary,
.wpcf7 .btn-secondary.wpcf7-submit {
  background-color: #00957E;
  color: #FFF
}

.btn.btn-secondary:hover,
.wpcf7 .btn-secondary.wpcf7-submit:hover {
  background-color: #FFF;
  color: #003832
}

button:focus {
  outline: none
}

.d-flex .row {
  min-width: calc(100% + 30px)
}

h1,
.counter-container h3 {
  font-family: "Volkhov", serif;
  color: #001E1B;
  font-size: 60px;
  font-size: 3.8rem;
  line-height: 1;
  font-weight: 400;
}

h2,
.double-row .with-numbers h3 {
  font-family: "Volkhov", serif;
  color: #001E1B;
  font-size: 50px;
  font-size: 3.15rem;
  line-height: 1;
  font-weight: 400;
}

h3 {
  font-family: "Volkhov", serif;
  color: #001E1B;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
}

h4 {
  color: #001E1B;
  font-size: 24px;
  line-height: 1;
  font-weight: 300
}

h5 {
  font-size: 20px;
  color: #003832;
  line-height: 1.75;
  font-weight: 300
}

p {
  font-size: 17px;
}

p.label,
.hero p.label {
  color: #689e80;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

p.subheadline {
  font-size: 20px;
  color: #003832;
  line-height: 1.75
}

a {
  font-size: 16px;
  color: #003832;
  text-decoration: none;
  transition: ease .3s
}

a:hover {
  text-decoration: none;
  color: #00957E
}

a.arrow-link {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400
}

a.arrow-link svg {
  margin-left: 10px;
  margin-right: 5px;
  transition: ease .3s
}

a.arrow-link:hover {
  color: #F2F4F3
}

a.arrow-link:hover svg {
  margin-top: -15px;
  margin-left: 15px;
  margin-right: 0
}

.arrow-link {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400
}

.arrow-link svg {
  margin-left: 10px;
  margin-right: 5px;
  transition: ease .3s
}

.arrow-link:hover {
  color: #F2F4F3
}

.arrow-link:hover svg {
  margin-top: -15px;
  margin-left: 15px;
  margin-right: 0
}

ul {
  padding-left: 20px
}

ul li {
  font-size: 16px;
  line-height: 1.5
}

svg .fill-green {
  fill: #00957E
}

svg .fill-dark {
  fill: #001E1B
}

.fail-page {
  padding-top: 200px;
  padding-bottom: 200px
}

.fail-page .btn,
.fail-page .wpcf7 .wpcf7-submit,
.wpcf7 .fail-page .wpcf7-submit {
  margin: 20px auto
}

@media screen and (max-width:1600px) {
  .medium-container {
    max-width: 100%;
    text-align: center
  }
}

@media screen and (max-width:1360px) {
  .page-container {
    padding: 80px 30px 0
  }
  .container {
    max-width: 1140px
  }
}

@media screen and (max-width:1280px) {
  .container {
    max-width: 1100px
  }
  h1,
  .counter-container h3 {
    font-size: 3.6rem
  }
}

@media screen and (max-width:1190px) {
  .container {
    max-width: 1080px
  }
  h1,
  .counter-container h3 {
    font-size: 3.2rem
  }
  h2,
  .double-row .with-numbers h3 {
    font-size: 2.6rem
  }
  h3 {
    font-size: 22px;
    margin-bottom: 10px
  }
  p.subheadline {
    font-size: 18px
  }
  p.subheadline br {
    display: none
  }
}

@media screen and (max-width:920px) {
  .page-container {
    padding: 80px 20px 0
  }
}
@media screen and (max-width:480px) {
  .mobile-hide {
    visibility: hidden;
    height: 0px!important;
        margin-top: 0px!important;
  }
  .fund-intro {
        margin-bottom: -140px!important;
    }
    .fund-intro p {
        margin-bottom: 30px!important;
    }
}


@media screen and (max-width:620px) {
  .page-container {
    padding: 60px 0 0
  }
  h1,
  .counter-container h3 {
    font-size: 2.2rem
  }
  h2,
  .double-row .with-numbers h3 {
    font-size: 1.8rem
  }
  a.arrow-link svg {
    margin-left: 5px
  }
  .fail-page {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.hero {
  background-size: cover;
  background-position: center;
  background-color: #2a593f;
}

.hero h1,
.hero .counter-container h3,
.counter-container .hero h3 {
  color: #FFF;
  margin-bottom: 40px;
  margin-top: 40px;
}

.hero p {
  font-size: 20px;
  color: #88c6a3;
}

.hero a.arrow-link {
  color: #FFF;
  font-weight: 500
}

.hero.fp-hero {
  position: relative;
  overflow: hidden
}

.hero.fp-hero .video {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0
}

.hero.fp-hero .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto
}

.hero.fp-hero .shape {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: -40px;
  width: calc(100% + 80px);
  height: 100%;
  background-image: url(../../../../../../themes/annox/assets/shape.png);
  background-size: cover;
  background-position: center
}

.hero.fp-hero .container {
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 210px)
}

.hero.fp-hero .links {
  margin-top: 40px
}

.hero.fp-hero .links a {
  margin-right: 40px
}

.hero.fp-hero .graph-box {
  cursor: pointer
}

.hero.fp-hero__2 p {
  font-size: 16px;
  margin-bottom: 0
}

.hero.fp-hero__2 p.bold {
  font-weight: 500;
  margin-bottom: 10px
}

.hero.fp-hero__2 .list-item {
  margin-bottom: 5px
}

.hero.fp-hero__2 .list-item .icon {
  margin-right: 15px
}

.hero.fp-hero__2 .list-item .icon svg {
  width: 20px;
  height: auto
}

.hero.fp-hero__2 img {
  width: 180%;
  max-width: 180%;
  margin-left: -50%;
  margin-bottom: -160px
}

.hero.sub-hero {
  background-image: url(https://res.cloudinary.com/www-exceedgroup-dk/image/upload/c_scale,h_480/v1644623314/Emerge%20Holdings/hero-bg_2.webp);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative
}

.hero.sub-hero .container {
  min-height: 280px
}

.hero.sub-hero.post-overview-hero .container {
  min-height: auto
}

.hero.post-hero {
  padding-top: 150px;
  padding-bottom: 180px
}

.hero.post-hero .container {
  min-height: auto
}

.hero.with-map {
  background-image: none
}

.hero.with-map .map {
  text-align: center
}

.hero.with-map .map svg {
  margin: 0 auto;
  max-height: calc(100vh - 300px);
  width: auto
}

.hero .info-box {
  background-color: #003832;
  flex-wrap: wrap;
  padding: 50px 50px 0;
  margin-top: 50px
}

.hero .info-box p {
  font-size: 20px;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 0
}

.hero .info-box p.label {
  color: #00957E;
  font-size: 14px;
  margin-bottom: 5px
}

.hero .info-box a {
  font-size: 20px;
  color: #FFF;
  font-weight: 400
}

.hero .info-box .info {
  width: 50%;
  margin-bottom: 50px
}

.featured-img-container .container {
  height: 600px;
  margin-top: -150px;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 10
}

.post-content {
  padding-top: 100px;
  padding-bottom: 100px
}

.post-content h1,
.post-content .counter-container h3,
.counter-container .post-content h3,
.post-content h2,
.post-content .double-row .with-numbers h3,
.double-row .with-numbers .post-content h3,
.post-content h3,
.post-content h4,
.post-content h5 {
  margin-bottom: 20px
}

.post-content p {
  line-height: 2;
  margin-bottom: 20px
}

.post-overview {
  padding-bottom: 150px
}

.post-overview h2,
.post-overview .double-row .with-numbers h3,
.double-row .with-numbers .post-overview h3 {
  margin-bottom: 40px
}

.post-overview .latest-post {
  display: block;
  overflow: hidden
}

.post-overview .latest-post .featured-image {
  height: 240px;
  background-position: center;
  background-size: cover;
  transition: ease .3s;
  position: relative;
  z-index: 1
}

.post-overview .latest-post .box {
  padding: 40px 60px 60px;
  min-height: 175px;
  position: relative;
  z-index: 2
}

.post-overview .latest-post .date {
  color: #8b8b8b;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block
}

.post-overview .latest-post h4 {
  color: #003832;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  transition: ease .3s
}

.post-overview .latest-post:hover .featured-image {
  transform: scale(1.1)
}

.post-overview .latest-post:hover h4 {
  color: #00957E
}

.post-overview.archive-page {
  padding-top: 150px
}

.post-overview.archive-page .latest-post {
  margin-bottom: 30px
}

.post-overview .pagination {
  justify-content: -webkit-center;
  justify-content: center;
  margin-top: 60px
}

.post-overview .pagination h2,
.post-overview .pagination .double-row .with-numbers h3,
.double-row .with-numbers .post-overview .pagination h3 {
  display: none
}

.post-overview .pagination .page-numbers {
  background-color: #F2F4F3;
  font-weight: 500;
  font-size: 12px;
  padding: 10px 15px;
  text-transform: uppercase
}

.post-overview .pagination .page-numbers.current {
  background-color: #003832;
  color: #FFF
}

.trustbar-container {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px
}

.trustbar-container .icon {
  margin-right: 15px;
  margin-top: 3px
}

.trustbar-container .trustbar img {
  max-height: 25px;
  width: auto;
  margin-top: -15px
}

.trustbar-container .trustbar p {
  margin-bottom: 0
}

.trustbar-container .trustbar p.subject {
  font-size: 13px;
  opacity: .5
}

.solutions-row {
  padding-top: 90px;
  padding-bottom: 150px
}

.solutions-row h2,
.solutions-row .double-row .with-numbers h3,
.double-row .with-numbers .solutions-row h3 {
  margin-top: 10px
}

.solutions-row .link-box {
  height: 175px;
  margin: 10px -5px;
  padding: 40px;
  background-size: cover;
  background-position: 50% 100%;
  transition: ease .3s;
  position: relative
}

.solutions-row .link-box div {
  position: relative;
  z-index: 2
}

.solutions-row .link-box p {
  margin-bottom: 0;
  display: none;
  color: #001E1B
}

.solutions-row .link-box svg {
  margin-left: 15px
}

@media (pointer:fine) {
  .solutions-row .link-box p {
    margin-bottom: 0;
    display: none;
    color: #FFF
  }
  .solutions-row .link-box:hover {
    background-color: #00957E;
    background-blend-mode: multiply
  }
  .solutions-row .link-box:hover h4 {
    color: #FFF
  }
  .solutions-row .link-box:hover p {
    display: block
  }
  .solutions-row .link-box:hover svg .fill-green {
    fill: #FFF
  }
}

.double-row {
  margin-bottom: 150px
}

.double-row h2,
.double-row .with-numbers h3 {
  margin-bottom: 30px
}

.double-row p {
  line-height: 2
}

.double-row p.label {
  margin-bottom: 0
}

.double-row .item {
  margin-bottom: 30px
}

.double-row .item .icon {
  margin-right: 20px
}

.double-row .item p {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5
}

.double-row .btn,
.double-row .wpcf7 .wpcf7-submit,
.wpcf7 .double-row .wpcf7-submit {
  margin-top: 40px
}

.double-row p.large-text {
  font-size: 20px;
  line-height: 1.5
}

.double-row .with-numbers h3 {
  margin-bottom: 0;
  margin-top: 40px
}

.steps-container {
  margin-bottom: 150px;
  padding-top: 150px;
  padding-bottom: 150px
}

.steps-container h2,
.steps-container .double-row .with-numbers h3,
.double-row .with-numbers .steps-container h3 {
  margin-bottom: 40px
}

.steps-container p {
  line-height: 2;
  font-size: 16px
}

.steps-container .box {
  background-color: #FFF;
  padding: 60px;
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat
}

.steps-container .box .count {
  font-size: 20px;
  color: #003832;
  opacity: .2;
  letter-spacing: 1.5px;
  line-height: 1;
  font-weight: 500
}

.steps-container .box .icon {
  margin-top: 60px;
  margin-bottom: 35px;
  height: 75px
}

.steps-container .box a {
  color: #00957E
}

.steps-container .box.grey-bg {
  background-color: #F2F4F3;
  padding: 40px 40px 90px
}

.steps-container .box.grey-bg p {
  font-size: 16px
}

.steps-container .box.grey-bg .icon {
  margin-top: 0;
  margin-bottom: 25px
}

.steps-container .box.grey-bg .btn,
.steps-container .box.grey-bg .wpcf7 .wpcf7-submit,
.wpcf7 .steps-container .box.grey-bg .wpcf7-submit {
  width: calc(100% - 80px);
  max-width: calc(100% - 80px);
  bottom: 40px;
  position: absolute
}

.steps-container .box.grey-bg .btn.btn-primary,
.steps-container .box.grey-bg .wpcf7 .btn-primary.wpcf7-submit,
.wpcf7 .steps-container .box.grey-bg .btn-primary.wpcf7-submit {
  background-color: #00957E
}

.steps-container .box.grey-bg .btn.btn-transparent,
.steps-container .box.grey-bg .wpcf7 .btn-transparent.wpcf7-submit,
.wpcf7 .steps-container .box.grey-bg .btn-transparent.wpcf7-submit {
  color: #00957E;
  border: 2px solid #00957E;
  line-height: 46px
}

.steps-container .box.grey-bg .btn:hover,
.steps-container .box.grey-bg .wpcf7 .wpcf7-submit:hover,
.wpcf7 .steps-container .box.grey-bg .wpcf7-submit:hover {
  background-color: #003832;
  border-color: #003832;
  color: #FFF
}

.steps-container.intro {
  margin-bottom: 0
}

.steps-container__2 .infobox {
  background-color: #e3e7e5;
  padding: 40px 60px;
  margin-top: 30px
}

.steps-container__2 .infobox p {
  margin-bottom: 0
}

.steps-container__2 .infobox p strong {
  font-weight: 500
}

.steps-container__2 .box .icon {
  margin-top: 30px;
  margin-bottom: 20px
}

.steps-container__2 .box p {
  line-height: 1.5
}

.links-overview {
  padding-top: 80px;
  padding-bottom: 80px
}

.links-overview a {
  color: #00957E;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px
}

.links-overview a svg {
  margin-left: 10px
}

.links-overview a:hover {
  color: #003832
}

.links-overview a:hover svg .fill-green {
  fill: #003832
}

.solutions-overview .image {
  width: 50%;
  min-height: 640px;
  height: 100%;
  background-size: cover;
  background-position: center
}

.solutions-overview .container:nth-child(even) .image {
  -webkit-order: 2;
  order: 2;
  margin-left: 8.333333%
}

.solutions-overview .container:nth-child(even) .content {
  -webkit-order: 1;
  order: 1
}

.solutions-overview .double-row {
  margin-bottom: 60px
}

.intro {
  margin-bottom: 70px
}

.intro p {
  font-size: 19px;
  line-height: 1.8
}

.intro p a {
  font-size: 19px;
  line-height: 1.8
}

.intro+.double-row {
  margin-top: -70px
}

.contact-form-container {
  padding-top: 150px;
  padding-bottom: 120px
}

.contact-form-container .box {
  background-color: #F2F4F3;
  margin-bottom: 30px
}

.contact-form-container .box .image-container {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center
}

.contact-form-container .box .content {
  padding: 25px 30px 30px
}

.contact-form-container .box p.name {
  font-size: 20px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #003832;
  margin-bottom: 5px
}

.contact-form-container .box p.title {
  text-transform: uppercase;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 15px;
  letter-spacing: 1px
}

.contact-form-container .box a {
  color: #00957E;
  display: block
}

.contact-form-container .box a:hover {
  color: #003832
}

.contact-form-container+.contact-form-container {
  padding-top: 0
}

.map-container {
  padding: 0
}

.map-container #map {
  height: 600px
}

.map-container .mapboxgl-ctrl-bottom-right {
  display: none
}

.counter-container {
  padding-top: 110px;
  padding-bottom: 110px
}

.counter-container h3 {
  margin-bottom: 5px
}

.intro-container {
  margin-bottom: 100px
}

.intro-container h2,
.intro-container .double-row .with-numbers h3,
.double-row .with-numbers .intro-container h3 {
  margin-bottom: 30px
}

.intro-container p {
  line-height: 2;
  margin-bottom: 30px
}

.ref-logos .ref-logo {
  margin-top: 50px
}

.ref-logos .ref-logo img {
  max-height: 35px;
  max-width: 200px;
  height: auto;
  width: auto;
  margin-bottom: 10px
}

.ref-logos .ref-logo p {
  color: gray;
  font-size: 13px;
  margin-bottom: 0
}

.img-content .col-lg-4 .ref-logos {
  margin-top: -20px
}

.img-content .col-lg-4 .ref-logos .ref-logo {
  margin-top: 35px
}

.img-content .col-lg-4 .ref-logos .ref-logo img {
  max-height: 25px;
  max-width: 170px;
  margin-bottom: 0
}

.flow-row {
  margin-top: 60px
}

.flow-row .grey-box {
  padding: 60px 50px 60px 70px;
  position: relative;
  overflow: hidden
}

.flow-row .grey-box img {
  max-height: 60px;
  width: auto;
  margin-bottom: 30px
}

.flow-row .grey-box p {
  color: #003832;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
  position: relative;
  z-index: 9
}

.flow-row .grey-box .next {
  width: 120px;
  height: 320px;
  box-sizing: content-box;
  position: absolute;
  right: 0;
  top: -20px;
  background: #F2F4F3;
  color: #fff;
  text-align: center;
  text-transform: uppercase
}

.flow-row .grey-box .next:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 80px solid #FFF;
  border-top: 175px solid transparent;
  border-bottom: 175px solid transparent
}

.flow-row .grey-box .next:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 80px solid #F2F4F3;
  border-top: 175px solid transparent;
  border-bottom: 175px solid transparent
}

.flow-row .grey-box:last-child .next {
  display: none
}

.pricing-info-container h2+p,
.pricing-info-container .double-row .with-numbers h3+p,
.double-row .with-numbers .pricing-info-container h3+p {
  margin-bottom: 0
}

.pricing-info-container .col-info {
  margin-top: 30px
}

.pricing-info-container .col-info .icon {
  margin-right: 20px
}

.pricing-info-container .col-info p {
  margin-bottom: 0;
  line-height: 1.5
}

.pricing-info-container .pricing-box {
  background-color: #003832;
  color: #FFF
}

.pricing-info-container .pricing-box .top {
  position: relative
}

.pricing-info-container .pricing-box .top .seperator {
  height: 50px;
  width: 50px;
  border: 1px solid rgba(255, 255, 255, .16);
  background-color: #003832;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 25px)
}

.pricing-info-container .pricing-box .top .info {
  width: 50%;
  padding: 80px 30px
}

.pricing-info-container .pricing-box .top .info:first-child {
  border-right: 1px solid rgba(255, 255, 255, .16)
}

.pricing-info-container .pricing-box .top .info h2,
.pricing-info-container .pricing-box .top .info .double-row .with-numbers h3,
.double-row .with-numbers .pricing-info-container .pricing-box .top .info h3 {
  color: #FFF;
  font-size: 60px;
  margin-bottom: 0
}

.pricing-info-container .pricing-box .top .info p:not(.label) {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2
}

.pricing-info-container .pricing-box .bottom {
  border-top: 1px solid rgba(255, 255, 255, .16);
  padding: 40px
}

.pricing-info-container .pricing-box .bottom p {
  line-height: 1.2;
  font-weight: 400
}

.pricing-info-container .pricing-box .bottom .btn,
.pricing-info-container .pricing-box .bottom .wpcf7 .wpcf7-submit,
.wpcf7 .pricing-info-container .pricing-box .bottom .wpcf7-submit {
  margin: 30px auto 0
}

.pricing-info-container .pricing-box-2 {
  background-color: #FFF;
  position: relative
}

.pricing-info-container .pricing-box-2 p.label {
  position: absolute;
  max-width: 160px;
  line-height: 1.2;
  top: 40px;
  left: 40px
}

.pricing-info-container .faqs {
  margin-top: 60px
}

.pricing-layout+.cta-cols-container {
  padding-top: 150px
}

.pricing-container {
  position: relative
}

.pricing-container .background {
  background-image: url(../../../../../../themes/annox/assets/pricing-bg.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: calc(100% - 100px);
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1
}

.pricing-container .background:before {
  content: '';
  background-color: #003832;
  max-width: 420px;
  top: 0;
  position: absolute
}

.pricing-container .pricing-box {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 420px
}

.pricing-container .pricing-box .inner {
  background-color: rgba(0, 30, 27, .95);
  padding: 50px;
  position: relative;
  z-index: 2;
  min-height: 640px;
  flex-wrap: wrap
}

.pricing-container .pricing-box p {
  color: #00957E;
  line-height: 1.5;
  margin-bottom: 10px
}

.pricing-container .pricing-box p.label {
  color: #FFF
}

.pricing-container .pricing-box:before {
  content: '';
  position: absolute;
  background-color: #003832;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50px
}

.pricing-container .pricing-box:after {
  content: '';
  position: absolute;
  background-color: #003832;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50px
}

.pricing-container .pricing-box .price h2,
.pricing-container .pricing-box .price .double-row .with-numbers h3,
.double-row .with-numbers .pricing-container .pricing-box .price h3 {
  color: #FFF;
  font-size: 80px;
  margin-bottom: 10px;
  line-height: 1
}

.pricing-container .pricing-box .price h2+p,
.pricing-container .pricing-box .price .double-row .with-numbers h3+p,
.double-row .with-numbers .pricing-container .pricing-box .price h3+p {
  color: #00957E
}

.pricing-container .pricing-box .price p {
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 0
}

.pricing-container .pricing-box .bottom p {
  font-size: 14px;
  color: #FFF;
  opacity: .4
}

.cta-cols-container {
  margin-bottom: 150px
}

.cta-cols-container .box {
  padding: 110px;
  background-position: center;
  background-size: cover
}

.cta-cols-container .box .btn,
.cta-cols-container .box .wpcf7 .wpcf7-submit,
.wpcf7 .cta-cols-container .box .wpcf7-submit {
  margin-top: 40px
}

.cta-cols-container .box p {
  line-height: 2
}

.cta-cols-container+.grey-bg {
  margin-bottom: 150px
}

.cta-cols-container+.grey-bg.faq-container {
  margin-bottom: 0
}

.cta-cols-container__2 .box {
  padding: 80px
}

.layout {
  padding-top: 150px;
  padding-bottom: 60px;
  margin-bottom: 0
}

.layout p {
  line-height: 2
}

.layout-3 .box {
  background-color: #FFF;
  padding: 60px
}

.layout-3 .box img {
  max-height: 70px;
  width: auto;
  margin-bottom: 30px
}

.layout-4 img {
  margin: 0 -50px;
  width: calc(100% + 100px);
  max-width: calc(100% + 100px)
}

.layout-4.double-row {
  margin-bottom: 0
}

.text-layout {
  padding-bottom: 110px
}

.text-layout h2,
.text-layout .double-row .with-numbers h3,
.double-row .with-numbers .text-layout h3 {
  margin-bottom: 20px
}

.text-layout .text {
  margin-bottom: 40px
}

.text-layout img {
  margin-bottom: 40px
}

.section-nav {
  margin-top: -40px;
  position: relative
}

.section-nav .medium-container {
  background-color: #2a593f;
  position: relative;
}

.section-nav.with-grey-bg:before {
  content: '';
  width: 100%;
  height: 50%;
  background-color: #F2F4F3;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1
}

.section-nav.sticky {
  position: fixed;
  top: 90px;
  left: 0;
  max-width: 100%;
  margin-top: 0;
  z-index: 99;
  transition: ease .3s;
  background-color: #003832
}

.section-nav.sticky .medium-container {
  background-color: transparent
}

.section-nav.sticky.with-grey-bg:before {
  content: none
}

.section-nav .container .row {
  height: 80px
}

.section-nav a {
  color: #88c6a3;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  position: relative;
  display: sblock;
  width: fit-content;
}

.section-nav a:after {
  content: '';
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0
}

.section-nav a.active {
  color: #FFF
}

.section-nav a.active:after {
  background-color: #88c6a3;
}

.fund-intro {
  padding-top: 70px;
  padding-bottom: 110px;
}

.fund-intro .trustbar-container {
  margin-bottom: 0
}

.fund-intro .trustbar-container.smaller-screens {
  display: none
}

.fund-intro h2,
.fund-intro .double-row .with-numbers h3,
.double-row .with-numbers .fund-intro h3 {
  margin-bottom: 60px
}

.fund-intro p {
  line-height: 2;
  margin-bottom: 25px
}

.quote-box {
    /* padding: 60px 60px 80px; */
    background-size: cover;
    background-position: center;
    /* background-image: url(https://res.cloudinary.com/www-exceedgroup-dk/image/upload/v1701617222/Exceed%20Capital/img/battlebroker_promo.webp); */
    height: calc(100% - 50px);
    margin-top: 10px;
}

.quote-box2 {
  padding: 60px 60px 80px;
  background-size: cover;
  background-position: center;
  background-image: url(https://res.cloudinary.com/www-exceedgroup-dk/image/upload/v1676763068/div/flashreport.png);
  height: calc(100% - 50px);
  margin-top: 10px;
}

.quote-box2 .icon {
  margin-bottom: 30px
}

.quote-box2 p {
  color: #FFF;
  font-size: 25px;
  line-height: 1.5
}

.quote-box .icon {
  margin-bottom: 30px
}

.quote-box p {
  color: #FFF;
  font-size: 25px;
  line-height: 1.5
}

.information-col {
  margin-bottom: 30px
}

.information-col p {
  margin-bottom: 0
}

.information-col .top {
  padding: 17px 30px
}

.information-col .item-logo img {
  max-height: 30px;
  width: auto;
  height: auto
}

.information-col .item-label svg {
  margin-right: 15px
}

.information-col .item-label p {
  color: #001E1B
}

.information-col .icon svg {
  margin-left: 15px
}

.information-col .item {
  padding: 10px 30px;
  height: 60px;
  border-top: 1px solid rgba(0, 0, 0, .08)
}

.information-col .item span {
  color: #001E1B;
  font-size: 14px;
  opacity: .3
}

.information-col .item:hover {
  background-color: rgba(0, 0, 0, .08);
  border-color: transparent
}

.information-col.white-bg {
  background-color: #FFF
}

.page-template-default .section-nav .medium-container {
  position: relative;
  margin-bottom: 150px
}

.page-template-default .section-nav.sticky .medium-container {
  margin-bottom: 0
}

.page-template-default .intro-container {
  margin-bottom: 150px
}

.page-template-default .green-bg {
  margin-bottom: 0
}

.page-template-default .layout+.intro-container {
  padding-top: 150px
}

.invest-info-container .green-bg {
  background-color: #003832;
  margin-top: -80px;
  position: relative
}

.invest-info-container .btn.btn-primary,
.invest-info-container .wpcf7 .btn-primary.wpcf7-submit,
.wpcf7 .invest-info-container .btn-primary.wpcf7-submit {
  background-color: #00957E!important
}

.invest-info-container p {
  margin-bottom: 0
}

.invest-info-container p.info {
  color: #FFF;
  font-size: 30px
}

.invest-info-container .col-lg-6 {
  padding-top: 50px;
  padding-bottom: 50px
}

.invest-info-container .col-lg-6:first-child {
  border-right: 1px solid rgba(255, 255, 255, .1);
  padding-right: 60px
}

.invest-info-container .col-lg-6:last-child {
  padding-left: 60px
}

.basic-text {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
  line-height: 2
}

.basic-text p {
  margin-bottom: 20px
}

.guide-list h3 {
  margin-top: 80px;
  margin-bottom: 30px
}

.guide-list .guide-item {
  background-color: #F2F4F3;
  margin-bottom: 20px;
  padding: 20px 35px 20px 15px;
  min-height: 80px;
  transition: ease .3s
}

.guide-list .guide-item .logo {
  width: 100px;
  display: flex;
  margin-right: 20px
}

.guide-list .guide-item .logo img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto
}

.guide-list .guide-item p {
  margin-bottom: 0;
  color: #003832
}

.guide-list .guide-item svg {
  transition: ease .3s;
  margin-right: 10px
}

.guide-list .guide-item:hover {
  background-color: #e3e7e5
}

.guide-list .guide-item:hover svg {
  margin-top: -10px;
  margin-right: 0
}

@media screen and (max-height:800px) {
  .hero.fp-hero .container {
    min-height: calc(100vh - 120px);
    padding-top: 80px;
    padding-bottom: 80px
  }
}

@media screen and (max-width:1600px) {
  .hero.sub-hero {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .counter-container {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .section-nav {
    margin-top: 0;
    padding: 0
  }
  .information-col p {
    font-size: 14px;
    line-height: 1.2
  }
}

@media screen and (max-width:1360px) {
  .hero.with-map h1,
  .hero.with-map .counter-container h3,
  .counter-container .hero.with-map h3 {
    font-size: 3.2rem
  }
  .hero.with-map .map svg {
    max-height: calc(100vh - 280px)
  }
  .hero .info-box {
    padding: 40px 40px 0;
    margin-top: 40px
  }
  .hero.post-hero {
    padding-bottom: 180px
  }
  .featured-img-container .container {
    height: 450px
  }
  .post-content {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .steps-container .box {
    padding: 40px
  }
  .steps-container .box .icon {
    margin-top: 40px;
    margin-bottom: 25px
  }
  .steps-container .box.grey-bg {
    padding: 30px 30px 90px
  }
  .steps-container .box.grey-bg .icon {
    height: 55px;
    margin-bottom: 20px;
    max-width: 50px
  }
  .steps-container .box.grey-bg h3 {
    font-size: 20px
  }
  .steps-container .box.grey-bg .btn,
  .steps-container .box.grey-bg .wpcf7 .wpcf7-submit,
  .wpcf7 .steps-container .box.grey-bg .wpcf7-submit {
    min-width: calc(100% - 60px);
    max-width: calc(100% - 60px);
    bottom: 30px;
    padding: 0 10px
  }
  .post-overview .latest-post .box {
    padding: 40px
  }
  .section-nav .container .row {
    height: 70px
  }
  .section-nav.sticky {
    top: 80px
  }
  .trustbar-container .icon {
    margin-right: 10px;
    margin-top: 6px;
    max-width: 40px
  }
  .trustbar-container .trustbar p.subject {
    font-size: 10px;
    opacity: .5;
    margin-bottom: 4px
  }
  .invest-info-container p.info {
    font-size: 20px
  }
}

@media screen and (max-width:1280px) {
  .hero.fp-hero__2 h1,
  .hero.fp-hero__2 .counter-container h3,
  .counter-container .hero.fp-hero__2 h3 {
    margin-bottom: 30px
  }
  .hero.fp-hero__2 img {
    width: 100%;
    max-width: 100%;
    margin-left: -10%
  }
}

@media screen and (max-width:1190px) {
  .hero.fp-hero .container {
    min-height: calc(100vh - 120px);
    padding-top: 70px;
    padding-bottom: 70px
  }
  .hero.sub-hero {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .hero.with-map {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .hero.with-map h1,
  .hero.with-map .counter-container h3,
  .counter-container .hero.with-map h3 {
    font-size: 2.6rem
  }
  .hero.with-map .map svg {
    max-height: calc(100vh - 230px)
  }
  .hero.post-hero {
    padding-top: 60px;
    padding-bottom: 180px
  }
  .hero .info-box {
    padding: 30px 30px 0;
    margin-top: 30px
  }
  .hero .info-box .info {
    margin-bottom: 30px
  }
  .hero .info-box .info p {
    font-size: 16px
  }
  .hero .info-box .info p.label {
    font-size: 14px
  }
  .hero .info-box .info a {
    font-size: 16px
  }
  .featured-img-container .container {
    height: 350px
  }
  .counter-container {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .trustbar-container {
    margin-bottom: 20px
  }
  .section-nav a {
    margin: 0 auto
  }
  .fund-intro {
    padding-top: 80px;
    padding-bottom: 40px
  }
  .fund-intro .trustbar-container.large-screens {
    display: none
  }
  .fund-intro .trustbar-container.smaller-screens {
    display: block
  }
  .solutions-row {
    padding-top: 60px;
    padding-bottom: 120px
  }
  .solutions-row .link-box {
    padding: 25px
  }
  .solutions-row .link-box p {
    display: block;
    color: #001E1B
  }
  .solutions-overview .image {
    height: 100%;
    min-height: 520px
  }
  .solutions-overview .double-row {
    margin-bottom: 50px
  }
  .double-row {
    margin-bottom: 120px
  }
  .double-row p.large-text {
    font-size: 16px
  }
  .steps-container {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 120px
  }
  .steps-container .box {
    padding: 30px
  }
  .steps-container .box .icon {
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 50px
  }
  .steps-container .box.grey-bg {
    margin-bottom: 30px;
    height: calc(100% - 30px)
  }
  .steps-container .box.grey-bg .icon {
    margin-bottom: 10px
  }
  .steps-container__2 .infobox {
    padding: 40px
  }
  .layout {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 0
  }
  .layout .intro {
    margin-top: 0
  }
  .layout-3 .box {
    padding: 40px;
    height: 100%
  }
  .text-layout {
    padding-bottom: 60px
  }
  .intro-container {
    padding-top: 80px
  }
  .intro-container h2,
  .intro-container .double-row .with-numbers h3,
  .double-row .with-numbers .intro-container h3 {
    margin-bottom: 20px
  }
  .intro-container p {
    margin-bottom: 20px
  }
  .ref-logos .ref-logo {
    margin-top: 30px
  }
  .ref-logos .ref-logo img {
    max-width: 170px
  }
  .intro {
    margin-bottom: 40px
  }
  .intro p {
    font-size: 16px
  }
  .intro p a {
    font-size: 16px
  }
  .flow-row .grey-box {
    padding: 40px 30px 40px 50px
  }
  .flow-row .grey-box .next {
    height: 310px
  }
  .contact-form-container {
    padding-top: 100px;
    padding-bottom: 80px
  }
  .links-overview {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .pricing-container .pricing-box {
    max-width: 320px
  }
  .pricing-container .pricing-box .inner {
    min-height: 560px;
    padding: 50px 30px 30px
  }
  .pricing-container .price h2,
  .pricing-container .price .double-row .with-numbers h3,
  .double-row .with-numbers .pricing-container .price h3 {
    font-size: 60px
  }
  .pricing-container .price p {
    font-size: 16px
  }
  .cta-cols-container {
    margin-bottom: 120px
  }
  .cta-cols-container .box {
    padding: 60px
  }
  .pricing-layout+.cta-cols-container {
    padding-top: 120px
  }
  .counter-container h3 {
    font-size: 2.4rem
  }
  .intro-container {
    padding-top: 0
  }
  .post-overview {
    padding-bottom: 120px
  }
  .post-overview .latest-post .featured-image {
    height: 180px
  }
  .post-overview .latest-post .box {
    padding: 30px;
    min-height: 160px
  }
  .post-overview .latest-post .date {
    margin-bottom: 10px
  }
  .post-overview.archive-page {
    padding-top: 120px
  }
  .information-col .item-logo img {
    max-height: 25px
  }
  .invest-info-container .green-bg {
    text-align: left
  }
  .invest-info-container .col-lg-6 {
    padding: 40px
  }
  .invest-info-container .btn,
  .invest-info-container .wpcf7 .wpcf7-submit,
  .wpcf7 .invest-info-container .wpcf7-submit {
    min-width: auto
  }
  .invest-info-container p.info {
    font-size: 20px
  }
  .pricing-info-container .col-info .icon {
    margin-bottom: 10px
  }
  .pricing-info-container .pricing-box .top .info {
    padding: 30px 20px
  }
  .pricing-info-container .pricing-box .top .info h2,
  .pricing-info-container .pricing-box .top .info .double-row .with-numbers h3,
  .double-row .with-numbers .pricing-info-container .pricing-box .top .info h3 {
    font-size: 40px
  }
  .pricing-info-container .pricing-box .top .info p:not(.label) {
    font-size: 14px
  }
  .pricing-info-container .pricing-box .top .seperator {
    height: 30px;
    width: 30px;
    left: calc(50% - 15px)
  }
  .pricing-info-container .pricing-box .top .seperator svg {
    max-width: 60%
  }
  .pricing-info-container .pricing-box .bottom {
    padding: 30px
  }
}

@media screen and (max-width: 992px) {
  .hero h1,
  .hero .counter-container h3,
  .counter-container .hero h3 {
    margin-bottom: 15px
  }
  .hero p {
    max-width: none
  }
  .hero.with-map .map {
    margin-top: 40px
  }
  .hero.with-map .map svg {
    max-height: none;
    width: 100%;
    height: auto
  }
  .hero.fp-hero .links {
    margin-top: 20px;
    margin-bottom: 40px
  }
  .hero.fp-hero .links a {
    margin-left: 20px;
    margin-right: 20px
  }
  .hero.fp-hero__2 img {
    margin-left: 0
  }
  .hero.sub-hero .graph-box {
    margin-top: 13px;
  }
  .trustbar-container {
    padding-bottom: 0;
    margin-bottom: 0
  }
  .trustbar-container .col-lg-3 {
    margin-bottom: 20px
  }
  .trustbar-container .trustbar p.subject {
    margin-bottom: 0
  }
  .trustbar-container .icon {
    margin-top: 8px
  }
  .solutions-row {
    padding-bottom: 80px
  }
  .links-overview {
    padding-top: 40px;
    padding-bottom: 20px
  }
  .links-overview .item {
    width: 33.33%;
    margin-bottom: 20px
  }
  .solutions-overview {
    padding: 0
  }
  .solutions-overview .double-row {
    padding-top: 0
  }
  .solutions-overview .image {
    width: 100%;
    -webkit-order: 1;
    order: 1;
    min-height: 420px
  }
  .solutions-overview .content {
    -webkit-order: 2;
    order: 2
  }
  .solutions-overview .container:nth-child(even) .image {
    margin-left: 0;
    -webkit-order: 1;
    order: 1
  }
  .solutions-overview .container:nth-child(even) .content {
    -webkit-order: 2;
    order: 2
  }
  .solutions-overview h2 br,
  .solutions-overview .double-row .with-numbers h3 br,
  .double-row .with-numbers .solutions-overview h3 br {
    display: none
  }
  .solutions-overview .btn,
  .solutions-overview .wpcf7 .wpcf7-submit,
  .wpcf7 .solutions-overview .wpcf7-submit {
    margin: 20px auto 0
  }
  .double-row {
    margin-bottom: 80px
  }
  .double-row img {
    margin-bottom: 40px
  }
  .double-row .with-numbers h3 {
    margin-top: 30px
  }
  .steps-container {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 80px
  }
  .steps-container .box {
    height: auto;
    margin-bottom: 30px;
    background-size: 70%
  }
  .steps-container .box p br {
    display: none
  }
  .steps-container .col-lg-4:last-child .box {
    margin-bottom: 0
  }
  .steps-container.intro {
    margin-top: 0
  }
  .steps-container.intro h2,
  .steps-container.intro .double-row .with-numbers h3,
  .double-row .with-numbers .steps-container.intro h3 {
    margin-bottom: 20px
  }
  .steps-container__2 .infobox {
    padding: 30px;
    margin-top: 0
  }
  .counter-container h3 {
    font-size: 2.4rem
  }
  .counter-container p {
    font-size: 14px
  }
  .intro-container {
    padding-top: 0
  }
  .contact-form-container {
    padding-top: 80px
  }
  .contact-form-container .box .image-container {
    height: 230px
  }
  .layout {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .layout.steps-container {
    margin-bottom: 0
  }
  .layout.double-row {
    margin-bottom: 0
  }
  .layout-1 .btn,
  .layout-1 .wpcf7 .wpcf7-submit,
  .wpcf7 .layout-1 .wpcf7-submit {
    margin-bottom: 40px
  }
  .layout-3 .box {
    height: auto;
    margin-bottom: 20px
  }
  .layout-4 img {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 100%
  }
  .layout-6 h2,
  .layout-6 .double-row .with-numbers h3,
  .double-row .with-numbers .layout-6 h3 {
    margin-bottom: 40px
  }
  .text-layout {
    padding-bottom: 30px
  }
  .intro {
    margin-top: 40px
  }
  .intro+.double-row {
    margin-top: -110px
  }
  .pricing-container {
    margin-top: 60px
  }
  .cta-cols-container {
    margin-bottom: 80px
  }
  .pricing-layout .btn,
  .pricing-layout .wpcf7 .wpcf7-submit,
  .wpcf7 .pricing-layout .wpcf7-submit {
    margin-bottom: 40px
  }
  .pricing-layout+.cta-cols-container {
    padding-top: 80px
  }
  .intro-container img {
    margin-bottom: 40px
  }
  .post-overview {
    padding-bottom: 80px
  }
  .post-overview .latest-post {
    margin-bottom: 40px
  }
  .post-overview .latest-post .featured-image {
    height: 200px
  }
  .post-overview .latest-post .box {
    padding: 30px 40px 40px;
    min-height: auto
  }
  .post-overview .latest-post .date {
    margin-bottom: 10px
  }
  .post-overview.archive-page {
    padding-top: 80px
  }
  .information-col {
    margin-left: 0;
    margin-top: 20px
  }
  .invest-info-container .col-lg-6:first-child {
    padding: 40px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
  }
  .invest-info-container .col-lg-6:last-child {
    padding: 40px
  }
  .page-template-default .section-nav .medium-container {
    padding: 0 20px;
    margin-bottom: 80px
  }
  .page-template-default .section-nav .medium-container .nav-item {
    padding: 0 20px
  }
  .pricing-info-container .col-info {
    margin-bottom: 30px
  }
  .pricing-info-container .col-info .icon {
    margin-bottom: 0
  }
  .pricing-info-container .col-info .icon img {
    margin-bottom: 0
  }
  .pricing-info-container .pricing-box {
    margin-bottom: 30px;
    height: auto
  }
}

@media screen and (max-width:620px) {
  .hero p {
    font-size: 16px;
    margin-top: 14px;
  }
  .hero.with-map {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .hero.with-map h1,
  .hero.with-map .counter-container h3,
  .counter-container .hero.with-map h3 {
    font-size: 2rem
  }
  .hero .info-box {
    padding: 20px 20px 10px
  }
  .hero .info-box .info {
    margin-bottom: 20px;
    width: 100%
  }
  .hero .info-box .info a {
    display: block
  }
  .hero .info-box .info p br {
    display: none
  }
  .hero.fp-hero .container {
    padding: 60px 5px 30px
  }
  .hero.fp-hero .links a {
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px
  }
  .hero.fp-hero__2 img {
    margin-left: -20px;
    margin-bottom: -30px
  }
  .hero.sub-hero h1,
  .hero.sub-hero .counter-container h3,
  .counter-container .hero.sub-hero h3 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .hero.sub-hero .container {
    min-height: auto
  }
  .hero.post-hero {
    padding-top: 40px;
    padding-bottom: 120px
  }
  .trustbar-container .trustbar p.subject {
    margin-bottom: 0
  }
  .trustbar-container .trustbar img {
    margin-top: 0;
    width: auto;
    height: auto;
    max-width: 90%
  }
  .post-content {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .featured-img-container .container {
    height: 200px;
    margin-top: -100px
  }
  .double-row {
    padding-top: 20px;
    margin-bottom: 60px
  }
  .double-row .item p {
    margin-top: 0;
    line-height: 1.5
  }
  .double-row p {
    margin-bottom: 25px
  }
  .double-row .with-numbers h3 {
    margin-top: 15px
  }
  .double-row .with-numbers h3+p {
    font-size: 12px
  }
  .counter-container {
    padding-top: 30px;
    padding-bottom: 30px
  }
  .counter-container h3 {
    font-size: 1.8rem;
    margin-top: 10px
  }
  .solutions-row {
    padding-top: 20px;
    padding-bottom: 40px
  }
  .solutions-row h2 br,
  .solutions-row .double-row .with-numbers h3 br,
  .double-row .with-numbers .solutions-row h3 br {
    display: none
  }
  .solutions-row .link-box {
    padding: 20px
  }
  .solutions-row .link-box p {
    display: block;
    color: #666
  }
  .links-overview .item {
    width: 50%
  }
  .links-overview a {
    padding-right: 10px;
    padding-left: 10px
  }
  .solutions-overview {
    padding: 0 15px
  }
  .solutions-overview .double-row {
    margin-bottom: 20px
  }
  .solutions-overview .image {
    min-height: 320px
  }
  .solutions-overview .content {
    padding: 20px 20px 40px
  }
  .steps-container {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 40px
  }
  .steps-container .box {
    padding: 30px;
    background-size: cover
  }
  .steps-container .box .count {
    position: absolute;
    top: 30px;
    right: 30px
  }
  .steps-container .box .icon {
    margin-top: 0;
    margin-bottom: 20px
  }
  .steps-container .box h3 {
    margin-bottom: 15px
  }
  .steps-container .box p {
    margin-bottom: 0
  }
  .steps-container .box.grey-bg {
    padding: 30px;
    height: auto
  }
  .steps-container .box.grey-bg .btn,
  .steps-container .box.grey-bg .wpcf7 .wpcf7-submit,
  .wpcf7 .steps-container .box.grey-bg .wpcf7-submit {
    position: relative;
    margin-top: 20px;
    bottom: 0
  }
  .intro {
    margin-bottom: 10px;
    margin-top: 10px
  }
  .intro+.double-row {
    margin-top: -30px
  }
  .contact-form-container {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .contact-form-container .box {
    margin-bottom: 10px
  }
  .contact-form-container .box .content {
    padding: 20px
  }
  .contact-form-container .box p.name {
    font-size: 16px
  }
  .contact-form-container .box p.title {
    font-size: 12px
  }
  .layout {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .text-layout {
    padding-bottom: 10px
  }
  .pricing-container .background {
    height: calc(100% - 80px);
    top: 40px
  }
  .pricing-container .pricing-box {
    max-width: 85%
  }
  .pricing-container .pricing-box .inner {
    min-height: 520px;
    padding: 40px 20px 30px
  }
  .pricing-container .pricing-box .price h2,
  .pricing-container .pricing-box .price .double-row .with-numbers h3,
  .double-row .with-numbers .pricing-container .pricing-box .price h3 {
    font-size: 60px
  }
  .pricing-container .pricing-box .price p {
    font-size: 16px
  }
  .cta-cols-container .box {
    padding: 40px 30px;
    background-position: left top;
    background-size: 130%;
    background-repeat: no-repeat
  }
  .cta-cols-container .box .btn,
  .cta-cols-container .box .wpcf7 .wpcf7-submit,
  .wpcf7 .cta-cols-container .box .wpcf7-submit {
    margin-top: 20px;
    max-width: 100%;
    min-width: 100%
  }
  .post-overview {
    padding-bottom: 40px
  }
  .post-overview h2,
  .post-overview .double-row .with-numbers h3,
  .double-row .with-numbers .post-overview h3 {
    margin-bottom: 20px
  }
  .post-overview .latest-post {
    margin-bottom: 20px
  }
  .post-overview .latest-post .featured-image {
    height: 180px
  }
  .post-overview .latest-post .box {
    padding: 20px 20px 30px;
    min-height: auto
  }
  .post-overview .latest-post h4 {
    font-size: 16px
  }
  .post-overview.archive-page {
    padding-top: 40px
  }
  .section-nav {
    overflow-x: scroll;
    position: relative
  }
  .section-nav .nav-item {
    width: auto
  }
  .section-nav .medium-container {
    overflow: scroll;
    padding: 0 10px
  }
  .section-nav .row {
    height: 60px;
    width: 140%;
    width: max-content
  }
  .section-nav.sticky {
    top: 60px
  }
  .section-nav a {
    font-size: 12px;
    margin-bottom: 5px
  }
  .section-nav:after {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 80px;
    height: 70px;
    background-image: -moz-linear-gradient(0deg, rgba(0, 56, 50, 0) 0%, #003832 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(0, 56, 50, 0) 0%, #003832 100%);
    background-image: -ms-linear-gradient(0deg, rgba(0, 56, 50, 0) 0%, #003832 100%)
  }
  .fund-intro {
    padding-top: 40px
  }
  .fund-intro h2,
  .fund-intro .double-row .with-numbers h3,
  .double-row .with-numbers .fund-intro h3 {
    margin-bottom: 20px
  }
  .fund-intro p {
    margin-bottom: 10px
  }
  .invest-info-container .green-bg {
    margin-top: 20px
  }
  .invest-info-container .btn,
  .invest-info-container .wpcf7 .wpcf7-submit,
  .wpcf7 .invest-info-container .wpcf7-submit {
    margin-top: 20px
  }
  .invest-info-container .col-lg-6:first-child,
  .invest-info-container .col-lg-6:last-child {
    padding: 30px
  }
  .guide-list h3 {
    margin-top: 30px
  }
  .guide-list .guide-item {
    padding: 30px 25px 30px 15px
  }
  .guide-list .guide-item .logo {
    margin-bottom: 15px
  }
  .page-template-default .section-nav .medium-container {
    padding: 0 10px;
    margin-bottom: 60px
  }
  .page-template-default .section-nav .medium-container .row {
    padding-right: 30px
  }
  .pricing-info-container .col-info .icon {
    margin-top: 5px
  }
  .pricing-info-container .pricing-box {
    margin-bottom: 10px
  }
  .pricing-info-container .pricing-box .top .info {
    width: 100%;
    padding: 40px 20px
  }
  .pricing-info-container .pricing-box .top .info:first-child {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, .16)
  }
  .pricing-info-container .pricing-box .top .info p:not(.label) {
    font-size: 20px
  }
  .pricing-info-container .pricing-box .top .seperator {
    top: auto;
    left: auto;
    position: relative;
    margin: -16px auto
  }
}

.wpcf7 .input-container {
  position: relative;
  background-color: #F2F4F3;
  margin-bottom: 30px
}

.wpcf7 .input-container p.subject {
  font-size: 20px;
  color: #003832;
  opacity: .3;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 30px;
  transition: ease .3s
}

.wpcf7 .input-container input,
.wpcf7 .input-container select,
.wpcf7 .input-container textarea {
  height: 80px;
  width: 100%;
  padding-top: 20px;
  padding-left: 30px;
  background-color: transparent;
  font-size: 20px;
  color: #003832;
  font-weight: 300;
  border: none;
  border-bottom: 2px solid transparent;
  position: relative;
  z-index: 3;
  transition: ease .3s
}

.wpcf7 .input-container input:focus,
.wpcf7 .input-container select:focus,
.wpcf7 .input-container textarea:focus {
  border-color: #00957E
}

.wpcf7 .input-container input.active+p.subject,
.wpcf7 .input-container input:focus+p.subject,
.wpcf7 .input-container select.active+p.subject,
.wpcf7 .input-container select:focus+p.subject,
.wpcf7 .input-container textarea.active+p.subject,
.wpcf7 .input-container textarea:focus+p.subject {
  color: #00957E;
  opacity: 1;
  font-size: 12px;
  margin-top: -5px
}

.wpcf7 .input-container input:-webkit-autofill,
.wpcf7 .input-container input:-webkit-autofill:hover,
.wpcf7 .input-container input:-webkit-autofill:focus,
.wpcf7 .input-container select:-webkit-autofill,
.wpcf7 .input-container select:-webkit-autofill:hover,
.wpcf7 .input-container select:-webkit-autofill:focus,
.wpcf7 .input-container textarea:-webkit-autofill,
.wpcf7 .input-container textarea:-webkit-autofill:hover,
.wpcf7 .input-container textarea:-webkit-autofill:focus {
  background-color: transparent!important;
  -webkit-text-fill-color: #003832;
  -webkit-box-shadow: 0 0 0 1000px #F2F4F3 inset
}

.wpcf7 .input-container select {
  padding-top: 0;
  width: calc(100% - 20px)
}

.wpcf7 .input-container select:focus {
  border-color: transparent
}

.wpcf7 .input-container select option {
  background-color: #003832;
  color: #FFF
}

.wpcf7 .input-container textarea {
  height: 300px;
  padding-top: 30px;
  margin-bottom: -14px
}

.wpcf7 .wpcf7-submit {
  background-color: #00957E;
  color: #FFF
}

.wpcf7 .wpcf7-submit:hover {
  background-color: #003832
}

.wpcf7 .terms {
  display: flex;
  cursor: pointer
}

.wpcf7 .terms .wpcf7-acceptance {
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-color: #F2F4F3;
  margin-right: 10px;
  position: relative
}

.wpcf7 .terms .wpcf7-acceptance .wpcf7-list-item-label {
  color: transparent;
  font-size: 0;
  width: 24px;
  height: 24px;
  transition: ease .3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  background-image: url(../../../../../../themes/annox/assets/checkmark.svg);
  opacity: 0
}

.wpcf7 .terms .wpcf7-acceptance .wpcf7-list-item {
  width: 24px;
  height: 24px;
  margin: 0
}

.wpcf7 .terms .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  opacity: 0
}

.wpcf7 .terms .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked+.wpcf7-list-item-label {
  opacity: 1
}

.wpcf7 form .wpcf7-response-output {
  background-color: #fff;
  font-size: 16px;
  padding: 20px;
  border: none;
  margin: 20px 0
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #00957E
}

.footer-form {
  background-image: url(https://res.cloudinary.com/www-exceedgroup-dk/image/upload/c_scale,h_480/v1644623314/Emerge%20Holdings/hero-bg_2.webp);
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 80px;
}

.footer-form h2,
.footer-form .double-row .with-numbers h3,
.double-row .with-numbers .footer-form h3 {
  color: #FFF;
  margin-bottom: 20px
}

.footer-form p {
  font-size: 20px;
  color: rgba(255, 255, 255, .5);
  font-weight: 300
}

.footer-form .wpcf7 {
  margin-top: 50px
}

.footer-form .wpcf7 .input-container {
  background-color: #003832
}

.footer-form .wpcf7 .input-container p.subject {
  color: #FFF
}

.footer-form .wpcf7 .input-container input,
.footer-form .wpcf7 .input-container select {
  color: #FFF
}

.footer-form .wpcf7 .input-container input:-webkit-autofill,
.footer-form .wpcf7 .input-container input:-webkit-autofill:hover,
.footer-form .wpcf7 .input-container input:-webkit-autofill:focus,
.footer-form .wpcf7 .input-container select:-webkit-autofill,
.footer-form .wpcf7 .input-container select:-webkit-autofill:hover,
.footer-form .wpcf7 .input-container select:-webkit-autofill:focus {
  background-color: transparent!important;
  -webkit-text-fill-color: #FFF;
  -webkit-box-shadow: 0 0 0 1000px #003832 inset;
  border-color: #003832
}

.footer-form .wpcf7 .input-container input:-webkit-autofill+p.subject,
.footer-form .wpcf7 .input-container input:-webkit-autofill:hover+p.subject,
.footer-form .wpcf7 .input-container input:-webkit-autofill:focus+p.subject,
.footer-form .wpcf7 .input-container select:-webkit-autofill+p.subject,
.footer-form .wpcf7 .input-container select:-webkit-autofill:hover+p.subject,
.footer-form .wpcf7 .input-container select:-webkit-autofill:focus+p.subject {
  z-index: 4
}

.footer-form .wpcf7 .wpcf7-submit {
  margin: 30px auto
}

.footer-form .wpcf7 .terms {
  justify-content: center
}

.footer-form .wpcf7 .terms p {
  font-size: 16px;
  margin-bottom: 0;
  color: #FFF
}

.footer-form .wpcf7 .terms p a {
  color: #00957E
}

.footer-form .wpcf7 .terms label {
  margin-bottom: 0
}

@media screen and (max-width:1190px) {
  .footer-form {
    padding-top: 80px;
    padding-bottom: 40px
  }
  .footer-form .wpcf7 {
    margin-top: 30px
  }
  .footer-form .wpcf7 .wpcf7-submit {
    margin: 10px auto 20px
  }
  .footer-form .wpcf7 .terms {
    margin-bottom: 30px
  }
  .wpcf7 .input-container p.subject {
    font-size: 16px;
    top: 20px;
    left: 20px
  }
  .wpcf7 .input-container input,
  .wpcf7 .input-container textarea,
  .wpcf7 .input-container select {
    font-size: 16px;
    height: 65px;
    padding-top: 20px;
    padding-left: 20px
  }
  .wpcf7 .input-container select {
    padding-top: 0
  }
  .wpcf7 .input-container textarea {
    height: 270px;
    padding-top: 30px;
    margin-bottom: -10px
  }
  .map-container #map {
    height: 400px
  }
}

@media screen and (max-width:620px) {
  .footer-form {
    padding-top: 60px
  }
  .footer-form h2,
  .footer-form .double-row .with-numbers h3,
  .double-row .with-numbers .footer-form h3 {
    font-size: 1.6rem
  }
  .footer-form p {
    font-size: 16px
  }
  .wpcf7 .terms {
    display: block
  }
  .wpcf7 .terms .wpcf7-acceptance {
    display: block;
    margin-bottom: 10px
  }
}

.faq-container {
  padding-top: 160px;
  padding-bottom: 160px
}

.faq-container h2,
.faq-container .double-row .with-numbers h3,
.double-row .with-numbers .faq-container h3 {
  margin-bottom: 40px
}

.faq-container .accordion .card {
  border-radius: 0;
  border: none;
  margin-bottom: 10px
}

.faq-container .accordion .card .card-header {
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: #FFF
}

.faq-container .accordion .card .card-header button,
.faq-container .accordion .card .card-header a {
  width: 100%;
  text-align: left;
  border: none;
  background-color: transparent;
  padding: 30px 35px;
  font-size: 16px;
  font-weight: 300;
  color: #003832;
  display: block
}

.faq-container .accordion .card .card-header button.collapsed,
.faq-container .accordion .card .card-header a.collapsed {
  color: #666
}

.faq-container .accordion .card .card-header button.collapsed .collapse-icon span,
.faq-container .accordion .card .card-header a.collapsed .collapse-icon span {
  transition: ease .3s
}

.faq-container .accordion .card .card-header button.collapsed .collapse-icon span:last-child,
.faq-container .accordion .card .card-header a.collapsed .collapse-icon span:last-child {
  transform: rotate(90deg);
  margin-top: -2px
}

.faq-container .accordion .card .card-header button:focus,
.faq-container .accordion .card .card-header a:focus {
  outline: none
}

.faq-container .accordion .card .card-header .collapse-icon {
  position: absolute;
  right: 35px;
  top: 40px
}

.faq-container .accordion .card .card-header .collapse-icon span {
  width: 16px;
  height: 2px;
  border-radius: 1px;
  background: #00957E;
  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
}

@media screen and (max-width:1190px) {
  .faq-container {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

@media screen and (max-width:920px) {
  .faq-container {
    padding-top: 80px;
    padding-bottom: 80px
  }
  .faq-container .accordion .card .card-header button {
    padding: 20px 45px 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: 60px;
    padding-bottom: 60px
  }
  .faq-container h2,
  .faq-container .double-row .with-numbers h3,
  .double-row .with-numbers .faq-container h3 {
    margin-bottom: 20px
  }
}

.graph-box {
  padding: 30px 37px;
  position: relative;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}

.graph-box .graph {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 8
}

.graph-box .graph canvas {
  width: 100%;
  height: 100%
}

.graph-box .inner {
  position: relative;
  z-index: 9
}

.graph-box p {
  font-size: 15px;
  font-weight: 300;
  color: #666;
  margin-bottom: 0px;
}

.graph-box p.before {
  color: #00957E;
  font-weight: 400;
  margin-bottom: 10px;
}

.graph-box p.small {
  font-size: 11px
}

.graph-box h2,
.graph-box .double-row .with-numbers h3,
.double-row .with-numbers .graph-box h3 {
  font-size: 50px;
}

.graph-box .badge {
  font-size: 10px;
  border: 1px solid #00957E;
  text-transform: uppercase;
  border-radius: 0;
  top: -2px;
  position: relative;
  margin-left: 5px;
  letter-spacing: 1px;
  padding: 3.5px 5px 2.5px
}

.graph-box .arrow-link {
  color: #00957E;
  font-size: 12px;
  letter-spacing: 1px
}

.graph-box.white-box {
  background-color: #FFF
}

.graph-box.white-box .arrow-link {
  color: #00957E
}

.graph-box.white-box .bottom {
  margin-top: 25px
}

.graph-box.white-box:hover a.arrow-link svg {
  margin-top: -15px;
  margin-left: 15px;
  margin-right: 0
}

.graph-box.green-box {
  background-color: #003832;
  margin-top: 10px;
  display: block;
  background-size: cover;
  background-position: center
}

.graph-box.green-box h3 {
  color: #FFF;
  margin-bottom: 0;
  font-size: 30px
}

.graph-box.green-box p.small {
  color: rgba(255, 255, 255, .4)
}

.graph-box.green-box p.uppercase {
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase
}

.graph-box.green-box .bottom {
  margin-top: 15px
}

.graph-box.green-box .arrow-link {
  color: #FFF;
  margin-top: 12px
}

.graph-box.green-box .arrow-link svg .fill-green {
  fill: #FFF
}

.graph-box.green-box:hover .arrow-link svg {
  margin-top: -15px;
  margin-left: 15px;
  margin-right: 0
}

.graph-box.green-box.with-video {
  background-color: #003832;
  margin-top: 20px;
  padding: 40px;
  position: relative
}

.graph-box.green-box.with-video .background {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: ease .3s
}

.graph-box.green-box.with-video .icon {
  margin-right: 20px;
  position: relative;
  z-index: 3;
  transition: ease .3s
}

.graph-box.green-box.with-video p {
  position: relative;
  z-index: 3
}

.graph-box.green-box.with-video p.label {
  color: #FFF;
  line-height: 1.25
}

.graph-box.green-box.with-video:hover .background {
  opacity: .8
}

.graph-box.green-box.with-video:hover .icon {
  margin-right: 25px
}

.video-modal iframe {
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 640px
}

.video-modal .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -40px;
  top: -40px;
  transition: ease .3s
}

.video-modal .modal-content {
  background-color: transparent
}

.modal-backdrop {
  background-color: #003832
}

.modal-backdrop.show {
  background-color: #003832;
  opacity: .75
}

.data-container {
  padding-top: 70px;
}

.data-container .white-box {
  background-color: #FFF;
  padding: 40px;
  margin-bottom: 30px;
  font-size: 16px
}

.data-container .white-box h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.data-container .white-box .icon {
  margin-right: 10px
}

.data-container .white-box .icon.down svg {
  transform: rotate(180deg)
}

.data-container .white-box p {
  margin-bottom: 5px
}

.data-container .white-box p.small {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 0
}

.data-container .white-box p.label+p.small,
.data-container .white-box .hero p.label+p.small {
  margin-top: -5px
}

.data-container .white-box .diagram-table {
  width: calc(100% + 80px);
  margin-left: -40px
}

.data-container .white-box .diagram-table table {
  width: 100%
}

.data-container .white-box .diagram-table table .color {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px
}

.data-container .white-box .diagram-table table tr {
  border-top: 1px solid rgba(0, 0, 0, .08)
}

.data-container .white-box .diagram-table table tr td {
  padding-top: 10px;
  padding-bottom: 10px
}

.data-container .white-box .diagram-table table tr td:first-child {
  padding-left: 40px
}

.data-container .white-box .diagram-table table tr td:last-child {
  padding-right: 40px
}

.data-container .white-box .diagram-table table tr:nth-child(1) .color {
  background-color: #007060
}

.data-container .white-box .diagram-table table tr:nth-child(2) .color {
  background-color: #e6a851
}

.data-container .white-box .diagram-table table tr:nth-child(3) .color {
  background-color: #8a7358
}

.data-container .white-box .diagram-table table tr:nth-child(4) .color {
  background-color: #d4d081
}

.data-container .white-box .diagram-table table tr:nth-child(5) .color {
  background-color: #83a95d
}

.data-container .white-box .diagram-table table tr:nth-child(6) .color {
  background-color: #6dd4c3
}

.data-container .white-box .diagram-table table tr:nth-child(7) {
  display: none
}

.data-container .white-box .diagram-table table tr:nth-child(7) .color {
  background-color: #f2f4f3
}

.data-container .white-box .graph-info {
  border-left: 3px solid #cdd2d1;
  padding-left: 10px;
  margin-right: 75px
}

.data-container .white-box .graph-info:first-child {
  border-color: #00957E
}

.data-container .white-box .graph-info:nth-child(3) {
  border-color: #a3acaa
}

.data-container .white-box .graph-info p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 16px
}

.data-container .white-box .graph-info p.subject {
  font-weight: 400;
  color: #001E1B;
  margin-bottom: 5px
}

.striped-table {
  margin-top: 20px
}

.striped-table .table-row {
  width: 100%;
  padding: 15px 20px
}

.striped-table .table-row:nth-child(odd) {
  background-color: #F2F4F3
}

.striped-table .table-row p {
  line-height: 2;
  margin-bottom: 0;
  font-size: 14px
}

.striped-table .table-row p.subject {
  font-weight: 400;
  color: #003832
}

.striped-table-white {
  margin-top: 20px
}

.striped-table-white .table-row {
  width: 100%;
  padding: 0px 20px
}

.striped-table-white .table-row:nth-child(odd) {
  background-color: #fff
}

.striped-table-white .table-row p {
  line-height: 2;
  margin-bottom: 0;
  font-size: 14px
}

.striped-table .table-row p.subject {
  font-weight: 400;
  color: #003832
}

#returnDiv {
  width: calc(100% + 35px);
  height: 470px;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: -40px;
  margin-left: -25px;
  position: relative
}

#returnDiv:before {
  content: '';
  width: 80px;
  height: 40px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9
}

#top5sectors {
  margin-bottom: 20px;
  position: relative
}

#top5sectors:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 20px;
  background-color: #FFF
}

#top5region {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative
}

#top5region:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 20px;
  background-color: #FFF
}

#assetType {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  position: relative
}

#assetType:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 20px;
  background-color: #FFF
}

.barchart {
  width: calc(100% + 35px);
  height: 470px;
  font-size: 12px;
  margin-top: -50px;
  margin-bottom: -10px;
  margin-left: -25px;
  position: relative
}

.barchart:before {
  content: '';
  width: 80px;
  height: 40px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9
}

.large-table table {
  width: 100%
}

.large-table table thead {
  border-top: 1px solid rgba(0, 0, 0, .08);
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.large-table table thead th {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px
}

.large-table table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.large-table table tbody tr td {
  font-size: 14px;
  padding: 10px
}

.large-table table+p {
  font-size: 12px;
  opacity: .5;
  margin-top: 15px
}

.pies {
  position: relative;
  min-height: 700px;
  margin-top: -100px;
  margin-bottom: -50px
}

#pieInner {
  width: 100%;
  height: 380px;
  position: absolute;
  top: 185px
}

#pieInner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 20px;
  background-color: #FFF
}

#pieOuter {
  width: 100%;
  height: 750px;
  position: absolute;
  top: 0
}

#pieOuter:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 20px;
  background-color: #FFF
}

.allocation-box {
  padding: 80px 110px
}

@media screen and (max-width:1190px) {
  .allocation-box {
    padding: 40px 60px
  }
  .video-modal iframe {
    min-height: 450px
  }
  .barchart {
    height: 370px
  }
}

@media screen and (max-width:1100px) {
  .pies {
    margin-bottom: 60px
  }
}

@media screen and (max-width:920px) {
  .graph-box {
    margin-right: auto
  }
  .data-container .white-box {
    padding: 28px;
  }
  .data-container .white-box .diagram-table {
    width: calc(100% + 50px);
    margin-left: -25px
  }
  .data-container .graph-info {
    margin-right: 20px
  }
  #returnDiv {
    margin-bottom: -20px
  }
  .striped-table p.subject br {
    display: none
  }
  .striped-table.last {
    margin-top: 0
  }
  .striped-table.last .table-row {
    background-color: #F2F4F3
  }
  .striped-table.last .table-row:nth-child(odd) {
    background-color: #FFF
  }
  .pies {
    display: none
  }
  .allocation-box {
    padding: 40px
  }
  .video-modal iframe {
    min-height: 280px
  }
}

@media screen and (max-width:620px) {
  .graph-box {
    padding: 25px
  }
  .graph-box p {
    font-size: 13px
  }
  .graph-box.white-box .bottom {
    margin-top: 20px
  }
  .graph-box.green-box p.before {
    margin-bottom: 10px
  }
  .data-container {
    padding-top: 60px;
    padding-bottom: 0
  }
  .data-container .white-box {
    margin-bottom: 10px;
    /* padding: 20px; */
  }
  .data-container .white-box h3 {
    font-size: 24px
  }
  .data-container .white-box .diagram-table {
    width: calc(100% + 50px);
    margin-left: -25px
  }
  .data-container .white-box .diagram-table table tr td:first-child {
    padding-left: 20px
  }
  .data-container .white-box .diagram-table table tr td:last-child {
    padding-right: 20px
  }
  .data-container .white-box .graph-info {
    margin-right: 20px
  }
  .data-container .white-box p.label {
    font-size: 12px;
    line-height: 1.2
  }
  .data-container .white-box p.small {
    font-size: 12px;
    line-height: 1.2
  }
  .data-container .white-box .diagram-table {
    width: calc(100% + 40px);
    margin-left: -20px
  }
  #returnDiv:before {
    left: 5px
  }
  .barchart {
    margin-top: -20px
  }
  .barchart:before {
    width: 60px;
    left: 5px
  }
  .information-col {
    margin-top: 0;
    margin-bottom: 10px
  }
  .information-col .top {
    padding: 17px 20px
  }
  .information-col .item {
    padding: 10px 20px
  }
  .striped-table {
    margin-top: 10px
  }
  .striped-table .table-row {
    padding: 15px 20px;
    width: calc(100% + 40px);
    margin-left: -20px
  }
  .striped-table .table-row:nth-child(odd) {
    background-color: rgba(242, 244, 243, .6)
  }
  .striped-table .table-row p {
    line-height: 1.2
  }
  .allocation-box {
    padding: 20px;
    width: calc(100% + 40px);
    margin-left: -20px
  }
  .row.mobile-layout {
    margin-left: -35px;
    width: calc(100% + 70px)
  }
  .row.mobile-layout .col-xl-3:first-child {
    padding-right: 5px
  }
  .row.mobile-layout .col-xl-3:nth-child(2) {
    padding-left: 5px
  }
  .row.mobile-layout .col-xl-3:nth-child(2) .white-box {
    min-height: 116px
  }
  .row.mobile-layout .col-xl-3:nth-child(3) {
    padding-right: 5px
  }
  .row.mobile-layout .col-xl-3:nth-child(4) {
    padding-left: 5px
  }
  .video-modal iframe {
    min-height: 210px
  }
  .video-modal .close {
    right: 10px;
    top: -50px
  }
}

.timeline-wrap {
  padding-top: 80px;
  padding-bottom: 150px;
  background-image: url(../../../../../../themes/annox/assets/timeline.png);
  background-size: 1700px;
  background-repeat: no-repeat;
  background-position: 50% 115px;
  position: relative
}

.timeline-wrap .nav-buttons {
  padding-bottom: 120px
}

.timeline-wrap .nav-buttons .btn-container {
  position: absolute;
  top: 120px;
  z-index: 99
}

.timeline-wrap .nav-buttons button {
  background-color: #F2F4F3;
  border: none;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  min-width: 40px;
  border-radius: 0
}

.timeline-wrap .nav-buttons button:focus,
.timeline-wrap .nav-buttons button:active {
  border: none;
  outline: none
}

.timeline-container {
  position: relative
}

.timeline-container::after {
  content: '';
  display: table;
  clear: both
}

.timeline {
  width: 100%
}

.timeline-list {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.timeline-list-wrap {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  transform: translate3d(0, 0, 0);
  transition: transform 1s cubic-bezier(.455, .03, .515, .955)
}

.timeline-item {
  float: left;
  width: 450px;
  height: 400px;
  border: 1px solid #ddd;
  box-sizing: border-box
}

.timeline-dots-wrap {
  position: absolute;
  overflow: hidden;
  padding: 0 20px
}

.timeline-horizontal .timeline-dots-wrap {
  width: 100%;
  height: 120px
}

.timeline-vertical .timeline-dots-wrap {
  width: 150px;
  height: 100%;
  top: 0
}

.timeline-dots-wrap.bottom {
  bottom: -120px
}

.timeline-dots-wrap.top {
  top: -120px
}

.timeline-dots-wrap.left {
  left: -65px
}

.timeline-dots-wrap.right {
  right: -70px
}

.timeline-dots {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 1s cubic-bezier(.455, .03, .515, .955)
}

.timeline-dots li {
  transition: all 1s cubic-bezier(.455, .03, .515, .955);
  list-style: none;
  overflow: hidden;
  padding: 15px 55px;
  background-color: transparent;
  position: relative
}

.timeline-horizontal .timeline-dots li {
  float: left;
  height: 120px;
  text-align: center
}

.timeline-vertical .timeline-dots li {
  width: 100%
}

.timeline-dots li:after {
  content: '';
  width: 2px;
  height: 30px;
  opacity: 0;
  left: 98px;
  top: 90px;
  position: absolute;
  z-index: 9;
  transition: opacity 1s 0.6s cubic-bezier(.455, .03, .515, .955)
}

.timeline-dots li.slide-active button {
  color: #FFF;
  background-color: #00957E;
  font-size: 15px
}

.timeline-dots li.slide-active button:before {
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  left: -1px;
  top: -1px;
  border: 10px solid #fff;
  z-index: 2;
  border-radius: 50%
}

.timeline-dots li.slide-active button:after {
  content: '';
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  position: absolute;
  background-color: transparent;
  border-radius: 50%;
  left: -15px;
  top: -15px;
  border: 4px solid rgba(242, 244, 243, .3);
  z-index: 2;
  border-radius: 50%;
  z-index: -1
}

.timeline-dots li.slide-active:after {
  background-color: #00957E;
  opacity: 1
}

.timeline-dots button {
  cursor: pointer;
  border: none;
  outline: none;
  color: #003832;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  background-color: #FFF;
  font-size: 14px;
  transition: all 1s cubic-bezier(.455, .03, .515, .955);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #FFF;
  border: 4px solid #f2f4f3;
  position: relative
}

.timeline-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 40px
}

.timeline-list {
  width: 450px;
  margin: 0 auto 0 29.65%
}

.timeline-item {
  width: 450px;
  height: auto;
  border: none;
  border-left: 2px solid transparent;
  padding-left: 40px;
  padding-top: 80px;
  position: relative;
  opacity: 0;
  transition: opacity 1s 0.6s cubic-bezier(.455, .03, .515, .955)
}

.timeline-item h4 {
  font-size: 16px;
  color: #003832;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 15px
}

.timeline-item p {
  font-size: 14px;
  margin-bottom: 0
}

.timeline-item.slide-active {
  border-color: #00957E;
  opacity: 1
}

.timeline-item.slide-active:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #00957E;
  left: 0;
  top: 90px;
  position: absolute
}

@media screen and (max-width:1700px) {
  .timeline-wrap {
    background-size: 100%
  }
}

@media screen and (max-width:1500px) {
  .timeline-container {
    max-width: 100%
  }
  .timeline-list {
    margin: 0 auto 0 27.5%
  }
  .timeline-item {
    border-left: none;
    padding-top: 30px;
    padding-left: 0
  }
  .timeline-item.slide-active:before {
    content: none
  }
}

@media screen and (max-width:1190px) {
  .timeline-wrap {
    background-image: none
  }
  .timeline-wrap .nav-buttons {
    background-image: url(../../../../../../themes/annox/assets/timeline.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
  }
}

@media screen and (max-width:620px) {
  .timeline-wrap {
    padding-top: 0;
    padding-bottom: 60px
  }
  .timeline-wrap .nav-buttons {
    padding-bottom: 120px
  }
  .timeline-wrap .nav-buttons .btn-container {
    top: 40px
  }
  .timeline-wrap .nav-buttons .btn-container:before {
    content: '';
    left: -20px;
    top: -10px;
    height: 60px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 40%);
    width: 160px;
    position: absolute;
    z-index: 99
  }
  .timeline-wrap .nav-buttons button {
    z-index: 99;
    position: relative
  }
  .timeline-container {
    padding-left: 0
  }
  .timeline-list {
    margin: 20px;
    width: 300px
  }
  .timeline-item {
    width: 300px;
    padding-top: 0
  }
  .timeline-horizontal .timeline-dots-wrap {
    height: 120px;
    top: -120px
  }
  .timeline-horizontal .timeline-dots li {
    padding: 15px 10px;
    height: 80px
  }
  .timeline-dots li {
    padding: 15px 25px
  }
  .timeline-dots li.slide-active:after {
    content: none
  }
  .timeline-dots li.slide-active button {
    font-size: 12px;
    border-color: #00957E
  }
  .timeline-dots li.slide-active button:before {
    content: none
  }
  .timeline-dots button {
    width: 50px;
    height: 50px;
    font-size: 12px
  }
}

.section-nav .progress {
  position: absolute;
  bottom: -26px;
  width: 100%;
  left: 0;
  border-radius: 0;
  height: 4px;
  background-color: #003832
}

.section-nav .progress .progress-bar {
  background-color: #00957E
}

.section-nav.tab-navigation .row {
  height: 120px
}

.section-nav.tab-navigation .nav {
  max-width: calc(100% - 480px);
  margin: 0 auto;
  flex-wrap: nowrap
}

.section-nav.tab-navigation .nav li {
  position: relative;
  width: 50%
}

.section-nav.tab-navigation .nav li a {
  height: 50px;
  width: 50px;
  min-width: 50px;
  border: 2px solid #00957E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  background-color: #003832;
  position: relative;
  z-index: 2;
  margin: 0 auto
}

.section-nav.tab-navigation .nav li a.active:after {
  content: none
}

.section-nav.tab-navigation .nav li:after {
  content: '';
  height: 2px;
  width: 100%;
  right: -50%;
  top: 24px;
  background-color: #00957E;
  position: absolute;
  z-index: 1
}

.section-nav.tab-navigation .nav li:last-child:after {
  content: none
}

.section-nav .nav-tabs {
  border-bottom: none
}

.guide-tabs .tabs-nav .btn,
.guide-tabs .tabs-nav .wpcf7 .wpcf7-submit,
.wpcf7 .guide-tabs .tabs-nav .wpcf7-submit {
  min-width: 120px;
  margin-top: -125px
}

.guide-tabs .tab-pane .content {
  padding-top: 80px;
  padding-bottom: 80px
}

.guide-tabs .tab-pane h2,
.guide-tabs .tab-pane .double-row .with-numbers h3,
.double-row .with-numbers .guide-tabs .tab-pane h3 {
  font-size: 2.6rem;
  margin-bottom: 20px
}

.guide-tabs .tab-pane p {
  font-size: 16px;
  line-height: 2
}

.guide-tabs .tab-pane ul li {
  font-size: 16px;
  line-height: 2
}

.guide-tabs .tab-pane ol li {
  font-size: 16px;
  line-height: 2
}

.links-layout {
  background-color: #F2F4F3
}

.links-layout .top {
  padding: 15px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.links-layout .top p {
  margin-bottom: 0
}

.links-layout .top p.label {
  color: #666;
  opacity: .5;
  font-size: 12px;
  line-height: 1.5
}

.links-layout .column-1 {
  width: 30%
}

.links-layout .column-1 img {
  height: 50px;
  max-height: 50px;
  max-width: 130px
}

.links-layout .column-2 {
  text-align: right;
  width: calc(70% - 200px)
}

.links-layout .column-3 {
  width: 200px;
  text-align: right
}

.links-layout .item {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  width: 100%;
  padding: 25px
}

.links-layout .item:last-child {
  border-bottom: none
}

.links-layout .item p {
  margin-bottom: 0;
  color: #666;
  line-height: 1.5
}

.links-layout .item svg .cls-1 {
  fill: #001E1B
}

.links-layout .item .arrow-link {
  color: #00957E;
  font-size: 14px;
  font-weight: 500
}

.links-layout .item:hover {
  background-color: #e3e7e5
}

.links-layout .item:hover .arrow-link svg {
  margin-top: -15px;
  margin-left: 15px;
  margin-right: 0
}

.links-layout__2 .item p {
  color: #003832;
  font-weight: 500
}

@media screen and (max-width:1190px) {
  .section-nav.tab-navigation .nav {
    max-width: calc(100% - 240px)
  }
}

@media screen and (max-width:920px) {
  .guide-tabs .tabs-nav .btn,
  .guide-tabs .tabs-nav .wpcf7 .wpcf7-submit,
  .wpcf7 .guide-tabs .tabs-nav .wpcf7-submit {
    margin-top: -100px;
    min-width: 100px;
    padding: 0 15px
  }
  .guide-tabs .tab-pane h2,
  .guide-tabs .tab-pane .double-row .with-numbers h3,
  .double-row .with-numbers .guide-tabs .tab-pane h3 {
    font-size: 2.4rem
  }
  .guide-tabs .tab-pane .content {
    padding-top: 60px;
    padding-bottom: 60px
  }
  .guide-tabs .tab-pane .content img {
    margin-top: 40px
  }
  .section-nav.tab-navigation .row {
    height: 100px
  }
  .section-nav.tab-navigation .nav li a {
    height: 30px;
    width: 30px;
    min-width: 30px;
    font-size: 16px
  }
  .section-nav.tab-navigation .nav li:after {
    top: 14px
  }
  .links-layout .column-1 {
    width: 20%
  }
  .links-layout .column-1 img {
    height: 40px;
    max-height: 40px;
    max-width: 90px
  }
  .links-layout .column-2 {
    width: calc(80% - 160px)
  }
  .links-layout .column-3 {
    width: 160px
  }
}

@media screen and (max-width:620px) {
  .guide-tabs .tabs-nav {
    padding: 0
  }
  .guide-tabs .tabs-nav .btn,
  .guide-tabs .tabs-nav .wpcf7 .wpcf7-submit,
  .wpcf7 .guide-tabs .tabs-nav .wpcf7-submit {
    min-width: 70px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    margin-top: -60px
  }
  .guide-tabs .tab-pane h2,
  .guide-tabs .tab-pane .double-row .with-numbers h3,
  .double-row .with-numbers .guide-tabs .tab-pane h3 {
    font-size: 1.8rem;
    margin-bottom: 10px
  }
  .guide-tabs .tab-pane .content {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .section-nav.tab-navigation .row {
    height: 60px;
    width: calc(100% + 30px)
  }
  .section-nav.tab-navigation .nav {
    max-width: calc(100% - 130px)
  }
  .section-nav.tab-navigation .nav li a {
    font-size: 12px
  }
  .links-layout .column-1 {
    width: 50%
  }
  .links-layout .column-2 {
    width: 50%
  }
  .links-layout .column-3 {
    width: 100%;
    display: none
  }
  .links-layout .item {
    flex-wrap: wrap
  }
  .links-layout .item p {
    font-size: 14px
  }
  .links-layout .item .arrow-link {
    margin-top: 20px
  }
  .links-layout__2 .column-1 {
    width: 100%
  }
}

.taxes-row {
  margin-bottom: 160px
}

.taxes-row img {
  margin-bottom: 30px;
  max-width: 70%
}

.taxes-row p {
  font-size: 20px;
  color: #001E1B;
  line-height: 1.2
}

.taxes-info h3 {
  font-size: 30px;
  line-height: 1.2
}

.taxes-info p {
  font-size: 18px
}

.taxes-info .tax-numbers {
  margin-top: 30px
}

.taxes-info .tax-numbers p.label {
  color: #001E1B;
  margin-bottom: 0;
  font-size: 12px
}

.taxes-info .tax-numbers h2,
.taxes-info .tax-numbers .double-row .with-numbers h3,
.double-row .with-numbers .taxes-info .tax-numbers h3 {
  color: #001E1B
}

.taxes-info .tax-numbers h2 span,
.taxes-info .tax-numbers .double-row .with-numbers h3 span,
.double-row .with-numbers .taxes-info .tax-numbers h3 span {
  font-size: 30px
}

.taxes-info .tax-numbers:first-child p.label {
  color: #00957E
}

.taxes-info .tax-numbers:first-child h2,
.taxes-info .tax-numbers:first-child .double-row .with-numbers h3,
.double-row .with-numbers .taxes-info .tax-numbers:first-child h3 {
  color: #00957E
}

@media screen and (max-width:1190px) {
  .taxes-row {
    margin-bottom: 60px
  }
  .taxes-row img {
    margin-bottom: 20px;
    max-width: 50%
  }
  .taxes-row p {
    font-size: 16px
  }
  .taxes-info h3 {
    font-size: 26px
  }
  .taxes-info p {
    font-size: 16px
  }
  .taxes-info p br {
    display: none
  }
  .taxes-info .tax-numbers {
    margin-top: 25px
  }
  .taxes-info .tax-numbers h2,
  .taxes-info .tax-numbers .double-row .with-numbers h3,
  .double-row .with-numbers .taxes-info .tax-numbers h3 {
    font-size: 2.2rem
  }
  .taxes-info .tax-numbers h2 span,
  .taxes-info .tax-numbers .double-row .with-numbers h3 span,
  .double-row .with-numbers .taxes-info .tax-numbers h3 span {
    font-size: 22px
  }
}

@media screen and (max-width:920px) {
  .taxes-info img {
    margin-bottom: 40px
  }
}

@media screen and (max-width:620px) {
  .taxes-row {
    margin-bottom: 20px
  }
  .taxes-row p {
    margin-bottom: 40px
  }
  .taxes-info h3 {
    font-size: 22px
  }
}

.calculation-container {
  background-color: #FFF
}

.calculation-container .green-box {
  background-color: #003832
}

.calculation-container .green-box .form {
  padding: 80px 80px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.calculation-container .green-box p.label {
  margin-bottom: 0
}

.calculation-container .green-box h3 {
  color: #FFF;
  font-size: 50px;
  margin-bottom: 20px
}

.calculation-container .green-box .bottom {
  padding: 40px 80px 80px
}

.calculation-container .green-box .bottom h3 {
  margin-bottom: 0
}

.calculation-container .graph-infos {
  padding-left: 40px
}

.calculation-container .graph-infos .graph-info {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 2px dashed #BBC3C3
}

.calculation-container .graph-infos .graph-info p {
  font-weight: 300;
  font-size: 14px
}

.calculation-container .graph-infos .graph-info p.subject {
  font-weight: 500
}

.calculation-container .graph-infos .graph-info:first-child {
  border-left: 2px solid #00957E
}

.calculation-container .white-box {
  padding: 80px 60px;
  margin-bottom: 0
}

.calculation-form .input-container {
  margin-bottom: 30px
}

.calculation-form .input-container input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .08);
  height: 50px;
  padding: 0 15px
}

.calculation-form .custom-range::-webkit-slider-runnable-track {
  background-color: rgba(0, 0, 0, .08)
}

.calculation-form .custom-range::-moz-range-track {
  background-color: rgba(0, 0, 0, .08)
}

.calculation-form .radio-buttons {
  margin-top: 50px
}

.calculation-form .radio-buttons .radio-btn {
  height: 70px;
  width: 100%;
  background-color: rgba(7, 29, 27, .5);
  margin-bottom: 10px;
  border: 2px solid #003832;
  padding: 0 10px 0 15px;
  transition: ease .3s;
  cursor: pointer
}

.calculation-form .radio-buttons .radio-btn .inner {
  height: 70px
}

.calculation-form .radio-buttons .radio-btn .circle {
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 50%;
  border: 2px solid #00957E;
  margin-right: 10px;
  transition: ease .3s;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat
}

.calculation-form .radio-buttons .radio-btn p {
  color: #FFF;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 14px;
  opacity: .5;
  font-weight: 300
}

.calculation-form .radio-buttons .radio-btn p.subject {
  font-weight: 500;
  opacity: 1;
  font-size: 16px;
  line-height: 1.2
}

.calculation-form input[type="radio"] {
  display: none
}

.calculation-form input[type="radio"]:checked+.radio-btn {
  border-color: #00957E
}

.calculation-form input[type="radio"]:checked+.radio-btn .circle {
  background-color: #00957E;
  background-image: url(../../../../../../themes/annox/assets/checkmark-white.svg)
}

.range-slider .slider-handle {
  box-shadow: none;
  background-color: #FFF
}

.range-slider .slider-base {
  background-color: #071D1B;
  height: 10px;
  border-radius: 0
}

.range-slider .slider-connects {
  border-radius: 0
}

.range-slider .slider-connect {
  background-color: #00957E;
  height: 10px
}

.range-slider .slider-horizontal .slider-handle {
  width: 28px;
  height: 28px;
  background-color: #00957E;
  border: 8px solid #FFF;
  top: -9px
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 40px;
  color: #FFF;
  text-align: center;
  background-color: #00957E;
  padding: 5px 10px;
  margin-left: 8px;
  font-weight: 500;
  font-size: 14px
}

.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #003832;
  border-bottom: 7px solid transparent;
  content: ''
}

.range-slider__range {
  width: calc(100% - 60px)
}

.range-slider__range::-webkit-slider-thumb {
  background-color: #FFF
}

.range-slider__range:active::-webkit-slider-thumb {
  background: #00957E
}

.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: none
}

iframe {
  width: 100%;
  height: 730px;
  border: none
}

#calcChart {
  width: calc(100% + 35px);
  height: 560px;
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: -30px;
  margin-left: -25px;
  position: relative
}

#calcChart:before {
  content: '';
  width: 80px;
  height: 40px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99
}

@media screen and (max-width:1190px) {
  .calculation-container .green-box .form {
    padding: 50px 50px 30px
  }
  .calculation-container .green-box h3 {
    font-size: 40px
  }
  .calculation-container .green-box .bottom {
    padding: 30px 50px 50px
  }
  .calculation-container .radio-buttons {
    margin-top: 40px
  }
  .calculation-container .radio-buttons .radio-btn {
    height: auto;
    padding: 15px
  }
  .calculation-container .radio-buttons .radio-btn .inner {
    height: auto
  }
  .calculation-container .graph-infos {
    padding-left: 20px
  }
  .calculation-container .graph-infos .graph-info {
    margin-right: 30px
  }
  .calculation-container .white-box {
    padding: 50px 20px
  }
  #calcChart {
    height: 580px
  }
}

@media screen and (max-width:780px) {
  .calculation-container .white-box {
    padding: 60px 50px
  }
  .calculation-container .graph-infos {
    padding-left: 0;
    margin-bottom: 20px
  }
  .calculation-container .bottom {
    padding: 30px 40px
  }
  iframe {
    height: 1200px
  }
  #calcChart {
    height: 480px;
    width: calc(100% + 85px);
    margin-top: -40px;
    margin-bottom: -40px;
    margin-left: -50px
  }
}

@media screen and (max-width:520px) {
  .calculation-container .green-box .form {
    padding: 30px 40px 20px
  }
  .calculation-container .green-box h3 {
    font-size: 34px
  }
  .calculation-container .white-box {
    padding: 40px 30px
  }
  .calculation-container .graph-infos {
    display: block!important;
    padding-left: 10px
  }
  .calculation-container .graph-infos .graph-info {
    margin-bottom: 20px
  }
  .data-container.grey-bg {
    padding-bottom: 60px
  }
  iframe {
    height: 1240px
  }
  #calcChart {
    width: calc(100% + 85px);
    margin-top: -40px;
    margin-bottom: -40px;
    margin-left: -50px
  }
}

.navbar-brand {
  width: 20%;
  margin-right: 0;
  position: relative;
  z-index: 99
}

.navbar-brand img {
  width: 5%;
  /* max-width: 94px; */
  min-width: 285px;
  height: 35px;
}

.navbar-brand.active:after {
  content: '';
  position: absolute;
  width: 100%;
  max-width: 160px;
  height: 3px;
  background: #00957E;
  left: 0;
  bottom: -20px
}

.navbar {
  padding-left: 60px;
  padding-right: 60px;
  transition: ease .3s;
  height: 90px;
  background-color: #FFF
}

.navbar .sub-menu {
  display: none;
  position: absolute;
  list-style-type: none;
  padding-left: 0;
  left: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  min-width: max-content;
  width: 100%;
  z-index: 99
}

.navbar .sub-menu li {
  background-color: #003832;
  padding: 0
}

.navbar .sub-menu li a {
  font-size: 13px;
  padding: 15px 50px 15px 30px;
  color: #FFF;
  position: relative
}

.navbar .sub-menu li a:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 19px;
  width: 10px;
  height: 10px;
  background-image: url(../../../../../../themes/annox/assets/arrow.svg);
  background-size: cover;
  opacity: 0
}

.navbar .sub-menu li:first-child {
  padding-top: 15px
}

.navbar .sub-menu li:last-child {
  padding-bottom: 15px
}

.navbar .sub-menu li:hover a {
  color: #FFF;
  padding-left: 50px;
  padding-right: 30px
}

.navbar .sub-menu li:hover a:before {
  opacity: 1
}

.navbar .sub-menu li.current-menu-item a {
  color: #FFF
}

.navbar .sub-menu li.current-menu-item:before {
  content: none
}

.navbar li {
  padding: 0 25px;
  position: relative
}

.navbar li a {
  font-weight: 400;
  font-size: 13px;
  color: #878787;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block
}

.navbar li:hover a {
  color: #003832
}

.navbar li:hover .sub-menu {
  display: block
}

.navbar li:hover .sub-menu li a {
  color: #00957E
}

.navbar li:hover .sub-menu li:hover a {
  color: #FFF
}

.navbar li.menu-item-has-children {
  padding-right: 35px
}

.navbar li.menu-item-has-children:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 5px;
  height: 6px;
  width: 10px;
  background-image: url(../../../../../../themes/annox/assets/dropdown-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat
}

.navbar li.menu-item-has-children:hover:after {
  background-image: url(../../../../../../themes/annox/assets/dropdown-arrow-hover.svg)
}

.navbar li.menu-item-has-children.current-menu-item:after,
.navbar li.menu-item-has-children.current-page-parent:after,
.navbar li.menu-item-has-children.current-menu-parent:after {
  background-image: url(../../../../../../themes/annox/assets/dropdown-arrow-active.svg)
}

.navbar li.current-menu-item a,
.navbar li.current-page-parent a,
.navbar li.current-menu-parent a {
  color: #00957E
}

.navbar li.current-menu-item .sub-menu li a,
.navbar li.current-page-parent .sub-menu li a,
.navbar li.current-menu-parent .sub-menu li a {
  color: #00957E
}

.navbar li.current-menu-item .sub-menu li.current-menu-item a,
.navbar li.current-page-parent .sub-menu li.current-menu-item a,
.navbar li.current-menu-parent .sub-menu li.current-menu-item a {
  color: #FFF
}

.navbar li.current-menu-item .sub-menu li:hover a,
.navbar li.current-page-parent .sub-menu li:hover a,
.navbar li.current-menu-parent .sub-menu li:hover a {
  color: #FFF
}

.navbar li.current-menu-item:before,
.navbar li.current-page-parent:before,
.navbar li.current-menu-parent:before {
  content: '';
  position: absolute;
  width: calc(100% - 50px);
  height: 3px;
  background: #00957E;
  left: 25px;
  bottom: -35px
}

.navbar .collapse {
  padding-left: 5%
}

.navbar .nav-text {
  width: 25%;
  position: relative;
  z-index: 99
}

.navbar .nav-text a {
  font-weight: 400;
  font-size: 13px;
  color: #878787;
  text-transform: uppercase;
  letter-spacing: 1px
}

.navbar .nav-text .btn,
.navbar .nav-text .wpcf7 .wpcf7-submit,
.wpcf7 .navbar .nav-text .wpcf7-submit {
  color: #FFF;
  min-width: 130px;
  max-width: 220px;
  background-color: #00957E!important;
  height: 40px;
  line-height: 40px;
  margin-left: 30px
}

.navbar .nav-text .btn:hover,
.navbar .nav-text .wpcf7 .wpcf7-submit:hover,
.wpcf7 .navbar .nav-text .wpcf7-submit:hover {
  background-color: #003832!important
}

.navbar .nav-text.on-mobile {
  display: none
}

.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: #003832;
  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: #003832
}

.navbar.scrolled {
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08)
}

.lang-switcher {
  background-color: #F2F4F3;
  max-width: 65px;
  margin-left: 20px;
  min-height: 40px
}

.lang-switcher .wpml-ls-legacy-dropdown {
  width: auto
}

.lang-switcher .wpml-ls-legacy-dropdown a {
  display: block;
  text-decoration: none;
  color: #878787;
  border: none;
  background-color: #F2F4F3;
  padding: 13px 15px;
  line-height: 1;
  height: 40px;
  font-weight: 400;
  width: 70px
}

.lang-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 16px;
  height: 6px;
  width: 10px;
  background-image: url(../../../../../../themes/annox/assets/dropdown-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none
}

.lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none
}

.lang-switcher .wpml-ls-legacy-dropdown:hover a {
  color: #003832
}

.lang-switcher .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
  background-color: #F2F4F3;
  color: #878787
}

@media screen and (max-width:1500px) {
  .navbar-brand img {
    width: 100%;
    max-width: 280px;
    min-width: 200px
  }
  .navbar-brand.active:after {
    max-width: 130px
  }
  .navbar li {
    padding: 0 15px
  }
  .navbar .nav-text .btn,
  .navbar .nav-text .wpcf7 .wpcf7-submit,
  .wpcf7 .navbar .nav-text .wpcf7-submit {
    margin-left: 20px;
    min-width: 120px
  }
}

@media screen and (max-width:1360px) {
  .navbar-brand img {
    width: 100%;
    max-width: 250px;
    min-width: 170px
  }
  .navbar-brand.active:after {
    bottom: -15px;
    max-width: 110px
  }
  .navbar {
    height: 80px;
    padding-left: 30px;
    padding-right: 30px
  }
  .navbar li.current-menu-item:before,
  .navbar li.current-page-parent:before {
    left: 15px;
    bottom: -30px;
    width: calc(100% - 30px)
  }
  .navbar .collapse {
    padding-left: 0
  }
}

@media screen and (max-width:1280px) {
  .navbar li {
    padding: 0 10px
  }
  .navbar li.menu-item-has-children {
    padding-right: 30px
  }
  .navbar li.current-menu-item:before,
  .navbar li.current-page-parent:before {
    content: none
  }
  .navbar .nav-text .btn,
  .navbar .nav-text .wpcf7 .wpcf7-submit,
  .wpcf7 .navbar .nav-text .wpcf7-submit {
    padding: 0 15px;
    margin-left: 15px;
    min-width: 110px;
    max-width: 200px
  }
}

@media screen and (max-width:1190px) {
  .navbar-brand {
    width: 30%
  }
  .navbar .nav-text {
    width: calc(70% - 60px)
  }
  .navbar .navbar-collapse {
    right: -500px;
    height: 100vh!important;
    top: 0;
    position: absolute;
    background-color: #F2F4F3;
    position: absolute;
    width: auto;
    height: 100vh;
    transition: ease .3s;
    display: block;
    z-index: 2
  }
  .navbar .navbar-collapse .navbar-nav {
    padding-top: 100px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 30px;
    float: right
  }
  .navbar .navbar-collapse .navbar-nav li {
    margin-bottom: 20px;
    width: fit-content;
    padding: 0 15px
  }
  .navbar .navbar-collapse .navbar-nav li:after {
    content: none!important
  }
  .navbar .navbar-collapse .navbar-nav li a {
    font-size: 20px;
    color: #003832
  }
  .navbar .navbar-collapse .navbar-nav li.menu-item-has-children {
    margin-bottom: 0;
    padding-right: 15px
  }
  .navbar .navbar-collapse .navbar-nav li.current-menu-item a:before,
  .navbar .navbar-collapse .navbar-nav li.current-menu-parent a:before {
    content: none
  }
  .navbar .navbar-collapse .navbar-nav li.current-menu-item a {
    color: #003832
  }
  .navbar .navbar-collapse .navbar-nav li.current-menu-parent .sub-menu li a {
    color: #003832
  }
  .navbar .navbar-collapse .navbar-nav li.current-menu-parent .sub-menu li.current-menu-item a {
    color: #00957E
  }
  .navbar .navbar-collapse .navbar-nav li ul.sub-menu {
    display: block;
    position: relative;
    background-color: transparent;
    margin-top: 10px;
    padding: 0;
    top: 0;
    box-shadow: none
  }
  .navbar .navbar-collapse .navbar-nav li ul.sub-menu li {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0
  }
  .navbar .navbar-collapse .navbar-nav li ul.sub-menu li a {
    padding: 0;
    padding-left: 20px;
    border-bottom: none;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0
  }
  .navbar .navbar-collapse .navbar-nav li ul.sub-menu li a:before {
    content: none
  }
  .navbar .navbar-collapse .navbar-nav li ul.sub-menu li:before {
    background-color: transparent;
    content: '-';
    position: absolute;
    color: #003832;
    left: 0;
    top: 0
  }
  .navbar .navbar-collapse .navbar-nav li ul.sub-menu li:last-child {
    margin-bottom: 10px
  }
  .navbar .navbar-collapse.show,
  .navbar .navbar-collapse.collapsing {
    right: 0
  }
}

@media screen and (max-width:920px) {
  .navbar-brand {
    width: 40%
  }
  .navbar {
    padding-left: 20px;
    padding-right: 20px
  }
  .navbar .nav-text {
    width: calc(60% - 60px)
  }
  .navbar .nav-text .btn,
  .navbar .nav-text .wpcf7 .wpcf7-submit,
  .wpcf7 .navbar .nav-text .wpcf7-submit {
    margin-left: 25px
  }
}

@media screen and (max-width:620px) {
  .navbar-brand {
    width: calc(100% - 50px)
  }
  .navbar-brand img {
    max-width: 130px;
    height: auto
  }
  .navbar-brand .lang-switcher {
    margin-left: auto;
    margin-right: 0
  }
  .navbar-brand .lang-switcher .wpml-ls-legacy-dropdown a {
    padding: 10px 15px;
    height: 35px
  }
  .navbar-brand .lang-switcher .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    top: 13px
  }
  .navbar-brand.active:after {
    bottom: -2px
  }
  .navbar {
    height: 60px
  }
  .navbar .nav-text {
    width: auto;
    text-align: center
  }
  .navbar .nav-text .btn,
  .navbar .nav-text .wpcf7 .wpcf7-submit,
  .wpcf7 .navbar .nav-text .wpcf7-submit {
    margin: 20px auto 0;
    font-size: 16px;
    padding: 0 30px;
    min-width: 210px;
    height: 50px;
    line-height: 50px;
    max-width: calc(100% - 40px);
    width: 100%
  }
  .navbar .nav-text a {
    font-size: 20px;
    color: #003832;
    display: block;
    margin-top: 25px;
    margin-bottom: -10px
  }
  .navbar .nav-text.hide-mobile {
    display: none!important
  }
  .navbar .nav-text.on-mobile {
    display: block;
    margin-top: 80px
  }
  .navbar .navbar-collapse {
    width: 100%;
    overflow-y: scroll
  }
  .navbar .navbar-collapse .navbar-nav {
    float: none;
    padding: 30px 20px 0
  }
  .navbar .navbar-collapse .navbar-nav li {
    padding: 0;
    width: 100%;
    text-align: center
  }
  .navbar .navbar-collapse .navbar-nav li.menu-item-has-children {
    padding-right: 0
  }
  .navbar .navbar-collapse .navbar-nav li ul.sub-menu li:before {
    content: none
  }
  .navbar .navbar-collapse .navbar-nav li ul.sub-menu li a {
    padding-left: 0
  }
}

footer {
  padding-top: 100px;
  padding-bottom: 30px
}

footer p {
  line-height: 2;
  margin-bottom: 0
}

footer p.label,
footer .hero p.label,
.hero footer p.label {
  margin-bottom: 8px
}

footer a {
  color: #878787;
  line-height: 2;
  margin-bottom: 0;
  display: block
}

footer .footer-logo {
  margin-bottom: 16px;
  max-width: 65%;
}

footer a.k-logo {
  transition: ease .3s;
  opacity: .8
}

footer a.k-logo span {
  line-height: 1.2;
  font-size: 10px;
  display: block;
  color: #666;
  margin-right: 8px
}

footer a.k-logo svg {
  margin-bottom: 0;
  max-height: 20px;
  width: auto
}

footer a.k-logo:hover {
  opacity: 1
}

footer .bottom {
  /* border-top: 1px solid rgba(0, 0, 0, .08); */
  margin-top: 60px;
  padding-top: 30px;
  font-size: 14px;
}

footer .bottom span {
  color: #666;
  margin-left: 10px;
  margin-right: 10px
}

footer .bottom p {
  color: #666;
  font-size: 14px
}

footer .bottom a {
  color: #666;
  font-size: 14px;
  line-height: 1
}

footer .bottom a:hover {
  color: #00957E
}

footer .bottom .linkedin svg {
  margin-right: 10px
}

.grecaptcha-badge {
  opacity: 0
}

@media screen and (max-width:1200px) {
  footer {
    padding-top: 60px
  }
  .quote-box {
    margin-bottom: 160px;
}
}

@media screen and (max-width:920px) {
  footer .footer-logo+p {
    margin-right: 40px
  }
  footer .footer-logo+p br {
    display: none
  }
  footer p.label,
  footer .hero p.label,
  .hero footer p.label {
    margin-bottom: 15px
  }
  footer .bottom p,
  footer .bottom a {
    font-size: 12px
  }
}

@media screen and (max-width:620px) {
  footer {
    padding-top: 60px
  }
  footer p.label,
  footer .hero p.label,
  .hero footer p.label {
    margin-bottom: 0;
    margin-top: 30px
  }
  footer .footer-logo {
    margin-bottom: 15px
  }
  footer .footer-logo+p {
    margin-right: 0
  }
  footer a.k-logo span {
    margin-left: 0
  }
}