/* line 2, D:/htdocs/bench-audit/teget/scss/_global.scss */
html,
body {
  width: 100%;
  height: 100%;
}

/* line 8, D:/htdocs/bench-audit/teget/scss/_global.scss */
body {
  font-family: 'Roboto', sans-serif;
  line-height: normal;
  color: #282828;
}

/* line 14, D:/htdocs/bench-audit/teget/scss/_global.scss */
a {
  color: #fff200;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

/* line 17, D:/htdocs/bench-audit/teget/scss/_global.scss */
a:hover, a:focus {
  color: #ccc200;
}

/* line 23, D:/htdocs/bench-audit/teget/scss/_global.scss */
hr {
  max-width: 100px;
  margin: 25px auto 0;
  height: 2px;
  background: linear-gradient(to left, #426FB5, #27aeca, #5CC09E);
  border-top: 0px;
}

/* line 31, D:/htdocs/bench-audit/teget/scss/_global.scss */
hr.light {
  border-color: white;
}

/* line 35, D:/htdocs/bench-audit/teget/scss/_global.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.03em;
  font-weight: 700;
}

/* line 46, D:/htdocs/bench-audit/teget/scss/_global.scss */
h3.subheading {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}

/* line 53, D:/htdocs/bench-audit/teget/scss/_global.scss */
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

/* line 59, D:/htdocs/bench-audit/teget/scss/_global.scss */
section {
  padding: 100px 0;
}

@media only screen and (max-width: 991px) {
  /* line 59, D:/htdocs/bench-audit/teget/scss/_global.scss */
  section {
    padding: 50px 0;
  }
}

/* line 66, D:/htdocs/bench-audit/teget/scss/_global.scss */
h1 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 60px;
}

/* line 71, D:/htdocs/bench-audit/teget/scss/_global.scss */
h2 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 36px;
}

@media only screen and (max-width: 480px) {
  /* line 71, D:/htdocs/bench-audit/teget/scss/_global.scss */
  h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 370px) {
  /* line 71, D:/htdocs/bench-audit/teget/scss/_global.scss */
  h2 {
    font-size: 30px;
  }
}

/* line 82, D:/htdocs/bench-audit/teget/scss/_global.scss */
h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 30px;
}

/* line 87, D:/htdocs/bench-audit/teget/scss/_global.scss */
h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

/* line 92, D:/htdocs/bench-audit/teget/scss/_global.scss */
h5 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
}

/* line 97, D:/htdocs/bench-audit/teget/scss/_global.scss */
h6 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 3px;
}

/* line 106, D:/htdocs/bench-audit/teget/scss/_global.scss */
ul.yellow-square {
  list-style: none;
}

/* line 108, D:/htdocs/bench-audit/teget/scss/_global.scss */
ul.yellow-square li {
  margin-bottom: 0.75rem;
}

/* line 110, D:/htdocs/bench-audit/teget/scss/_global.scss */
ul.yellow-square li::before {
  content: "\25FC";
  color: #fff200;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}

/* line 121, D:/htdocs/bench-audit/teget/scss/_global.scss */
li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

/* line 127, D:/htdocs/bench-audit/teget/scss/_global.scss */
.text-muted {
  color: #aaaaaa !important;
}

/* line 133, D:/htdocs/bench-audit/teget/scss/_global.scss */
.btn i:before {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 14px;
}

/* line 141, D:/htdocs/bench-audit/teget/scss/_global.scss */
span.underline {
  position: relative;
  z-index: 1;
}

/* line 144, D:/htdocs/bench-audit/teget/scss/_global.scss */
span.underline:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 11px;
  bottom: 7px;
  background: #fff200;
  left: 0;
  z-index: -1;
}

