/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@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;
}

/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Project compatibility: keep the previous grid gutter width after updating to Bootstrap Grid 5.3.8. */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.row {
  --bs-gutter-x: 30px;
}


/*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: Barlow;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.75rem;
  font-family: Barlow;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: Barlow;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-family: Barlow;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: Barlow;
}

h6 {
  font-size: 1rem;
  line-height: 1rem;
  font-family: Barlow;
}

sup {
  vertical-align: sub;
  font-size: smaller;
  line-height: 0;
  font-family: Barlow;
}

sub {
  /*vertical-align: super;
  font-size: smaller;*/
  vertical-align: baseline;
  font-size: 1rem;
  line-height: 0;
  font-family: Barlow;
}

a,
a:link,
a:focus,
a:visited {
  color: #000;
  text-decoration: none;
  font-family: Barlow;
}

p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
  font-family: Barlow;
}

.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: Barlow;
  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: Barlow;
  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;
}
.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: Barlow;
  margin-bottom: 0;
}
.popup .small-heading {
  padding-bottom: 20px;
  line-height: 2.625rem;
  color: #000;
  font-family: Barlow;
  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;
}
.popup {
  /*.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;

  }*/
}

.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;
}*/
footer p {
  font-size: 0.9375rem;
  line-height: 1.625rem;
}
footer p a, footer p a:link, footer p a:focus, footer p a:visited {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

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;
}
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 {
  /*.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 .first {
  padding-left: 0;
}
section.steps .steps-wrap .last {
  padding-right: 0;
}

section.calculator {
  padding-bottom: 41px;
}
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: Barlow;
  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: Barlow;
}
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 {
  /*.spacer1 {
     padding-bottom: 336px;
  }*/
}
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: Barlow;
  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: Barlow;
  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: Barlow;
}
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: Barlow;
}
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;
}
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 {
  /*.kg {
     margin-top: -35px;
  }*/
}
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: Barlow;
  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: Barlow;
  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: Barlow;
  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: Barlow;
}
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;
}
section.calculator .prev-step-holder.end-form {
  position: static;
  margin-top: 75px;
  margin-bottom: 65px;
}
section.calculator .prev-step-holder {
  /*.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 .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: Barlow;
}
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: Barlow;
  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: Barlow;
  color: #4289e8;
  font-size: 1.5rem;
  line-height: 2.125rem;
}
section.calculator .emisson-holder .number {
  font-weight: 600;
  font-family: Barlow;
  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: Barlow;
  color: #4289e8;
  font-size: 1.5rem;
  line-height: 2.125rem;
}
section.calculator .emisson-holder-small .green-heading {
  font-weight: 600;
  font-family: Barlow;
  color: #008f8f;
  font-size: 1.5rem;
  line-height: 2.125rem;
}
section.calculator .emisson-holder-small .number {
  font-weight: 600;
  font-family: Barlow;
  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: Barlow;
}
section.calculator .labels-holder .labels .green-number {
  color: #008f8f;
  font-family: Barlow;
}
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: Barlow;
}
section.calculator .transparent-heading-holder .blue-heading {
  color: #4289e8;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-family: Barlow;
}
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: Barlow;
}
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: Barlow;
  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: Barlow;
  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;
}

.help-form-wrap {
  padding-top: 25px;
}
.help-form-wrap .wpcf7-list-item {
  margin-left: 0;
}
.help-form-wrap input[type=submit] {
  width: auto !important;
}
.help-form-wrap .acceptance-wrap label {
  position: relative;
  display: block;
  padding-left: 25px;
}
.help-form-wrap .acceptance-wrap label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 15px;
}

footer a, footer a:link, footer a:focus, footer a:visited {
  color: #d9d9d9;
}

.bottom-text-wrap {
  margin-bottom: 30px;
}
.bottom-text-wrap a {
  text-decoration: underline;
}
.bottom-text-wrap a:hover {
  text-decoration: none;
}

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;
}
section.contactSection .img-holder {
  margin-top: 50px;
}
section.contactSection {
  /*h3 {
     margin-left: -20px;
  }*/
}
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 .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 {
  /*textarea{

  }*/
}
.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 */