/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import "../css/bootstrap-grid.css";
@import "../css/hamburgers.css";
@import "../css/slick.css";
@import "../css/jquery.fancybox.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Colors*/
/*Classes*/
.clearfix {
  overflow: visible;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  scroll-behavior: smooth;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  line-height: 16px;
  overflow-x: hidden;
  font-size: 16px;
}

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

h1 {
  font-size: 2.625rem;
  line-height: 3.75rem;
  font-family: "Poppins", sans-serif;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-family: "Poppins", sans-serif;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "Poppins", sans-serif;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: "Poppins", sans-serif;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: "Poppins", sans-serif;
}

h6 {
  font-size: 1rem;
  line-height: 1rem;
  font-family: "Poppins", sans-serif;
}

sup {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0;
  font-family: "Poppins", sans-serif;
}

sub {
  /*vertical-align: super;
  font-size: smaller;*/
  vertical-align: baseline;
  font-size: 1rem;
  line-height: 0;
  font-family: "Poppins", sans-serif;
}

a,
a:link,
a:focus,
a:visited {
  color: #000;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}

p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
}

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

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

.bold {
  font-weight: 700;
}

.loading {
  filter: blur(10px);
  -webkit-filter: blur(10px);
}

.wide-container {
  max-width: 1300px;
  width: 100%;
}

.small-container {
  max-width: 1100px;
  width: 100%;
}

.mid-conatiner {
  max-width: 1370px;
  width: 100%;
}

label.error {
  color: #f01e37;
  width: 100%;
  padding-top: 8px;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
}

.chart-legend {
  overflow: visible;
  margin-left: -5px;
  margin-right: -5px;
}
.chart-legend::after {
  content: "";
  clear: both;
  display: table;
}
.chart-legend > div {
  margin-bottom: 20px;
  width: 50%;
  float: left;
  padding: 0 5px;
}
.chart-legend .color-box {
  height: 18px;
  width: 18px;
  display: block;
  float: left;
  margin-top: 5px;
}
.chart-legend .text {
  font-family: "Poppins", sans-serif;
  font-size: 1.1875rem;
  line-height: 1.125rem;
  font-weight: 600;
  color: #273754;
  margin-left: 10px;
}

.popup {
  padding-top: 0;
  padding-bottom: 100px;
  padding-left: 110px;
  padding-right: 140px;
  overflow-y: hidden;
  overflow-x: hidden;
  max-width: 1370px;
  width: 100%;
  display: none;
  /*.download-step-holder {
     margin-top: -40px;
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: end;
     margin-left: 800px;
     img {
        padding-left: 5px;
     }
  }
  .last-text {
     margin-top: -10px;
  }

  .info-icon:hover+.hovering{
     display: block;

  }*/
}
.popup .logo {
  margin-top: -85px;
  padding-bottom: 100px;
}
.popup .heading {
  text-transform: uppercase;
  padding-bottom: 100px;
  color: #273754;
  font-size: 2.125rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
}
.popup .small-heading {
  padding-bottom: 20px;
  line-height: 2.625rem;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1.75rem;
}
.popup h6 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #008f8f;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}
.popup p {
  color: #000;
  font-size: 1.3125rem;
  line-height: 1.75rem;
  font-family: "Barlow", sans-serif;
}
.popup ol {
  list-style: decimal;
  margin-bottom: 30px;
  padding-left: 30px;
}
.popup ol li {
  margin-bottom: 5px;
}

.companies-percentage-wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.companies-percentage-wrap .row {
  width: 100%;
  margin-left: -5px;
  margin-right: -5px;
}
.companies-percentage-wrap .row .col {
  padding: 0 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #969BAD;
}
.companies-percentage-wrap .col-right {
  text-align: right;
}
.companies-percentage-wrap .row-top p {
  color: #000;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
}
.companies-percentage-wrap .chart-legend-companies .color-box {
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5625rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  min-width: 37px;
  text-align: center;
  display: inline-block;
}
.companies-percentage-wrap .chart-legend-companies p {
  color: #000;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
}

.calculator canvas {
  width: 100% !important;
}

#companies-percentage-chart, #scope1-specifics-to-total, #scope1-groups-to-total {
  height: 100% !important;
}

.button-with-arrow, .button-with-arrow:link, .button-with-arrow:focus, .button-with-arrow:visited {
  padding-right: 10px;
  color: #008f8f;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.button-with-arrow:hover, .button-with-arrow:link:hover, .button-with-arrow:focus:hover, .button-with-arrow:visited:hover {
  color: #008f8f;
}
.button-with-arrow svg, .button-with-arrow:link svg, .button-with-arrow:focus svg, .button-with-arrow:visited svg {
  vertical-align: middle;
}

.tab-switch-inside.active {
  text-decoration: underline;
}