/* line 2, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: #282828;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.03em;
}

/* line 7, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
#mainNav .navbar-brand {
  line-height: 0;
}

/* line 9, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
#mainNav .navbar-brand #logo-header-img {
  background: url(../img/logo-header.svg) no-repeat;
  background-size: 100%;
  height: 64px;
  width: 79px;
  margin-left: 1rem;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

/* line 17, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #ccc200;
}

/* line 22, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
  margin-right: 1rem;
}

/* line 29, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
#mainNav .navbar-nav > li {
  line-height: normal;
}

/* line 31, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
#mainNav .navbar-nav > li > a {
  font-size: 15px;
  font-weight: 700;
}

/* line 34, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
#mainNav .navbar-nav > li > a.active {
  background-color: transparent;
}

/* line 36, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

/* line 41, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #282828;
  text-align: center;
}

/* line 45, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
#mainNav .navbar-nav > li > a:hover, #mainNav .navbar-nav > li > a:focus,
#mainNav .navbar-nav > li > a:focus:hover,
#mainNav .navbar-nav > li > a:focus:focus {
  color: fade(white, 70%);
}

@media (min-width: 1680px) {
  /* line 53, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .container-nav {
    max-width: 1440px;
  }
}

@media (min-width: 992px) {
  /* line 2, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav {
    border-color: transparent;
    background-color: transparent;
    margin-top: 5rem;
  }
  /* line 58, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .container-nav {
    background-color: white;
    -webkit-box-shadow: 0 23px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 23px 30px 0 rgba(0, 0, 0, 0.1);
    height: 100px;
    border-radius: 10px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  }
  /* line 69, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-brand {
    color: #282828;
  }
  /* line 76, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-nav > li {
    margin-bottom: 0;
  }
  /* line 79, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: #282828;
    align-self: center;
  }
  /* line 83, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-nav > li > a:hover, #mainNav .navbar-nav > li > a:focus,
  #mainNav .navbar-nav > li > a:focus:hover,
  #mainNav .navbar-nav > li > a:focus:focus {
    color: fade(white, 70%);
  }
  /* line 91, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-nav > li {
    margin-left: 1rem;
    margin-right: 1rem;
    align-self: center;
    position: relative;
    height: 100px;
    display: flex;
  }
  /* line 98, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-nav > li.active, #mainNav .navbar-nav > li:hover, #mainNav .navbar-nav > li:focus {
    color: fade(white, 70%);
  }
  /* line 102, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-nav > li.active:after, #mainNav .navbar-nav > li:hover:after, #mainNav .navbar-nav > li:focus:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background-color: #fff200;
  }
  /* line 116, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-nav #nav-contact:hover:after, #mainNav .navbar-nav #nav-contact:focus:after {
    content: none;
  }
  /* line 120, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-nav #nav-contact > a {
    background-color: #fff200;
    padding: .75rem 1.5rem;
    border-radius: 4px;
  }
  /* line 124, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-nav #nav-contact > a:hover, #mainNav .navbar-nav #nav-contact > a:focus {
    background-color: #f5e800;
  }
  /* line 131, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav.navbar-shrink {
    margin-top: 1.5rem;
  }
  /* line 133, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav.navbar-shrink .container-nav {
    opacity: 0.95;
  }
  /* line 135, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav.navbar-shrink .container-nav:hover, #mainNav.navbar-shrink .container-nav:focus {
    opacity: 1;
  }
  /* line 140, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  /* line 142, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fff200;
  }
  /* line 152, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #424242;
  }
}

@media (max-width: 991px) {
  /* line 2, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav {
    border-color: rgba(34, 34, 34, 0.1);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    padding: 0.5rem;
    border-color: rgba(34, 34, 34, 0.1);
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
  }
  /* line 164, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 167, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-brand #logo-header-img {
    background: url(../img/logo-negative.svg) no-repeat;
    height: 54px;
    width: 67px;
  }
  /* line 172, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-brand > img {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
  }
  /* line 176, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-toggler {
    border: none;
  }
  /* line 178, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-toggler:focus {
    outline-color: transparent;
    outline: none;
  }
  /* line 182, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-toggler #mobile-nav-icon {
    position: relative;
    bottom: 16px;
    right: 11px;
  }
  /* line 186, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-toggler #mobile-nav-icon:before, #mainNav .navbar-toggler #mobile-nav-icon:after,
  #mainNav .navbar-toggler #mobile-nav-icon > span {
    -webkit-transition: all 0.3s linear 0ms;
    -khtml-transition: all 0.3s linear 0ms;
    -moz-transition: all 0.3s linear 0ms;
    -ms-transition: all 0.3s linear 0ms;
    -o-transition: all 0.3s linear 0ms;
    transition: all 0.3s linear 0ms;
    content: "";
    background-color: white;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
  }
  /* line 206, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-toggler #mobile-nav-icon:before {
    top: 9px;
  }
  /* line 209, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-toggler #mobile-nav-icon > span {
    top: 15px;
  }
  /* line 215, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-toggler[aria-expanded="true"] #mobile-nav-icon:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 224, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-toggler[aria-expanded="true"] #mobile-nav-icon:after {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 233, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav .navbar-toggler[aria-expanded="true"] #mobile-nav-icon > span {
    display: none;
  }
  /* line 239, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav #navbarResponsive > ul {
    padding: 32px 0;
  }
  /* line 241, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
  #mainNav #navbarResponsive > ul > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
    color: white;
    font-size: 18px;
    text-align: center;
  }
}

/* line 252, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
.small-navbar #mainNav {
  transition: none;
}

/* line 254, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
.small-navbar #mainNav .navbar-brand #logo-header-img {
  transition: none;
}

/* line 260, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
.topbar {
  background-color: #282828;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 50px;
  color: white;
  font-weight: 700;
  font-size: 15px;
}

/* line 271, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
.topbar a {
  color: white;
}

/* line 273, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
.topbar a:hover, .topbar a:focus {
  color: #fff200;
  text-decoration: none;
}

/* line 280, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
.topbar .topbar-link i {
  padding-right: 10px;
}

/* line 284, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
.topbar .social-links {
  text-align: right;
}

/* line 286, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
.topbar .social-links i {
  padding: .75rem 1.25rem;
  font-size: 18px;
}

/* line 289, D:/htdocs/bench-audit/teget/scss/_navbar.scss */
.topbar .social-links i:last-child {
  padding-right: 0;
}

/* line 2, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
header.masthead {
  position: relative;
  background-image: url(../img/hero-bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  padding-top: 120px;
  background-color: #fff200;
  color: white;
}

/* line 14, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
header.masthead .header-content {
  max-width: 620px;
  margin-bottom: 100px;
  text-align: center;
}

/* line 19, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
header.masthead .header-content h1 {
  font-size: 40px;
  line-height: 1;
}

@media (min-width: 1200px) and (max-width: 1366px) {
  /* line 19, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
  header.masthead .header-content h1 {
    font-size: 56px;
  }
}

@media (min-width: 1367px) {
  /* line 19, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
  header.masthead .header-content h1 {
    font-size: 59px;
  }
}

/* line 29, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
header.masthead .header-content h2 {
  color: #282828;
  font-size: 30px;
}

@media (min-width: 1200px) {
  /* line 29, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
  header.masthead .header-content h2 {
    font-size: 30px;
  }
}

/* line 38, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
header.masthead #masthead-carousel .carousel-control-next, header.masthead #masthead-carousel .carousel-control-prev {
  width: 10%;
}

/* line 40, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
header.masthead #masthead-carousel .carousel-control-next .carousel-control-next-icon, header.masthead #masthead-carousel .carousel-control-next .carousel-control-prev-icon, header.masthead #masthead-carousel .carousel-control-prev .carousel-control-next-icon, header.masthead #masthead-carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

/* line 47, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
header.masthead .hero-image-container {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

/* line 51, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
header.masthead .hero-image-container .screen img {
  border-radius: 3px;
}

@media (max-width: 991px) {
  /* line 47, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
  header.masthead .hero-image-container {
    max-width: 326px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  /* line 47, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
  header.masthead .hero-image-container {
    max-width: 360px !important;
  }
}

/* line 61, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
header.masthead #masthead-logo {
  opacity: .65;
}

/* line 64, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
header.masthead .bg-overlay-icon {
  height: 360px;
  position: absolute;
  opacity: .25;
}

@media (max-width: 1679px) {
  /* line 64, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
  header.masthead .bg-overlay-icon {
    height: 275px;
  }
}

/* line 71, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
header.masthead .bg-overlay-icon#bg-overlay-1 {
  right: 50px;
  bottom: 50px;
}

/* line 75, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
header.masthead .bg-overlay-icon#bg-overlay-2 {
  left: 0;
  top: 50px;
  left: 50px;
}

@media (min-width: 992px) {
  /* line 2, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 87, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
  header.masthead #masthead-carousel .carousel-inner {
    padding-top: 120px;
  }
  /* line 91, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  /* line 96, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
  header.masthead .hero-image-container {
    max-width: 440px;
  }
}

@media (max-width: 480px) {
  /* line 101, D:/htdocs/bench-audit/teget/scss/_masthead.scss */
  header.masthead .hero-image-container {
    display: none;
  }
}

/* line 3, D:/htdocs/bench-audit/teget/scss/_contact.scss */
section#contact .contact-info__wrapper {
  overflow: hidden;
  border-radius: 15px 15px 0 0;
  background-color: #fff200;
}

/* line 7, D:/htdocs/bench-audit/teget/scss/_contact.scss */
section#contact .contact-info__wrapper a {
  color: #282828;
}

/* line 11, D:/htdocs/bench-audit/teget/scss/_contact.scss */
section#contact .contact-info__wrapper h3 span {
  font-size: 20px;
}

@media (min-width: 1024px) {
  /* line 18, D:/htdocs/bench-audit/teget/scss/_contact.scss */
  section#contact .contact-info__wrapper {
    border-radius: 0 15px 15px 0;
    padding: 5rem !important;
  }
}