.loading-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.31);
  backdrop-filter: blur(15px);
  z-index: 9999;
  flex-direction: column;
}
.loading-overlay.active {
  display: flex;
}
.loading-overlay .loading-header {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 30px;
  color: #fff;
  text-shadow: 1px 1px 1px #008f8f;
}
.loading-overlay .lds-roller,
.loading-overlay .lds-roller div,
.loading-overlay .lds-roller div:after {
  box-sizing: border-box;
}
.loading-overlay .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.loading-overlay .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.loading-overlay .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: #008f8f;
  margin: -3.6px 0 0 -3.6px;
}
.loading-overlay .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.loading-overlay .lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.loading-overlay .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.loading-overlay .lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.loading-overlay .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.loading-overlay .lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.loading-overlay .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.loading-overlay .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loading-overlay .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.loading-overlay .lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.loading-overlay .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.loading-overlay .lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.loading-overlay .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.loading-overlay .lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.loading-overlay .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.loading-overlay .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* @include font-face('Corbel', '../fonts/Corbel Bold Italic.ttf', 700, 'italic');
@include font-face('Corbel', '../fonts/Corbel Bold.ttf', 700);
@include font-face('Corbel', '../fonts/Corbel Italic.ttf', 400, 'italic');
@include font-face('Corbel', '../fonts/CORBEL.TTF', 400); */
.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
  padding: 14px 16px 12px 16px;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  text-decoration: none;
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #fff;
  background-color: #000;
}
.btn.black, .btn:link.black, .btn:focus.black, .btn:visited.black {
  border: 2px solid #000;
  color: #000;
}
.btn.black:hover, .btn:link.black:hover, .btn:focus.black:hover, .btn:visited.black:hover {
  color: #fff;
  background-color: #000;
}
.btn span, .btn:link span, .btn:focus span, .btn:visited span {
  vertical-align: middle;
}
.btn svg, .btn:link svg, .btn:focus svg, .btn:visited svg {
  margin-left: 10px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

nav {
  position: relative;
  z-index: 2;
}
nav .img-wrap {
  padding: 21px 0;
}
nav .img-wrap img {
  max-height: 45px;
}
nav .menu:not(.mobile-menu) {
  list-style: none;
  float: right;
}
nav .menu:not(.mobile-menu) li {
  float: left;
  padding: 32px 20px;
  line-height: 1.5rem;
}
nav .menu:not(.mobile-menu) li a {
  font-size: 1.25rem;
  color: #000;
  text-transform: uppercase;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children {
  position: relative;
}
nav .menu:not(.mobile-menu) li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
nav .menu:not(.mobile-menu) .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
}
nav .menu:not(.mobile-menu) .sub-menu li a {
  color: #fff;
}
nav .hamburger-inner,
nav .hamburger-inner::after,
nav .hamburger-inner::before {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.sidenav {
  position: fixed;
  background-color: #000;
  height: 100vh;
  width: 100%;
  top: 0;
  left: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999;
}
.sidenav.open {
  left: 0px;
}
.sidenav .hamburger {
  position: absolute;
  top: 15px;
  right: 15px;
}
.sidenav .hamburger .hamburger-inner,
.sidenav .hamburger .hamburger-inner::after,
.sidenav .hamburger .hamburger-inner::before {
  background-color: #fff;
}
.sidenav .top-wrap {
  overflow: hidden;
  border-bottom: 1px solid #303030;
}
.sidenav .top-wrap a.logo-wrap {
  display: block;
  float: left;
  height: 45px;
  width: 100px;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 40px;
}
.sidenav .top-wrap a.logo-wrap img,
.sidenav .top-wrap a.logo-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}
.sidenav .menu-bg-wrap {
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
  height: calc(100% - 67px);
  overflow: scroll;
  padding-top: 60px;
}
.sidenav .menu-bg-wrap.background-sub-menu {
  background-color: #000;
}
.sidenav .menu-bg-wrap.background-sub-menu .extra-menu-items {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu {
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  list-style: none;
}
.sidenav .menu-bg-wrap .mobile-menu li {
  float: none;
  display: block;
  border-bottom: 1px solid #303030;
  padding: 10px 0;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children {
  position: relative;
}
.sidenav .menu-bg-wrap .mobile-menu li.menu-item-has-children > a {
  padding-right: 90px;
}
.sidenav .menu-bg-wrap .mobile-menu li a {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #fff;
  padding: 10px 24px 10px 40px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a:hover {
  background-color: #000;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow {
  height: 100%;
  width: 90px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(../images/chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #000;
  border-left: 1px solid #303030;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidenav .menu-bg-wrap .mobile-menu li a .arrow:hover {
  background-color: #000;
}
.sidenav .menu-bg-wrap .mobile-menu li a .back-arrow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90px;
  background-image: url(../images/chevron-left.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #000;
  display: none;
  border-right: 1px solid #303030;
}
.sidenav .menu-bg-wrap .mobile-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  position: relative;
  padding-left: 130px;
  padding-right: 40px;
  border-bottom: 1px solid #303030;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu {
  display: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a .arrow {
  background-image: url(../images/chevron-right.svg);
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li a.menu-item-going-back {
  margin-left: 0;
  font-weight: 400;
  color: #fff;
}
.sidenav .menu-bg-wrap .mobile-menu li .sub-menu li .sub-menu li:last-of-type {
  border-bottom: none;
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 200px;
  color: white;
  background-color: black;
}

section.top {
  position: relative;
  height: auto;
  z-index: 0;
  background-color: #f6faff;
  overflow: hidden;
}
section.top .heading-wrap {
  display: flex;
}
section.top .heading-wrap h1 {
  padding-left: 5;
  padding-right: 5px;
  padding-top: 116px;
  padding-bottom: 85px;
  color: #273754;
}
section.top .heading-wrap h1.bold {
  font-weight: 700;
}
section.top img {
  z-index: 1;
  margin-top: -100px;
}

section.steps {
  position: relative;
  margin-top: -26px;
  margin-bottom: 134px;
  z-index: 2;
}
section.steps .row-steps {
  margin-left: 0;
  margin-right: 0;
}
section.steps .row-steps .col {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
section.steps .row-steps .col:last-of-type .one-step::after {
  display: none;
}
section.steps .row-steps .one-step {
  position: relative;
}
section.steps .row-steps .one-step::after {
  content: "";
  position: absolute;
  right: -50%;
  top: 26px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #008f8f;
}
section.steps .row-steps .one-step .number {
  position: relative;
  margin: 0 auto;
  width: 53px;
  height: 53px;
  border: solid 1px #008f8f;
  border-radius: 50%;
  padding-top: 10px;
  padding-bottom: 12px;
  padding-right: 5px;
  padding-left: 5px;
  color: #555;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #f6faff;
  z-index: 2;
}
section.steps .row-steps .one-step .number.current {
  background-color: #008f8f;
  color: #fff;
}
section.steps .row-steps .step-header {
  padding-top: 18px;
  color: #008f8f;
  text-align: center;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
section.steps .steps-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  /*.one-step {
     text-align: center;
     padding-left: 60px;
     padding-right: 60px;
     .number {
        position: relative;
        margin: 0 auto;
        width: 53px;
        height: 53px;
        border: solid 1px $marine-green;
        border-radius: 50%;
        padding-top: 10px;
        padding-bottom: 12px;
        padding-right: 5px;
        padding-left: 5px;
        color: $grey;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        background-color: $light-grey;
        z-index: 2;
     }

     .current {
        background-color: $marine-green;
        color: $white;
     }
     h3 {
        margin-top: 18px;
        color: $marine-green;
        text-align: center;
        font-family: Barlow;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
     }
  }*/
}
section.steps .steps-wrap .stripe {
  position: absolute;
  width: 85%;
  height: 2px;
  background-color: #008f8f;
  z-index: 1;
  top: 25%;
  left: 10%;
}
section.steps .steps-wrap .first {
  padding-left: 0;
}
section.steps .steps-wrap .last {
  padding-right: 0;
}

section.calculator {
  padding-bottom: 41px;
  /*.spacer1 {
     padding-bottom: 336px;
  }*/
}
section.calculator .col {
  page-break-inside: avoid;
}
section.calculator .hovering {
  display: none;
  opacity: 1;
  box-shadow: 0px 8px 5px -2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0px 8px 5px -2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 8px 5px -2px rgba(0, 0, 0, 0.24);
}
section.calculator .info-icon:hover .hovering {
  display: block;
}
section.calculator .hovering:hover {
  display: block;
}
section.calculator .text-with-blue-bg {
  position: relative;
  margin-top: 30px;
}
section.calculator .text-with-blue-bg .background-img-text {
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  padding-top: 80px;
  padding-bottom: 80px;
}
section.calculator .text-with-blue-bg .background-img-text strong {
  font-weight: 600;
}
section.calculator .text-with-blue-bg .bg-img-wrap {
  position: absolute;
  z-index: -1;
  width: 147.8%;
  left: -23.9%;
  /*img{

  }*/
}
section.calculator .text-with-blue-bg .bg-img-wrap .overlay {
  background-color: rgb(39, 55, 84);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: hard-light;
}
section.calculator .img-bg-holder {
  margin-top: 625px;
  position: absolute;
}
section.calculator .img-bg-holder .img-bg {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
section.calculator .img-bg-holder .backround-img-text {
  position: relative;
  z-index: 3;
  color: #fff;
  padding-left: 320px;
  padding-right: 320px;
  margin-top: -635px;
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
section.calculator .img-bg-holder .backround-img-text span {
  font-weight: 600;
}
section.calculator .img-bg-holder .info-icon:hover + .hovering {
  display: none;
}
section.calculator .step4 {
  position: relative;
  z-index: 3;
}
section.calculator .l-col-wrap {
  margin-top: 50px;
}
section.calculator .l-col-wrap h1 {
  color: #273754;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 30px;
}
section.calculator .l-col-wrap h3 {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  padding-bottom: 34px;
}
section.calculator .l-col-wrap p {
  color: #555;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
section.calculator .range {
  margin-top: 50px;
  color: #273754;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 30px;
}
section.calculator .under-range {
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
section.calculator .see-how {
  color: #273754;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
section.calculator .button-wrap {
  color: #008f8f;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 40px;
  padding-top: 20px;
}
section.calculator .button-wrap.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
section.calculator .button-wrap a {
  color: #008f8f;
}
section.calculator .r-top-wrap {
  margin-bottom: 40px;
}
section.calculator .r-col-wrap {
  border-radius: 20px;
  border: solid 1px #969BAD;
  background-color: #f6faff;
  padding-left: 48px;
  padding-right: 45px;
  padding-bottom: 48px;
  padding-top: 80px;
}
section.calculator .r-col-wrap .heading-holder {
  padding-bottom: 20px;
  border-bottom: solid 1px #969bad;
  margin-bottom: 36px;
}
section.calculator .r-col-wrap .heading-holder .tooltip2 {
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-left: 180px;
  margin-top: -30px;
  width: 60%;
}
section.calculator .r-col-wrap .heading-holder .tooltip3 {
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-left: 255px;
  margin-top: -30px;
  width: 65%;
}
section.calculator .r-col-wrap .heading-holder h4 {
  color: #273754;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
}
section.calculator .r-col-wrap .heading-holder h4.scope-header {
  font-size: 36px;
}
section.calculator .r-col-wrap .heading-holder h4 .info-icon {
  cursor: pointer;
  transition: 0.2s;
}
section.calculator .r-col-wrap .heading-holder h4 .info-icon:hover + .tooltip {
  display: block;
}
section.calculator .r-col-wrap .heading-holder p {
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
section.calculator .r-col-wrap .heading-holder .popup {
  display: none;
}
section.calculator .r-col-wrap .no-border {
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-top: 40px;
}
section.calculator .r-col-wrap .row {
  padding-bottom: 63px;
}
section.calculator .r-col-wrap .row.no-bottom-padding {
  padding-bottom: 0;
}
section.calculator .r-col-wrap .row .left-minus {
  margin-left: -10px;
}
section.calculator .r-col-wrap .row .input-row {
  padding-bottom: 11px;
}
section.calculator .r-col-wrap .row .input-row .p-holder {
  display: flex;
}
section.calculator .r-col-wrap .row .input-row .p-holder p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-family: "Barlow", sans-serif;
}
section.calculator .r-col-wrap .row .input-row .p-holder p .red {
  color: #f01e37;
}
section.calculator .r-col-wrap .row .input-row .p-holder .p-for-spacing {
  padding-right: 50px;
}
section.calculator .r-col-wrap .row .input-row .p-holder .info-icon {
  cursor: pointer;
  transition: 0.2s;
}
section.calculator .r-col-wrap .row .input-row .p-holder .tooltip7 {
  z-index: 3;
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-left: 250px;
  margin-top: -20px;
  width: 65%;
}
section.calculator .r-col-wrap .row .input-row .p-holder .tooltip10 {
  z-index: 3;
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-left: 250px;
  margin-top: -20px;
  width: 65%;
}
section.calculator .r-col-wrap .row .input-row .p-holder .hovering {
  display: none;
}
section.calculator .r-col-wrap .row .input-row .p-holder .info-icon:hover .hovering {
  display: block;
}
section.calculator .r-col-wrap .row .input-row .spacer {
  margin-bottom: 50px;
}
section.calculator .r-col-wrap .row .input-row .input-holder {
  align-items: center;
  align-content: center;
}
section.calculator .r-col-wrap .row .input-row .input-holder.margin-bottom {
  margin-bottom: 20px;
}
section.calculator .r-col-wrap .row .input-row .input-holder textarea {
  height: 286px;
  resize: none;
  width: 100%;
  border: solid 1px #969BAD;
  width: 100%;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 8px;
  padding-bottom: 2px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
}
section.calculator .r-col-wrap .row .input-row .input-holder textarea.error {
  border: solid 1px #f01e37;
}
section.calculator .r-col-wrap .row .input-row .input-holder .required {
  padding-top: 10px;
}
section.calculator .r-col-wrap .row .input-row .input-holder .required span {
  color: #f01e37;
}
section.calculator .r-col-wrap .row .input-row .input-holder span:not(.info-icon.hoverr) {
  padding-top: 10px;
  padding-left: 10px;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
section.calculator .r-col-wrap .row .input-row .input-holder span:not(.info-icon.hoverr).red {
  color: #f01e37;
  padding-left: 0;
}
section.calculator .r-col-wrap .row .input-row .input-holder input {
  border: solid 1px #969BAD;
  width: 100%;
  padding-left: 26px;
  padding-top: 9px;
  padding-bottom: 3px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
}
section.calculator .r-col-wrap .row .input-row .input-holder input.error {
  border: solid 1x #f01e37;
}
section.calculator .r-col-wrap .row .input-row .input-holder .emision {
  padding-right: 40px;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 0;
}
section.calculator .r-col-wrap .row .input-row .input-holder .emision sub {
  vertical-align: baseline;
  font-size: 1rem;
}
section.calculator .r-col-wrap .row .input-row .input-holder .emision-right {
  padding-right: 0;
  padding-left: 40px;
}
section.calculator .r-col-wrap .row .input-row .input-holder .emision-right sub {
  vertical-align: baseline;
  font-size: 1rem;
}
section.calculator .r-col-wrap .row .input-row .input-holder .input-short {
  width: 15%;
}
section.calculator .r-col-wrap .row .input-row .input-holder .input-small {
  width: 60%;
}
section.calculator .r-col-wrap .row .input-row .input-holder input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
section.calculator .r-col-wrap .row .input-row .input-holder input::-webkit-outer-spin-button,
section.calculator .r-col-wrap .row .input-row .input-holder input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.calculator .r-col-wrap .row .input-row .input-holder .input-wide {
  width: 40%;
}
section.calculator .r-col-wrap .row .input-row .input-holder .input-full {
  width: 100%;
}
section.calculator .r-col-wrap .row .input-row .select-box {
  margin-bottom: 38px;
  /*padding-left: 26px;
  padding-right: 16px;*/
  margin-top: 8px;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
section.calculator .r-col-wrap .row .input-row .selectize-input {
  background-color: #F5F5F5;
  width: 100%;
  padding-left: 26px;
  padding-right: 40px;
  border: solid 1px #969BAD;
  border-radius: 0;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  min-height: 51px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.5rem;
  line-height: 2.4375rem;
  background-image: none;
}
section.calculator .r-col-wrap .row .input-row .selectize-input.dropdown-active::after {
  margin-top: -3px;
  transform: rotate(180deg);
}
section.calculator .r-col-wrap .row .input-row .selectize-input.required {
  padding-top: 3px;
}
section.calculator .r-col-wrap .row .input-row .selectize-input::after {
  border: none;
  width: 16px;
  height: 16px;
  top: 20px;
  width: 16px;
  height: 16px;
  background-image: url(../images/acc-chevron.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.calculator .r-col-wrap .row .input-row .selectize-input::before {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  visibility: visible;
  background-color: #939090;
  display: block;
  width: 1px;
  bottom: auto;
  top: 10px;
  right: 45px;
  left: auto;
  height: 30px;
}
section.calculator .r-col-wrap .row .input-row .selectize-input input::placeholder {
  color: #000;
  opacity: 1;
}
section.calculator .r-col-wrap .row .input-row .selectize-dropdown {
  background-color: #fff;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border: solid 1px #969BAD;
  border-radius: 0;
  border-top: none;
  margin-top: 8px;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 0;
}
section.calculator .r-col-wrap .row .input-row .selectize-dropdown .selectize-dropdown-content .option {
  padding-left: 26px;
  padding-right: 16px;
  font-size: 1.5rem;
  line-height: 2.4375rem;
}
section.calculator .r-col-wrap .row .input-row .selected {
  background-color: #008f8f;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-wide {
  width: 70%;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-wide .select-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-wide .select-title .info-icon {
  cursor: pointer;
  transition: 0.2s;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-wide .tooltip3 {
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-left: 255px;
  margin-top: -30px;
  width: 60%;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-full {
  width: 100%;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-full .select-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-full .select-title .info-icon {
  cursor: pointer;
  transition: 0.2s;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-full .-top {
  margin-top: -25px;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-full .tooltip4 {
  z-index: 3;
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-left: 100px;
  margin-top: -20px;
  width: 125%;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-full .tooltip5 {
  z-index: 3;
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-left: 0px;
  margin-top: 5px;
  width: 105%;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-full .tooltip6 {
  z-index: 3;
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-left: 330px;
  margin-top: -20px;
  width: 115%;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-full .tooltip8 {
  z-index: 3;
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-top: 5px;
  width: 105%;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-full .tooltip9 {
  z-index: 3;
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-top: 5px;
  width: 125%;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-full .tooltip11 {
  z-index: 3;
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-top: -20px;
  margin-left: 235px;
  width: 130%;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-mid {
  width: 40%;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-mid .select-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-mid .select-title .info-icon {
  cursor: pointer;
  transition: 0.2s;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-mid .tooltip6 {
  z-index: 3;
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-left: 330px;
  margin-top: -35px;
  width: 115%;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-small {
  width: 28%;
  margin-left: 27px;
  /*.kg {
     margin-top: -35px;
  }*/
}
section.calculator .r-col-wrap .row .input-row .input-wrap-small .select-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-small .select-title .info-icon {
  cursor: pointer;
  transition: 0.2s;
}
section.calculator .r-col-wrap .row .input-row .input-wrap-small .tooltip6 {
  z-index: 3;
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  margin-left: 330px;
  margin-top: -35px;
  width: 115%;
}
section.calculator .r-col-wrap .row .input-row .radio-holder {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 22px;
  position: relative;
}
section.calculator .r-col-wrap .row .input-row .radio-holder #reportDatacompany-error {
  position: absolute;
  top: calc(100% - 10px);
}
section.calculator .r-col-wrap .row .input-row .radio-holder input {
  margin-top: -10px;
  margin-right: 10px;
  width: 27px;
  height: 27px;
  border: solid 1px #969BAD;
  accent-color: #008f8f;
}
section.calculator .r-col-wrap .row .input-row .radio-holder p {
  padding-right: 100px;
  color: #273754;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
section.calculator .r-col-wrap .row .input-row .radio-holder .p-small {
  padding-right: 15px;
  color: #273754;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
section.calculator .r-col-wrap .row .numb {
  margin-top: 37px;
}
section.calculator .r-col-wrap .next-step-holder {
  margin-top: 0;
  float: right;
  text-align: right;
  display: flex;
  align-items: center;
  /*.next-step-anchor {
     padding-right: 10px;
     color: $marine-green;
     font-family: "Barlow", sans-serif;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     text-transform: uppercase;
  }*/
}
section.calculator .r-col-wrap .prev-step-holder {
  margin-top: 0;
  position: absolute;
  display: flex;
  align-items: center;
  /*.next-step-anchor{
     padding-right: 10px;
     color: $marine-green;
     font-family: "Barlow", sans-serif;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     text-transform: uppercase;
     &.tab-switch-inside{
        &.active{
           text-decoration: underline;
        }
     }
  }*/
}
section.calculator .table-heading-wrap {
  width: 100%;
  background-color: #f5f5f5;
  margin-bottom: 50px;
  margin-top: 50px;
}
section.calculator .table-heading-wrap .table-heading {
  padding-left: 18px;
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #273754;
  font-size: 1.5rem;
}
section.calculator .table-heading-wrap .table-heading1 {
  padding-left: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #273754;
  font-size: 2.25rem;
  line-height: 1.5;
}
section.calculator .background-img {
  position: absolute;
  width: 1920px;
  height: 747px;
  margin-top: -10%;
}
section.calculator .table-wrap th {
  align-items: center;
  padding: 20px 15px;
  font-weight: 600;
  line-height: 2.125rem;
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  background-color: #fff;
  border: none;
  text-align: right;
}
section.calculator .table-wrap td {
  text-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 3.125rem;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  padding: 0 15px;
  background-color: #fff;
  border: none;
  text-align: right;
}
section.calculator .table-wrap td.text {
  padding-top: 10px;
  text-align: left;
  font-weight: 600;
  line-height: 2.125rem;
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  color: #273754;
}
section.calculator .table-wrap td.no-padding {
  padding-left: 0;
}
section.calculator .table-wrap .blue td {
  color: #4289e8;
  padding-left: 0px;
}
section.calculator .table-wrap tr {
  border-bottom: solid 1px #969BAD;
  font-family: "Barlow", sans-serif;
}
section.calculator .table-wrap tr td:first-of-type {
  padding-left: 0;
  font-family: "Barlow", sans-serif;
  text-align: left;
}
section.calculator .table-wrap .table-bg {
  background-color: #f6faff;
}
section.calculator .pseudo4 {
  position: relative;
  z-index: 2;
}
section.calculator .pseudo4::after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  background-color: #f5f5f5;
  top: 0;
  left: 100%;
  z-index: 1;
}
section.calculator .pseudo4::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  background-color: #f5f5f5;
  top: 0;
  right: 100%;
  z-index: 1;
}
section.calculator .table-wrap-full {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 100px;
}
section.calculator .table-wrap-full th {
  align-items: center;
  padding-bottom: 20px;
  font-weight: 600;
  line-height: 2.125rem;
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
}
section.calculator .table-wrap-full td {
  text-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 3.125rem;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
}
section.calculator .table-wrap-full td.text {
  padding-left: 20px;
  text-align: left;
  font-weight: 600;
  line-height: 2.125rem;
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  color: #273754;
}
section.calculator .table-wrap-full td.no-padding {
  padding-left: 0;
}
section.calculator .table-wrap-full .blue td {
  color: #4289e8;
  padding-left: 0px;
  font-family: "Barlow", sans-serif;
}
section.calculator .table-wrap-full tr {
  border-bottom: solid 1px #969BAD;
  font-family: "Barlow", sans-serif;
}
section.calculator .table-wrap-full .table-bg {
  background-color: #f6faff;
  font-family: "Barlow", sans-serif;
}
section.calculator .legend-holder {
  text-align: right;
}
section.calculator .legend-holder .text {
  color: #273754;
  font-weight: 600;
  line-height: 2.5rem;
  font-size: 1.25rem;
}
section.calculator .chart-holder .text {
  background-color: #4289e8;
  color: #fff;
  font-weight: 600;
  line-height: 3.125rem;
  font-size: 1.25rem;
}
section.calculator .chart1-holder .text {
  background-color: #008f8f;
  color: #fff;
  font-weight: 600;
  line-height: 2.5rem;
  font-size: 1.25rem;
}
section.calculator .next-step-holder {
  margin-top: 100px;
  float: right;
  text-align: right;
  display: flex;
  align-items: center;
  /*.next-step-anchor {
     padding-right: 10px;
     color: $marine-green;
     font-family: "Barlow", sans-serif;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     text-transform: uppercase;
  }*/
}
section.calculator .mid-step-holder {
  margin-left: 40%;
  margin-top: 100px;
  float: left;
  text-align: right;
  display: flex;
  align-items: center;
  /*.next-step-anchor {
     padding-right: 10px;
     color: $marine-green;
     font-family: "Barlow", sans-serif;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     text-transform: uppercase;
  }*/
}
section.calculator .prev-step-holder {
  margin-top: 98.5px;
  position: absolute;
  display: flex;
  align-items: center;
  /*.next-step-anchor {
     padding-right: 10px;
     color: $marine-green;
     font-family: "Barlow", sans-serif;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     text-transform: uppercase;
  }*/
}
section.calculator .prev-step-holder.end-form {
  position: static;
  margin-top: 75px;
  margin-bottom: 65px;
}
section.calculator .download-step-holder {
  /*/padding-top: 52.5px;
  padding-bottom: 152.5px;
  position: absolute;
  display: flex;*/
  align-items: center;
  margin-bottom: 80px;
  margin-top: 60px;
}
section.calculator .download-step-holder.global-download-button {
  border-top: 1px solid #fff;
  padding-top: 30px;
  margin-bottom: 0;
  margin-top: 0;
}
section.calculator .download-step-holder > a {
  color: #008f8f;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
section.calculator .download-step-holder img {
  padding-left: 5px;
}
section.calculator .label {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #969BAD;
}
section.calculator .label p {
  line-height: 2.5rem;
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  padding-left: 20px;
  font-weight: 600;
}
section.calculator .label.right {
  justify-content: right;
}
section.calculator .label.blue p {
  color: #4289e8;
  padding-left: 0;
}
section.calculator .label .number {
  font-family: "Poppins", sans-serif;
}
section.calculator .raund-chart-holder {
  padding: 20px;
  width: 100%;
  background-color: #f6faff;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
section.calculator .raund-chart-holder .chart {
  height: 50%;
  width: 100%;
}
section.calculator .raund-chart-holder .chart p {
  background-color: #4289e8;
  border-radius: 50%;
  margin-top: 50px;
  text-align: center;
  align-items: center;
  line-height: 2.5rem;
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  padding-left: 20px;
  font-weight: 600;
}
section.calculator .raund-chart-holder .legend {
  width: 100%;
}
section.calculator .raund-chart-holder .legend p {
  line-height: 2.5rem;
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  padding-left: 20px;
  font-weight: 600;
}
section.calculator .blue-heading-wrap {
  width: 100%;
  margin-bottom: 53px;
  margin-top: 100px;
}
section.calculator .blue-heading-wrap .blue-heading {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #4289e8;
  font-size: 1.5rem;
}
section.calculator .emisson-holder {
  text-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  height: 100%;
  background-color: #f6faff;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
section.calculator .emisson-holder .blue-heading {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #4289e8;
  font-size: 1.5rem;
  line-height: 2.125rem;
}
section.calculator .emisson-holder .number {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 2.125rem;
  margin-bottom: 0;
}
section.calculator .emisson-holder-small {
  text-align: center;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 100%;
  background-color: #f6faff;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
}
section.calculator .emisson-holder-small .blue-heading {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #4289e8;
  font-size: 1.5rem;
  line-height: 2.125rem;
}
section.calculator .emisson-holder-small .green-heading {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #008f8f;
  font-size: 1.5rem;
  line-height: 2.125rem;
}
section.calculator .emisson-holder-small .number {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #000;
  font-size: 1.5rem;
  line-height: 2.125rem;
}
section.calculator .labels-holder.labels-holder-companies {
  margin-top: 30px;
}
section.calculator .labels-holder .scope-label, section.calculator .labels-holder .scope-specific-label, section.calculator .labels-holder .label-specific {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #969BAD;
  padding: 5px 0;
}
section.calculator .labels-holder .scope-label p, section.calculator .labels-holder .scope-specific-label p, section.calculator .labels-holder .label-specific p {
  line-height: 2.1875rem;
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
  margin-bottom: 0;
}
section.calculator .labels-holder .scope-label p {
  color: #4289e8;
  font-weight: 600;
}
section.calculator .labels-holder .scope-specific-label {
  padding-left: 5px;
  background-color: #F9F9F9;
}
section.calculator .labels-holder .scope-specific-label p {
  color: #000;
  font-weight: 600;
}
section.calculator .labels-holder .label-specific {
  padding-left: 10px;
}
section.calculator .labels-holder .label-specific p {
  color: #000;
  font-weight: 400;
}
section.calculator .labels-holder .labels {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #969BAD;
}
section.calculator .labels-holder .labels p {
  line-height: 2.5rem;
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
  color: #273754;
  margin-bottom: 0;
  font-weight: 600;
}
section.calculator .labels-holder .labels.right {
  justify-content: right;
}
section.calculator .labels-holder .labels.blue {
  border: none;
}
section.calculator .labels-holder .labels.blue p {
  color: #4289e8;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.5rem;
}
section.calculator .labels-holder .labels .blue-number {
  color: #4289e8;
  font-family: "Poppins", sans-serif;
}
section.calculator .labels-holder .labels .green-number {
  color: #008f8f;
  font-family: "Poppins", sans-serif;
}
section.calculator .margin {
  margin-top: 75px;
}
section.calculator .margin-125 {
  margin-top: 125px;
}
section.calculator .transparent-heading-holder .green-heading {
  color: #008f8f;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-family: "Poppins", sans-serif;
}
section.calculator .transparent-heading-holder .blue-heading {
  color: #4289e8;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-family: "Poppins", sans-serif;
}
section.calculator .buttons-background {
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
  position: relative;
  margin-top: 70px;
}
section.calculator .buttons-background::before, section.calculator .buttons-background::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
  top: 0;
}
section.calculator .buttons-background::before {
  left: 100%;
}
section.calculator .buttons-background::after {
  right: 100%;
}
section.calculator .buttons-background .buttons-wraper {
  padding-top: 50px;
  padding-bottom: 50px;
}
section.calculator .buttons-background .buttons-wraper .prev-step-holder, section.calculator .buttons-background .buttons-wraper .mid-step-holder, section.calculator .buttons-background .buttons-wraper .next-step-holder {
  margin-top: 20px;
}
section.calculator .buttons-background .buttons-wraper .transparent-heading-holder {
  margin-bottom: 20px;
}
section.calculator .buttons-background .buttons-wraper .transparent-heading-holder .black-heading {
  color: #000;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 3.125rem;
  font-family: "Poppins", sans-serif;
}
section.calculator .margin-minus {
  margin-top: -100px;
}
section.calculator .none {
  display: none;
}
section.calculator .margin-bottom {
  margin-bottom: 100px;
}
section.calculator input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
section.calculator input::-webkit-outer-spin-button,
section.calculator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.calculator .blue-heading {
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #4289e8;
  font-size: 1.625rem;
}
section.calculator .border-top {
  border-top: 2px solid #969BAD;
  padding: 0;
  margin: 0px;
}
section.calculator .checkbox-wraper {
  align-items: start;
  padding-top: 20px;
  padding-left: 30px;
  position: relative;
}
section.calculator .checkbox-wraper.alt-ver {
  padding-top: 0;
}
section.calculator .checkbox-wraper.alt-ver input {
  top: 9px;
}
section.calculator .checkbox-wraper label {
  line-height: 24px !important;
}
section.calculator .checkbox-wraper .wpcf7-form-control-wrap {
  position: static;
}
section.calculator .checkbox-wraper .wpcf7-list-item {
  margin: 0;
}
section.calculator .checkbox-wraper input {
  accent-color: #008f8f;
  position: absolute;
  left: 0;
  top: 29px;
}
section.calculator .checkbox-wraper p, section.calculator .checkbox-wraper .wpcf7-list-item-label {
  color: #555;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Barlow", sans-serif;
}
section.calculator .mini-heading {
  color: #555;
  font-weight: 600;
  font-size: 1rem;
  line-height: calc(auto / 16)rem;
  font-family: "Barlow", sans-serif;
}
section.calculator .small-paragraf {
  color: #555;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: calc(auto / 16)rem;
  font-family: "Barlow", sans-serif;
  padding-bottom: 25px;
}
section.calculator .button-holder {
  display: flex;
}
section.calculator .button-holder a {
  color: #008f8f;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
section.calculator .button-holder a img {
  padding-left: 10px;
}
section.calculator .align-right {
  justify-content: end;
}
section.calculator .company-wrap-forms .company-wrap-form .company-name[type=text] {
  color: #000;
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
}

.consumption-unit, .consumption, .consumptionMobile, .consumptionUnitMobile, .fuel-type, .coolant-name, .gas-name {
  display: none;
}
.consumption-unit.active, .consumption.active, .consumptionMobile.active, .consumptionUnitMobile.active, .fuel-type.active, .coolant-name.active, .gas-name.active {
  display: block;
}

.coolantReleaseVolume,
.gasReleaseVolume {
  display: none;
}
.coolantReleaseVolume.active,
.gasReleaseVolume.active {
  display: inline-block;
}

.company-wrap-form {
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.selects-inputs-wrap .input-wrap-small input {
  margin-bottom: 38px;
  margin-top: 0;
}

.accordion-wrap {
  border: 1px solid #969BAD;
  position: relative;
  background-color: #F5F5F5;
}
.accordion-wrap .accordion-header {
  padding: 8px;
  padding-left: 16px;
  padding-right: 40px;
  cursor: pointer;
}
.accordion-wrap .accordion-header.active::before {
  transform: rotate(180deg);
}
.accordion-wrap .accordion-header::before, .accordion-wrap .accordion-header::after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
}
.accordion-wrap .accordion-header::before {
  right: 13px;
  top: 15px;
  width: 16px;
  height: 16px;
  background-image: url(../images/acc-chevron.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion-wrap .accordion-header::after {
  right: 40px;
  height: 30px;
  width: 1px;
  background-color: #939090;
}
.accordion-wrap .accordion-header p {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Barlow", sans-serif;
  color: #141414;
  margin-bottom: 0;
}
.accordion-wrap .accordion-content {
  padding: 16px;
  padding-bottom: 0;
  display: none;
}

.info-icon.hoverr {
  position: relative;
}
.info-icon.hoverr .tooltip {
  color: #000;
  transition: 0.2s;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5625rem;
  font-weight: 400;
  position: absolute;
  background: #fff;
  background-color: #fff;
  padding: 20px;
  /*margin-left: 310px;
  margin-top: -30px;*/
  min-width: 400px;
  position: absolute;
  top: 0;
  left: 100%;
}

.hidden-by-default-pdf-text {
  display: none;
  font-size: 2.4375rem;
  line-height: 3.125rem;
  text-align: justify;
  min-height: 2500px;
}
.hidden-by-default-pdf-text.generating-pdf {
  display: block;
}
.hidden-by-default-pdf-text p {
  font-size: 2.4375rem;
  line-height: 3.125rem;
  text-align: justify;
  color: #000;
  margin-bottom: 30px;
}
.hidden-by-default-pdf-text p strong, .hidden-by-default-pdf-text p b {
  font-weight: 700;
}
.hidden-by-default-pdf-text .logos-wrap {
  text-align: center;
  padding-top: 40px;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.hidden-by-default-pdf-text .logos-wrap .logo-wrap {
  display: inline-block;
  margin: 0 60px;
}
.hidden-by-default-pdf-text .logos-wrap .logo-wrap img {
  max-height: 160px;
  min-height: 100px;
}
.hidden-by-default-pdf-text .title {
  font-size: 5.625rem;
  line-height: 6.875rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: left;
}
.hidden-by-default-pdf-text .top-info-wrap {
  padding: 30px 0;
  border-top: 3px solid #629adf;
  border-bottom: 3px solid #629adf;
  margin-bottom: 40px;
}
.hidden-by-default-pdf-text .top-info-wrap table {
  width: auto;
}
.hidden-by-default-pdf-text .top-info-wrap table tbody > tr:nth-child(2n+1) > td, .hidden-by-default-pdf-text .top-info-wrap table table tbody > tr:nth-child(2n+1) > th {
  background-color: transparent;
}
.hidden-by-default-pdf-text .top-info-wrap table td {
  font-size: 3.125rem;
  line-height: 4.375rem;
  border: none;
  padding: 0 30px 0 0;
  color: #000;
}
.hidden-by-default-pdf-text .top-info-wrap table td strong {
  font-weight: 700;
}

.generating-pdf-hide.generating {
  display: none;
}

.generating-pdf-show {
  display: none;
}
.generating-pdf-show.generating {
  display: block;
}

.pdf-progress-container {
  width: 100%;
  background-color: #fff;
  height: 10px;
  margin-top: 20px;
  overflow: hidden;
  max-width: 500px;
}

.pdf-progress-bar {
  transition: width 0.3s ease;
}

#netIncome-error, #annualEmployeesNumber-error, #annualSurfaceArea-error {
  position: absolute;
}

.fancybox-close-small:hover {
  background-color: transparent;
}

.bottom-pdf-text {
  padding-top: 47px;
}
.bottom-pdf-text .hidden-by-default-pdf-text {
  /*p{
     @include font-size(20);
     @include line-height(28);
     b{
        font-weight: 600;
     }
  }*/
}

.log-in-to-calculate {
  padding: 80px 0;
}
.log-in-to-calculate p {
  color: #000;
  font-family: Barlow;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-bottom: 40px;
}

.buttons-wrap-custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ty-texts p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

section.articules {
  padding-bottom: 132px;
}
section.articules h1 {
  color: #273754;
  text-align: center;
  font-family: Poppins;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.articules .col-wrap {
  margin-bottom: 116px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 94px;
  border-radius: 20px;
  border: solid 1px #969BAD;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 37px;
}
section.articules .col-wrap .img-wrap {
  margin-bottom: 37px;
}
section.articules .col-wrap .title {
  color: #000;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
section.articules .col-wrap .text {
  color: #555;
  font-family: Barlow;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
section.articules .col-wrap .button-holder {
  display: flex;
}
section.articules .col-wrap .button-holder a {
  color: #008f8f;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
section.articules .col-wrap .button-holder a img {
  padding-left: 10px;
}
section.articules .stripe {
  width: 100%;
  height: 2px;
  background-color: #969BAD;
  margin-bottom: 69px;
}
section.articules h3 {
  color: #000;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  padding-bottom: 69px;
}
section.articules .img-wrap {
  display: flex;
}
section.articules .img-wrap .img-holder {
  margin-right: 126px;
}

section.contactSection {
  margin-top: 59px;
  margin-bottom: 155px;
  /*h3 {
     margin-left: -20px;
  }*/
}
section.contactSection .img-holder {
  margin-top: 50px;
}
section.contactSection .next-step-holder {
  margin-top: 50px;
}
section.contactSection .next-step-holder .button-with-arrow-green {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 10px;
  color: #008f8f;
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
section.contactSection .next-step-holder .button-with-arrow-green:hover span {
  color: #008f8f;
}
section.contactSection .next-step-holder .button-with-arrow-green span {
  vertical-align: middle;
}
section.contactSection .next-step-holder .button-with-arrow-green svg {
  margin-left: 20px;
  vertical-align: middle;
}

section.panel-buttons {
  margin-top: 44px;
  margin-bottom: 68px;
}
section.panel-buttons .panel-button {
  border: solid 1px #969BAD;
  border-radius: 20px;
  background-color: #f5f5f5;
  /*padding-top: 25px;
  padding-bottom: 19px;*/
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 35px;
  padding-right: 35px;
  display: block;
}
section.panel-buttons .panel-button p {
  margin: 0;
  color: #000;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 600;
}
section.panel-buttons .current {
  border: solid 1px #008f8f;
  border-radius: 20px;
  background-color: #008f8f;
  padding-top: 25px;
  padding-bottom: 19px;
  padding-left: 35px;
  padding-right: 35px;
}
section.panel-buttons .current p {
  margin: 0;
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.logout-wrap {
  padding-top: 28px;
}
.logout-wrap a {
  color: #008f8f;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
  text-transform: uppercase;
}

.login-form-wrap {
  max-width: 600px;
}
.login-form-wrap .login-username label, .login-form-wrap .login-password label {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-family: "Barlow", sans-serif;
  margin-bottom: 15px;
}
.login-form-wrap .login-username label .red, .login-form-wrap .login-password label .red {
  color: #f01e37;
}
.login-form-wrap .login-username input:not([type=button]):not([type=submit]), .login-form-wrap .login-password input:not([type=button]):not([type=submit]) {
  border: solid 2px #969BAD;
  width: 100%;
  padding-left: 26px;
  padding-top: 8px;
  padding-bottom: 2px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
}
.login-form-wrap .login-username input:not([type=button]):not([type=submit]).error, .login-form-wrap .login-password input:not([type=button]):not([type=submit]).error {
  border: solid 2px #f01e37;
}
.login-form-wrap .login-remember label {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
}
.login-form-wrap .login-remember label input {
  position: absolute;
  left: 0;
  top: 13px;
}
.login-form-wrap .login-submit input[type=submit] {
  font-size: 1.25rem;
  line-height: 1.5rem;
  width: auto !important;
  padding: 12px 25px;
  border-radius: 10px;
  background-color: #008f8f;
}
.login-form-wrap .login-submit input[type=submit]:hover {
  background-color: #006464;
}

.registration-container {
  max-width: 80%;
}
.registration-container.edit-account-wrap .not-valid-alert {
  margin-top: 0;
  margin-bottom: 40px;
}
.registration-container.edit-account-wrap .account-created {
  margin-top: 0;
  margin-bottom: 40px;
}
.registration-container.edit-account-wrap .email-already-used {
  margin-top: 0;
  margin-bottom: 40px;
}
.registration-container .row {
  padding-bottom: 0 !important;
}
.registration-container label {
  width: 100%;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-family: "Barlow", sans-serif;
  margin-bottom: 15px;
}
.registration-container label .red {
  color: #f01e37;
}
.registration-container input:not([type=button]):not([type=submit]):not([type=checkbox]) {
  border: solid 2px #969BAD;
  width: 100%;
  padding-left: 26px;
  padding-top: 8px;
  padding-bottom: 2px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
}
.registration-container input:not([type=button]):not([type=submit]):not([type=checkbox]).error {
  border: solid 2px #f01e37;
}
.registration-container .radio-wrap {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 22px;
}
.registration-container .radio-wrap label {
  cursor: pointer;
}
.registration-container .radio-wrap label span {
  color: #273754;
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  font-style: normal;
  font-weight: 600;
  vertical-align: top;
}
.registration-container .radio-wrap input:not([type=button]):not([type=submit]):not([type=checkbox]) {
  align-items: center;
  align-content: center;
  margin-top: -10px;
  margin-right: 10px;
  width: 27px;
  height: 27px;
  border: solid 2px #969BAD;
  accent-color: #008f8f;
}
.registration-container .button-wrap .create-new-account-btn {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #fff;
  width: auto !important;
  padding: 12px 25px;
  border-radius: 10px;
  background-color: #008f8f;
}
.registration-container .button-wrap .create-new-account-btn:hover {
  background-color: #006464;
}
.registration-container .edit-current-account-btn {
  margin-top: 30px;
  margin-bottom: 40px;
  padding-right: 10px;
  color: #008f8f;
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.registration-container .edit-current-account-btn:hover span {
  color: #008f8f;
}
.registration-container .edit-current-account-btn span {
  vertical-align: middle;
}
.registration-container .edit-current-account-btn svg {
  vertical-align: middle;
}
.registration-container .create-account-acceptance-wrap.not-valid {
  border: 2px solid #f01e37;
  border-radius: 6px;
  padding: 5px 10px 10px 10px;
}
.registration-container .create-account-acceptance-wrap input[type=checkbox] {
  vertical-align: middle;
}
.registration-container .create-account-acceptance-wrap span {
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-family: "Poppins", sans-serif;
}
.registration-container .create-account-acceptance-wrap a {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #008f8f;
  font-family: "Poppins", sans-serif;
}
.registration-container .not-valid-alert, .registration-container .email-already-used {
  margin-top: 40px;
  border: 1px solid #f01e37;
  border-radius: 10px;
  padding: 10px 20px;
  display: none;
}
.registration-container .not-valid-alert p, .registration-container .email-already-used p {
  color: #f01e37;
  font-weight: 500;
  margin-bottom: 0;
}
.registration-container .account-created {
  margin-top: 40px;
  border: 1px solid #008f8f;
  border-radius: 10px;
  padding: 10px 20px;
  display: none;
}
.registration-container .account-created p {
  color: #008f8f;
  font-weight: 500;
  margin-bottom: 0;
}

section.calculations .prev-step-holder {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  /*.next-step-anchor {
     padding-right: 10px;
     color: $marine-green;
     font-family: "Barlow", sans-serif;
     font-size: 20px;
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     text-transform: uppercase;
  }*/
}
section.calculations .one-calculation {
  margin-bottom: 80px;
}
section.calculations .calculation-date .calc-day {
  color: #000;
  font-weight: 400;
  line-height: 1.875rem;
  font-size: 1.5rem;
  font-family: "Barlow", sans-serif;
}
section.calculations .calculation-date .date {
  color: #273754;
  font-weight: 600;
  line-height: 2.125rem;
  font-size: 1.75rem;
  font-family: "Barlow", sans-serif;
}

.buttons-wrap {
  display: flex;
  align-content: center;
  align-items: center;
}
.buttons-wrap .downoload-step-holder {
  margin-top: 10px;
  align-items: center;
  align-content: center;
  /*.next-step-anchor {
     padding-right: 10px;
     color: $marine-green;
     font-family: "Barlow", sans-serif;
     @include line-height(28);
     @include font-size(18);
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     text-transform: uppercase;
     align-items: center;
     align-content: center;
     svg {
        vertical-align: middle;
     }
  }*/
}
.buttons-wrap .show-step-holder {
  margin-top: 10px;
  align-items: center;
  align-content: center;
  /*.next-step-anchor {
     padding-right: 10px;
     color: $marine-green;
     font-family: "Barlow", sans-serif;
     @include line-height(28);
     @include font-size(18);
     font-style: normal;
     font-weight: 700;
     line-height: normal;
     text-transform: uppercase;
     align-items: center;
     align-content: center;
     svg {
        vertical-align: middle;
          margin-right: 10px;
     }
  }*/
}

.calculator .r-col-wrap.step-4-form {
  /*textarea{

  }*/
}
.calculator .r-col-wrap.step-4-form .row {
  padding-bottom: 0;
}
.calculator .r-col-wrap.step-4-form .l-col-wrap h3 {
  color: #273754;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 2.625rem;
  font-family: "Poppins", sans-serif;
}
.calculator .r-col-wrap.step-4-form .l-col-wrap p {
  color: #001C47;
  font-weight: 400;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-family: "Barlow", sans-serif;
}
.calculator .r-col-wrap.step-4-form label {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-family: "Barlow", sans-serif;
}
.calculator .r-col-wrap.step-4-form label .red {
  color: #f01e37;
}
.calculator .r-col-wrap.step-4-form input[type=text], .calculator .r-col-wrap.step-4-form input[type=email], .calculator .r-col-wrap.step-4-form input[type=number], .calculator .r-col-wrap.step-4-form textarea {
  border: solid 1px #969BAD;
  width: 100%;
  padding-left: 26px;
  padding-top: 8px;
  padding-bottom: 2px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
}
.calculator .r-col-wrap.step-4-form .radio-wrap {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 22px;
}
.calculator .r-col-wrap.step-4-form .radio-wrap > p > .wpcf7-form-control-wrap > .wpcf7-form-control.wpcf7-radio > .wpcf7-list-item.first {
  margin-left: 0;
}
.calculator .r-col-wrap.step-4-form .radio-wrap label {
  cursor: pointer;
}
.calculator .r-col-wrap.step-4-form .radio-wrap label span {
  color: #273754;
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  line-height: 1.8125rem;
  font-style: normal;
  font-weight: 600;
  vertical-align: top;
}
.calculator .r-col-wrap.step-4-form .radio-wrap input:not([type=button]):not([type=submit]):not([type=checkbox]) {
  align-items: center;
  align-content: center;
  margin-top: -10px;
  margin-right: 10px;
  width: 27px;
  height: 27px;
  border: solid 1px #969BAD;
  accent-color: #008f8f;
}
.calculator .r-col-wrap.step-4-form .button-holder-submit {
  margin-top: 34px;
  display: block;
  width: 100%;
}
.calculator .r-col-wrap.step-4-form .button-holder-submit .submit-with-arrow {
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
.calculator .r-col-wrap.step-4-form .button-holder-submit .submit-with-arrow p {
  margin-bottom: 0;
}
.calculator .r-col-wrap.step-4-form .button-holder-submit .submit-with-arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 24px;
  background-image: url(../images/small_arrow_vector.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
}
.calculator .r-col-wrap.step-4-form .button-holder-submit .submit-with-arrow input {
  background-color: transparent;
  padding: 0;
  color: #008f8f;
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.calculator .r-col-wrap.step-4-form .button-holder-submit .submit-with-arrow input:hover, .calculator .r-col-wrap.step-4-form .button-holder-submit .submit-with-arrow input:focus {
  background-color: transparent;
}

section.account-edit {
  margin-bottom: 107px;
}
section.account-edit .r-col-wrap {
  border-radius: 20px;
  border: solid 1px #969BAD;
  background-color: #f6faff;
  padding-left: 48px;
  padding-right: 45px;
  padding-bottom: 48px;
  padding-top: 80px;
  width: 100%;
}
section.account-edit .r-col-wrap.edit-account-wrapper {
  padding-bottom: 0;
}
section.account-edit .r-col-wrap .heading-holder {
  padding-bottom: 20px;
  border-bottom: solid 1px #969bad;
  margin-bottom: 45px;
}
section.account-edit .r-col-wrap .heading-holder h4 {
  color: #273754;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: none;
}
section.account-edit .r-col-wrap .heading-holder p {
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
section.account-edit .r-col-wrap .no-border {
  border: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  padding-top: 40px;
}
section.account-edit .r-col-wrap .row {
  padding-bottom: 63px;
}
section.account-edit .r-col-wrap .row .input-row {
  padding-bottom: 11px;
}
section.account-edit .r-col-wrap .row .input-row .p-holder {
  display: flex;
}
section.account-edit .r-col-wrap .row .input-row .p-holder p {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-family: "Barlow", sans-serif;
}
section.account-edit .r-col-wrap .row .input-row .p-holder p .red {
  color: #f01e37;
}
section.account-edit .r-col-wrap .row .input-row .p-holder .p-for-spacing {
  padding-right: 50px;
}
section.account-edit .r-col-wrap .row .input-row .spacer {
  margin-bottom: 50px;
}
section.account-edit .r-col-wrap .row .input-row .input-holder {
  align-items: center;
  align-content: center;
}
section.account-edit .r-col-wrap .row .input-row .input-holder.margin-bottom {
  margin-bottom: 20px;
}
section.account-edit .r-col-wrap .row .input-row .input-holder textarea {
  height: 286px;
  resize: none;
  width: 100%;
  border: solid 2px #969BAD;
  width: 100%;
  padding-right: 26px;
  padding-left: 26px;
  padding-top: 8px;
  padding-bottom: 2px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
}
section.account-edit .r-col-wrap .row .input-row .input-holder textarea.error {
  border: solid 2px #f01e37;
}
section.account-edit .r-col-wrap .row .input-row .input-holder .required {
  padding-top: 10px;
  color: #f01e37;
}
section.account-edit .r-col-wrap .row .input-row .input-holder .required span {
  color: #f01e37;
}
section.account-edit .r-col-wrap .row .input-row .input-holder span {
  padding-top: 10px;
  padding-left: 10px;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
section.account-edit .r-col-wrap .row .input-row .input-holder input {
  border: solid 2px #969BAD;
  width: 100%;
  padding-left: 26px;
  padding-top: 8px;
  padding-bottom: 2px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
}
section.account-edit .r-col-wrap .row .input-row .input-holder input.error {
  border: solid 2px #f01e37;
}
section.account-edit .r-col-wrap .row .input-row .input-holder .input-short {
  width: 15%;
}
section.account-edit .r-col-wrap .row .input-row .input-holder .input-small {
  width: 60%;
}
section.account-edit .r-col-wrap .row .input-row .input-holder input[type=number] {
  appearance: textfield;
  -moz-appearance: textfield;
}
section.account-edit .r-col-wrap .row .input-row .input-holder input::-webkit-outer-spin-button,
section.account-edit .r-col-wrap .row .input-row .input-holder input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.account-edit .r-col-wrap .row .input-row .input-holder .input-wide {
  width: 40%;
}
section.account-edit .r-col-wrap .row .input-row .input-holder .input-full {
  width: 100%;
}
section.account-edit .r-col-wrap .row .input-row .input-wrap-wide {
  width: 70%;
}
section.account-edit .r-col-wrap .row .input-row .input-wrap-wide .select-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
}
section.account-edit .r-col-wrap .row .input-row .input-wrap-full {
  width: 100%;
}
section.account-edit .r-col-wrap .row .input-row .input-wrap-full .select-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
}
section.account-edit .r-col-wrap .row .input-row .input-wrap-full .-top {
  margin-top: -25px;
}
section.account-edit .r-col-wrap .row .input-row .input-wrap-mid {
  width: 40%;
}
section.account-edit .r-col-wrap .row .input-row .input-wrap-mid .select-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
}
section.account-edit .r-col-wrap .row .input-row .input-wrap-small {
  width: 28%;
  margin-left: 27px;
}
section.account-edit .r-col-wrap .row .input-row .input-wrap-small .select-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Barlow", sans-serif;
}
section.account-edit .r-col-wrap .row .input-row .input-wrap-small .kg {
  margin-top: -35px;
}
section.account-edit .r-col-wrap .row .input-row .radio-holder {
  display: flex;
  align-items: center;
  align-content: center;
  margin-bottom: 22px;
}
section.account-edit .r-col-wrap .row .input-row .radio-holder input {
  align-items: center;
  align-content: center;
  margin-top: -10px;
  margin-right: 10px;
  width: 27px;
  height: 27px;
  border: solid 2px #969BAD;
  accent-color: #008f8f;
}
section.account-edit .r-col-wrap .row .input-row .radio-holder p {
  align-items: center;
  align-content: center;
  padding-right: 100px;
  color: #273754;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
section.account-edit .r-col-wrap .row .input-row .radio-holder .p-small {
  align-items: center;
  align-content: center;
  padding-right: 15px;
  color: #273754;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
section.account-edit .r-col-wrap .row .numb {
  margin-top: 37px;
}
section.account-edit .r-col-wrap .next-step-holder {
  display: flex;
  align-items: center;
}
section.account-edit .r-col-wrap .next-step-holder .next-step-anchor {
  padding-right: 10px;
  color: #008f8f;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
section.account-edit .prev-step-holder {
  margin-top: 52.5px;
  position: absolute;
  display: flex;
  align-items: center;
}
section.account-edit .prev-step-holder .next-step-anchor {
  padding-right: 10px;
  color: #008f8f;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
section.account-edit .margin-bottom {
  margin-bottom: 85px;
}
section.account-edit .margin-top {
  margin-top: 25px;
}
section.account-edit .p-small {
  padding-right: 15px;
  color: #000;
  font-family: "Barlow", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.change-password-form .error-message {
  border: 2px solid #f01e37;
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 10px 20px;
  color: #f01e37;
  font-weight: 700;
}
.change-password-form .success-message {
  border: 2px solid #008f8f;
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 10px 20px;
  color: #008f8f;
  font-weight: 700;
}
.change-password-form label {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  font-family: "Barlow", sans-serif;
  margin-bottom: 15px;
}
.change-password-form label .red {
  color: #f01e37;
}
.change-password-form input[type=password] {
  border: solid 2px #969BAD;
  width: 100%;
  padding-left: 26px;
  padding-top: 8px;
  padding-bottom: 2px;
  color: #000 !important;
  font-size: 24px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 34px !important;
  font-family: "Poppins", sans-serif !important;
}
.change-password-form input[type=password].error {
  border: solid 2px #f01e37;
}
.change-password-form button {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  padding-right: 10px;
  color: #008f8f;
  font-family: "Barlow", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background-color: transparent;
  display: inline-block;
  width: auto !important;
  border: none;
}
.change-password-form button:hover, .change-password-form button:focus {
  background-color: transparent;
  color: #008f8f;
}
.change-password-form button:hover span, .change-password-form button:focus span {
  color: #008f8f;
}
.change-password-form button span {
  vertical-align: middle;
}
.change-password-form button svg {
  vertical-align: middle;
}
.change-password-form .p-small {
  margin-bottom: 50px;
}/*# sourceMappingURL=main.min.css.map */