/* line 24, D:/htdocs/bench-audit/teget/scss/_contact.scss */
section#contact .contact-form__wrapper a {
  color: #ccc200;
}

/* line 28, D:/htdocs/bench-audit/teget/scss/_contact.scss */
section#contact .contact-info__list span.position-absolute {
  left: 0;
}

/* line 31, D:/htdocs/bench-audit/teget/scss/_contact.scss */
section#contact .z-index-101 {
  z-index: 101;
}

/* line 34, D:/htdocs/bench-audit/teget/scss/_contact.scss */
section#contact .list-style--none {
  list-style: none;
}

/* line 37, D:/htdocs/bench-audit/teget/scss/_contact.scss */
section#contact .contact__wrapper {
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}

@media (min-width: 1024px) {
  /* line 43, D:/htdocs/bench-audit/teget/scss/_contact.scss */
  section#contact .contact__wrapper {
    border-radius: 15px 0 15px 15px;
  }
}

@media (min-width: 1024px) {
  /* line 48, D:/htdocs/bench-audit/teget/scss/_contact.scss */
  section#contact .contact-form__wrapper {
    padding: 5rem !important;
  }
}

/* line 52, D:/htdocs/bench-audit/teget/scss/_contact.scss */
section#contact .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(132, 138, 163, 0.1) !important;
}

/* line 55, D:/htdocs/bench-audit/teget/scss/_contact.scss */
section#contact input[type=checkbox], section#contact input[type=radio] {
  margin-right: 5px;
}

/* line 2, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer {
  padding: 30px 0;
  background-color: #282828;
  color: white;
}

/* line 6, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer p {
  font-size: 13px;
  margin: 0;
}

/* line 10, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer a {
  color: white;
}

/* line 12, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer a:hover, footer a:focus {
  text-decoration: none;
  color: #fff200;
}

/* line 18, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer h3 {
  font-size: 20px;
}

/* line 24, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .footer-right .footer-nav-wrap ul > li {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.03em;
  margin-left: .5rem;
  margin-right: .5rem;
}

/* line 28, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .footer-right .footer-nav-wrap ul > li > a {
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding-left: .5rem;
  padding-right: .5rem;
}

/* line 34, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .footer-right .footer-nav-wrap ul > li > a:hover, footer .footer-right .footer-nav-wrap ul > li > a:focus, footer .footer-right .footer-nav-wrap ul > li > a:active, footer .footer-right .footer-nav-wrap ul > li > a.active {
  color: #fff200;
}

/* line 41, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .footer-right .footer-nav-wrap ul > li:last-child {
  margin-right: 0;
}

/* line 43, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .footer-right .footer-nav-wrap ul > li:last-child > a {
  padding-right: 0;
}

@media (min-width: 992px) {
  /* line 21, D:/htdocs/bench-audit/teget/scss/_footer.scss */
  footer .footer-right {
    text-align: right;
  }
}

/* line 54, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .footer-contact-wrap {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.03em;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.25em;
}

/* line 61, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .social-links a {
  margin: 10px;
}

/* line 63, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .social-links a i {
  padding: 5px;
  font-size: 28px;
}

@media (min-width: 992px) {
  /* line 68, D:/htdocs/bench-audit/teget/scss/_footer.scss */
  footer .social-links a:last-child {
    margin-right: 0;
  }
  /* line 70, D:/htdocs/bench-audit/teget/scss/_footer.scss */
  footer .social-links a:last-child i {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  /* line 76, D:/htdocs/bench-audit/teget/scss/_footer.scss */
  footer .social-links a:first-child {
    margin-left: 0;
  }
  /* line 78, D:/htdocs/bench-audit/teget/scss/_footer.scss */
  footer .social-links a:first-child i {
    padding-left: 0;
  }
}

/* line 87, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .footer-company-wrap h5 {
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
}

/* line 92, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .footer-company-wrap span {
  letter-spacing: 0.25em;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 99, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer ul {
  margin-bottom: 0;
}

/* line 102, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer ul li a {
  font-size: 13px;
  color: white;
}

/* line 105, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
  color: #fff200;
}

/* line 118, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .footer-bottom-wrap ul > li > a {
  color: white;
}

/* line 120, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .footer-bottom-wrap ul > li > a:hover, footer .footer-bottom-wrap ul > li > a:focus, footer .footer-bottom-wrap ul > li > a:active, footer .footer-bottom-wrap ul > li > a.active {
  text-decoration: none;
  color: #fff200;
}

/* line 130, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .footer-bottom-wrap span {
  font-weight: 700;
  font-size: 14px;
}

/* line 135, D:/htdocs/bench-audit/teget/scss/_footer.scss */
footer .footer-logo {
  max-width: 120px;
}

/* line 2, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.bg-primary {
  background: #fff200;
  background: -webkit-linear-gradient(#fff200, #e6da00);
  background: linear-gradient(#fff200, #e6da00);
}

/* line 8, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.text-primary {
  color: #fff200;
}

/* line 12, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 17, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

/* line 21, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fff200;
  background-color: #fff200;
}

/* line 31, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.btn {
  border: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.03em;
  font-size: 16px;
  padding: 20px 35px;
  font-weight: 600;
  border-radius: 4px;
}

/* line 38, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.btn.btn-primary {
  background-color: #fff200;
  color: #282828 !important;
}

/* line 41, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.btn.btn-primary:hover, .btn.btn-primary:active {
  background-color: #f5e800 !important;
}

/* line 46, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.btn.btn-secondary {
  background-color: #ddcd3d;
  color: white;
}

/* line 49, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.btn.btn-secondary:hover, .btn.btn-secondary:active {
  background: white !important;
  color: #282828 !important;
}

/* line 55, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.btn.btn-tertiary {
  color: #fff;
  background-color: #282828;
  border-color: #282828;
}

/* line 59, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.btn.btn-tertiary:hover, .btn.btn-tertiary:active {
  background: #0f0f0f;
  border-color: #0f0f0f;
}

/* line 67, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.btn-lg {
  padding: 1.25rem 2.5rem;
  -webkit-transition: background-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: box-shadow 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: box-shadow 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-box-shadow 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-box-shadow: 0 23px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 23px 30px 0 rgba(0, 0, 0, 0.1);
}

/* line 75, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
.btn-lg:hover, .btn-lg:active, .btn-lg:focus {
  -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 1366px) {
  /* line 84, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1680px) {
  /* line 90, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
  .container {
    max-width: 1440px;
  }
}

@media (min-width: 768px) {
  /* line 99, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
  .container-half {
    max-width: calc(720px / 2);
  }
  /* line 100, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
  .container-half-md-left {
    margin-right: 0;
  }
  /* line 101, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
  .container-half-md-right {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 105, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
  .container-half {
    max-width: calc(960px / 2);
  }
}

@media (min-width: 1200px) {
  /* line 109, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
  .container-half {
    max-width: calc(1140px / 2);
  }
}

@media (min-width: 1680px) {
  /* line 113, D:/htdocs/bench-audit/teget/scss/_bootstrap-overrides.scss */
  .container-half {
    max-width: calc(1440px / 2);
  }
}

/* line 2, D:/htdocs/bench-audit/teget/scss/_page-header.scss */
header#page-header {
  position: relative;
  background-image: url(../img/hero-bg.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 17, D:/htdocs/bench-audit/teget/scss/_page-header.scss */
.standard-page #page-header h1 {
  font-size: 50px;
  padding-top: 260px;
  margin-bottom: 75px;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for WebKit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 2, D:/htdocs/bench-audit/teget/scss/_cookies.scss */
.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: white;
  font-size: 14px;
  background: #cacaca;
}

/* line 16, D:/htdocs/bench-audit/teget/scss/_cookies.scss */
.cookiealert a {
  color: white;
  text-decoration: underline;
}

/* line 20, D:/htdocs/bench-audit/teget/scss/_cookies.scss */
.cookiealert .acceptcookies {
  margin: 10px;
  vertical-align: baseline;
  font-size: 14px;
  padding: 10px 30px;
}

/* line 25, D:/htdocs/bench-audit/teget/scss/_cookies.scss */
.cookiealert .acceptcookies:hover, .cookiealert .acceptcookies:focus {
  background: #fff200;
  color: white;
}

/* line 32, D:/htdocs/bench-audit/teget/scss/_cookies.scss */
.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

/* line 2, D:/htdocs/bench-audit/teget/scss/_problem.scss */
section.problem {
  background: whitesmoke;
}

/* line 6, D:/htdocs/bench-audit/teget/scss/_problem.scss */
section.problem .section-heading span.underline:after {
  background: #fff200;
}

/* line 11, D:/htdocs/bench-audit/teget/scss/_problem.scss */
section.problem h5 {
  line-height: 1.5;
}

/* line 14, D:/htdocs/bench-audit/teget/scss/_problem.scss */
section.problem .problem-item {
  background: white;
  height: 100%;
  padding: 40px;
  border-radius: 15px;
  /*@media (max-width: 767px) {
			border-bottom: none;
			border-left: none;
		}*/
}

/* line 23, D:/htdocs/bench-audit/teget/scss/_problem.scss */
section.problem .problem-item .problem-item-title-wrap {
  display: flex;
  align-items: center;
}

/* line 26, D:/htdocs/bench-audit/teget/scss/_problem.scss */
section.problem .problem-item .problem-item-title-wrap h3 {
  font-size: 22px;
  margin-left: 15px;
  margin-bottom: 0;
}

/* line 31, D:/htdocs/bench-audit/teget/scss/_problem.scss */
section.problem .problem-item .problem-item-title-wrap img {
  width: 96px;
  height: 84px;
}

/* line 36, D:/htdocs/bench-audit/teget/scss/_problem.scss */
section.problem .problem-item p {
  margin-top: 15px;
  margin-bottom: 0px;
}

@media (max-width: 480px) {
  /* line 42, D:/htdocs/bench-audit/teget/scss/_problem.scss */
  section.problem .problem-item {
    text-align: center;
  }
  /* line 44, D:/htdocs/bench-audit/teget/scss/_problem.scss */
  section.problem .problem-item .problem-item-title-wrap {
    display: block;
    align-items: inherit;
  }
  /* line 47, D:/htdocs/bench-audit/teget/scss/_problem.scss */
  section.problem .problem-item .problem-item-title-wrap h3 {
    margin-left: 0;
  }
  /* line 50, D:/htdocs/bench-audit/teget/scss/_problem.scss */
  section.problem .problem-item .problem-item-title-wrap img {
    margin-bottom: 1rem;
  }
}

/* line 2, D:/htdocs/bench-audit/teget/scss/_solution.scss */
section.solution {
  background: url("../img//solution-bg.jpg") no-repeat top right;
  background-size: cover;
}

/* line 7, D:/htdocs/bench-audit/teget/scss/_solution.scss */
section.solution .section-heading span.underline:after {
  background: #fff200;
}

@media (max-width: 1679px) {
  /* line 12, D:/htdocs/bench-audit/teget/scss/_solution.scss */
  section.solution .solution-item-wrap {
    flex: auto;
    max-width: inherit;
  }
}

/* line 17, D:/htdocs/bench-audit/teget/scss/_solution.scss */
section.solution .solution-item-wrap .solution-item {
  background: whitesmoke;
  height: 100%;
  padding: 40px;
  border-radius: 15px;
}

/* line 22, D:/htdocs/bench-audit/teget/scss/_solution.scss */
section.solution .solution-item-wrap .solution-item p {
  font-weight: 700;
  font-size: 18px;
  color: #999;
}

/* line 2, D:/htdocs/bench-audit/teget/scss/_content-table.scss */
section.content-table {
  background: #fafafa;
}

/* line 4, D:/htdocs/bench-audit/teget/scss/_content-table.scss */
section.content-table .chapter-wrap {
  margin-bottom: 2.5rem;
}

/* line 7, D:/htdocs/bench-audit/teget/scss/_content-table.scss */
section.content-table h4 {
  color: #282828;
  font-style: italic;
  font-weight: 400;
  display: block;
  border-bottom: 1px solid #282828;
  padding-bottom: 7px;
  position: relative;
  padding-right: 40px;
  font-size: 20px;
}

/* line 18, D:/htdocs/bench-audit/teget/scss/_content-table.scss */
section.content-table span {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 24, D:/htdocs/bench-audit/teget/scss/_content-table.scss */
section.content-table ol > li, section.content-table ul > li {
  font-size: 15px;
  line-height: 1.25;
  position: relative;
  padding-right: 25px;
}

/* line 29, D:/htdocs/bench-audit/teget/scss/_content-table.scss */
section.content-table ol > li ul, section.content-table ul > li ul {
  padding-inline-start: 15px;
}

/* line 31, D:/htdocs/bench-audit/teget/scss/_content-table.scss */
section.content-table ol > li ul > li, section.content-table ul > li ul > li {
  right: -25px;
}

/* line 37, D:/htdocs/bench-audit/teget/scss/_content-table.scss */
section.content-table .intro-video {
  border-radius: 24px;
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.14);
}

/* line 3, D:/htdocs/bench-audit/teget/scss/_privacy.scss */
section.privacy a {
  color: #ccc200;
}

/* line 9, D:/htdocs/bench-audit/teget/scss/_privacy.scss */
section.privacy h2 {
  font-size: 30px;
  margin-top: 3.25rem;
  margin-bottom: 1.75rem;
}

/* line 14, D:/htdocs/bench-audit/teget/scss/_privacy.scss */
section.privacy h3 {
  font-size: 26px;
}

/* line 3, D:/htdocs/bench-audit/teget/scss/_imprint.scss */
section#imprint a {
  color: #ccc200;
}

/* line 13, D:/htdocs/bench-audit/teget/scss/_imprint.scss */
section#imprint h4 span {
  font-size: 18px;
}

/* line 2, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process {
  background: whitesmoke;
}

/* line 6, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .section-heading span.underline:after {
  background: #fff200;
}

/* line 11, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process h5 {
  line-height: 1.5;
}

/* line 15, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap {
  width: 100%;
}

/* line 17, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs {
  position: relative;
  margin-right: inherit;
  margin-left: inherit;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: white;
  -webkit-box-shadow: 0 23px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 23px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 575px) {
  /* line 17, D:/htdocs/bench-audit/teget/scss/_process.scss */
  section.process .process-carousel .process-tabs-wrap #process-tabs {
    border-radius: 0;
  }
}

/* line 34, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab {
  width: inherit;
  height: inherit;
  margin-right: inherit;
  margin-left: inherit;
  background-color: transparent;
  text-indent: inherit;
  border-top: inherit;
  border-bottom: inherit;
  opacity: inherit;
  margin-bottom: -1px;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

/* line 46, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab .process-tab-link {
  display: block;
  padding: .5rem 1rem;
  color: #282828;
  position: relative;
  letter-spacing: -0.03em;
  font-size: 17px;
  font-weight: 700;
  line-height: 48px;
}

/* line 55, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab .process-tab-link:hover, section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab .process-tab-link:focus {
  text-decoration: none;
}

@media (max-width: 575px) {
  /* line 46, D:/htdocs/bench-audit/teget/scss/_process.scss */
  section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab .process-tab-link {
    border-radius: 0;
  }
}

/* line 62, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab .process-tab-link:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 22px solid #efefef;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  margin-left: 2px;
  left: 100%;
  z-index: 1;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

@media (max-width: 575px) {
  /* line 62, D:/htdocs/bench-audit/teget/scss/_process.scss */
  section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab .process-tab-link:before {
    content: none;
  }
}

/* line 81, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab .process-tab-link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
  border-left: 22px solid white;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 100%;
  z-index: 2;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

@media (max-width: 575px) {
  /* line 81, D:/htdocs/bench-audit/teget/scss/_process.scss */
  section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab .process-tab-link:after {
    content: none;
  }
}

/* line 101, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab.active .process-tab-link {
  background-color: #fff200;
}

/* line 103, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab.active .process-tab-link:after {
  content: "";
  border-left: 22px solid #fff200 !important;
}

@media (max-width: 575px) {
  /* line 103, D:/htdocs/bench-audit/teget/scss/_process.scss */
  section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab.active .process-tab-link:after {
    content: none;
  }
}

/* line 112, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab .process-tab-link.active {
  background-color: #fff200;
}

/* line 114, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab .process-tab-link.active:after {
  content: "";
  border-left: 22px solid #fff200 !important;
}

@media (max-width: 575px) {
  /* line 114, D:/htdocs/bench-audit/teget/scss/_process.scss */
  section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab .process-tab-link.active:after {
    content: none;
  }
}

/* line 123, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab:first-child .process-tab-link {
  border-radius: 10px 0 0 10px;
}

@media (max-width: 575px) {
  /* line 123, D:/htdocs/bench-audit/teget/scss/_process.scss */
  section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab:first-child .process-tab-link {
    border-radius: 0;
  }
}

/* line 131, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab:last-child .process-tab-link {
  border-radius: 0 10px 10px 0;
}

@media (max-width: 575px) {
  /* line 131, D:/htdocs/bench-audit/teget/scss/_process.scss */
  section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab:last-child .process-tab-link {
    border-radius: 0;
  }
}

/* line 136, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab:last-child .process-tab-link:after, section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab:last-child .process-tab-link:before {
  content: none;
}

@media (min-width: 992px) {
  /* line 34, D:/htdocs/bench-audit/teget/scss/_process.scss */
  section.process .process-carousel .process-tabs-wrap #process-tabs .process-tab {
    flex: 1 1 0px !important;
  }
}

/* line 148, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-item-wrap {
  background: white;
  border-radius: 15px;
  padding: 40px;
  margin-right: -60px;
  z-index: 1;
  position: relative;
}

@media (max-width: 991px) {
  /* line 148, D:/htdocs/bench-audit/teget/scss/_process.scss */
  section.process .process-carousel .process-item-wrap {
    margin-right: 0;
    border-radius: 15px 15px 0 0;
  }
}

/* line 161, D:/htdocs/bench-audit/teget/scss/_process.scss */
section.process .process-carousel .process-image-wrap img {
  border-radius: 15px;
}

@media (max-width: 991px) {
  /* line 161, D:/htdocs/bench-audit/teget/scss/_process.scss */
  section.process .process-carousel .process-image-wrap img {
    border-radius: 0 0 15px 15px;
  }
}

/* line 2, D:/htdocs/bench-audit/teget/scss/_proof.scss */
section.proof {
  background: url("../img/proof-bg.jpg") no-repeat top center;
  background-size: cover;
}

@media only screen and (max-width: 991px) {
  /* line 2, D:/htdocs/bench-audit/teget/scss/_proof.scss */
  section.proof {
    padding: 50px 0 100px 0;
  }
}

/* line 10, D:/htdocs/bench-audit/teget/scss/_proof.scss */
section.proof .section-heading span.underline:after {
  background: #fff200;
}

/* line 15, D:/htdocs/bench-audit/teget/scss/_proof.scss */
section.proof h5 {
  line-height: 1.5;
}

/* line 18, D:/htdocs/bench-audit/teget/scss/_proof.scss */
section.proof .proof-item-wrap {
  position: relative;
  background: white;
  padding: 60px 60px 60px 80px;
  border-radius: 15px;
  margin-left: -60px;
}

@media (max-width: 991px) {
  /* line 18, D:/htdocs/bench-audit/teget/scss/_proof.scss */
  section.proof .proof-item-wrap {
    margin-left: 0;
    border-radius: 0 0 15px 15px;
  }
}

/* line 29, D:/htdocs/bench-audit/teget/scss/_proof.scss */
section.proof .proof-item-wrap .proof-item-inner p {
  margin-bottom: .75rem;
}

/* line 31, D:/htdocs/bench-audit/teget/scss/_proof.scss */
section.proof .proof-item-wrap .proof-item-inner p span {
  font-weight: 700;
  font-size: 18px;
}

/* line 34, D:/htdocs/bench-audit/teget/scss/_proof.scss */
section.proof .proof-item-wrap .proof-item-inner p span.underline:after {
  content: '';
  height: 8px;
  bottom: 1px;
}

/* line 43, D:/htdocs/bench-audit/teget/scss/_proof.scss */
section.proof .proof-image {
  border-radius: 15px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  /* line 43, D:/htdocs/bench-audit/teget/scss/_proof.scss */
  section.proof .proof-image {
    border-radius: 15px 15px 0 0;
  }
}

/* line 52, D:/htdocs/bench-audit/teget/scss/_proof.scss */
section.proof #proof-carousel .carousel-control-next, section.proof #proof-carousel .carousel-control-prev {
  width: 10%;
}

/* line 54, D:/htdocs/bench-audit/teget/scss/_proof.scss */
section.proof #proof-carousel .carousel-control-next .carousel-control-next-icon, section.proof #proof-carousel .carousel-control-next .carousel-control-prev-icon, section.proof #proof-carousel .carousel-control-prev .carousel-control-next-icon, section.proof #proof-carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

/* line 60, D:/htdocs/bench-audit/teget/scss/_proof.scss */
section.proof #proof-carousel .carousel-indicators {
  bottom: -75px;
}

/* line 64, D:/htdocs/bench-audit/teget/scss/_proof.scss */
section.proof ul.yellow-square li {
  margin-bottom: 0.5rem;
}

/* line 2, D:/htdocs/bench-audit/teget/scss/_mission-vision.scss */
section.mission {
  padding: 0 !important;
}

/* line 6, D:/htdocs/bench-audit/teget/scss/_mission-vision.scss */
section.mission .section-heading span.underline:after {
  background: #fff200;
}

/* line 11, D:/htdocs/bench-audit/teget/scss/_mission-vision.scss */
section.mission h5 {
  line-height: 1.5;
}

/* line 14, D:/htdocs/bench-audit/teget/scss/_mission-vision.scss */
section.mission .our-vision-wrap {
  background: url("../img/mission-vision-bg.jpg") no-repeat top center;
  background-size: cover;
}

/* line 17, D:/htdocs/bench-audit/teget/scss/_mission-vision.scss */
section.mission .our-vision-wrap .our-vision {
  background: white;
  border-radius: 15px;
  padding: 40px;
}

/* line 23, D:/htdocs/bench-audit/teget/scss/_mission-vision.scss */
section.mission .our-vision-wrap, section.mission .our-mission-wrap {
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  /* line 23, D:/htdocs/bench-audit/teget/scss/_mission-vision.scss */
  section.mission .our-vision-wrap, section.mission .our-mission-wrap {
    padding: 50px 0;
  }
}

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