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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/*Colors*/
/* Vector */
/*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;
  font-family: "Roboto", sans-serif;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0;
}

body {
  background-color: #F3F3F3;
}

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

h1 {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 20px;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 20px;
}

h6 {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 20px;
}

a, a:link, a:focus, a:visited {
  color: #005C97;
  text-decoration: none;
}

p {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  p {
    font-size: 1.125rem;
    line-height: 1.8125rem;
  }
}
p strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1773px;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  .container {
    width: 90%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.container.container-thin {
  max-width: 1485px;
}
.container.container-ultra-thin {
  max-width: 1240px;
}
@media only screen and (min-width: 992px) {
  .container.container-single-post {
    width: 65%;
  }
}

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

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

.bold {
  font-weight: 700;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.section-header {
  font-size: 2.25rem;
  line-height: 2.5625rem;
  font-weight: 700;
}
.section-header.margin-bottom-big {
  margin-bottom: 90px;
}
.section-header.with-button .btn {
  vertical-align: middle;
}
.section-header.with-button span {
  vertical-align: middle;
}
.section-header.blue {
  color: #005C97;
}
.section-header.tax-cta-version {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .section-header.tax-cta-version {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section-header.tax-cta-version {
    font-size: 1.875rem;
    line-height: 2.5625rem;
  }
}

.blue-text-decor {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  color: #005C97;
  font-weight: 700;
  margin-bottom: 15px;
  /*@include font-size(56);
  @include line-height(64);
  font-weight: 700;
  color: $blueDark;
  margin-bottom: 32px;
  position: relative;
  &::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 315px;
    height: 4px;
    background-color: #F7EA48;
    z-index: 1;
  }*/
}
@media only screen and (min-width: 992px) {
  .blue-text-decor {
    font-size: 2.1875rem;
    line-height: 2.5625rem;
  }
}
.blue-text-decor.producent-tax {
  font-size: 1.875rem;
  line-height: 3.25rem;
}

.custom-label-wrap {
  margin-bottom: 16px;
}

.custom-checkbox-wrap {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .custom-checkbox-wrap {
    padding-left: 32px;
  }
}
.custom-checkbox-wrap.active::after {
  opacity: 1;
}
.custom-checkbox-wrap.active p {
  font-weight: 700;
  color: #000;
}
.custom-checkbox-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #005C97;
}
@media only screen and (min-width: 992px) {
  .custom-checkbox-wrap::before {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: none;
  }
}
.custom-checkbox-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: #005C97;
  border-radius: 2px;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .custom-checkbox-wrap::after {
    background-color: #F7EA48;
    left: 6px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
.custom-checkbox-wrap input[type=checkbox] {
  display: none;
}
.custom-checkbox-wrap p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #808080;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .custom-checkbox-wrap p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.breadcrumbs-class {
  margin-bottom: 17px;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs-class {
    margin-bottom: 24px;
  }
}
.breadcrumbs-class span, .breadcrumbs-class a {
  /*@include font-size(10);
  @include line-height(10);*/
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 400;
  color: #808080;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs-class span, .breadcrumbs-class a {
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
.breadcrumbs-class span.breadcrumb_last, .breadcrumbs-class a.breadcrumb_last {
  color: #000;
}
@media only screen and (min-width: 992px) {
  .breadcrumbs-class span.breadcrumb_last, .breadcrumbs-class a.breadcrumb_last {
    color: #808080;
    font-weight: 700;
  }
}

.fancybox-caption-wrap {
  visibility: visible;
  background: none;
  text-align: center;
}
.fancybox-caption-wrap .fancybox-caption {
  font-weight: 700;
  text-align: center;
  border: none;
  font-size: 1.125rem;
}

.btn, .btn:link, .btn:focus, .btn:visited {
  position: relative;
  display: inline-block;
  background-color: transparent;
  color: #000;
  padding: 8px 30px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  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;
  border-radius: 10px;
  border: none;
}
.btn:hover, .btn:link:hover, .btn:focus:hover, .btn:visited:hover {
  color: #fff;
  background-color: #000;
}
.btn.btn-yellow, .btn:link.btn-yellow, .btn:focus.btn-yellow, .btn:visited.btn-yellow {
  color: #005C97;
  background-color: #F7EA48;
}
.btn.btn-yellow:hover, .btn:link.btn-yellow:hover, .btn:focus.btn-yellow:hover, .btn:visited.btn-yellow:hover {
  color: #F7EA48;
  background-color: #005C97;
}
.btn.btn-yellow:hover::after, .btn:link.btn-yellow:hover::after, .btn:focus.btn-yellow:hover::after, .btn:visited.btn-yellow:hover::after {
  background-image: url(../images/yellow-arrows.svg);
}
.btn.btn-blue-mobile, .btn:link.btn-blue-mobile, .btn:focus.btn-blue-mobile, .btn:visited.btn-blue-mobile {
  padding: 12px 30px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #fff;
  background-color: #004B87;
}
.btn.btn-blue, .btn:link.btn-blue, .btn:focus.btn-blue, .btn:visited.btn-blue {
  color: #F7EA48;
  background-color: #005C97;
}
.btn.btn-blue:hover, .btn:link.btn-blue:hover, .btn:focus.btn-blue:hover, .btn:visited.btn-blue:hover {
  color: #005C97;
  background-color: #F7EA48;
}
.btn.btn-blue-white, .btn:link.btn-blue-white, .btn:focus.btn-blue-white, .btn:visited.btn-blue-white {
  color: #fff;
  background-color: #005C97;
}
.btn.btn-blue-white:hover, .btn:link.btn-blue-white:hover, .btn:focus.btn-blue-white:hover, .btn:visited.btn-blue-white:hover {
  color: #005C97;
  background-color: #F7EA48;
}
.btn.btn-arrow, .btn:link.btn-arrow, .btn:focus.btn-arrow, .btn:visited.btn-arrow {
  padding-right: 57px;
}
.btn.btn-arrow::after, .btn:link.btn-arrow::after, .btn:focus.btn-arrow::after, .btn:visited.btn-arrow::after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0px;
  margin: auto;
  background-image: url(../images/blue-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.btn.btn-medium, .btn:link.btn-medium, .btn:focus.btn-medium, .btn:visited.btn-medium {
  padding: 11px 15px;
  font-weight: 400;
}
.btn.btn-medium.btn-arrow, .btn:link.btn-medium.btn-arrow, .btn:focus.btn-medium.btn-arrow, .btn:visited.btn-medium.btn-arrow {
  padding-right: 45px;
}
.btn.btn-medium svg, .btn:link.btn-medium svg, .btn:focus.btn-medium svg, .btn:visited.btn-medium svg {
  height: 8px;
  width: 8px;
  margin-left: 5px;
}
.btn.btn-big, .btn:link.btn-big, .btn:focus.btn-big, .btn:visited.btn-big {
  padding: 14px 15px;
}
.btn.btn-big.btn-arrow, .btn:link.btn-big.btn-arrow, .btn:focus.btn-big.btn-arrow, .btn:visited.btn-big.btn-arrow {
  padding-right: 45px;
}
.btn.external, .btn:link.external, .btn:focus.external, .btn:visited.external {
  padding: 11px 68px;
  border: 1px solid #005C97;
}
.btn.external:hover, .btn:link.external:hover, .btn:focus.external:hover, .btn:visited.external:hover {
  background-color: #F7EA48;
}
.btn.external span, .btn:link.external span, .btn:focus.external span, .btn:visited.external span {
  color: #005C97;
}
.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;
}

.buttons-aligned-center {
  font-size: 0;
}
.buttons-aligned-center .btn, .buttons-aligned-center .btn:link, .buttons-aligned-center .btn:focus, .buttons-aligned-center .btn:visited {
  margin: 0 12px;
  padding: 12px 24px;
}

body:not(.front-page-template) {
  padding-top: 70px;
}
@media only screen and (min-width: 992px) {
  body:not(.front-page-template) {
    padding-top: 93px;
  }
}
@media only screen and (min-width: 1200px) {
  body:not(.front-page-template) {
    padding-top: 120px;
  }
}

nav {
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  -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;
}
@media only screen and (min-width: 992px) {
  nav {
    top: 30px;
  }
}
nav.simple {
  top: 0;
  background-color: #004B87;
}
@media only screen and (min-width: 992px) {
  nav.simple {
    background: linear-gradient(90deg, #005C97 0%, #004B7C 65%, #00375E 100%);
  }
}
nav.simple .top-bar {
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #004B87;
  position: absolute;
}
@media only screen and (min-width: 992px) {
  nav.simple .top-bar {
    background-color: #f3f3f3;
    padding-top: 18px;
    padding-bottom: 18px;
    position: static;
  }
}
nav.simple .top-bar a.top-link-world {
  display: none;
}
@media only screen and (min-width: 992px) {
  nav.simple .top-bar a.top-link-world {
    display: block;
  }
}
nav.simple .top-bar a svg path {
  stroke: #F7EA48;
}
@media only screen and (min-width: 992px) {
  nav.simple .top-bar a svg path {
    stroke: #005C97;
  }
}
nav.simple .top-bar a span {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  nav.simple .top-bar a span {
    color: #000;
  }
}
nav.simple .bottom-bar {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  nav.simple .bottom-bar {
    padding-top: 0;
    padding-bottom: 0;
  }
}
nav.simple .img-wrap {
  padding-top: 0;
}
nav .nav-container {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 992px) {
  nav .nav-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}
nav .nav-container .float-right {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  nav .nav-container .float-right {
    width: auto;
  }
}
nav .nav-container .hamburger {
  float: left;
}
nav .top-bar {
  padding-top: 11px;
  padding-bottom: 11px;
  -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;
  background-color: #005C97;
}
@media only screen and (min-width: 992px) {
  nav .top-bar {
    padding-top: 22px;
    padding-bottom: 0;
    background-color: transparent;
  }
}
nav .top-bar a {
  display: inline-block;
  margin-left: 24px;
}
nav .top-bar a.top-link-email {
  display: none;
}
@media only screen and (min-width: 992px) {
  nav .top-bar a.top-link-email {
    display: inline-block;
  }
}
nav .top-bar a.top-link-phone {
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  nav .top-bar a.top-link-phone {
    margin-left: 24px;
  }
}
nav .top-bar a.top-link-world {
  float: right;
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  nav .top-bar a.top-link-world {
    margin-left: 24px;
  }
}
nav .top-bar a svg {
  vertical-align: middle;
  margin-right: 5px;
}
nav .top-bar a svg.arrow {
  margin-right: 0;
  margin-right: 5px;
}
nav .top-bar a span {
  vertical-align: middle;
  color: #fff;
}
nav .img-wrap {
  float: right;
  margin-right: 0;
  padding-top: 15px;
}
@media only screen and (min-width: 992px) {
  nav .img-wrap {
    float: left;
    margin-right: 15px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  nav .img-wrap {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .img-wrap {
    margin-right: 65px;
  }
}
nav .img-wrap img {
  display: block;
  max-height: 51px;
}
@media only screen and (min-width: 992px) {
  nav .img-wrap img {
    max-height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .img-wrap img {
    max-height: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .img-wrap img {
    max-height: 65px;
  }
}
nav .menu:not(.mobile-menu) {
  list-style: none;
  float: left;
}
nav .menu:not(.mobile-menu) li {
  float: left;
  padding: 22px 20px;
  line-height: 1.5rem;
}
@media only screen and (min-width: 992px) {
  nav .menu:not(.mobile-menu) li {
    padding: 10px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .menu:not(.mobile-menu) li {
    padding: 22px 8px;
  }
}
@media only screen and (min-width: 1300px) {
  nav .menu:not(.mobile-menu) li {
    padding: 22px 14px;
  }
}
@media only screen and (min-width: 1400px) {
  nav .menu:not(.mobile-menu) li {
    padding: 22px 18px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) li {
    padding: 22px 20px;
  }
}
nav .menu:not(.mobile-menu) li:hover a {
  color: #F7EA48;
}
nav .menu:not(.mobile-menu) li a {
  font-size: 1.125rem;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  nav .menu:not(.mobile-menu) li a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  nav .menu:not(.mobile-menu) li a {
    font-size: 1.125rem;
  }
}
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) li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url(../images/chevron-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
nav .menu:not(.mobile-menu) li.menu-item-471 .sub-menu {
  border-bottom-right-radius: 0;
}
nav .menu:not(.mobile-menu) li.menu-item-471 .sub-menu:hover li:last-of-type {
  border-bottom-right-radius: 0;
}
nav .menu:not(.mobile-menu) li.menu-item-471 .sub-menu li {
  border-right: 0.5px solid #005C97;
  /*&:last-of-type{
      border-bottom-right-radius: 0;
  }*/
}
nav .menu:not(.mobile-menu) li.menu-item-471 .sub-menu li:hover {
  border-right: 0.5px solid #E5E6E7;
}
nav .menu:not(.mobile-menu) .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: 2px solid #F7EA48;
  z-index: 99;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
nav .menu:not(.mobile-menu) .sub-menu li {
  width: 100%;
  background-color: #F3F3F3;
  min-width: 175px;
  padding: 8px 20px;
  min-height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 0.5px solid #005C97;
  -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;
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li {
    min-width: 196px;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li:hover {
  background-color: #E5E6E7;
}
nav .menu:not(.mobile-menu) .sub-menu li:hover a {
  color: #005C97;
}
nav .menu:not(.mobile-menu) .sub-menu li:hover .sub-menu-mega {
  display: block;
}
nav .menu:not(.mobile-menu) .sub-menu li:last-of-type {
  border-bottom: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
nav .menu:not(.mobile-menu) .sub-menu li a {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  color: #000;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega {
  display: none;
  position: absolute;
  left: 100%;
  top: -2px;
  width: 720px;
  background-color: transparent;
  box-shadow: -2px 2px 5px -1px rgba(0, 0, 0, 0.3);
  z-index: -1;
}
@media only screen and (min-width: 1300px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega {
    width: 825px;
  }
}
@media only screen and (min-width: 1400px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega {
    width: 912px;
  }
}
@media only screen and (min-width: 1500px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega {
    width: 1000px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega {
    width: 1174px;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .gray-section {
  background-color: #E5E6E7;
  padding: 15px 12px 10px 12px;
  border-top-right-radius: 10px;
  border-bottom: 1px solid #005C97;
  min-height: 280px;
  max-height: 280px;
  height: 280px;
}
@media only screen and (min-width: 1300px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .gray-section {
    min-height: 260px;
    max-height: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 1500px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .gray-section {
    min-height: 225px;
    max-height: 225px;
    height: 225px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .gray-section {
    padding: 35px 40px 10px 40px;
    min-height: 250px;
    max-height: 250px;
    height: 250px;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .gray-section .mega-menu-tab {
  display: none;
  height: 100%;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .gray-section .mega-menu-tab.active {
  display: block;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .gray-section ul li {
  background-color: transparent;
  min-height: auto;
  /*&::before{
      top: 10px;
  }*/
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .gray-section .row {
  margin-right: -5px;
  margin-left: -5px;
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .gray-section .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .gray-section .row .col {
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .gray-section .row .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section {
  background-color: #F2F2F3;
  padding: 10px 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  /*@media only screen and (min-width: 1300px){

  }*/
}
@media only screen and (min-width: 1500px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section {
    padding: 20px 12px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section {
    padding: 20px 40px;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .btn {
  position: absolute;
  right: 40px;
  top: -22px;
  color: #005C97;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .btn:hover {
  color: #F7EA48;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .header-small {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .header-small {
    margin-bottom: 22px;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row {
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col.col-custom {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap:hover, nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap.active {
  margin-top: -10px;
  border-top: 2px solid #F7EA48;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap.product-type {
  height: 36px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  background-color: #E5E6E7;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  /*@media only screen and (min-width: 1300px){

  }*/
}
@media only screen and (min-width: 1500px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap.product-type {
    height: 45px;
  }
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap.product-type {
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap.product-type.partner {
  padding-left: 105px;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap.product-type.partner .img-wrap {
  top: 8px;
  width: 75px;
  height: 34px;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap.product-type .img-wrap {
  position: absolute;
  width: 34px;
  height: 34px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-top: 0;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap.product-type .img-wrap img {
  position: static;
  object-fit: contain;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap.product-type .text-wrap {
  padding: 0;
  /*@include font-size(12);
  @include line-height(14);*/
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #005C97;
  font-weight: 500;
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap.product-type .text-wrap {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap.product-type .text-wrap::after {
  display: none;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap .img-wrap {
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative; /* If you want text inside of it */
  margin: 0;
  float: none;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: none;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap .text-wrap {
  padding: 11px 40px 11px 18px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  position: relative;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .white-section .row .col-wrap .text-wrap::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 15px;
  top: 13px;
  background-image: url(../images/list-marker.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .header {
  color: #005C97;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  margin-bottom: 15px;
  letter-spacing: -0.4px;
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .header {
    margin-bottom: 25px;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega p {
  color: #000;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1600px) {
  nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega p {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega ul {
  margin-left: 20px;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega ul li {
  color: #717171;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  margin-bottom: 10px;
  padding: 0;
  border: none;
  position: relative;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: 3px;
  background-image: url(../images/list-marker.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .row-product-type {
  height: 100%;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .row-product-type .col {
  height: 100%;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .row-product-type ul li {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 10px;
  float: none;
  color: #000;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .row-product-type .img-wrap-product-type {
  height: calc(100% + 10px);
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .row-product-type .img-wrap-product-type img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
nav .menu:not(.mobile-menu) .sub-menu li .sub-menu-mega .row-product-type .img-wrap-product-type img.cover {
  object-fit: cover;
}
nav .hamburger-search-wrap {
  position: absolute;
  margin-top: 13px;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  nav .hamburger-search-wrap {
    position: static;
    margin-top: 0;
  }
}
nav .hamburger-search-wrap .hamburger {
  pointer-events: none;
  padding-left: 0;
}
nav .hamburger-search-wrap .hamburger.hamburger--spin .hamburger-inner, nav .hamburger-search-wrap .hamburger.hamburger--spin .hamburger-inner::after, nav .hamburger-search-wrap .hamburger.hamburger--spin .hamburger-inner::before, nav .hamburger-search-wrap .hamburger.is-active .hamburger-inner, nav .hamburger-search-wrap .hamburger.is-active .hamburger-inner::after, nav .hamburger-search-wrap .hamburger.is-active .hamburger-inner::before {
  background-color: #fff;
}
nav .hamburger-search-wrap .hamburger .hamburger-inner, nav .hamburger-search-wrap .hamburger .hamburger-inner::after, nav .hamburger-search-wrap .hamburger .hamburger-inner::before {
  background-color: #fff;
}
nav .hamburger-search-wrap .hamburger .hamburger-box {
  width: 30px;
}
nav .hamburger-search-wrap svg {
  float: left;
  margin-top: 13px;
}
nav .hamburger-inner, nav .hamburger-inner::after, nav .hamburger-inner::before {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  height: 3px;
  width: 30px;
}
nav .hamburger-inner::after {
  bottom: -9px;
}
nav .hamburger-inner::before {
  top: -9px;
}
nav .search-contact-menu {
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  nav .search-contact-menu {
    padding-top: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  nav .search-contact-menu {
    padding-top: 20px;
  }
}
nav .search-contact-menu .search-wrap {
  float: left;
  position: relative;
  margin-right: 16px;
}
@media only screen and (min-width: 992px) {
  nav .search-contact-menu .search-wrap {
    max-width: 50%;
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  nav .search-contact-menu .search-wrap {
    max-width: none;
    margin-right: 16px;
  }
}
nav .search-contact-menu .search-wrap input {
  height: 30px;
  background-color: #fff;
  padding: 8px 40px 8px 24px;
  border: none;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  nav .search-contact-menu .search-wrap input {
    width: 100%;
    padding: 8px 28px 8px 15px;
  }
}
@media only screen and (min-width: 1920px) {
  nav .search-contact-menu .search-wrap input {
    width: auto;
    padding: 8px 40px 8px 24px;
  }
}
nav .search-contact-menu .search-wrap .search {
  position: absolute;
  right: 12px;
  top: 7px;
}
nav .search-contact-menu .btn {
  float: left;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  nav .search-contact-menu .btn {
    width: calc(50% - 10px);
    padding: 8px 15px;
  }
}
@media only screen and (min-width: 1920px) {
  nav .search-contact-menu .btn {
    width: auto;
    padding: 8px 30px;
  }
}

.sidenav {
  position: fixed;
  background-color: #F3F3F3;
  height: 100dvh;
  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;
  flex-direction: column;
  flex-wrap: wrap;
}
.sidenav.open {
  left: 0;
}
.sidenav .top-wrap-sidenav {
  overflow: hidden;
  background-color: #004B87;
  padding: 10px 16px;
}
.sidenav .top-wrap-sidenav .hamburger {
  float: left;
  padding-left: 0;
  padding-bottom: 8px;
}
.sidenav .top-wrap-sidenav .hamburger.hamburger--spin .hamburger-inner, .sidenav .top-wrap-sidenav .hamburger.hamburger--spin .hamburger-inner::after, .sidenav .top-wrap-sidenav .hamburger.hamburger--spin .hamburger-inner::before, .sidenav .top-wrap-sidenav .hamburger.is-active .hamburger-inner, .sidenav .top-wrap-sidenav .hamburger.is-active .hamburger-inner::after, .sidenav .top-wrap-sidenav .hamburger.is-active .hamburger-inner::before {
  background-color: #fff;
}
.sidenav .top-wrap-sidenav .hamburger .hamburger-inner, .sidenav .top-wrap-sidenav .hamburger .hamburger-inner::after, .sidenav .top-wrap-sidenav .hamburger .hamburger-inner::before {
  background-color: #fff;
}
.sidenav .top-wrap-sidenav .hamburger .hamburger-box {
  width: 30px;
}
.sidenav .top-wrap-sidenav .hamburger-inner, .sidenav .top-wrap-sidenav .hamburger-inner::after, .sidenav .top-wrap-sidenav .hamburger-inner::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  height: 4px;
  width: 30px;
}
.sidenav .top-wrap-sidenav .search-wrap-sidenav {
  float: left;
  position: relative;
  margin-right: 0;
  margin-top: 10px;
  max-width: calc(100% - 155px);
}
.sidenav .top-wrap-sidenav .search-wrap-sidenav input {
  height: 30px;
  background-color: #fff;
  padding: 8px 40px 8px 24px;
  border: none;
  border-radius: 10px;
  max-width: 100%;
}
.sidenav .top-wrap-sidenav .search-wrap-sidenav .search {
  position: absolute;
  right: 12px;
  top: 7px;
}
.sidenav .top-wrap-sidenav .search-wrap-sidenav .btn {
  float: left;
}
.sidenav .top-wrap-sidenav a.img-wrap {
  display: block;
  float: right;
  height: 41px;
  width: 88px;
  margin-left: 15px;
}
.sidenav .top-wrap-sidenav a.img-wrap img, .sidenav .top-wrap-sidenav a.img-wrap svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sidenav .mobile-menu li a {
  display: block;
  width: 10%;
  height: 100%;
  padding: 12px;
  padding-right: 60px;
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
  color: #000;
  position: relative;
  font-size: 0.875rem;
}
.sidenav .mobile-menu li a.active {
  font-weight: 700;
}
.sidenav .mobile-menu li a.active .arrow {
  transform: rotate(180deg);
}
.sidenav .mobile-menu li a .arrow {
  top: 0;
  position: absolute;
  right: 20px;
  width: 40px;
  height: 40px;
  background-image: url(../images/sub-menu-vector.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  -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 .mobile-menu li .sub-menu {
  padding-left: 20px;
  border-bottom: 1px solid #E1E1E1;
  display: none;
}
.sidenav .mobile-menu li .sub-menu li a {
  padding: 10px;
  border-bottom: 0;
  position: relative;
  padding-right: 60px;
  color: #808080;
}
.sidenav .mobile-menu li .sub-menu li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  right: 40px;
  width: 12px;
  height: 12px;
  background-image: url(../images/industry-arrows.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sidenav .world-of-link > a {
  position: relative;
}
.sidenav .world-of-link > a span {
  font-size: 0.875rem;
  vertical-align: middle;
}
.sidenav .world-of-link > a svg {
  vertical-align: middle;
}
.sidenav .world-of-link > a .world-arrow {
  position: absolute;
  right: 31px;
  width: 18px;
  height: 18px;
  background-image: url(../images/sub-menu-vector.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;
}
@media only screen and (min-width: 992px) {
  .sidenav .world-of-link > a .world-arrow {
    right: 20px;
  }
}
.sidenav .world-of-link > a .world-arrow.active {
  transform: rotate(180deg);
}
.sidenav .arrow-bottom-wrap {
  margin-top: auto;
  text-align: center;
  margin-bottom: 40px;
}

.footer-contact-form-wrap {
  padding: 24px 0 24px 0;
  background-color: #FFF450;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .footer-contact-form-wrap {
    padding: 55px 0;
    background-color: #F7EA48;
  }
}
.footer-contact-form-wrap .section-header {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  color: #005C97;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer-contact-form-wrap .section-header {
    font-size: 2.1875rem;
    line-height: 2.5625rem;
    margin-bottom: 43px;
    text-align: left;
  }
}
.footer-contact-form-wrap::after {
  content: "";
  display: block;
  height: 100%;
  width: 720px;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-left-radius: 40px;
  background: linear-gradient(270deg, rgba(230, 218, 68, 0) 0%, #E6DA44 92.36%);
}
.footer-contact-form-wrap .container {
  position: relative;
  z-index: 2;
}

.horizontal-form-wrap .row {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .horizontal-form-wrap .row {
    margin-bottom: 52px;
  }
}
.horizontal-form-wrap .row .col {
  padding-left: 4px;
  padding-right: 4px;
}
@media only screen and (min-width: 1200px) {
  .horizontal-form-wrap .row .col.col-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .horizontal-form-wrap .row .col.col-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .horizontal-form-wrap .row .col.col-custom.small {
    -ms-flex: 0 0 13.33%;
    flex: 0 0 13.33%;
    max-width: 13.33%;
  }
}
@media only screen and (min-width: 1600px) {
  .horizontal-form-wrap .row .col.col-custom.big {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.horizontal-form-wrap input[type=text], .horizontal-form-wrap input[type=email], .horizontal-form-wrap input[type=tel] {
  height: 38px;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  border: none;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .horizontal-form-wrap input[type=text], .horizontal-form-wrap input[type=email], .horizontal-form-wrap input[type=tel] {
    height: 62px;
    padding: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .horizontal-form-wrap input[type=text], .horizontal-form-wrap input[type=email], .horizontal-form-wrap input[type=tel] {
    margin-bottom: 0;
  }
}
.horizontal-form-wrap input[name=your-message] {
  height: 310px;
}
@media only screen and (min-width: 768px) {
  .horizontal-form-wrap input[name=your-message] {
    height: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .horizontal-form-wrap input[name=your-message] {
    height: 62px;
  }
}
.horizontal-form-wrap .button-wide-wrap-input {
  margin-top: 0;
}
.horizontal-form-wrap .button-wide-wrap-input::after {
  background-image: url(../images/yellow-arrows.svg);
  right: 50px;
}
@media only screen and (min-width: 992px) {
  .horizontal-form-wrap .button-wide-wrap-input::after {
    background-image: url(../images/white-arrows.svg);
  }
}
@media only screen and (min-width: 1200px) {
  .horizontal-form-wrap .button-wide-wrap-input::after {
    right: 23px;
  }
}
@media only screen and (min-width: 1600px) {
  .horizontal-form-wrap .button-wide-wrap-input::after {
    right: 50px;
  }
}
.horizontal-form-wrap input[type=submit] {
  height: 52px;
  padding: 15px 20px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  width: 100%;
  background-color: #004B87;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (min-width: 992px) {
  .horizontal-form-wrap input[type=submit] {
    background-color: #005C97;
    height: 62px;
    padding: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .horizontal-form-wrap input[type=submit] {
    text-align: left;
  }
}
@media only screen and (min-width: 1600px) {
  .horizontal-form-wrap input[type=submit] {
    text-align: center;
  }
}

.acceptance-wrap {
  padding-left: 48px;
  position: relative;
  display: block;
}
.acceptance-wrap.active::after {
  opacity: 1;
}
.acceptance-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
}
@media only screen and (min-width: 992px) {
  .acceptance-wrap::before {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: none;
  }
}
.acceptance-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 7px;
  top: 7px;
  width: 18px;
  height: 18px;
  background-color: #005C97;
  border-radius: 5px;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .acceptance-wrap::after {
    left: 7px;
    top: 7px;
    width: 18px;
    height: 18px;
    border-radius: 6px;
  }
}
.acceptance-wrap .wpcf7-list-item {
  margin: 0;
}
.acceptance-wrap .wpcf7-form-control-wrap {
  position: absolute;
  left: 0;
  top: 0;
}
.acceptance-wrap .wpcf7-form-control-wrap input[type=checkbox] {
  /*width: 32px;
  height: 32px;*/
  display: none;
}
.acceptance-wrap p {
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .acceptance-wrap p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.footer-main {
  padding: 37px 20px 26px 20px;
  background: linear-gradient(90deg, #005C97 0%, #00375E 75%);
  position: relative;
}
@media only screen and (min-width: 992px) {
  .footer-main {
    padding: 61px 0 46px 0;
  }
}
.footer-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/map-dots-footer.svg);
  background-position: center;
  background-size: 350%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .footer-main::before {
    background-size: contain;
  }
}
.footer-main .container {
  position: relative;
  z-index: 2;
}
.footer-main .col-left-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
}
.footer-main .col-left-wrap .bottom-text-with-arrows {
  margin-top: auto;
  margin-bottom: 0;
}
.footer-main p {
  color: #fff;
}
.footer-main .img-wrap {
  display: block;
  margin-bottom: 17px;
}
@media only screen and (min-width: 992px) {
  .footer-main .img-wrap {
    margin-bottom: 48px;
  }
}
.footer-main .social-media-wrap {
  margin-bottom: 23px;
}
@media only screen and (min-width: 992px) {
  .footer-main .social-media-wrap {
    margin-bottom: 48px;
  }
}
.footer-main .social-media-wrap .social-media-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
@media only screen and (min-width: 992px) {
  .footer-main .social-media-wrap .social-media-icon {
    margin-right: 24px;
  }
}
.footer-main .social-media-wrap .social-media-icon svg {
  width: 100%;
  height: 100%;
}
.footer-main .text-wrap-left p {
  font-size: 0.75rem;
  line-height: 1.3125rem;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .footer-main .text-wrap-left p {
    margin-bottom: 25px;
  }
}
.footer-main .text-wrap-left p:last-of-type {
  display: none;
}
@media only screen and (min-width: 992px) {
  .footer-main .text-wrap-left p:last-of-type {
    display: block;
  }
}
.footer-main .bottom-text-with-arrows svg {
  width: 267px;
  height: 28px;
  vertical-align: middle;
  object-fit: contain;
}
.footer-main .bottom-text-with-arrows span {
  font-size: 1.75rem;
  line-height: 1.75rem;
  vertical-align: middle;
}
.footer-main .column-wrap {
  text-align: left;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .footer-main .column-wrap {
    text-align: center;
    margin-bottom: 0;
  }
}
.footer-main .column-wrap .text {
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .footer-main .column-wrap .text .top-text {
    margin-bottom: 96px;
  }
}
.footer-main .column-wrap .text p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .footer-main .column-wrap .text p {
    margin-bottom: 40px;
  }
}
.footer-main .column-wrap .text p:last-of-type {
  margin-bottom: 0;
}
.footer-main .column-wrap .text a {
  color: #F7EA48;
}
.footer-main .footer-title {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .footer-main .footer-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 24px;
  }
}
.footer-main .column-right-wrap {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer-main .column-right-wrap {
    text-align: right;
  }
}
.footer-main .column-right-wrap ul {
  display: inline-block;
  text-align: left;
}
.footer-main .column-right-wrap ul li {
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) {
  .footer-main .column-right-wrap ul li {
    margin-bottom: 26px;
  }
}
.footer-main .column-right-wrap ul li > a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 400;
}

.form-header {
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.form-wrap {
  padding: 27px 40px 26px 40px;
  background-color: #fff;
  border-radius: 10px;
}
.form-wrap.contact-form-small {
  padding: 27px 40px 15px 40px;
  width: 315px;
  position: absolute;
  z-index: 2;
  margin-top: 24px;
  left: 65px;
}
.form-wrap.contact-form-small textarea {
  min-height: 180px;
}
.form-wrap.contact-form-small .acceptance-wrap {
  padding-left: 32px;
}
.form-wrap.contact-form-small .acceptance-wrap::before {
  width: 24px;
  height: 24px;
  top: 2px;
  border-radius: 6px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}
.form-wrap.contact-form-small .acceptance-wrap::after {
  border-radius: 4px;
  left: 5px;
  top: 7px;
  width: 14px;
  height: 14px;
}
.form-wrap.tax-version .button-wrap .button-wide-wrap-input .btn {
  font-size: 1.125rem;
  text-align: left;
  padding: 14px 23px;
  font-family: "Roboto Condensed", sans-serif;
}
.form-wrap.contact-form-wrap {
  padding: 8px 17px 8px 17px;
  border-top: 2px solid #F7EA48;
}
@media only screen and (min-width: 992px) {
  .form-wrap.contact-form-wrap {
    padding: 27px 40px 26px 40px;
    border-top: none;
  }
}
.form-wrap label {
  width: 100%;
  display: block;
  margin-bottom: 11px;
}
.form-wrap label span {
  width: 100%;
}
.form-wrap label input[type=text], .form-wrap label input[type=email], .form-wrap label input[type=tel], .form-wrap label textarea {
  background-color: #EEEEEE;
  border-radius: 10px;
  border: none;
  width: 100%;
  padding: 15px 24px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-family: "Roboto", sans-serif;
}
.form-wrap label input[type=text], .form-wrap label input[type=email], .form-wrap label input[type=tel] {
  height: 47px;
}
.form-wrap label textarea {
  resize: none;
}
.form-wrap .upload-multiple-text-wrap {
  padding-top: 40px;
}
.form-wrap .upload-multiple-text-wrap p {
  font-size: 0.75rem;
  line-height: 1rem;
}

.map-contact .map-contact-wrap .form-wrap .button-wide-wrap-input::after {
  top: 13px;
}
.map-contact .map-contact-wrap .form-wrap .upload-multiple-text-wrap {
  padding-top: 5px;
}
@media only screen and (min-width: 992px) {
  .map-contact .map-contact-wrap .form-wrap .upload-multiple-text-wrap {
    padding-top: 40px;
  }
}
.map-contact .map-contact-wrap .form-wrap .upload-multiple-text-wrap p {
  font-size: 0.75rem;
  line-height: 1rem;
}
.map-contact .map-contact-wrap .form-wrap .codedropz-upload-container {
  padding: 30px 24px;
}
.map-contact .map-contact-wrap .form-wrap .dnd-upload-counter {
  display: none;
}
.map-contact .map-contact-wrap .form-wrap .codedropz-upload-inner h3, .map-contact .map-contact-wrap .form-wrap .codedropz-upload-inner span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: inline;
}
.map-contact .map-contact-wrap .form-wrap .codedropz-upload-inner .codedropz-btn-wrap {
  display: inline-block;
}
.map-contact .map-contact-wrap .form-wrap .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: inline;
}

.button-wide-wrap-input {
  position: relative;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .button-wide-wrap-input {
    margin-top: 35px;
  }
}
.button-wide-wrap-input:hover::after {
  background-image: url(../images/yellow-arrows.svg);
}
.button-wide-wrap-input:hover input[type=submit] {
  color: #F7EA48;
  background-color: #005C97;
}
.button-wide-wrap-input::after {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 18px;
  right: 13px;
  margin: auto;
  background-image: url(../images/blue-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 992px) {
  .button-wide-wrap-input::after {
    top: 25px;
  }
}
.button-wide-wrap-input input[type=submit] {
  width: 100%;
  cursor: pointer;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output {
  border-radius: 15px;
  margin: 0;
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
}

.page-top {
  padding: 20px 0 14px 0;
  height: 46.3vh;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .page-top {
    padding: 57px 0 14px 0;
  }
}
.page-top.page-top-news .text-wrap .container {
  padding-top: 45px;
}
@media only screen and (min-width: 992px) {
  .page-top.page-top-news .text-wrap .container {
    padding-top: 84px;
  }
}
.page-top.page-top-search {
  padding: 20px 0 14px 0;
  height: auto;
}
@media only screen and (min-width: 992px) {
  .page-top.page-top-search {
    padding: 57px 0 0 0;
  }
}
.page-top.page-top-search::before {
  content: "";
  display: none;
  right: 0;
  top: 0;
  position: absolute;
  height: 240px;
  width: 720px;
  background: linear-gradient(270deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 92.36%);
  border-bottom-left-radius: 40px;
}
@media only screen and (min-width: 992px) {
  .page-top.page-top-search::before {
    display: block;
  }
}
.page-top.page-top-search .text-wrap .container {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .page-top.page-top-search .text-wrap .container {
    padding-top: 0;
  }
}
.page-top.page-top-search .search-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .page-top.page-top-search .search-wrap {
    width: 857px;
  }
}
.page-top.page-top-search .search-wrap input {
  font-size: 1.125rem;
  height: 49px;
  background-color: #fff;
  padding: 8px 40px 8px 24px;
  border: none;
  border-radius: 10px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .page-top.page-top-search .search-wrap input {
    width: 100%;
    padding: 8px 28px 8px 15px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-top.page-top-search .search-wrap input {
    padding: 8px 40px 8px 24px;
  }
}
.page-top.page-top-search .search-wrap .search {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 13px;
}
.page-top.page-top-search .search-wrap .search svg {
  width: 24px;
  height: 24px;
}
.page-top.page-top-search .page-header {
  color: #005C97;
  margin-bottom: 20px;
  font-size: 1.5625rem;
  line-height: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .page-top.page-top-search .page-header {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}
.page-top.page-top-search .page-text-wrap {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 500;
  margin-bottom: 32px;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .page-top.page-top-search .page-text-wrap {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
}
.page-top img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-top .text-wrap {
  height: 100%;
  width: 100%;
  text-align: center;
}
.page-top .text-wrap .container {
  position: relative;
  padding-top: 84px;
}
@media only screen and (min-width: 992px) {
  .page-top .text-wrap .container {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-top .text-wrap .container {
    padding-top: 84px;
  }
}
.page-top .text-wrap .container svg {
  position: absolute;
  right: 15px;
  top: 0;
  max-width: 115px;
}
@media only screen and (min-width: 992px) {
  .page-top .text-wrap .container svg {
    max-width: none;
  }
}
.page-top .page-header {
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 700;
  margin-bottom: 32px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .page-top .page-header {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}
.page-top .page-header.yellow {
  color: #F7EA48;
}
.page-top .page-text-wrap {
  font-size: 1rem;
  line-height: 1.75rem;
  margin-bottom: 0;
  color: #fff;
}

.simple-text-page-wrap {
  padding: 56px 0 49px 0;
  margin-bottom: 50px;
}
.simple-text-page-wrap h1, .simple-text-page-wrap h2, .simple-text-page-wrap h3, .simple-text-page-wrap h4, .simple-text-page-wrap h5, .simple-text-page-wrap h6 {
  color: #004B87;
  margin-bottom: 40px;
  font-weight: 700;
}
.simple-text-page-wrap p {
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 992px) {
  .simple-text-page-wrap p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.simple-text-page-wrap ul {
  margin-bottom: 25px;
  padding-left: 25px;
  list-style: disc;
}
.simple-text-page-wrap ul li {
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 992px) {
  .simple-text-page-wrap ul li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.simple-text-page-wrap ol {
  padding-left: 17px;
  list-style: decimal;
}
.simple-text-page-wrap ol li {
  margin-bottom: 15px;
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 992px) {
  .simple-text-page-wrap ol li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.simple-text-page-wrap ol li ol, .simple-text-page-wrap ol li ul {
  padding-top: 15px;
  list-style: lower-alpha;
}

.top-wrap {
  height: 100vh;
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .top-wrap {
    padding: 30px 32px;
    margin-bottom: 165px;
  }
}

.top {
  height: 97%;
  padding-top: 280px;
  background-image: url(../images/top-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .top {
    border-radius: 48px;
  }
}
.top .overlay {
  border-radius: 48px;
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  -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;
}
.top .overlay.active {
  opacity: 1;
}
.top .bottom-slider-arrows-wrap {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -115px;
  padding: 0 45px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .top .bottom-slider-arrows-wrap {
    display: block;
  }
}
.top .bottom-slider-arrows-wrap .slider-nav {
  position: absolute;
  width: 13px;
  height: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top .bottom-slider-arrows-wrap .slider-nav svg {
  width: 100%;
  height: 100%;
}
.top .bottom-slider-arrows-wrap .slider-nav.left {
  left: 23px;
}
.top .bottom-slider-arrows-wrap .slider-nav.right {
  right: 23px;
}
.top .bottom-slider-arrows-wrap .slick-track {
  display: flex !important;
}
.top .bottom-slider-arrows-wrap .slick-slide {
  height: inherit !important;
}
.top .bottom-slider-arrows-wrap .slick-slide > div {
  height: 100%;
}
.top .bottom-slider-arrows-wrap .slide-single-wrap {
  padding: 90px 11px 0 11px;
  height: 100%;
}
.top .bottom-slider-arrows-wrap .slide-single-wrap .slide-single {
  padding: 21px 20px 22px 20px;
  background-color: #fff;
  border: 1px solid #F2F2F3;
  border-top: 3px solid transparent;
  border-radius: 10px;
  -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;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.top .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .img-wrap {
  text-align: center;
  margin-bottom: 14px;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.top .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .text-wrap-slide {
  margin-top: auto;
}
.top .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .title {
  /*@include font-size(18);
  @include line-height(20);
  font-weight: 400;*/
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  /*@include devices(extraLarge){
      @include font-size(16);
      @include line-height(19);
  }*/
}
@media only screen and (min-width: 992px) {
  .top .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .title {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
@media only screen and (min-width: 1920px) {
  .top .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .title {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}
.top .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .button-wrap .btn {
  text-align: center;
  padding: 8px 22px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .top .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .button-wrap .btn {
    padding: 8px 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .top .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .button-wrap .btn {
    padding: 8px 7px;
  }
}
@media only screen and (min-width: 1920px) {
  .top .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .button-wrap .btn {
    padding: 8px 22px;
  }
}
.top .bottom-slider-arrows-wrap .slick-slide .slide-single-wrap {
  position: relative;
}
.top .bottom-slider-arrows-wrap .slick-slide .slide-single-wrap .slide-single:hover {
  border-top: 3px solid #F7EA48;
  top: 0;
  transform: translateY(-74px);
}
.top .bottom-slider-arrows-wrap .slick-slide .slide-single-wrap .slide-single:hover .text-wrap-slide .button-wrap .btn.btn-yellow {
  background-color: #005C97;
  color: #F7EA48;
}
.top .bottom-slider-arrows-wrap .slick-slide .slide-single-wrap .slide-single:hover .text-wrap-slide .button-wrap .btn.btn-yellow:hover {
  background-color: #F7EA48;
  color: #005C97;
}
.top .flex-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.top .flex-wrap .text-wrap {
  margin-top: 75px;
  padding: 0 25px;
}
@media only screen and (min-width: 992px) {
  .top .flex-wrap .text-wrap {
    margin-top: -100px;
    padding: 0;
  }
}
.top .flex-wrap .text-wrap .header {
  font-size: 2.9375rem;
  line-height: 3.375rem;
  font-weight: 700;
  letter-spacing: -0.146px;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  margin-left: -5px;
  margin-right: -5px;
}
@media only screen and (min-width: 992px) {
  .top .flex-wrap .text-wrap .header {
    font-size: 4.5625rem;
    line-height: 5.25rem;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
  }
}
.top .flex-wrap .text-wrap .text {
  margin-bottom: 80px;
}
@media only screen and (min-width: 992px) {
  .top .flex-wrap .text-wrap .text {
    margin-bottom: 0;
  }
}
.top .flex-wrap .text-wrap .text p {
  font-size: 1.5625rem;
  line-height: 1.75rem;
  letter-spacing: -0.175px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 34px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .top .flex-wrap .text-wrap .text p {
    font-size: 2.1875rem;
    line-height: 2.5rem;
    font-weight: 700;
  }
}
.top .flex-wrap .text-wrap .text p strong {
  border-bottom: 3px solid #F7EA48;
}
.top .flex-wrap .text-wrap .search-product-wrap {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 23px 18px;
}
@media only screen and (min-width: 992px) {
  .top .flex-wrap .text-wrap .search-product-wrap {
    padding: 7px 10px;
  }
}
.top .flex-wrap .text-wrap .search-product-wrap .selectize-control {
  width: 100%;
  margin-bottom: 9px;
}
@media only screen and (min-width: 992px) {
  .top .flex-wrap .text-wrap .search-product-wrap .selectize-control {
    width: 267px;
    margin-right: 14px;
    margin-bottom: 0;
  }
}
.top .flex-wrap .text-wrap .search-product-wrap .selectize-control .selectize-input {
  height: 43px;
  background-color: #F5F5F5;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 15px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.top .flex-wrap .text-wrap .search-product-wrap .selectize-control .selectize-input::after {
  border: none;
  width: 18px;
  height: 18px;
  top: 16px;
  right: 10px;
  background-image: url(../images/fp-select-chevron-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top .flex-wrap .text-wrap .search-product-wrap .selectize-control .selectize-input.dropdown-active::after {
  margin-top: 0;
  transform: rotate(180deg);
  top: 13px;
}
.top .flex-wrap .text-wrap .search-product-wrap .selectize-control .selectize-input input[type=text] {
  font-size: 1.125rem;
  line-height: 24px !important;
  font-weight: 500;
  color: #000;
}
.top .flex-wrap .text-wrap .search-product-wrap .selectize-control .selectize-input input[type=text]::placeholder {
  opacity: 1;
  color: #000;
}
.top .flex-wrap .text-wrap .search-product-wrap .selectize-control .selectize-input div.item {
  font-size: 1.125rem;
  line-height: 16px !important;
  font-weight: 700;
  color: #000;
}
.top .flex-wrap .text-wrap .search-product-wrap .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
  padding-left: 14px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  -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;
}
.top .flex-wrap .text-wrap .search-product-wrap .selectize-control .selectize-dropdown .selectize-dropdown-content .option.selected, .top .flex-wrap .text-wrap .search-product-wrap .selectize-control .selectize-dropdown .selectize-dropdown-content .option:hover {
  background-color: #004B87;
  color: #fff;
}
.top .flex-wrap .text-wrap .search-product-wrap .submit-button-wrap {
  display: inline-block;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .top .flex-wrap .text-wrap .search-product-wrap .submit-button-wrap {
    width: 43px;
    height: 43px;
  }
}
.top .flex-wrap .text-wrap .search-product-wrap .submit-button-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 90px;
  top: 12px;
  background-image: url(../images/arrows-yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.top .flex-wrap .text-wrap .search-product-wrap input[type=submit] {
  display: inline-block;
  background-color: none;
  border: none;
  cursor: pointer;
  color: #fff;
  background-color: #004B87;
  border-radius: 10px;
  padding: 12px 30px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (min-width: 992px) {
  .top .flex-wrap .text-wrap .search-product-wrap input[type=submit] {
    background-image: url(../images/send-form-btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent;
    font-size: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .top .flex-wrap .text-wrap .search-product-wrap input[type=submit]:hover {
    box-shadow: none;
    background-image: url(../images/send-form-btn-hover.svg);
  }
}

.columns-with-icon {
  margin-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .columns-with-icon {
    margin-bottom: 140px;
  }
}
.columns-with-icon::before, .columns-with-icon::after {
  content: "";
  width: 344px;
  height: 551px;
  background-image: url(../images/bg_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.columns-with-icon::before {
  right: -50px;
  top: -400px;
}
.columns-with-icon::after {
  right: 192px;
  top: -400px;
}
.columns-with-icon .columns-headers-wrap {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .columns-with-icon .columns-headers-wrap {
    margin-bottom: 90px;
  }
}
.columns-with-icon .columns-headers-wrap .columns-header {
  font-size: 1.5625rem;
  line-height: 1.75rem;
  color: #005C97;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .columns-with-icon .columns-headers-wrap .columns-header {
    font-size: 2.1875rem;
    line-height: 2.5625rem;
  }
}
.columns-with-icon .columns-headers-wrap .columns-sub-header {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 400;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .columns-with-icon .columns-headers-wrap .columns-sub-header {
    font-size: 1.125rem;
    line-height: 1.875rem;
    max-width: none;
  }
}
.columns-with-icon .row {
  margin-left: -7px;
  margin-right: -7px;
}
@media only screen and (min-width: 992px) {
  .columns-with-icon .row {
    margin-left: -50px;
    margin-right: -50px;
  }
}
.columns-with-icon .row .col {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .columns-with-icon .row .col {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.columns-with-icon .col-wrap {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .columns-with-icon .col-wrap {
    text-align: left;
    padding-left: 100px;
  }
}
.columns-with-icon .col-wrap img {
  position: static;
  width: 75px;
  height: 75px;
}
@media only screen and (min-width: 992px) {
  .columns-with-icon .col-wrap img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.columns-with-icon .col-wrap .text-wrap .title {
  font-size: 2.5rem;
  line-height: 3.4375rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .columns-with-icon .col-wrap .text-wrap .title {
    font-size: 3rem;
    line-height: 3.4375rem;
  }
}
.columns-with-icon .col-wrap .text-wrap .text {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .columns-with-icon .col-wrap .text-wrap .text {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }
}

.partners {
  margin-bottom: 140px;
  position: relative;
}
.partners::before, .partners::after {
  content: "";
  width: 344px;
  height: 551px;
  background-image: url(../images/bg_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.partners::before {
  left: -50px;
  top: -400px;
}
.partners::after {
  left: 192px;
  top: -400px;
}
.partners .partner-button-wrap {
  padding-top: 20px;
}
.partners .logos-wrap {
  background-color: #E5E6E7;
  padding: 36px 50px 36px 69px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
.partners .logos-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #E5E6E7;
}
.partners .logos-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  right: -130px;
  width: 214px;
  height: 206px;
  background-image: url(../images/arrows_partners.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.partners .logos-wrap .row {
  margin-left: -40px;
  margin-right: -40px;
}
.partners .logos-wrap .row .col {
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 30px;
}
.partners .logos-wrap .img-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.partners .logos-wrap img {
  max-height: 85px;
  display: block;
}

.industries {
  background-color: #E5E6E7;
  padding-top: 35px;
  padding-bottom: 1px;
}
@media only screen and (min-width: 992px) {
  .industries {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 65px;
  }
}
.industries .container {
  width: 86%;
}
@media only screen and (min-width: 992px) {
  .industries .container {
    width: 90%;
  }
}
.industries.tax-version {
  background-color: rgba(229, 230, 231, 0.7);
  padding: 20px 0 43px 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .industries.tax-version {
    padding: 25px 0 43px 0;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .industries.tax-version {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .industries.tax-version {
    padding: 38px 0 43px 0;
    margin-bottom: 78px;
  }
}
.industries.tax-version .industry-col-wrap:hover {
  margin-top: 0;
  border-top: 4px solid #F7EA48;
  box-shadow: none;
}
.industries.tax-version .industry-col-wrap .img-wrap {
  padding-top: 45%; /* Aspect Ratio */
}
@media only screen and (min-width: 992px) {
  .industries.tax-version .industry-col-wrap .img-wrap {
    padding-top: 45%; /* Aspect Ratio */
  }
}
.industries.tax-version .container {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .industries.tax-version .container {
    width: 90%;
  }
}
.industries.tax-version .slick-dots {
  padding-top: 20px;
  margin-bottom: 0;
}
.industries.ts-tax {
  position: relative;
  padding: 10px 0 5px 0;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .industries.ts-tax {
    padding: 38px 0 5px 0;
    margin-bottom: 143px;
  }
}
.industries.ts-tax::before {
  content: "";
  display: block;
  background-color: #E5E6E7;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -110px;
  z-index: -1;
}
.industries.ts-tax .uses-text {
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 992px) {
  .industries.ts-tax .uses-text {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.industries.ts-tax .industry-col-wrap {
  border-top: none;
}
.industries.ts-tax .industry-col-wrap:hover {
  border-top: none;
}
.industries.ts-tax .industry-col-wrap .title {
  padding: 8px 15px 12px 15px;
  font-size: 1rem;
}
.industries.ts-tax .container {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .industries.ts-tax .container {
    width: 90%;
  }
}
.industries .section-header.margin-bottom-big {
  font-size: 1.5625rem;
  line-height: 1.75rem;
  color: #005C97;
  font-weight: 700;
  max-width: 280px;
  margin: 0 auto;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .industries .section-header.margin-bottom-big {
    font-size: 2.1875rem;
    line-height: 2.5625rem;
    max-width: none;
  }
}
.industries .industries-button-wrap {
  margin-bottom: 35px;
}
.industries .row-industries {
  margin-left: -20px;
  margin-right: -20px;
}
.industries .row-industries .col {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .industries .row-industries .col {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .industries .row-industries .col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .industries .row-industries .col {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
.industries .row-industries .col.col-custom {
  /*@include devices(biggest){
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
  }*/
}
@media only screen and (min-width: 1200px) {
  .industries .row-industries .col.col-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.industries .industry-col-wrap {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  -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;
  border-top: 4px solid #F7EA48;
}
.industries .industry-col-wrap.front-page-version .title::after {
  display: block;
}
.industries .industry-col-wrap:hover {
  margin-top: -30px;
  border-top: 4px solid #F7EA48;
  box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.1);
}
.industries .industry-col-wrap .img-wrap {
  border: none;
  width: 100%;
  padding-top: 25%; /* Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
@media only screen and (min-width: 992px) {
  .industries .industry-col-wrap .img-wrap {
    border: 1px solid #F3F3F3;
    padding-top: 45%; /* Aspect Ratio */
  }
}
.industries .industry-col-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.industries .industry-col-wrap .title {
  padding: 8px 17px 12px 17px;
  /*@include font-size(20);
  @include line-height(23);
  font-weight: 500;*/
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  background-color: #fff;
  color: #000;
  position: relative;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  /*@include devices(biggest){
      padding-right: 45px;
  }*/
}
@media only screen and (min-width: 992px) {
  .industries .industry-col-wrap .title {
    font-size: 1.125rem;
    line-height: 1.3125rem;
    min-height: 62px;
  }
}
@media only screen and (min-width: 1200px) {
  .industries .industry-col-wrap .title {
    padding-right: 45px;
  }
}
.industries .industry-col-wrap .title::after {
  display: none;
  content: "";
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-image: url(../images/industry-arrows.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.industries .slick-dots {
  text-align: right;
  padding: 0;
  margin-bottom: 28px;
  text-align: center;
  pointer-events: none;
}
.industries .slick-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid #808080;
  background-color: transparent;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  margin: 0 2px;
}
.industries .slick-dots li::before {
  display: none;
}
.industries .slick-dots li.slick-active {
  background-color: #808080;
}
.industries .slick-dots li button {
  display: none;
}

.mobile-bold {
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .mobile-bold {
    font-weight: 400;
  }
}
.mobile-bold .slide-underline {
  position: relative;
}
.mobile-bold .slide-underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #F7EA48;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
}
.mobile-bold .slide-underline.active::after {
  opacity: 1;
}
@media only screen and (min-width: 992px) {
  .mobile-bold .slide-underline.active::after {
    opacity: 0;
  }
}

.cta {
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .cta {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .cta {
    margin-bottom: 198px;
  }
}
.cta.products-page {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 992px) {
  .cta.products-page {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 68px;
  }
}
.cta.ts-tax {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .cta.ts-tax {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 198px;
  }
}
.cta.ts-tax .cta-wrap {
  background-color: #004B87;
  padding: 25px 32px 60px 32px;
}
@media only screen and (min-width: 992px) {
  .cta.ts-tax .cta-wrap {
    padding: 25px 32px;
  }
}
.cta.ts-tax .cta-wrap svg {
  left: -235px;
}
.cta.ts-tax .cta-wrap .img-wrap {
  right: auto;
  bottom: -220px;
  left: -280px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .cta.ts-tax .cta-wrap .img-wrap {
    display: block;
  }
}
.cta.ts-tax .cta-wrap .cta-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  justify-content: center;
  margin-top: 15px;
}
@media only screen and (min-width: 992px) {
  .cta.ts-tax .cta-wrap .cta-btn-wrap {
    justify-content: end;
    margin-top: 0;
  }
}
.cta.ts-tax .cta-wrap .btn-cta {
  margin-top: auto;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 992px) {
  .cta.ts-tax .cta-wrap .btn-cta {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}
.cta.ts-tax .cta-wrap .header {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media only screen and (min-width: 992px) {
  .cta.ts-tax .cta-wrap .header {
    font-size: 3rem;
    line-height: 3.4375rem;
  }
}
.cta.ts-tax .cta-wrap .text-yellow {
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 992px) {
  .cta.ts-tax .cta-wrap .text-yellow {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.cta .cta-wrap {
  width: 100%;
  background-color: #005C97;
  padding: 25px 32px 175px 32px;
  border-radius: 0;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cta .cta-wrap {
    padding: 25px 32px 270px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .cta .cta-wrap {
    border-radius: 10px;
    text-align: left;
    padding: 25px 32px;
  }
}
.cta .cta-wrap .img-wrap {
  position: absolute;
  bottom: -175px;
  left: -18px;
  right: -18px;
}
@media only screen and (min-width: 768px) {
  .cta .cta-wrap .img-wrap {
    bottom: -270px;
  }
}
@media only screen and (min-width: 992px) {
  .cta .cta-wrap .img-wrap {
    left: 0;
    right: 0;
    bottom: -25px;
  }
}
.cta .cta-wrap .img-wrap img {
  display: block;
}
.cta .cta-wrap svg {
  position: absolute;
  left: -155px;
  right: 0;
  margin: auto;
  bottom: -45px;
}
@media only screen and (min-width: 992px) {
  .cta .cta-wrap svg {
    left: 0;
  }
}
.cta .cta-wrap .header {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #F7EA48;
}
@media only screen and (min-width: 992px) {
  .cta .cta-wrap .header {
    font-size: 3rem;
    line-height: 3.4375rem;
    margin-bottom: 30px;
  }
}
.cta .cta-wrap .text {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  font-weight: 500;
  margin-bottom: 16px;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .cta .cta-wrap .text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 10px;
  }
}
.cta .cta-wrap .text-yellow {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  margin-bottom: 15px;
  color: #F7EA48;
  display: none;
}
@media only screen and (min-width: 992px) {
  .cta .cta-wrap .text-yellow {
    display: block;
  }
}
.cta .cta-wrap .btn-cta {
  display: inline-block;
  position: relative;
  padding-right: 30px;
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid #F7EA48;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .cta .cta-wrap .btn-cta {
    font-size: 2.1875rem;
    line-height: 2.5rem;
    float: right;
    border-bottom: 4px solid #F7EA48;
  }
}
.cta .cta-wrap .btn-cta::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  right: 0;
  width: 21px;
  height: 21px;
  background-image: url(../images/arrows-yellow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-simple {
  margin-bottom: 32px;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (min-width: 992px) {
  .cta-simple {
    margin-bottom: 81px;
    margin-left: 0;
    margin-right: 0;
  }
}
.cta-simple .cta-wrap {
  width: 100%;
  background-color: #005C97;
  border-radius: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  /*svg{
      position: absolute;
      left: 0;
      top: 0;
  }*/
}
@media only screen and (min-width: 992px) {
  .cta-simple .cta-wrap {
    border-radius: 10px;
    text-align: left;
    padding: 25px 32px;
  }
}
.cta-simple .cta-wrap .cta-text-wrap {
  margin-left: 24px;
  display: inline-block;
}
.cta-simple .cta-wrap .cta-text-wrap p {
  font-size: 2rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .cta-simple .cta-wrap .cta-text-wrap p {
    margin-bottom: 0;
  }
}
.cta-simple .cta-wrap .cta-text-wrap p strong {
  color: #F7EA48;
}
.cta-simple .cta-wrap .btn {
  margin-left: auto;
}

.about-us {
  margin-bottom: 134px;
  position: relative;
}
.about-us.about-us-page {
  padding-top: 30px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .about-us.about-us-page {
    padding-top: 150px;
    margin-bottom: 95px;
  }
}
.about-us.about-us-page::before {
  top: 0;
}
.about-us.about-us-page .section-header {
  padding-top: 20px;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 992px) {
  .about-us.about-us-page .section-header {
    padding-top: 0;
    font-size: 2.1875rem;
    line-height: 2.5625rem;
  }
}
.about-us.about-us-page .opinions-slider .quote {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .about-us.about-us-page .opinions-slider .quote {
    font-size: 2.25rem;
    line-height: 2.5625rem;
  }
}
.about-us.about-us-page .opinions-slider .author {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .about-us.about-us-page .opinions-slider .author {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us.about-us-page .row-about .col.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us.about-us-page .row-about .col.col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
.about-us::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -190px;
  left: 0;
  background-image: url(../images/map-dots.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.about-us .section-header {
  font-size: 2.1875rem;
  line-height: 2.5625rem;
  color: #005C97;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-us .about-slider-wrap {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .about-us .about-slider-wrap {
    margin-left: -22%;
  }
}
.about-us .about-slider-wrap img {
  border-radius: 10px;
}
.about-us .about-slider-wrap .slick-dots {
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  pointer-events: none;
}
.about-us .about-slider-wrap .slick-dots li {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  margin: 0 5px;
}
.about-us .about-slider-wrap .slick-dots li::before {
  display: none;
}
.about-us .about-slider-wrap .slick-dots li.slick-active {
  background-color: #fff;
}
.about-us .about-slider-wrap .slick-dots li button {
  display: none;
}
.about-us .opinions-slider {
  text-align: right;
  position: relative;
}
.about-us .opinions-slider .img-wrap {
  text-align: right;
  margin-bottom: 8px;
}
.about-us .opinions-slider .img-wrap img {
  display: inline-block;
}
.about-us .opinions-slider .quote {
  font-size: 2.25rem;
  line-height: 2.5625rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.about-us .opinions-slider .author {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 400;
  font-style: italic;
}
.about-us .opinions-slider .slick-dots {
  padding: 0;
  position: absolute;
  bottom: -12px;
  right: 0;
  text-align: center;
  pointer-events: none;
}
.about-us .opinions-slider .slick-dots li {
  width: 18px;
  height: 18px;
  border: 1px solid #cdcdcd;
  background-color: transparent;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  margin: 0 5px;
}
.about-us .opinions-slider .slick-dots li::before {
  display: none;
}
.about-us .opinions-slider .slick-dots li.slick-active {
  background-color: #cdcdcd;
}
.about-us .opinions-slider .slick-dots li button {
  display: none;
}

.about-academy {
  background-color: rgba(229, 230, 231, 0.6980392157);
  position: relative;
  padding: 33px 0 40px 0;
  margin-bottom: 30px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .about-academy {
    margin-bottom: 74px;
  }
}
.about-academy::before {
  content: "";
  display: block;
  background-image: url(../images/academy-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 554px;
  height: 576px;
  top: -45px;
}
.about-academy .row-academy {
  margin-left: -30px;
  margin-right: -30px;
}
.about-academy .row-academy .col {
  padding-left: 30px;
  padding-right: 30px;
}
.about-academy .blue-text-decor {
  margin-bottom: 20px;
}
.about-academy p:not(.blue-text-decor) {
  margin-bottom: 20px;
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 768px) {
  .about-academy p:not(.blue-text-decor) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .about-academy p:not(.blue-text-decor) {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.about-academy p:not(.blue-text-decor) strong {
  color: #004B87;
  font-weight: 700;
}
.about-academy ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.about-academy ul li {
  position: relative;
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 768px) {
  .about-academy ul li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .about-academy ul li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.about-academy ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/list-in-column-about-arrows.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 4px;
}
@media only screen and (min-width: 992px) {
  .about-academy ul li::before {
    top: 8px;
  }
}
.about-academy .button-wrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .about-academy .button-wrap {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .about-academy .academy-slider {
    margin-right: -235px;
  }
}
.about-academy .academy-slider .slide-wrap {
  width: 100%;
  padding-top: 57%;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .about-academy .academy-slider .slide-wrap {
    padding-top: 143%;
  }
}
@media only screen and (min-width: 1300px) {
  .about-academy .academy-slider .slide-wrap {
    padding-top: 120%;
  }
}
@media only screen and (min-width: 1400px) {
  .about-academy .academy-slider .slide-wrap {
    padding-top: 112%;
  }
}
@media only screen and (min-width: 1500px) {
  .about-academy .academy-slider .slide-wrap {
    padding-top: 104%;
  }
}
@media only screen and (min-width: 1600px) {
  .about-academy .academy-slider .slide-wrap {
    padding-top: 57%;
  }
}
.about-academy .academy-slider .slide-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.about-academy .academy-slider .slick-dots {
  text-align: right;
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  pointer-events: none;
}
.about-academy .academy-slider .slick-dots li {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  margin: 0 5px;
}
.about-academy .academy-slider .slick-dots li::before {
  display: none;
}
.about-academy .academy-slider .slick-dots li.slick-active {
  background-color: #fff;
}
.about-academy .academy-slider .slick-dots li button {
  display: none;
}

.contact-us {
  background-color: #e9eaeb;
  text-align: center;
  padding: 0 28px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .contact-us {
    text-align: left;
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 90px;
  }
}
.contact-us .row {
  margin-left: -25px;
  margin-right: -25px;
}
.contact-us .row .col {
  padding-left: 25px;
  padding-right: 25px;
}
.contact-us .row-contact-us {
  margin-left: -45px;
  margin-right: -45px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .contact-us .row-contact-us {
    margin-bottom: 0;
  }
}
.contact-us .row-contact-us .col {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .contact-us .row-contact-us .col {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
.contact-us .row-contact-us .col:first-of-type {
  border-top-right-radius: 20px;
}
@media only screen and (min-width: 992px) {
  .contact-us .row-contact-us .col:first-of-type {
    background: linear-gradient(90deg, rgba(233, 233, 233, 0) 0%, #DDDDDE 92.36%);
  }
}
.contact-us .row-contact-us .col:last-of-type {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .contact-us .row-contact-us .col:last-of-type {
    padding-left: 33px;
    padding-right: 0;
  }
}
.contact-us .text-with-icon {
  position: relative;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 2.375rem;
  font-weight: 500;
  padding-left: 49px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .contact-us .text-with-icon {
    font-size: 1.25rem;
    line-height: 2.375rem;
  }
}
.contact-us .text-with-icon:nth-last-of-type(1) {
  order: 3;
}
.contact-us .text-with-icon:nth-last-of-type(2) {
  order: 1;
}
.contact-us .text-with-icon:nth-last-of-type(3) {
  order: 2;
}
.contact-us .text-with-icon img {
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  object-fit: contain;
}
.contact-us .img-wrap {
  width: 100%;
  height: 100%;
}
.contact-us .img-wrap img {
  /*margin-right: -20%;
  position: relative;
  display: block;
  max-width: 120%;
  height: 100%;
  object-fit: cover;*/
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 100%;
  right: -15%;
}
.contact-us .blue-text-decor {
  font-size: 1.5625rem;
  line-height: 1.75rem;
  color: #005C97;
  font-weight: 700;
  max-width: 195px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .contact-us .blue-text-decor {
    font-size: 2.1875rem;
    line-height: 2.5625rem;
    max-width: none;
    margin-top: 20px;
  }
}
.contact-us .contact-us-text {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 992px) {
  .contact-us .contact-us-text {
    font-size: 1.125rem;
    line-height: 1.8125rem;
  }
}
.contact-us .button-wide-wrap-input:hover input[type=submit] {
  background-color: #005C97;
}
.contact-us .button-wide-wrap-input::after {
  top: 12px;
}
.contact-us .form-wrap.contact-form-small {
  display: none;
}
@media only screen and (min-width: 992px) {
  .contact-us .form-wrap.contact-form-small {
    display: block;
  }
}

.tips-and-realisations {
  margin-bottom: 50px;
}
.tips-and-realisations.filters-page-ver {
  margin-bottom: 89px;
}
@media only screen and (min-width: 992px) {
  .tips-and-realisations.filters-page-ver {
    margin-bottom: 48px;
  }
}
.tips-and-realisations.filters-page-ver .section-header-filters-page {
  margin-bottom: 37px;
}
@media only screen and (min-width: 992px) {
  .tips-and-realisations.filters-page-ver .section-header-filters-page {
    margin-bottom: 55px;
  }
}
.tips-and-realisations.filters-page-ver .tips-and-realisations-slider-wrap {
  margin-top: 0;
  padding-bottom: 0;
}
.tips-and-realisations.filters-page-ver .tip-realisation-single-wrap .slide-single .img-wrap {
  padding-top: 100%;
}
.tips-and-realisations .section-header-filters-page {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  font-weight: 700;
  color: #004B87;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .tips-and-realisations .section-header-filters-page {
    font-size: 2.1875rem;
    line-height: 2.5rem;
    font-weight: 400;
    text-align: left;
  }
}
.tips-and-realisations .row-tips-and-realisations {
  margin-left: -13px;
  margin-right: -13px;
}
.tips-and-realisations .row-tips-and-realisations.slick-slider .col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.tips-and-realisations .row-tips-and-realisations .col {
  padding-left: 7px;
  padding-right: 7px;
  /*&:nth-of-type(odd){
      .cat-wrap{
          .cat{
              color: $white;
              border: 1px solid $blue;
              background-color: $blue;
          }
      }
  }*/
}
@media only screen and (min-width: 992px) {
  .tips-and-realisations .row-tips-and-realisations .col {
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 1600px) {
  .tips-and-realisations .row-tips-and-realisations .col {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .tips-and-realisations .row-tips-and-realisations .col.col-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 1200px) {
  .tips-and-realisations .row-tips-and-realisations .col.extra-large-hide {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  .tips-and-realisations .row-tips-and-realisations .col.extra-large-hide {
    display: block;
  }
}
.tips-and-realisations .row-tips-and-realisations .tip-realisation-single-wrap {
  padding: 0;
}
.tips-and-realisations .tips-and-realisations-slider-wrap {
  position: relative;
  padding-bottom: 40px;
  margin-top: -45px;
}
.tips-and-realisations .tips-and-realisations-slider-wrap .slick-slide:hover .tip-realisation-single-wrap {
  position: relative;
}
.tips-and-realisations .tips-and-realisations-slider-wrap .slick-slide:hover .tip-realisation-single-wrap .slide-single {
  border-top: 3px solid #F7EA48;
  margin-top: -30px;
}
.tips-and-realisations .tips-and-realisations-slider-wrap .slick-dots {
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .tips-and-realisations .tips-and-realisations-slider-wrap .slick-dots {
    bottom: -65px;
  }
}
.tips-and-realisations .tips-and-realisations-slider-wrap .slick-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid #808080;
  background-color: transparent;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  margin: 0 2px;
}
@media only screen and (min-width: 992px) {
  .tips-and-realisations .tips-and-realisations-slider-wrap .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 0 5px;
    border: 1px solid #cdcdcd;
  }
}
.tips-and-realisations .tips-and-realisations-slider-wrap .slick-dots li::before {
  display: none;
}
.tips-and-realisations .tips-and-realisations-slider-wrap .slick-dots li.slick-active {
  background-color: #808080;
}
@media only screen and (min-width: 992px) {
  .tips-and-realisations .tips-and-realisations-slider-wrap .slick-dots li.slick-active {
    background-color: #cdcdcd;
  }
}
.tips-and-realisations .tips-and-realisations-slider-wrap .slick-dots li button {
  display: none;
}
.tips-and-realisations .slick-slider {
  height: 100%;
}
.tips-and-realisations .slick-slider .slick-list {
  height: 100%;
}
.tips-and-realisations .slick-slider .slick-list .slick-track {
  display: flex !important;
}
.tips-and-realisations .slick-slide {
  height: inherit !important;
  /*&:nth-of-type(even){
      .slide-single-wrap{
          .slide-single{
              .cat-wrap{
                  margin-bottom: 16px;
                  .cat{
                      color: $white;
                      border: 1px solid $blue;
                      background-color: $blue;
                  }
              }
          }
      }
  }*/
}
.tips-and-realisations .slick-slide > div {
  height: 100%;
}
.tips-and-realisations .slick-slide > div .single {
  height: 100%;
}

.tip-realisation-single-wrap {
  padding: 45px 14px 0 14px;
  height: 100%;
}
.tip-realisation-single-wrap .slide-single {
  -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;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding: 0 23px 20px 23px;
  border-top: 3px solid #F7EA48;
  /*.title-wrap{
      margin-bottom: 12px;
      @include devices(large){
          min-height: 42px;
      }
      >a{
          @include font-size(14);
          @include line-height(16);
          font-weight: 500;
          color: $black;
          @include devices(large){
              @include font-size(18);
              @include line-height(21);
          }
      }
  }*/
}
.tip-realisation-single-wrap .slide-single .img-wrap {
  margin-left: -23px;
  margin-right: -23px;
  padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  position: relative; /* If you want text inside of it */
  display: block;
  margin-bottom: 20px;
  width: calc(100% + 46px);
}
@media only screen and (min-width: 992px) {
  .tip-realisation-single-wrap .slide-single .img-wrap {
    margin-bottom: 10px;
  }
}
.tip-realisation-single-wrap .slide-single .img-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tip-realisation-single-wrap .slide-single .title-wrap {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .tip-realisation-single-wrap .slide-single .title-wrap {
    margin-bottom: 32px;
  }
}
.tip-realisation-single-wrap .slide-single .title-wrap > a {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 500;
  color: #000;
}
.tip-realisation-single-wrap .slide-single .excerpt-wrap {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .tip-realisation-single-wrap .slide-single .excerpt-wrap {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .tip-realisation-single-wrap .slide-single .excerpt-wrap {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 36px;
  }
}
.tip-realisation-single-wrap .slide-single .excerpt-wrap strong {
  font-weight: 400;
}
.tip-realisation-single-wrap .slide-single .excerpt-wrap p {
  font-size: 0.625rem;
  line-height: 0.8125rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .tip-realisation-single-wrap .slide-single .excerpt-wrap p {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.tip-realisation-single-wrap .slide-single .more-btn-wrap {
  margin-top: auto;
  width: 100%;
}
.tip-realisation-single-wrap .slide-single .more-btn-wrap .more-btn {
  color: #000;
}
.tip-realisation-single-wrap .slide-single .more-btn-wrap .more-btn svg {
  margin-right: 5px;
  vertical-align: middle;
}
.tip-realisation-single-wrap .slide-single .more-btn-wrap .more-btn span {
  font-size: 0.875rem;
  line-height: 1.4375rem;
  font-weight: 700;
  vertical-align: middle;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (min-width: 992px) {
  .tip-realisation-single-wrap .slide-single .more-btn-wrap .more-btn span {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
}

.cat-wrap {
  margin-bottom: 16px;
}
.cat-wrap .cat {
  display: inline-block;
  padding: 5px 24px;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 0.75rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid #005C97;
  background-color: #005C97;
  border-radius: 8px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .cat-wrap .cat {
    padding: 1px 24px;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    font-weight: 700;
    border-radius: 10px;
  }
}
.cat-wrap .cat.tip {
  background-color: #fff;
  color: #005C97;
  border: 1px solid #F7EA48;
}

.solutions {
  padding: 43px 0 0 0;
  position: relative;
  margin-bottom: 0;
  /*.row-text-button{
      margin-left: -5px;
      margin-right: -5px;
      .col{
          padding-left: 5px;
          padding-right: 5px;
      }
      .btn{
          float: right;
      }
  }*/
}
@media only screen and (min-width: 992px) {
  .solutions {
    margin-bottom: 90px;
    padding: 43px 0;
  }
}
.solutions::before {
  content: "";
  display: none;
  position: absolute;
  bottom: -235px;
  left: -165px;
  width: 392px;
  height: 520px;
  background-image: url(../images/arrow-solutions.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .solutions::before {
    display: block;
  }
}
.solutions::after {
  content: "";
  display: none;
  position: absolute;
  bottom: -235px;
  left: 80px;
  width: 392px;
  height: 520px;
  background-image: url(../images/arrow-solutions.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .solutions::after {
    display: block;
  }
}
.solutions .container {
  position: relative;
  z-index: 2;
}
.solutions .blue-text-decor {
  margin-bottom: 28px;
}
@media only screen and (min-width: 992px) {
  .solutions .blue-text-decor {
    margin-bottom: 15px;
  }
}
.solutions .solutions-button-wrap {
  margin-bottom: 55px;
}
.solutions .solutions-text-wrap {
  margin-bottom: 40px;
}
.solutions .solutions-text-wrap p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
@media only screen and (min-width: 992px) {
  .solutions .solutions-text-wrap p {
    font-size: 1.125rem;
    line-height: 1.8125rem;
  }
}
.solutions .row-columns {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .solutions .row-columns {
    margin-bottom: 0;
  }
}
.solutions .row-columns .col-big-mobile .img-wrap {
  padding-top: 82%;
}
@media only screen and (min-width: 992px) {
  .solutions .row-columns .col-big-mobile .img-wrap {
    padding-top: 75%; /* Aspect Ratio */
  }
}
.solutions .row-columns .img-wrap {
  width: 100%;
  padding-top: 120%; /* Aspect Ratio */
  position: relative; /* If you want text inside of it */
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .solutions .row-columns .img-wrap {
    padding-top: 75%; /* Aspect Ratio */
  }
}
.solutions .row-columns .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.solutions .row-columns .header {
  text-align: center;
  /*@include font-size(20);
  @include line-height(23);
  font-weight: 700;*/
}
.solutions .row-columns .header span {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  vertical-align: middle;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .solutions .row-columns .header span {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}
.solutions .row-columns .header svg {
  vertical-align: middle;
  margin-left: 5px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .solutions .row-columns .header svg {
    display: inline;
  }
}

.news {
  padding: 50px 0 40px 0;
  background-color: #efefef;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .news {
    padding: 70px 0 90px 0;
  }
}
.news::before {
  content: "";
  display: block;
  width: 700px;
  height: 100%;
  border-top-right-radius: 40px;
  background: linear-gradient(90deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 92.36%);
  position: absolute;
  left: 0;
  top: 0;
}
.news .section-header {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  color: #005C97;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .news .section-header {
    font-size: 2.1875rem;
    line-height: 2.5625rem;
    text-align: left;
    float: left;
    margin-bottom: 15px;
  }
}
.news .container {
  position: relative;
  z-index: 2;
}
.news .news-slider-wrap {
  position: relative;
  text-align: right;
}
.news .news-slider-wrap .slick-track {
  display: flex !important;
}
.news .news-slider-wrap .slick-slide {
  height: inherit !important;
}
.news .news-slider-wrap .slick-slide > div {
  height: 100%;
}
.news .news-slider-wrap .arrows-wrap {
  display: none;
}
@media only screen and (min-width: 992px) {
  .news .news-slider-wrap .arrows-wrap {
    display: block;
  }
}
.news .news-slider-wrap .slider-nav {
  padding: 24px;
  border-radius: 8px;
  background-color: #D7D7D7;
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  margin-bottom: 30px;
}
.news .news-slider-wrap .slider-nav.left {
  margin-right: 8px;
}
.news .news-slider-wrap .slider-nav svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
}
.news .news-slider-wrap .news-slider {
  margin-left: -10%;
  margin-right: -10%;
}
.news .news-slide-wrap {
  padding: 0 6px;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .news .news-slide-wrap {
    padding: 0 12px;
  }
}
.news .slick-dots {
  text-align: right;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  pointer-events: none;
  padding-top: 40px;
}
.news .slick-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid #808080;
  background-color: transparent;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  margin: 0 2px;
}
.news .slick-dots li::before {
  display: none;
}
.news .slick-dots li.slick-active {
  background-color: #808080;
}
.news .slick-dots li button {
  display: none;
}

.news-single-wrap {
  padding: 32px 20px;
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .news-single-wrap {
    padding: 32px 14px 22px 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .news-single-wrap {
    padding: 32px 32px 22px 32px;
  }
}
.news-single-wrap .img-wrap {
  display: block;
  width: 100%;
  padding-top: 65.25%; /* Aspect Ratio */
  position: relative; /* If you want text inside of it */
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .news-single-wrap .img-wrap {
    padding-top: 42.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin-bottom: 32px;
  }
}
.news-single-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-single-wrap .title-wrap {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .news-single-wrap .title-wrap {
    margin-bottom: 32px;
  }
}
.news-single-wrap .title-wrap > a {
  /*@include font-size(24);
  @include line-height(28);
  font-weight: 400;*/
  font-size: 1.125rem;
  line-height: 1.3125rem;
  font-weight: 500;
  color: #000;
}
.news-single-wrap .excerpt {
  font-size: 0.75rem;
  line-height: 1.125rem;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .news-single-wrap .excerpt {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .news-single-wrap .excerpt {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.news-single-wrap .date-btn-wrap {
  margin-top: auto;
}
.news-single-wrap .date-btn-wrap .date {
  float: left;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #005C97;
  font-weight: 700;
  padding-top: 15px;
}
.news-single-wrap .date-btn-wrap .btn {
  float: right;
}

.contact-top {
  height: 133px;
  position: relative;
  padding: 28px 0;
}
@media only screen and (min-width: 992px) {
  .contact-top {
    padding: 57px 0;
    height: 46vh;
  }
}
.contact-top img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.contact-top .container {
  height: 100%;
  position: relative;
}
.contact-top .container .top-text-with-arrows {
  position: absolute;
  right: 15px;
  top: 0;
}
.contact-top .top-text-with-arrows svg {
  vertical-align: middle;
  width: 23px;
  height: 23px;
}
.contact-top .top-text-with-arrows span {
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: #fff;
}
.contact-top .text-center-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .contact-top .text-center-wrap {
    align-items: center;
  }
}
.contact-top .text-center-wrap .header {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid #F7EA48;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .contact-top .text-center-wrap .header {
    font-size: 2.25rem;
    line-height: 2.5625rem;
    border-bottom: none;
    margin-bottom: 25px;
  }
}

.map-contact {
  padding-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .map-contact {
    padding-bottom: 68px;
  }
}
.map-contact.simple .map-contact-wrap .header {
  padding-top: 0;
}
.map-contact.simple .map-container svg {
  max-width: 100%;
  margin-top: 0;
  height: auto;
}
@media only screen and (min-width: 1600px) {
  .map-contact.simple .map-container svg {
    max-width: none;
  }
}
@media only screen and (min-width: 1200px) {
  .map-contact .left-col-wrap {
    padding-right: 84px;
  }
}
.map-contact .map-contact-wrap {
  padding: 30px 5px;
  border-radius: 10px;
  background: #F3F3F3;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .map-contact .map-contact-wrap {
    border-top: 3px solid #F7EA48;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 30px 42px;
    margin-top: -100px;
  }
}
.map-contact .map-contact-wrap .map-wrap .mobile-row {
  margin-left: 0;
  margin-right: 0;
}
.map-contact .map-contact-wrap .map-wrap .mobile-row > .col {
  padding-left: 0;
  padding-right: 0;
}
.map-contact .map-contact-wrap p {
  font-size: 0.625rem;
  line-height: 0.8125rem;
  color: #717171;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .map-contact .map-contact-wrap p {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
    margin-bottom: 25px;
  }
}
.map-contact .map-contact-wrap p.sm-text-mobile {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 700;
  text-align: center;
}
.map-contact .map-contact-wrap .left-text-wrap p {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .map-contact .map-contact-wrap .left-text-wrap p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.map-contact .map-contact-wrap .header {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  color: #005C97;
  font-weight: 500;
  padding-top: 34px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  .map-contact .map-contact-wrap .header {
    font-size: 1.875rem;
    line-height: 2.125rem;
    margin-bottom: 25px;
  }
}
.map-contact .map-contact-wrap .header.form {
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .map-contact .map-contact-wrap .header.form {
    text-align: left;
  }
}
.map-contact .map-contact-wrap .header-small {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .map-contact .map-contact-wrap .header-small {
    /*@include font-size(20);
    @include line-height(35);*/
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.map-contact .map-contact-wrap .header-above-map {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .map-contact .map-contact-wrap .header-above-map {
    display: block;
  }
}
.map-contact .link-with-icon-wrap {
  margin-bottom: 11px;
  position: relative;
  padding-left: 20px;
}
.map-contact .link-with-icon-wrap svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.map-contact .link-with-icon-wrap > a {
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #717171;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .map-contact .link-with-icon-wrap > a {
    /*@include font-size(16);
    @include line-height(20);*/
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
}
.map-contact .departments-wrap {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.map-contact .departments-wrap .department {
  padding: 15px 18px 15px 18px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  display: none;
  min-height: 120px;
}
.map-contact .departments-wrap .department.active {
  display: block;
}
.map-contact .departments-wrap .department.no-city-selected {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}
@media only screen and (min-width: 1920px) {
  .map-contact .departments-wrap .row-contact-data > .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.map-contact .map-container {
  margin-right: -15px;
}
@media only screen and (min-width: 992px) {
  .map-contact .map-container {
    margin-right: 0;
  }
}
.map-contact .map-container svg {
  margin-top: -128px;
}
.map-contact .map-container .map-element {
  cursor: pointer;
  -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;
}
.map-contact .map-container .map-element.active, .map-contact .map-container .map-element:hover {
  fill: #F7EA48 !important;
}
.map-contact .social-media-wrap {
  padding-top: 47px;
}
.map-contact .social-media-wrap span {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #717171;
}
.map-contact .social-media-wrap a {
  vertical-align: middle;
  display: inline-block;
  margin: 0 10px;
}

.products-filters-wrap {
  padding-top: 10px;
  margin-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .products-filters-wrap {
    padding-top: 53px;
    margin-bottom: 120px;
  }
}
.products-filters-wrap::before {
  content: "";
  display: none;
  right: 0;
  top: 0;
  position: absolute;
  height: 375px;
  width: 720px;
  background: linear-gradient(270deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 92.36%);
  border-bottom-left-radius: 40px;
}
@media only screen and (min-width: 992px) {
  .products-filters-wrap::before {
    display: block;
  }
}
.products-filters-wrap .filters-results-wrap {
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .products-filters-wrap .filters-results-wrap {
    padding-right: 40px;
  }
}
.products-filters-wrap .cat-descriptions-wrap .cat-description {
  margin-bottom: 41px;
  display: none;
  border-bottom: 1px solid #005C97;
  position: relative;
}
.products-filters-wrap .cat-descriptions-wrap .cat-description::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 200%;
  height: 1px;
  display: block;
  background-color: #005C97;
  left: -50%;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .products-filters-wrap .cat-descriptions-wrap .cat-description::after {
    display: none;
  }
}
.products-filters-wrap .cat-descriptions-wrap .cat-description[data-cat=producentmarka] .img-wrap {
  text-align: center;
  padding-top: initial;
  height: 100%;
  margin: auto;
}
.products-filters-wrap .cat-descriptions-wrap .cat-description[data-cat=producentmarka] .button-wrap {
  text-align: center;
  /*margin-top: initial;
  margin-bottom: -24px;*/
}
.products-filters-wrap .cat-descriptions-wrap .cat-description[data-cat=producentmarka] .row-cat-desc-img-wrap .col-md-4 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.products-filters-wrap .cat-descriptions-wrap .cat-description[data-cat=producentmarka] .row-cat-desc-img-wrap img {
  position: relative;
  height: auto;
  width: auto;
}
.products-filters-wrap .cat-descriptions-wrap .cat-description[data-cat=tapflo-solutions] .img-wrap {
  padding-top: 63%; /* Aspect Ratio */
}
.products-filters-wrap .cat-descriptions-wrap .img-wrap {
  width: 100%;
  padding-top: 85%; /* Aspect Ratio */
  position: relative; /* If you want text inside of it */
  height: 100%;
}
.products-filters-wrap .cat-descriptions-wrap .img-wrap.sector {
  padding-top: 50%;
}
.products-filters-wrap .cat-descriptions-wrap .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products-filters-wrap .cat-descriptions-wrap .img-wrap img.cover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  object-fit: cover;
}
.products-filters-wrap .cat-descriptions-wrap .button-wrap {
  margin-top: -14px;
  text-align: center;
  position: absolute;
  right: 18px;
}
@media only screen and (min-width: 992px) {
  .products-filters-wrap .cat-descriptions-wrap .button-wrap {
    margin-top: -24px;
    right: 58px;
  }
}
.products-filters-wrap .cat-descriptions-wrap .button-wrap .btn.btn-big, .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn:link.btn-big, .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn:focus.btn-big, .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn:visited.btn-big {
  padding: 9px 10px;
  padding-right: 28px;
  font-family: "Roboto Condensed", sans-serif;
}
@media only screen and (min-width: 992px) {
  .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn.btn-big, .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn:link.btn-big, .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn:focus.btn-big, .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn:visited.btn-big {
    padding: 14px 15px;
    padding-right: 45px;
  }
}
.products-filters-wrap .cat-descriptions-wrap .button-wrap .btn.btn-big::after, .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn:link.btn-big::after, .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn:focus.btn-big::after, .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn:visited.btn-big::after {
  width: 13px;
  height: 13px;
  right: 8px;
}
@media only screen and (min-width: 992px) {
  .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn.btn-big::after, .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn:link.btn-big::after, .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn:focus.btn-big::after, .products-filters-wrap .cat-descriptions-wrap .button-wrap .btn:visited.btn-big::after {
    width: 17px;
    height: 17px;
    right: 13px;
  }
}
.products-filters-wrap .cat-descriptions-wrap p:not(.filters-header-blue) {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media only screen and (min-width: 992px) {
  .products-filters-wrap .cat-descriptions-wrap p:not(.filters-header-blue) {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .products-filters-wrap .cat-descriptions-wrap p:not(.filters-header-blue):last-of-type {
    display: block;
  }
}
.products-filters-wrap .cat-descriptions-wrap ul {
  margin-left: 20px;
}
.products-filters-wrap .cat-descriptions-wrap ul li {
  color: #000;
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 10px;
  padding: 0;
  border: none;
  position: relative;
}
.products-filters-wrap .cat-descriptions-wrap ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: 3px;
  background-image: url(../images/list-marker.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.row-product-filters {
  margin-left: -47px;
  margin-right: -47px;
}
@media only screen and (min-width: 992px) {
  .row-product-filters {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-product-filters {
    margin-left: -47px;
    margin-right: -47px;
  }
}
.row-product-filters > .col {
  padding-left: 47px;
  padding-right: 47px;
}
@media only screen and (min-width: 992px) {
  .row-product-filters > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-product-filters > .col {
    padding-left: 47px;
    padding-right: 47px;
  }
}

.accordion-wrap {
  margin-bottom: 12px;
  border: none;
}
@media only screen and (min-width: 992px) {
  .accordion-wrap {
    padding-bottom: 24px;
    padding: 0;
    margin-bottom: 24px;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
  }
}
.accordion-wrap.active .accordion-header svg {
  transform: rotate(180deg);
}
@media only screen and (min-width: 992px) {
  .accordion-wrap.job-offer {
    border-bottom: none;
  }
}
.accordion-wrap.job-offer .custom-label-wrap .pseudo-label {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .accordion-wrap.job-offer .custom-label-wrap .pseudo-label {
    padding-left: 32px;
  }
}
.accordion-wrap.job-offer .custom-label-wrap .pseudo-label.active::after {
  opacity: 1;
}
.accordion-wrap.job-offer .custom-label-wrap .pseudo-label.active p {
  font-weight: 700;
  color: #000;
}
.accordion-wrap.job-offer .custom-label-wrap .pseudo-label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #005C97;
}
@media only screen and (min-width: 992px) {
  .accordion-wrap.job-offer .custom-label-wrap .pseudo-label::before {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: none;
  }
}
.accordion-wrap.job-offer .custom-label-wrap .pseudo-label::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  background-color: #005C97;
  border-radius: 2px;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .accordion-wrap.job-offer .custom-label-wrap .pseudo-label::after {
    background-color: #F7EA48;
    left: 6px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
.accordion-wrap.job-offer .custom-label-wrap .pseudo-label p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  color: #808080;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .accordion-wrap.job-offer .custom-label-wrap .pseudo-label p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.accordion-wrap .accordion-header {
  display: block;
  position: relative;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 700;
  color: #000;
  padding: 10px;
  padding-right: 20px;
  border: 1px solid #005C97;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  .accordion-wrap .accordion-header {
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding: 0;
    padding-right: 20px;
    padding-bottom: 20px;
    border: none;
    border-radius: 0;
  }
}
.accordion-wrap .accordion-header.has-selections {
  color: #005C97;
}
@media only screen and (min-width: 992px) {
  .accordion-wrap .accordion-header.has-selections {
    color: #000;
  }
}
.accordion-wrap .accordion-header svg {
  position: absolute;
  right: 8px;
  top: 11px;
  width: 12px;
  height: 12px;
  -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;
}
@media only screen and (min-width: 992px) {
  .accordion-wrap .accordion-header svg {
    top: 3px;
  }
}
.accordion-wrap .accordion-header .number {
  display: none;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
  background-color: #004B87;
  border-radius: 100%;
  color: #F7EA48;
  padding: 2px 5px;
  float: right;
  margin-right: 20px;
}
.accordion-wrap .accordion-content {
  padding-top: 4px;
  display: none;
  border: 1px solid #005C97;
  border-radius: 10px;
  padding: 14px 18px;
  margin-top: 6px;
}
@media only screen and (min-width: 992px) {
  .accordion-wrap .accordion-content {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
  }
}
.accordion-wrap .accordion-content .button-mobile-clear-wrap {
  margin-bottom: 8px;
}
.accordion-wrap .accordion-content .clear-all, .accordion-wrap .accordion-content .clear-all:link, .accordion-wrap .accordion-content .clear-all:focus, .accordion-wrap .accordion-content .clear-all:visited {
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding: 6px 12px;
  border-radius: 5px;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #004B87;
}
.accordion-wrap .accordion-content .clear-all.disabled, .accordion-wrap .accordion-content .clear-all:link.disabled, .accordion-wrap .accordion-content .clear-all:focus.disabled, .accordion-wrap .accordion-content .clear-all:visited.disabled {
  pointer-events: none;
  color: #F3F3F3;
  background-color: #E5E6E7;
}

.breadcrumb-flow-wrap .breadcrumbs-class {
  float: left;
  position: relative;
}
.breadcrumb-flow-wrap .top-text-with-arrows {
  float: right;
  color: #005C97;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
}
.breadcrumb-flow-wrap .top-text-with-arrows span, .breadcrumb-flow-wrap .top-text-with-arrows svg {
  color: #005C97;
  vertical-align: middle;
}

.filters-header-blue {
  color: #005C97;
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .filters-header-blue {
    font-size: 2rem;
    line-height: 2.3125rem;
    font-weight: 400;
    margin-bottom: 24px;
  }
}
.filters-header-blue.product-single-header {
  font-size: 2.5rem;
  line-height: 2.875rem;
  color: #004B87;
}
@media only screen and (min-width: 992px) {
  .filters-header-blue.product-single-header {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media only screen and (min-width: 1600px) {
  .filters-header-blue.product-single-header {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}

.row-cat-desc-img-wrap {
  margin-left: -18px;
  margin-right: -18px;
}
.row-cat-desc-img-wrap .col {
  padding-left: 18px;
  padding-right: 18px;
}

.tax-desc-text-wrap {
  max-width: 860px;
  min-height: 150px;
  overflow: hidden;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .tax-desc-text-wrap {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .tax-desc-text-wrap {
    max-height: 180px;
  }
}
.tax-desc-text-wrap p {
  margin-bottom: 18px;
}

.filters-info-main-wrap {
  margin-bottom: 41px;
  border-bottom: 1px solid #005C97;
  position: relative;
}
.filters-info-main-wrap::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 200%;
  height: 1px;
  display: block;
  background-color: #005C97;
  left: -50%;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .filters-info-main-wrap::after {
    display: none;
  }
}
.filters-info-main-wrap .filters-info-main {
  font-size: 0.75rem;
  line-height: 1.125rem;
  min-height: 171px;
}
@media only screen and (min-width: 992px) {
  .filters-info-main-wrap .filters-info-main {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .filters-info-main-wrap .filters-info-main {
    max-height: 171px;
  }
}

.filters-selects {
  position: fixed;
  top: 71px;
  background-color: #F3F3F3;
  z-index: 4;
  width: 100%;
  left: 0;
  padding: 22px 20px;
  padding-bottom: 20px;
  height: calc(100dvh - 71px);
  margin-bottom: 18px;
  left: -100%;
  overflow-y: scroll;
  -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;
  /*.filter-select{
      margin-bottom: 30px;
      .selectize-input{
          border: 0.5px solid $blue;
          background-color: $white;
          border-radius: 10px;
          padding: 8px 24px;
          &::after{
              border: none;
              width: 10px;
              height: 10px;
              top: 16px;
              right: 15px;
              background-image: url(../images/chevron-down-filters.svg);
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
          }
          &.dropdown-active{
              &::after{
                  margin-top: 0;
                  transform: rotate(180deg);
                  top: 13px;
              }
          }
      }
  }*/
}
@media only screen and (min-width: 992px) {
  .filters-selects {
    position: static;
    padding: 0;
    height: auto;
    overflow-y: visible;
    margin-bottom: 48px;
  }
}
.filters-selects.active {
  display: block;
  left: 0;
}
.filters-selects.filters-blog {
  background-color: transparent;
  position: static;
  height: auto;
  padding-top: 0;
  overflow-y: visible;
}
.filters-selects.filters-blog .custom-select-wrap {
  margin-bottom: 0;
  text-align: left;
}
.filters-selects.filters-blog .custom-select-wrap .custom-select-title {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) {
  .filters-selects.filters-blog .custom-select-wrap .custom-select-title {
    margin-bottom: 0;
  }
}
.filters-selects.filters-blog .custom-select-wrap .custom-select-content {
  margin-top: 0;
  position: absolute;
}
.filters-selects.filters-blog .row {
  justify-content: center;
  max-width: 1350px;
  margin: 0 auto;
}
.filters-selects.filters-blog .btn-clear-filters {
  display: block;
}
.filters-selects.filters-tips {
  padding-top: 35px;
  background-color: transparent;
  position: static;
  height: auto;
  overflow-y: visible;
}
@media only screen and (min-width: 992px) {
  .filters-selects.filters-tips {
    padding-top: 56px;
  }
}
.filters-selects.filters-tips .custom-select-wrap {
  margin-bottom: 0;
  text-align: left;
}
.filters-selects.filters-tips .custom-select-wrap .custom-select-title {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .filters-selects.filters-tips .custom-select-wrap .custom-select-title {
    margin-bottom: 0;
  }
}
.filters-selects.filters-tips .custom-select-wrap .custom-select-content {
  margin-top: 0;
  position: absolute;
}
.filters-selects.filters-tips .row {
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
}
.filters-selects.filters-tips .btn-clear-filters {
  display: block;
}
.filters-selects.filters-tips .custom-select-wrap {
  min-width: 200px;
}
.filters-selects.filters-tips .cat-wrap {
  min-width: 156px;
}
.filters-selects.filters-tips .cat-wrap .cat {
  padding: 5px 24px;
  width: 100%;
}
.filters-selects.filters-tips .cat-wrap .cat.active {
  box-shadow: rgba(247, 234, 72, 0.9) 0px 0px 5px 3px;
}
.filters-selects.filters-tips .btn-clear-filters {
  min-width: 156px;
}
.filters-selects .filters-mobile-popup-header {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .filters-selects .filters-mobile-popup-header {
    margin-bottom: 0;
  }
}
.filters-selects .filters-mobile-popup-header svg {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.filters-selects .filters-mobile-popup-header span {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 700;
  color: #004B87;
  vertical-align: middle;
}
.filters-selects .filters-mobile-popup-header .close-mobile-fiters-btn {
  width: 25px;
  height: 25px;
  float: right;
  position: relative;
  display: block;
}
.filters-selects .filters-mobile-popup-header .close-mobile-fiters-btn .line {
  height: 4px;
  width: 25px;
  background-color: #005C97;
  display: block;
  top: 8px;
  transform: rotate(45deg);
  position: absolute;
}
.filters-selects .filters-mobile-popup-header .close-mobile-fiters-btn .line-2 {
  height: 4px;
  width: 25px;
  background-color: #005C97;
  display: block;
  top: 8px;
  transform: rotate(-45deg);
  position: absolute;
}
.filters-selects .row {
  margin-left: -2px;
  margin-right: -2px;
}
@media only screen and (min-width: 1920px) {
  .filters-selects .row {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.filters-selects .row .col {
  padding-left: 2px;
  padding-right: 2px;
}
@media only screen and (min-width: 1920px) {
  .filters-selects .row .col {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.filters-selects .custom-select-wrap {
  position: relative;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1600px) {
  .filters-selects .custom-select-wrap {
    margin-bottom: 10px;
  }
}
.filters-selects .custom-select-wrap.active .custom-select-title {
  background-color: #EEEEEE;
}
.filters-selects .custom-select-wrap.active .custom-select-title::after {
  transform: rotate(180deg);
}
.filters-selects .custom-select-wrap .custom-select-title {
  border: 0.5px solid #005C97;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px 8px 8px;
  position: relative;
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: -0.7px;
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .filters-selects .custom-select-wrap .custom-select-title {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1920px) {
  .filters-selects .custom-select-wrap .custom-select-title {
    font-size: 0.875rem;
    padding: 10px 20px 8px 10px;
  }
}
.filters-selects .custom-select-wrap .custom-select-title.has-selections {
  color: #005C97;
}
@media only screen and (min-width: 992px) {
  .filters-selects .custom-select-wrap .custom-select-title.has-selections {
    color: #000;
  }
}
.filters-selects .custom-select-wrap .custom-select-title::after {
  content: "";
  display: block;
  border: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px;
  right: 8px;
  background-image: url(../images/chevron-down-filters.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filters-selects .custom-select-wrap .custom-select-title .number {
  display: none;
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
  background-color: #004B87;
  border-radius: 100%;
  color: #F7EA48;
  float: right;
  margin-right: 20px;
  padding: 2px 5px;
}
@media only screen and (min-width: 992px) {
  .filters-selects .custom-select-wrap .custom-select-title .number {
    display: none !important;
  }
}
.filters-selects .custom-select-wrap .custom-select-content {
  display: none;
  z-index: 3;
  width: 100%;
  margin-top: 7px;
  border: 0.5px solid #005C97;
  border-radius: 10px;
  padding: 24px 14px;
  background: #EEEEEE;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 992px) {
  .filters-selects .custom-select-wrap .custom-select-content {
    position: absolute;
  }
}
.filters-selects .custom-select-wrap .custom-select-content .button-wrap {
  margin-top: 25px;
  text-align: center;
}
.filters-selects .custom-select-wrap .custom-select-content .button-wrap .btn {
  padding: 8px 16px;
}
.filters-selects .custom-select-wrap .custom-select-content .button-wrap .btn.disabled {
  border: 0.5px solid #005C97;
  background-color: #E5E6E7;
  color: #717171;
  pointer-events: none;
}
.filters-selects .custom-select-wrap .checkboxes-wrap {
  max-height: 210px;
  overflow-y: auto;
}
.filters-selects .custom-select-wrap .custom-label-wrap {
  margin-bottom: 6px;
}
.filters-selects .custom-select-wrap .custom-label-wrap .custom-checkbox-wrap {
  padding-left: 23px;
}
.filters-selects .custom-select-wrap .custom-label-wrap .custom-checkbox-wrap::before {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 0.5px solid #9fc1d8;
}
.filters-selects .custom-select-wrap .custom-label-wrap .custom-checkbox-wrap::after {
  background-color: #005C97;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  left: 4px;
  top: 4px;
}
.filters-selects .custom-select-wrap .custom-label-wrap .custom-checkbox-wrap p {
  color: #000;
  padding-bottom: 8px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  position: relative;
}
.filters-selects .custom-select-wrap .custom-label-wrap .custom-checkbox-wrap p::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 120px;
  background-color: #fff;
}
.filters-selects .btn-clear-filters {
  display: none;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 700;
  border-radius: 10px;
  border: 0.5px solid #005C97;
  background: #005C97;
  color: #fff;
  width: 100%;
  padding: 9px 5px;
  text-align: center;
  -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;
}
@media only screen and (min-width: 992px) {
  .filters-selects .btn-clear-filters {
    display: block;
  }
}
@media only screen and (min-width: 1920px) {
  .filters-selects .btn-clear-filters {
    padding: 9px 24px;
  }
}
.filters-selects .btn-clear-filters:hover {
  background-color: #F7EA48;
  border: 0.5px solid #F7EA48;
  color: #005C97;
}
.filters-selects .btn-clear-filters.disabled {
  cursor: not-allowed;
  color: #717171;
  background-color: #E5E6E7;
  pointer-events: none;
}
.filters-selects .btn-clear-filters.disabled:hover {
  background-color: #E5E6E7;
}
.filters-selects .clear-all-mobile-btn-wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: -100%;
  background-color: #fff;
  border-top: 1px solid #005C97;
  padding: 14px;
  text-align: left;
}
.filters-selects .clear-all-mobile-btn-wrap.active {
  display: block;
  left: 0;
}
.filters-selects .clear-all-mobile-btn-wrap .btn-clear-filters-mobile {
  border: 1px solid #005C97;
  color: #005C97;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #fff;
  padding: 8px 23px;
}
.filters-selects .clear-all-mobile-btn-wrap .btn-clear-filters-mobile.disabled {
  background-color: #F3F3F3;
  color: #717171;
  pointer-events: none;
}
.filters-selects .apply-filters {
  border: 1px solid #005C97;
  color: #F7EA48;
  font-family: "Roboto Condensed", sans-serif;
  background-color: #005C97;
  padding: 8px 23px;
  float: right;
}
.filters-selects .apply-filters.disabled {
  background-color: #F3F3F3;
  color: #717171;
  pointer-events: none;
}

.results-count {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .results-count {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
}

.products-wrap .row {
  margin-left: -9px;
  margin-right: -9px;
}
.products-wrap .row .col {
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1600px) {
  .products-wrap .row .col.col-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .products-wrap .row .col.col-custom-7 {
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
  }
}
.products-wrap .col-wrap {
  position: relative;
  padding: 14px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 2px solid #F7EA48;
  -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;
}
@media only screen and (min-width: 992px) {
  .products-wrap .col-wrap {
    padding: 24px;
  }
}
.products-wrap .col-wrap:hover {
  transform: scale(1.05);
}
.products-wrap .col-wrap:hover .btn.btn-yellow, .products-wrap .col-wrap:hover .btn:link.btn-yellow, .products-wrap .col-wrap:hover .btn:focus.btn-yellow, .products-wrap .col-wrap:hover .btn:visited.btn-yellow {
  background-color: #004B87;
  color: #F7EA48;
}
.products-wrap .col-wrap:hover .btn.btn-yellow:hover, .products-wrap .col-wrap:hover .btn:link.btn-yellow:hover, .products-wrap .col-wrap:hover .btn:focus.btn-yellow:hover, .products-wrap .col-wrap:hover .btn:visited.btn-yellow:hover {
  background-color: #F7EA48;
  color: #004B87;
}
.products-wrap .col-wrap .title {
  font-size: 1rem;
  line-height: 1.125rem;
  height: auto;
  font-weight: 400;
  margin-bottom: 24px;
  text-align: center;
  letter-spacing: -0.32px;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 992px) {
  .products-wrap .col-wrap .title {
    height: 54px;
  }
}
.products-wrap .col-wrap .img-wrap {
  text-align: center;
  display: block;
  padding: 0 20px;
  margin-bottom: 24px;
  width: 100%;
}
.products-wrap .col-wrap .img-wrap .aspect-ratio {
  display: inline-block;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.products-wrap .col-wrap .img-wrap .aspect-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products-wrap .col-wrap .parameters {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .products-wrap .col-wrap .parameters {
    margin-bottom: 24px;
  }
}
.products-wrap .col-wrap .parameters li {
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 8px;
}
.products-wrap .col-wrap .parameters li:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.products-wrap .col-wrap .parameters li p {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  margin-bottom: 8px;
}
.products-wrap .col-wrap .parameters li p.name {
  color: #808080;
}
.products-wrap .col-wrap .button-wrap {
  margin-top: auto;
}
.products-wrap .col-wrap .button-wrap .btn, .products-wrap .col-wrap .button-wrap .btn:link, .products-wrap .col-wrap .button-wrap .btn:focus, .products-wrap .col-wrap .button-wrap .btn:visited {
  font-size: 0.625rem;
  line-height: 0.625rem;
  padding: 8px 15px;
}
@media only screen and (min-width: 375px) {
  .products-wrap .col-wrap .button-wrap .btn, .products-wrap .col-wrap .button-wrap .btn:link, .products-wrap .col-wrap .button-wrap .btn:focus, .products-wrap .col-wrap .button-wrap .btn:visited {
    padding: 8px 25px;
  }
}
@media only screen and (min-width: 992px) {
  .products-wrap .col-wrap .button-wrap .btn, .products-wrap .col-wrap .button-wrap .btn:link, .products-wrap .col-wrap .button-wrap .btn:focus, .products-wrap .col-wrap .button-wrap .btn:visited {
    font-size: 0.875rem;
    line-height: 0.875rem;
    padding: 8px 30px;
  }
}

.load-more-posts-wrap .posts-shown {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #808080;
  margin-bottom: 14px;
}
.load-more-posts-wrap .posts-shown-percent-bar-wrap {
  line-height: 0;
  margin-bottom: 14px;
}
.load-more-posts-wrap .posts-shown-percent-bar {
  display: inline-block;
  background-color: #d7d7d7;
  height: 4px;
  width: 191px;
  position: relative;
}
.load-more-posts-wrap .posts-shown-percent-bar .percentage {
  width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #005C97;
}

.mobile-filters {
  margin-bottom: 24px;
  position: relative;
}
.mobile-filters .filters-popup-switch {
  font-size: 0;
  float: left;
  width: calc(100% - 120px);
  background-color: #fff;
  border: 1px solid #005C97;
  border-radius: 5px;
  padding: 10px;
}
.mobile-filters .filters-popup-switch .align-right {
  float: right;
}
.mobile-filters .filters-popup-switch .align-right .arrows {
  margin-right: 0;
  margin-left: 10px;
}
.mobile-filters .filters-popup-switch span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 700;
  vertical-align: middle;
}
.mobile-filters .filters-popup-switch span.number {
  font-size: 0.75rem;
  line-height: 0.75rem;
  font-weight: 700;
  background-color: #004B87;
  border-radius: 100%;
  color: #F7EA48;
  display: inline-block;
  padding: 2px 5px;
  display: none;
}
.mobile-filters .filters-popup-switch svg {
  vertical-align: middle;
  margin-right: 12px;
}
.mobile-filters .sort-button {
  font-size: 0;
  float: left;
  margin-left: 12px;
  width: 107px;
  border: 1px solid #005C97;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}
.mobile-filters .sort-button.active {
  background-color: #005C97;
}
.mobile-filters .sort-button.active span {
  color: #F7EA48;
}
.mobile-filters .sort-button.active img {
  display: none;
}
.mobile-filters .sort-button.active img.active {
  display: block;
}
.mobile-filters .sort-button.has-selection {
  background-color: #005C97;
}
.mobile-filters .sort-button.has-selection span {
  color: #F7EA48;
}
.mobile-filters .sort-button.has-selection img {
  display: none;
}
.mobile-filters .sort-button.has-selection img.active {
  display: block;
}
.mobile-filters .sort-button span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 700;
  vertical-align: middle;
}
.mobile-filters .sort-button img {
  float: left;
  margin-right: 12px;
}
.mobile-filters .sort-button img.active {
  display: none;
}
.mobile-filters .sort-tooltip {
  display: none;
  width: 254px;
  height: auto;
  position: absolute;
  right: 0;
  top: calc(100% + 6px);
  background-color: #F3F3F3;
  border: 1px solid #717171;
  padding: 25px 14px 14px 14px;
  border-radius: 10px;
  z-index: 2;
}
.mobile-filters .sort-tooltip label {
  display: block;
  border-bottom: 1px solid #fff;
  padding: 4px 0;
  padding-left: 25px;
}
.mobile-filters .sort-tooltip label::before {
  top: 3px;
}
.mobile-filters .sort-tooltip label::after {
  top: 7px;
}
.mobile-filters .sort-tooltip label.active span {
  color: #000;
  font-weight: 700;
}
.mobile-filters .sort-tooltip label input[type=checkbox] {
  margin: 0;
  float: left;
  margin-right: 8px;
}
.mobile-filters .sort-tooltip label span {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  color: #808080;
  vertical-align: top;
}
.mobile-filters .sort-tooltip label span.align-right {
  float: right;
}
.mobile-filters .sort-tooltip label .asc {
  margin-right: 4px;
}
.mobile-filters .clear-sort-wrap {
  padding-top: 20px;
}
.mobile-filters .clear-sort-wrap .clear-sort {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 700;
  color: #005C97;
  border-bottom: 2px solid #F7EA48;
  padding-bottom: 2px;
  display: inline-block;
}

.selected-cloud {
  border: 1px solid #808080;
  border-radius: 8px;
  padding: 1px 2px 1px 10px;
  margin-bottom: 10px;
}
.selected-cloud span {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #808080;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  .selected-cloud span {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1920px) {
  .selected-cloud span {
    font-size: 0.875rem;
  }
}
.selected-cloud .remove {
  float: right;
}
.selected-cloud .remove svg {
  stroke: #808080;
  vertical-align: middle;
}

.product-single-wrap {
  padding-top: 10px;
  margin-bottom: 3.3rem;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap {
    padding-top: 53px;
  }
}
.product-single-wrap::before {
  content: "";
  display: block;
  right: 0;
  top: 0;
  position: absolute;
  height: 341px;
  width: 720px;
  background: linear-gradient(270deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 92.36%);
  border-bottom-left-radius: 40px;
  pointer-events: none;
}
.product-single-wrap.tax-sector-top {
  background: linear-gradient(180deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 92.36%);
  margin-bottom: 0;
  padding-bottom: 27px;
}
.product-single-wrap.tax-sector-top .form-wrap {
  padding: 27px 31px 26px 31px;
}
.product-single-wrap.ts-taxonomy-page {
  margin-bottom: 0;
}
.product-single-wrap.ts-taxonomy-page .tax-top .img-wrap {
  margin-bottom: 0;
}
.product-single-wrap.ts-taxonomy-page .breadcrumbs-class {
  display: none;
}
.product-single-wrap.ts-taxonomy-page .top-text-with-arrows {
  display: block;
}
.product-single-wrap.ts-taxonomy-page .ts-top-text-wrap {
  padding-top: 0;
}
@media only screen and (min-width: 1600px) {
  .product-single-wrap.ts-taxonomy-page .ts-top-text-wrap {
    padding-top: 66px;
  }
}
.product-single-wrap.ts-taxonomy-page .ts-top-text-wrap .ts-top-btn-wrap {
  padding-top: 20px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap.ts-taxonomy-page .ts-top-text-wrap .ts-top-btn-wrap {
    margin-bottom: 0;
  }
}
.product-single-wrap.ts-taxonomy-page .products-slider-arrows-wrap .slider-nav {
  top: 47%;
}
.product-single-wrap .top-text-with-arrows {
  display: none;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap .top-text-with-arrows {
    display: block;
  }
}
.product-single-wrap .product-name-mobile {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  font-weight: 700;
  color: #004B87;
  margin-bottom: 7px;
  position: relative;
}
.product-single-wrap .expand-top-text.active svg {
  transform: rotate(180deg);
}
.product-single-wrap .expand-top-text svg {
  -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;
}
.product-single-wrap .top-text-hidden {
  display: none;
}
.product-single-wrap p:not(.filters-header-blue, .header, .header-small) {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  /*@include font-size(16);
  @include line-height(28);*/
  z-index: 2;
  position: relative;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap p:not(.filters-header-blue, .header, .header-small) {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
@media only screen and (min-width: 1200px) {
  .product-single-wrap p:not(.filters-header-blue, .header, .header-small) {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .product-single-wrap p:not(.filters-header-blue, .header, .header-small) {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.product-single-wrap ul {
  margin-left: 20px;
}
.product-single-wrap ul li {
  color: #000;
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-bottom: 10px;
  padding: 0;
  border: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap ul li {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.product-single-wrap ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: 3px;
  background-image: url(../images/list-marker.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.product-single-wrap .bottom-buttons-wrap {
  padding-top: 20px;
  font-size: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap .bottom-buttons-wrap {
    text-align: center;
    margin-bottom: 0;
  }
}
.product-single-wrap .bottom-buttons-wrap .btn.external, .product-single-wrap .bottom-buttons-wrap .btn:link.external, .product-single-wrap .bottom-buttons-wrap .btn:focus.external, .product-single-wrap .bottom-buttons-wrap .btn:visited.external {
  margin: 0 4px;
  padding: 6px 25px;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap .bottom-buttons-wrap .btn.external, .product-single-wrap .bottom-buttons-wrap .btn:link.external, .product-single-wrap .bottom-buttons-wrap .btn:focus.external, .product-single-wrap .bottom-buttons-wrap .btn:visited.external {
    padding: 11px 26px;
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .product-single-wrap .bottom-buttons-wrap .btn.external, .product-single-wrap .bottom-buttons-wrap .btn:link.external, .product-single-wrap .bottom-buttons-wrap .btn:focus.external, .product-single-wrap .bottom-buttons-wrap .btn:visited.external {
    padding: 11px 52px;
  }
}
.product-single-wrap .bottom-buttons-wrap .btn.external:first-of-type, .product-single-wrap .bottom-buttons-wrap .btn:link.external:first-of-type, .product-single-wrap .bottom-buttons-wrap .btn:focus.external:first-of-type, .product-single-wrap .bottom-buttons-wrap .btn:visited.external:first-of-type {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap .bottom-buttons-wrap .btn.external:first-of-type, .product-single-wrap .bottom-buttons-wrap .btn:link.external:first-of-type, .product-single-wrap .bottom-buttons-wrap .btn:focus.external:first-of-type, .product-single-wrap .bottom-buttons-wrap .btn:visited.external:first-of-type {
    margin: 0 4px;
  }
}
.product-single-wrap .bottom-buttons-wrap .btn.external:last-of-type, .product-single-wrap .bottom-buttons-wrap .btn:link.external:last-of-type, .product-single-wrap .bottom-buttons-wrap .btn:focus.external:last-of-type, .product-single-wrap .bottom-buttons-wrap .btn:visited.external:last-of-type {
  margin: 0;
  float: right;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap .bottom-buttons-wrap .btn.external:last-of-type, .product-single-wrap .bottom-buttons-wrap .btn:link.external:last-of-type, .product-single-wrap .bottom-buttons-wrap .btn:focus.external:last-of-type, .product-single-wrap .bottom-buttons-wrap .btn:visited.external:last-of-type {
    float: none;
    margin: 0 4px;
  }
}
.product-single-wrap .bottom-buttons-wrap .btn.external:last-of-type:first-of-type, .product-single-wrap .bottom-buttons-wrap .btn:link.external:last-of-type:first-of-type, .product-single-wrap .bottom-buttons-wrap .btn:focus.external:last-of-type:first-of-type, .product-single-wrap .bottom-buttons-wrap .btn:visited.external:last-of-type:first-of-type {
  float: none;
}
.product-single-wrap .bottom-buttons-wrap .btn.external svg, .product-single-wrap .bottom-buttons-wrap .btn:link.external svg, .product-single-wrap .bottom-buttons-wrap .btn:focus.external svg, .product-single-wrap .bottom-buttons-wrap .btn:visited.external svg {
  transform: rotate(180deg);
}
.product-single-wrap .filters-header-blue {
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .product-single-wrap .filters-header-blue {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-single-wrap .filters-header-blue {
    margin-bottom: 40px;
  }
}
.product-single-wrap .filters-header-blue.bold {
  font-size: 1.5625rem;
  line-height: 1.8125rem;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap .filters-header-blue.bold {
    font-size: 2.5rem;
    line-height: 2.875rem;
    letter-spacing: -3%;
    font-weight: 600;
    margin-bottom: 43px;
  }
}
.product-single-wrap .buttons-wrap {
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) {
  .product-single-wrap .buttons-wrap {
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-single-wrap .buttons-wrap {
    margin-bottom: 24px;
  }
}
.product-single-wrap .buttons-wrap .btn {
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding: 12px 15px;
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap .buttons-wrap .btn {
    margin-right: 8px;
    padding: 12px 9px;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .product-single-wrap .buttons-wrap .btn {
    margin-right: 24px;
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
.product-single-wrap .buttons-wrap .btn.btn-blue {
  float: right;
  margin-right: 0;
  padding: 12px 15px;
}
@media only screen and (min-width: 350px) {
  .product-single-wrap .buttons-wrap .btn.btn-blue {
    padding: 12px 32px;
  }
}
@media only screen and (min-width: 992px) {
  .product-single-wrap .buttons-wrap .btn.btn-blue {
    float: none;
    margin-right: 0;
    padding: 12px 6px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-single-wrap .buttons-wrap .btn.btn-blue {
    margin-right: 24px;
    padding: 12px 15px;
  }
}
.product-single-wrap .top-text-arrow-wrap {
  position: relative;
}
.product-single-wrap .top-text-arrow-wrap .expand-top-text {
  position: absolute;
  right: -15px;
  bottom: 8px;
  display: none;
}
.product-single-wrap .top-text-arrow-wrap .expand-top-text.active svg {
  transform: rotate(180deg);
}
.product-single-wrap .top-text-arrow-wrap .expand-top-text svg {
  -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;
}
.product-single-wrap .top-text-arrow-wrap .top-text-wrap {
  max-height: 480px;
  overflow: hidden;
  -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;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap .top-text-arrow-wrap .top-text-wrap {
    max-height: none;
  }
}
@media only screen and (min-width: 1600px) {
  .product-single-wrap .top-text-arrow-wrap .top-text-wrap {
    max-height: 480px;
  }
}
.product-single-wrap .top-text-arrow-wrap .top-text-wrap.active {
  max-height: none;
  overflow: visible;
}
.product-single-wrap .top-text-arrow-wrap .top-text-wrap .text-inside h2 {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  color: #005C97;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .product-single-wrap .top-text-arrow-wrap .top-text-wrap .text-inside h2 {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-single-wrap .top-text-arrow-wrap .top-text-wrap .text-inside h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .product-single-wrap .top-text-arrow-wrap .top-text-wrap .text-inside h2 {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    margin-bottom: 15px;
  }
}
.product-single-wrap .top-text-arrow-wrap .top-text-wrap .text-inside h3 {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .product-single-wrap .top-text-arrow-wrap .top-text-wrap .text-inside h3 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .product-single-wrap .top-text-arrow-wrap .top-text-wrap .text-inside h3 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.product-slider-wrap {
  position: relative;
  /*@include devices(biggest){
      margin-top: 0;
  }*/
}
@media only screen and (min-width: 992px) {
  .product-slider-wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-slider-wrap {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1300px) {
  .product-slider-wrap {
    margin-top: 0;
  }
}
.product-slider-wrap .available {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.product-slider-wrap .available img {
  width: 84px;
  height: 84px;
}
@media only screen and (min-width: 992px) {
  .product-slider-wrap .available img {
    width: auto;
    height: auto;
  }
}
.product-slider-wrap .slider-wrap-top .img-wrap {
  width: 100%;
  padding-top: 90%; /* Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
@media only screen and (min-width: 992px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 34%; /* Aspect Ratio */
  }
}
@media only screen and (min-width: 1200px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 75%; /* Aspect Ratio */
  }
}
@media only screen and (min-width: 1255px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 74%;
  }
}
@media only screen and (min-width: 1280px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 72%;
  }
}
@media only screen and (min-width: 1300px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 82%; /* Aspect Ratio */
  }
}
@media only screen and (min-width: 1330px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 78%; /* Aspect Ratio */
  }
}
@media only screen and (min-width: 1360px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 74%; /* Aspect Ratio */
  }
}
@media only screen and (min-width: 1400px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 72%; /* Aspect Ratio */
  }
}
@media only screen and (min-width: 1410px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 63%;
  }
}
@media only screen and (min-width: 1450px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 59%;
  }
}
@media only screen and (min-width: 1470px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 55%;
  }
}
@media only screen and (min-width: 1540px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 53%;
  }
}
@media only screen and (min-width: 1560px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 92%; /* Aspect Ratio */
  }
}
@media only screen and (min-width: 1620px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 90%; /* Aspect Ratio */
  }
}
@media only screen and (min-width: 1650px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 86%;
  }
}
@media only screen and (min-width: 1710px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 82%;
  }
}
@media only screen and (min-width: 1780px) {
  .product-slider-wrap .slider-wrap-top .img-wrap {
    padding-top: 71%; /* Aspect Ratio */
  }
}
.product-slider-wrap .slider-wrap-top .img-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.row-product-single-top .row.product-slider-nav {
  margin-left: -5px;
  margin-right: -5px;
  display: block;
}
@media only screen and (min-width: 992px) {
  .row-product-single-top .row.product-slider-nav {
    padding: 0 78px;
  }
}
.row-product-single-top .row.product-slider-nav .slick-list {
  height: 100%;
}
.row-product-single-top .row.product-slider-nav .slick-list .slick-track {
  height: 100%;
  margin: 0;
}
.row-product-single-top .row.product-slider-nav .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.row-product-single-top .row.product-slider-nav .slick-list .slick-track .slick-slide .img-wrap img {
  opacity: 0.4;
}
@media only screen and (min-width: 992px) {
  .row-product-single-top .row.product-slider-nav .slick-list .slick-track .slick-slide .img-wrap img {
    opacity: 1;
  }
}
.row-product-single-top .row.product-slider-nav .slick-list .slick-track .slick-current .img-wrap {
  border: 1px solid #005C97;
  border-radius: 10px;
}
.row-product-single-top .row.product-slider-nav .slick-list .slick-track .slick-current .img-wrap img {
  opacity: 1;
}
.row-product-single-top .row.product-slider-nav .col {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 23px;
  display: block !important;
  max-width: none !important;
}
@media only screen and (min-width: 992px) {
  .row-product-single-top .row.product-slider-nav .col {
    flex: none;
    display: block;
    width: 20%;
    float: left;
    margin-bottom: 16px;
    /*-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;*/
  }
}
.row-product-single-top .row.product-slider-nav .img-wrap {
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.row-product-single-top .row.product-slider-nav .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.row-product-single-top {
  margin-right: -30px;
  margin-left: -30px;
  margin-bottom: 39px;
}
@media only screen and (min-width: 992px) {
  .row-product-single-top {
    margin-right: -10px;
    margin-left: -10px;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .row-product-single-top {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1600px) {
  .row-product-single-top {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.row-product-single-top > .col {
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  .row-product-single-top > .col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-product-single-top > .col {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-product-single-top > .col.col-xl-4 {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
  }
}
@media only screen and (min-width: 1200px) {
  .row-product-single-top > .col.col-xl-8 {
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
  }
}
.row-product-single-top .row {
  margin-right: -18px;
  margin-left: -18px;
}
@media only screen and (min-width: 992px) {
  .row-product-single-top .row {
    margin-right: -12px;
    margin-left: -12px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-product-single-top .row {
    margin-right: -18px;
    margin-left: -18px;
  }
}
.row-product-single-top .row .col {
  padding-right: 18px;
  padding-left: 18px;
}
@media only screen and (min-width: 992px) {
  .row-product-single-top .row .col {
    padding-right: 12px;
    padding-left: 12px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-product-single-top .row .col {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-product-single-top .row .col.col-xl-5 {
    -ms-flex: 0 0 43.2%;
    flex: 0 0 43.2%;
    max-width: 43.2%;
  }
}
@media only screen and (min-width: 1600px) {
  .row-product-single-top .row .col.col-xl-5 {
    -ms-flex: 0 0 46.2%;
    flex: 0 0 46.2%;
    max-width: 46.2%;
  }
}
@media only screen and (min-width: 1200px) {
  .row-product-single-top .row .col.col-xl-7 {
    -ms-flex: 0 0 56.8%;
    flex: 0 0 56.8%;
    max-width: 56.8%;
  }
}
@media only screen and (min-width: 1600px) {
  .row-product-single-top .row .col.col-xl-7 {
    -ms-flex: 0 0 53.8%;
    flex: 0 0 53.8%;
    max-width: 53.8%;
  }
}

.yellow-border-top-box {
  border-top: 4px solid #F7EA48;
  border-radius: 10px;
  background-color: #F3F3F3;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 12px 16px 23px 16px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .yellow-border-top-box {
    padding: 12px 10px 23px 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .yellow-border-top-box {
    padding: 12px 16px 23px 16px;
  }
}
.yellow-border-top-box.with-logo {
  padding-top: 16px;
  position: relative;
  padding-bottom: 4px;
}
@media only screen and (min-width: 1200px) {
  .yellow-border-top-box.with-logo {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .yellow-border-top-box.with-logo {
    padding-top: 16px;
  }
}
.yellow-border-top-box.with-logo .logo {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 80px;
  height: 33px;
  object-fit: contain;
}
.yellow-border-top-box.yellow-border-top-box-product-single {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .yellow-border-top-box.yellow-border-top-box-product-single {
    height: 100%;
  }
}
@media only screen and (min-width: 1600px) {
  .yellow-border-top-box.yellow-border-top-box-product-single {
    height: auto;
  }
}
.yellow-border-top-box.yellow-border-top-box-product-single .expand-yellow-box-text {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: none;
}
.yellow-border-top-box.yellow-border-top-box-product-single .expand-yellow-box-text.active svg {
  transform: rotate(180deg);
}
.yellow-border-top-box.yellow-border-top-box-product-single .expand-yellow-box-text svg {
  -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;
}
.yellow-border-top-box.yellow-border-top-box-product-single .yellow-box-text-wrap {
  overflow: hidden;
  -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;
}
@media only screen and (min-width: 992px) {
  .yellow-border-top-box.yellow-border-top-box-product-single .yellow-box-text-wrap {
    max-height: none;
  }
}
@media only screen and (min-width: 1600px) {
  .yellow-border-top-box.yellow-border-top-box-product-single .yellow-box-text-wrap {
    max-height: 522px;
    min-height: 522px;
  }
}
.yellow-border-top-box.yellow-border-top-box-product-single .yellow-box-text-wrap.active {
  max-height: none;
  overflow: visible;
}
.yellow-border-top-box.yellow-border-top-box-product-single .yellow-box-text-wrap .yellow-box-text-wrap-inside {
  max-height: none;
  overflow: visible;
}
.yellow-border-top-box .header {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  color: #005C97;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .yellow-border-top-box .header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    font-weight: 700;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .yellow-border-top-box .header {
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .yellow-border-top-box .header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
    margin-bottom: 15px;
  }
}
.yellow-border-top-box .header-small {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 11px;
}
.yellow-border-top-box ul {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) {
  .yellow-border-top-box ul {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 1600px) {
  .yellow-border-top-box ul {
    margin-bottom: 15px;
  }
}
.yellow-border-top-box ul li {
  line-height: 1.625rem;
  margin-bottom: 8px;
}
.yellow-border-top-box ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  left: -12px;
  top: 10px;
  background-color: #717171;
  background-image: none;
}
.yellow-border-top-box ul li strong {
  color: #005C97;
  font-weight: 500;
}
.yellow-border-top-box .row-curves-images {
  padding-right: 44px;
  margin-left: -5px;
  margin-right: -5px;
}
.yellow-border-top-box .row-curves-images .col {
  padding-left: 5px;
  padding-right: 5px;
}
.yellow-border-top-box .row-videos {
  padding-right: 80px;
  margin-left: -20px;
  margin-right: -20px;
}
.yellow-border-top-box .row-videos .col {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}
.yellow-border-top-box .row-videos .iframe-wrap {
  display: block;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative; /* If you want text inside of it */
}
.yellow-border-top-box .row-videos .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  pointer-events: none;
}
@media only screen and (min-width: 1600px) {
  .yellow-border-top-box .text-inside-yellow-box.first {
    max-height: 140px;
  }
}
.yellow-border-top-box .text-inside-yellow-box ul li {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .yellow-border-top-box .text-inside-yellow-box ul li {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .yellow-border-top-box .text-inside-yellow-box ul li {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .yellow-border-top-box .text-inside-yellow-box ul li {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.yellow-border-top-box .text-inside-yellow-box ul li strong {
  color: #004B87;
  font-weight: 400;
}

.accordion-simple-wrap-mobile {
  margin-bottom: 12px;
}
.accordion-simple-wrap-mobile.active .accordion-header {
  background-color: #F3F3F3;
  color: #004B87;
  font-weight: 500;
}
.accordion-simple-wrap-mobile.active .accordion-header svg {
  transform: rotate(180deg);
}
.accordion-simple-wrap-mobile .accordion-header {
  position: relative;
  display: block;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  color: #000;
  padding: 10px 27px 10px 10px;
  border-radius: 10px;
  border: 1px solid #004B87;
  background-color: #fff;
  -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-simple-wrap-mobile .accordion-header svg {
  position: absolute;
  right: 10px;
  top: 14px;
  -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-simple-wrap-mobile .accordion-content {
  display: none;
  margin-top: 12px;
  padding: 12px 24px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.accordion-simple-wrap-mobile .accordion-content table td {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #000;
}
.accordion-simple-wrap-mobile .accordion-content table td strong {
  color: #000;
}
.accordion-simple-wrap-mobile .accordion-content ul li, .accordion-simple-wrap-mobile .accordion-content ol li {
  font-size: 0.75rem;
  line-height: 0.875rem;
  color: #000;
}
.accordion-simple-wrap-mobile .accordion-content ul li strong, .accordion-simple-wrap-mobile .accordion-content ol li strong {
  font-weight: 700;
}
.accordion-simple-wrap-mobile .accordion-content h3 {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.accordion-simple-wrap-mobile .accordion-content .img-wrap {
  display: block;
  margin-bottom: 12px;
}
.accordion-simple-wrap-mobile .accordion-content .iframe-wrap {
  display: block;
  width: 100%;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  position: relative; /* If you want text inside of it */
  margin-bottom: 12px;
}
.accordion-simple-wrap-mobile .accordion-content .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.tabs-wrap .tabs-nav {
  width: 100%;
  padding-left: 0;
  margin-left: 0;
  display: flex;
}
.tabs-wrap .tabs-nav li {
  float: left;
  padding: 16px 22px;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.tabs-wrap .tabs-nav li:first-of-type {
  padding-left: 0;
}
.tabs-wrap .tabs-nav li:first-of-type.active::after {
  left: 0;
}
.tabs-wrap .tabs-nav li.active {
  border-top: 4px solid #F7EA48;
  border-radius: 10px 10px 0px 0px;
  background-color: #F3F3F3;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  padding: 16px 25px;
}
.tabs-wrap .tabs-nav li.active::after {
  content: "";
  display: block;
  background-color: #F3F3F3;
  width: calc(100% + 10px);
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: -10px;
}
.tabs-wrap .tabs-nav li::before {
  display: none;
}
.tabs-wrap .tabs-nav li h3 {
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .tabs-wrap .tabs-nav li h3 {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .tabs-wrap .tabs-nav li h3 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.tabs-wrap .tabs .tab {
  border-radius: 10px;
  background-color: #F3F3F3;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 27px 31px;
  min-height: 537px;
  /*img{
      //max-height: 278px;
      width: auto;
  }*/
}
.tabs-wrap .tabs .tab:first-of-type {
  border-top-left-radius: 0;
}
.tabs-wrap .tabs .tab .tab-wrapper-arrow {
  position: relative;
}
.tabs-wrap .tabs .tab .tab-wrapper-arrow .expand-tab-content {
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: 2;
  display: none;
}
.tabs-wrap .tabs .tab .tab-wrapper-arrow .expand-tab-content.active svg {
  transform: rotate(180deg);
}
.tabs-wrap .tabs .tab .tab-wrapper-arrow .expand-tab-content svg {
  width: 20px;
  height: 20px;
  -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;
}
.tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside {
  max-height: 483px;
  overflow: hidden;
  -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;
}
.tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside.active {
  max-height: none;
  overflow: visible;
}
.tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper table td {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper table td {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media only screen and (min-width: 1600px) {
  .tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper table td {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper table td strong {
  color: #000;
}
.tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper ul li, .tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper ol li {
  font-size: 1rem;
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper ul li, .tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper ol li {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  .tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper ul li, .tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper ol li {
    font-size: 1rem;
  }
}
.tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper ul li strong, .tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper ol li strong {
  font-weight: 700;
}
.tabs-wrap .tabs .tab .tab-wrapper-arrow .tab-wrapper-inside .tab-wrapper h3 {
  font-size: 1.25rem;
  line-height: 1.4375rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.tabs-wrap .tabs .tab ul li {
  font-size: 1rem;
  line-height: 1.125rem;
}
.tabs-wrap .tabs td p {
  font-size: 1rem;
  line-height: 1.125rem;
}

.row-info-with-icons .info-with-icon-wrap {
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .row-info-with-icons .info-with-icon-wrap {
    padding-left: 155px;
  }
}
.row-info-with-icons .info-with-icon-wrap .img-wrap {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  overflow: hidden;
  border: 4px solid #005C97;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .row-info-with-icons .info-with-icon-wrap .img-wrap {
    width: 125px;
    height: 125px;
    left: 0;
    top: 0;
    position: absolute;
    margin-bottom: 0;
  }
}
.row-info-with-icons .info-with-icon-wrap .img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.row-info-with-icons .info-with-icon-wrap .text-wrap {
  min-height: 126px;
}
.row-info-with-icons .info-with-icon-wrap .text-wrap p {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media only screen and (min-width: 992px) {
  .row-info-with-icons .info-with-icon-wrap .text-wrap p {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}

.related-products {
  margin-bottom: 35px;
  position: relative;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .related-products {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 992px) {
  .related-products.tax-version {
    margin-bottom: 60px;
  }
}
.related-products.tax-version::before {
  top: -40px;
  height: 620px;
}
.related-products.tax-version .products-wrap .slick-track .slick-slide > div {
  height: auto;
}
@media only screen and (min-width: 992px) {
  .related-products.tax-version .products-wrap .slick-track .slick-slide > div {
    height: 100%;
  }
}
.related-products.tax-version .products-slider-arrows-wrap {
  position: relative;
}
.related-products.tax-version .products-slider-arrows-wrap .slick-list {
  margin-left: -11px;
  margin-right: -11px;
}
.related-products.tax-version .products-slider-arrows-wrap .slick-track .slick-slide > div {
  display: flex !important;
}
.related-products.tax-version .products-slider-arrows-wrap .slick-track .slick-slide > div .slide-single-wrap {
  height: auto;
  display: flex !important;
}
@media only screen and (min-width: 992px) {
  .related-products.tax-version .products-slider-arrows-wrap .slick-track .slick-slide > div .slide-single-wrap {
    display: inline-block !important;
  }
}
.related-products.tax-version .products-slider-arrows-wrap .slider-nav {
  position: absolute;
  width: 13px;
  height: 23px;
  top: 58%;
  margin: auto;
}
.related-products.tax-version .products-slider-arrows-wrap .slider-nav svg {
  width: 100%;
  height: 100%;
}
.related-products.tax-version .products-slider-arrows-wrap .slider-nav.left {
  left: -35px;
}
.related-products.tax-version .products-slider-arrows-wrap .slider-nav.right {
  right: -35px;
}
.related-products.tax-version .products-slider-arrows-wrap .products-slider .products-slide-wrap {
  padding: 10px;
}
.related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap {
  padding: 0 5px 20px 5px;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap {
    padding: 50px 11px 0 11px;
  }
}
.related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap .col-wrap {
  border-top: 3px solid #F7EA48;
}
.related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap .slide-single {
  padding: 21px 20px 22px 20px;
  background-color: #fff;
  border: 1px solid #F2F2F3;
  border-top: 3px solid transparent;
  border-radius: 10px;
  -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;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap .slide-single:hover {
  border-top: 3px solid #F7EA48;
  top: 0;
  transform: translateY(-30px);
}
.related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap .slide-single:hover .text-wrap-slide .button-wrap .btn.btn-yellow {
  background-color: #005C97;
  color: #F7EA48;
}
.related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap .slide-single:hover .text-wrap-slide .button-wrap .btn.btn-yellow:hover {
  background-color: #F7EA48;
  color: #005C97;
}
.related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap .slide-single .img-wrap {
  text-align: center;
  margin-bottom: 14px;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap .slide-single .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap .slide-single .text-wrap-slide {
  margin-top: auto;
}
.related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap .slide-single .title {
  /*@include font-size(18);
  @include line-height(20);
  font-weight: 400;*/
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap .slide-single .title {
    font-size: 1.125rem;
    line-height: 1.3125rem;
  }
}
.related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap .slide-single .button-wrap .btn {
  text-align: center;
  padding: 8px 14px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .related-products.tax-version .products-slider-arrows-wrap .products-slider .slide-single-wrap .slide-single .button-wrap .btn {
    padding: 8px 22px;
  }
}
.related-products.tax-version .slide-single-wrap {
  padding: 0 8px;
}
.related-products.tax-version .text-wrap-top {
  margin-bottom: 5px;
}
.related-products.tax-version .text-wrap-top .text {
  margin-bottom: 0;
  color: #717171;
}
.related-products.tax-version .slick-dots {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .related-products.tax-version .slick-dots {
    margin-bottom: 28px;
  }
}
.related-products.ts-tax {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .related-products.ts-tax {
    margin-bottom: 75px;
  }
}
.related-products.ts-tax .text-wrap-top .text {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000;
}
.related-products::before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 720px;
  height: 513px;
  background: linear-gradient(0deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 92.36%);
  border-top-right-radius: 50px;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .related-products::before {
    display: block;
  }
}
.related-products .header-blue {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  font-weight: 500;
  color: #004B87;
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .related-products .header-blue {
    text-align: left;
  }
}

.related-products {
  /*.products-wrap .row .col.col-custom{
      @include devices(biggest){
          -ms-flex: 0 0 14.28%;
          flex: 0 0 14.28%;
          max-width: 14.28%;
      }
  }*/
}
.related-products .slick-track {
  display: flex !important;
}
.related-products .slick-slide {
  height: inherit !important;
}
.related-products .slick-slide > div {
  width: 100%;
}
.related-products .slick-slide > div .col {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.related-products .products-wrap {
  position: relative;
}
.related-products .products-wrap .slick-track {
  display: flex !important;
}
.related-products .products-wrap .slick-track .slick-slide {
  height: inherit !important;
}
.related-products .products-wrap .slick-track .slick-slide > div {
  height: 100%;
}
.related-products .products-wrap .slick-track .slick-slide > div .col {
  padding-top: 17px;
  padding-bottom: 17px;
  height: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.related-products .products-wrap .slick-track .slick-slide > div .col .col-wrap {
  height: 100%;
}
.related-products .products-wrap .slider-nav {
  position: absolute;
  width: 13px;
  height: 23px;
  top: 48%;
  margin: auto;
  display: none;
}
.related-products .products-wrap .slider-nav svg {
  width: 100%;
  height: 100%;
}
.related-products .products-wrap .slider-nav.left {
  left: -35px;
}
.related-products .products-wrap .slider-nav.right {
  right: -35px;
}
.related-products .products-wrap .row .col {
  padding-left: 6px;
  padding-right: 6px;
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (min-width: 992px) {
  .related-products .products-wrap .row .col {
    padding-left: 9px;
    padding-right: 9px;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 1100px) {
  .related-products .products-wrap .row .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media only screen and (min-width: 1300px) {
  .related-products .products-wrap .row .col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (min-width: 1585px) {
  .related-products .products-wrap .row .col {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
}
@media only screen and (min-width: 1700px) {
  .related-products .products-wrap .row .col {
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}
.related-products .products-wrap .col-wrap {
  padding: 10px;
}
@media only screen and (min-width: 992px) {
  .related-products .products-wrap .col-wrap {
    padding: 24px;
  }
}
.related-products .slick-dots {
  text-align: right;
  padding: 0;
  margin-bottom: 28px;
  text-align: center;
  pointer-events: none;
}
.related-products .slick-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid #808080;
  background-color: transparent;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  margin: 0 2px;
}
.related-products .slick-dots li::before {
  display: none;
}
.related-products .slick-dots li.slick-active {
  background-color: #808080;
}
.related-products .slick-dots li button {
  display: none;
}

.two-boxes-wrap {
  padding-top: 53px;
}

.curves-arrow-wrapper {
  position: relative;
}
.curves-arrow-wrapper .expand-curves-content {
  position: absolute;
  right: 0;
  bottom: 8px;
  display: none;
}
.curves-arrow-wrapper .expand-curves-content.active svg {
  transform: rotate(180deg);
}
.curves-arrow-wrapper .expand-curves-content svg {
  -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;
  width: 20px;
  height: 20px;
}
.curves-arrow-wrapper .curves-wrapper {
  min-height: 277px;
  max-height: 277px;
  overflow: hidden;
  -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;
}
@media only screen and (min-width: 1200px) {
  .curves-arrow-wrapper .curves-wrapper {
    min-height: 257px;
    max-height: 257px;
  }
}
@media only screen and (min-width: 1600px) {
  .curves-arrow-wrapper .curves-wrapper {
    min-height: 277px;
    max-height: 277px;
  }
}
.curves-arrow-wrapper .curves-wrapper.active {
  max-height: none;
  overflow: visible;
}

.videos-arrows-wrap {
  position: relative;
}
.videos-arrows-wrap .expand-videos-content {
  position: absolute;
  right: 0;
  bottom: 8px;
  display: none;
}
.videos-arrows-wrap .expand-videos-content.active svg {
  transform: rotate(180deg);
}
.videos-arrows-wrap .expand-videos-content svg {
  -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;
  width: 20px;
  height: 20px;
}
.videos-arrows-wrap .videos-wrapper {
  min-height: 111px;
  max-height: 111px;
  overflow: hidden;
  -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;
}
.videos-arrows-wrap .videos-wrapper.active {
  max-height: none;
  overflow: visible;
}

.product-contact-form-popup {
  margin: auto;
  padding: 0;
}
.product-contact-form-popup .fancybox-close-small:hover::after {
  background-color: transparent;
  color: #F7EA48;
}
.product-contact-form-popup .fancybox-close-small::after {
  font: 40px/40px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  width: 40px;
  height: 40px;
  -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;
}
.product-contact-form-popup .product-contact-form-headers {
  padding: 20px 40px;
  background-color: #005C97;
}
.product-contact-form-popup .product-contact-form-headers .product-contact-form-sub-header {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #fff;
  margin-bottom: 5px;
}
.product-contact-form-popup .product-contact-form-headers .product-contact-form-header {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.product-contact-form-popup .form-wrap {
  max-width: 635px;
}
.product-contact-form-popup .form-wrap .button-wide-wrap-input {
  margin-top: 25px;
}
.product-contact-form-popup .form-wrap .button-wide-wrap-input::after {
  top: 13px;
}
.product-contact-form-popup .form-wrap .upload-multiple-text-wrap {
  padding-top: 15px;
}
.product-contact-form-popup .form-wrap .upload-multiple-text-wrap p {
  margin-bottom: 15px;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table th, table td {
  /*border-top: 1px solid $blue;
  border-bottom: 1px solid $blue;*/
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 8px;
  text-align: left;
  color: #717171;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
table th strong, table td strong {
  font-weight: 700;
}
table tr:nth-child(even) td, table tr:nth-child(even) th {
  background-color: #f9f9f9;
}

.tax-top {
  padding-top: 30px;
}
.tax-top.tax-top-sector p strong {
  color: #000;
}
.tax-top.tax-top-sector .form-wrap .button-wide-wrap-input::after {
  top: 12px;
}
.tax-top.tax-top-sector .form-wrap .form-header {
  color: #000;
}
.tax-top.producent-brand {
  padding-top: 0;
}
.tax-top.producent-brand .row {
  margin-left: -14px;
  margin-right: -14px;
}
.tax-top.producent-brand .row .col {
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (min-width: 992px) {
  .tax-top.producent-brand .row .col.col-custom-2 {
    -ms-flex: 0 0 12.8%;
    flex: 0 0 12.8%;
    max-width: 12.8%;
  }
}
@media only screen and (min-width: 992px) {
  .tax-top.producent-brand .row .col.col-custom-10 {
    -ms-flex: 0 0 87.2%;
    flex: 0 0 87.2%;
    max-width: 87.2%;
  }
}
.tax-top.producent-brand .img-wrap {
  margin-bottom: 0;
}
.tax-top .filters-header-blue {
  margin-bottom: 24px;
}
.tax-top .row {
  margin-left: -24px;
  margin-right: -24px;
}
.tax-top .row .col {
  padding-left: 24px;
  padding-right: 24px;
}
.tax-top .row .col.left {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1600px) {
  .tax-top .row .col.col-custom-80 {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-top .row .col.col-custom-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.tax-top .img-wrap {
  margin-bottom: 44px;
}
.tax-top .img-wrap-big {
  margin-bottom: 24px;
  width: 100%;
  padding-top: 21%; /* Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.tax-top .img-wrap-big img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 10px;
}
.tax-top .buttons-wrap-tax .btn {
  padding: 11px 25px;
}
@media only screen and (min-width: 992px) {
  .tax-top .buttons-wrap-tax .btn {
    padding: 11px 36px;
  }
}
.tax-top p strong {
  color: #005C97;
}
.tax-top .row-inside {
  max-width: 1075px;
}
.tax-top .row-inside ul li {
  font-size: 1rem;
  line-height: 1.625rem;
}
.tax-top .row-inside ul li::before {
  top: 9px;
  width: 5px;
  height: 5px;
  background-image: none;
  background-color: #005C97;
  border-radius: 100%;
}
.tax-top .row-inside ul li strong {
  color: #005C97;
}

.tax-section-header {
  font-weight: 700;
  color: #005C97;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
@media only screen and (min-width: 992px) {
  .tax-section-header {
    margin-bottom: 33px;
    font-size: 1.875rem;
    line-height: 3.25rem;
  }
}
.tax-section-header.no-margin {
  margin-bottom: 0;
}

.uses-section-header {
  text-transform: uppercase;
  font-weight: 600;
  color: #005C97;
  margin-bottom: 10px;
  letter-spacing: -3%;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
@media only screen and (min-width: 992px) {
  .uses-section-header {
    font-size: 1.25rem;
    line-height: 1.4375rem;
  }
}

.industries-slider-arrows-wrap {
  position: relative;
}
.industries-slider-arrows-wrap.ts-tax {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .industries-slider-arrows-wrap.ts-tax {
    margin-bottom: 42px;
  }
}
.industries-slider-arrows-wrap.ts-tax .slide-single-wrap {
  padding-top: 0;
}
.industries-slider-arrows-wrap .slider-nav {
  position: absolute;
  width: 13px;
  height: 23px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.industries-slider-arrows-wrap .slider-nav svg {
  width: 100%;
  height: 100%;
}
.industries-slider-arrows-wrap .slider-nav.left {
  left: -35px;
}
.industries-slider-arrows-wrap .slider-nav.right {
  right: -35px;
}
.industries-slider-arrows-wrap .slick-list {
  margin-left: -24px;
  margin-right: -24px;
}
.industries-slider-arrows-wrap .slide-single-wrap {
  padding: 30px 24px 0 24px;
}

.tax-two-columns {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .tax-two-columns {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .tax-two-columns {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-two-columns {
    margin-bottom: 161px;
  }
}
.tax-two-columns .text-wrap {
  padding: 34px 0 33px 42px;
  background: linear-gradient(270deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 92.36%);
  border-top-left-radius: 50px;
}
.tax-two-columns .text-wrap .tax-section-header {
  margin-bottom: 2px;
}
.tax-two-columns .text-wrap p:not(.tax-section-header) {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #717171;
}
@media only screen and (min-width: 992px) {
  .tax-two-columns .text-wrap p:not(.tax-section-header) {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.tax-two-columns .text-wrap p:not(.tax-section-header) strong {
  font-weight: 700;
}

.tax-three-columns {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .tax-three-columns {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .tax-three-columns {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-three-columns {
    margin-bottom: 141px;
  }
}
.tax-three-columns .row {
  margin-left: -28px;
  margin-right: -28px;
}
.tax-three-columns .row .col {
  padding-left: 28px;
  padding-right: 28px;
}
.tax-three-columns ul li {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  margin-bottom: 15px;
  padding: 0;
  border: none;
  position: relative;
  padding: 11px 16px 11px 32px;
  border-radius: 10px;
  background-color: #F3F3F3;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) {
  .tax-three-columns ul li {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
}
@media only screen and (min-width: 992px) {
  .tax-three-columns ul li {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.tax-three-columns ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 13px;
  background-image: url(../images/list-marker.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tax-three-columns ul li strong {
  font-weight: 700;
}
.tax-three-columns .text-wrap {
  padding: 34px 0 5px 42px;
  background: linear-gradient(270deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 92.36%);
  border-top-left-radius: 50px;
}
.tax-three-columns .text-wrap .tax-section-header {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1600px) {
  .tax-three-columns .text-wrap .tax-section-header {
    margin-bottom: 2px;
  }
}
.tax-three-columns .text-wrap p:not(.tax-section-header) {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  color: #000;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .tax-three-columns .text-wrap p:not(.tax-section-header) {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .tax-three-columns .text-wrap p:not(.tax-section-header) {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.tax-three-columns .text-wrap p:not(.tax-section-header) strong {
  font-weight: 700;
}

.tax-characteristics {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .tax-characteristics {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-characteristics {
    margin-bottom: 92px;
  }
}
.tax-characteristics .text-wrap {
  border-radius: 10px;
  background: rgba(229, 230, 231, 0.7);
  height: 100%;
  padding: 38px 48px 10px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .tax-characteristics .text-wrap {
    padding: 38px 49px 28px 0;
  }
}
@media only screen and (min-width: 1600px) {
  .tax-characteristics .text-wrap {
    padding: 38px 49px 38px 0;
  }
}
.tax-characteristics .text-wrap::before {
  content: "";
  display: block;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: rgba(229, 230, 231, 0.7);
  position: absolute;
}
.tax-characteristics .text-wrap ul {
  margin-left: 20px;
  margin-bottom: 30px;
}
.tax-characteristics .text-wrap ul li {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  margin-bottom: 10px;
  padding: 0;
  border: none;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tax-characteristics .text-wrap ul li {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
}
@media only screen and (min-width: 992px) {
  .tax-characteristics .text-wrap ul li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.tax-characteristics .text-wrap ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: -20px;
  top: 7px;
  background-image: url(../images/list-marker.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tax-characteristics .text-wrap ul li strong {
  font-weight: 700;
}
.tax-characteristics .yellow-border-top-box {
  margin-bottom: 0;
  height: 100%;
}
.tax-characteristics .yellow-border-top-box .tax-section-header {
  margin-bottom: 10px;
}
.tax-characteristics .yellow-border-top-box .header-small {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  text-align: center;
  margin-bottom: 18px;
}
.tax-characteristics .yellow-border-top-box p {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #000;
}
@media only screen and (min-width: 992px) {
  .tax-characteristics .yellow-border-top-box p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.tax-characteristics .yellow-border-top-box .row .col .img-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tax-gray-bg-section {
  margin-bottom: 50px;
}
.tax-gray-bg-section .gray-bg-wrap {
  padding: 25px 20px 15px 20px;
  border: 0.5px solid #005C97;
  background: #EEE;
}
@media only screen and (min-width: 992px) {
  .tax-gray-bg-section .gray-bg-wrap {
    padding: 39px 50px 15px 50px;
  }
}
.tax-gray-bg-section .gray-bg-wrap .header {
  font-size: 1.25rem;
  line-height: 2.1875rem;
  margin-bottom: 39px;
  text-align: center;
}
.tax-gray-bg-section .gray-bg-wrap .img-wrap {
  margin-bottom: 25px;
}
.tax-gray-bg-section .gray-bg-wrap .row {
  margin-left: -31px;
  margin-right: -31px;
}
.tax-gray-bg-section .gray-bg-wrap .row .col {
  padding-left: 31px;
  padding-right: 31px;
}
.tax-gray-bg-section .gray-bg-wrap .text-wrap p {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #717171;
}
@media only screen and (min-width: 992px) {
  .tax-gray-bg-section .gray-bg-wrap .text-wrap p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.realisations-tax {
  padding-top: 35px;
  position: relative;
  padding-bottom: 40px;
}
.realisations-tax::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1026px;
  height: 100%;
  background: linear-gradient(90deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 92.36%);
  border-top-right-radius: 50px;
  z-index: -1;
}
.realisations-tax.margin-bottom {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .realisations-tax.margin-bottom {
    margin-bottom: 92px;
  }
}
.realisations-tax.margin-bottom::before {
  display: none;
}
.realisations-tax .tax-section-header {
  margin-bottom: 8px;
}
.realisations-tax .text-wrap {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .realisations-tax .text-wrap {
    margin-bottom: 53px;
  }
}
.realisations-tax .text-wrap p {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #717171;
}
@media only screen and (min-width: 992px) {
  .realisations-tax .text-wrap p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.realisations-tax .row {
  margin-left: -31px;
  margin-right: -31px;
}
.realisations-tax .row .col {
  padding-left: 31px;
  padding-right: 31px;
}
.realisations-tax .realisations-slider {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1600px) {
  .realisations-tax .realisations-slider {
    margin-bottom: 0;
  }
}
.realisations-tax .realisations-slider .slick-dots {
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  pointer-events: none;
}
.realisations-tax .realisations-slider .slick-dots li {
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  margin: 0 5px;
}
.realisations-tax .realisations-slider .slick-dots li::before {
  display: none;
}
.realisations-tax .realisations-slider .slick-dots li.slick-active {
  background-color: #fff;
}
.realisations-tax .realisations-slider .slick-dots li button {
  display: none;
}
.realisations-tax .realisations-slider .img-wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  position: relative; /* If you want text inside of it */
}
.realisations-tax .realisations-slider .img-wrap .text-wrap {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
}
.realisations-tax .realisations-slider .img-wrap .text-wrap .link-wrap .header span, .realisations-tax .realisations-slider .img-wrap .text-wrap .link-wrap .header svg {
  vertical-align: middle;
}
.realisations-tax .realisations-slider .img-wrap .text-wrap .link-wrap .header span {
  font-size: 1.375rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.realisations-tax .realisations-slider .img-wrap .text-wrap p {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #fff;
}
.realisations-tax .realisations-slider .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realisations-tax .realisations-wrap .realisation-single {
  padding-bottom: 15px;
  border-bottom: 4px solid #E5E6E7;
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) {
  .realisations-tax .realisations-wrap .realisation-single {
    padding-bottom: 42px;
    margin-bottom: 33px;
  }
}
.realisations-tax .realisations-wrap .realisation-single:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.realisations-tax .realisations-wrap .realisation-single .row {
  margin-left: 0;
  margin-right: 0;
}
.realisations-tax .realisations-wrap .realisation-single .row .col {
  padding-left: 0;
  padding-right: 0;
}
.realisations-tax .realisations-wrap .realisation-single .img-wrap {
  width: 100%;
  padding-top: 85%;
  position: relative; /* If you want text inside of it */
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.realisations-tax .realisations-wrap .realisation-single .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.realisations-tax .realisations-wrap .realisation-single .text-wrap {
  padding-left: 5px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .realisations-tax .realisations-wrap .realisation-single .text-wrap {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .realisations-tax .realisations-wrap .realisation-single .text-wrap {
    padding-left: 28px;
  }
}
.realisations-tax .realisations-wrap .realisation-single .text-wrap .title-wrap {
  margin-bottom: 5px;
}
.realisations-tax .realisations-wrap .realisation-single .text-wrap .title-wrap a {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #000;
  font-weight: 700;
}
.realisations-tax .realisations-wrap .realisation-single .text-wrap p {
  margin-bottom: 20px;
}
.realisations-tax .realisations-wrap .realisation-single .text-wrap .more-wrap a span, .realisations-tax .realisations-wrap .realisation-single .text-wrap .more-wrap a svg {
  vertical-align: middle;
}
.realisations-tax .realisations-wrap .realisation-single .text-wrap .more-wrap a span {
  color: #000;
}
.realisations-tax .realisations-wrap .realisation-single .text-wrap .more-wrap a svg {
  margin-left: 10px;
}

.tax-clients {
  margin-bottom: 127px;
}
.tax-clients .img-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.tax-clients .right-text-wrap {
  padding: 2px 0 14px 30px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: rgba(229, 230, 231, 0.7);
  position: relative;
}
.tax-clients .right-text-wrap::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(229, 230, 231, 0.7);
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
}
.tax-clients .right-text-wrap .row {
  margin-left: -5px;
  margin-right: -5px;
}
.tax-clients .right-text-wrap .row .col {
  padding-left: 5px;
  padding-right: 5px;
}
.tax-clients .right-text-wrap p:not(.tax-section-header) {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75rem;
  color: #717171;
}
.tax-clients .right-text-wrap .tax-section-header {
  margin-bottom: 2px;
}
.tax-clients .right-text-wrap .btn {
  float: right;
  padding: 8px 10px;
  padding: 12px 12px;
  letter-spacing: -0.7px;
}

.tax-use {
  position: relative;
  padding-top: 35px;
  position: relative;
  padding-bottom: 40px;
}
.tax-use::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1026px;
  height: 100%;
  background: linear-gradient(90deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 92.36%);
  border-top-right-radius: 50px;
  z-index: -1;
}
.tax-use .row {
  margin-left: -11px;
  margin-right: -11px;
}
.tax-use .row .col {
  padding-left: 11px;
  padding-right: 11px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .tax-use .row .col {
    margin-bottom: 43px;
  }
}
.tax-use .col-wrap {
  position: relative;
  padding: 25px 20px;
  background-color: #F3F3F3;
  border-radius: 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  min-height: 310px;
}
.tax-use .col-wrap .img-wrap {
  margin-bottom: 10px;
}
.tax-use .col-wrap .header {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #000;
  min-height: 56px;
}
@media only screen and (min-width: 768px) {
  .tax-use .col-wrap .header {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.tax-use .col-wrap p {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  margin-bottom: 0;
  color: #000;
  overflow: hidden;
  min-height: 140px;
}
@media only screen and (min-width: 768px) {
  .tax-use .col-wrap p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.tax-use .col-wrap p .more {
  display: none;
}
.tax-use .col-wrap .show-more-btn {
  position: absolute;
  bottom: 10px;
  right: 15px;
  background-color: #F3F3F3;
}
.tax-use .col-wrap .show-more-btn.active svg {
  transform: rotate(180deg);
}
.tax-use .col-wrap .show-more-btn svg {
  -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;
}

.tax-cta-wrap {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .tax-cta-wrap {
    margin-bottom: 80px;
  }
}

section.services {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  section.services {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  section.services {
    margin-bottom: 127px;
  }
}
section.services .services-header {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #005C97;
  font-weight: 700;
  margin-bottom: 21px;
}
@media only screen and (min-width: 992px) {
  section.services .services-header {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
section.services .text-wrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  section.services .text-wrap {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  section.services .text-wrap {
    margin-bottom: 39px;
  }
}
section.services p {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  color: #000;
  margin-bottom: 14px;
}
@media only screen and (min-width: 992px) {
  section.services p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
section.services .call-to-action-wrap {
  background-color: #E5E6E7;
  padding: 32px 22px 40px 22px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) {
  section.services .call-to-action-wrap {
    padding: 32px 40px 40px 40px;
  }
}
@media only screen and (min-width: 1600px) {
  section.services .call-to-action-wrap {
    padding: 32px 152px 40px 152px;
  }
}
section.services .call-to-action-wrap .section-header {
  font-size: 1.125rem;
  line-height: 1.625rem;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) {
  section.services .call-to-action-wrap .section-header {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  section.services .call-to-action-wrap .section-header {
    font-size: 1.875rem;
    line-height: 3.25rem;
  }
}
section.services .row.text-wrap .col {
  position: relative;
}
section.services .services-rounded-img-wrap {
  width: calc(100% - 30px);
  height: 100%;
  position: absolute;
}
section.services .services-rounded-img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.products-mobile {
  text-align: center;
  padding-bottom: 44px;
}
.products-mobile .blue-text-decor {
  margin-bottom: 40px;
}
.products-mobile .bottom-slider-arrows-wrap {
  width: 100%;
}
.products-mobile .bottom-slider-arrows-wrap .slick-list {
  margin-bottom: 12px;
}
.products-mobile .bottom-slider-arrows-wrap .slick-slide > div {
  display: flex !important;
}
.products-mobile .bottom-slider-arrows-wrap .slick-slide > div .slide-single-wrap {
  height: auto;
}
.products-mobile .bottom-slider-arrows-wrap .slide-single-wrap {
  padding: 0 5px 20px 5px;
  height: 100%;
}
.products-mobile .bottom-slider-arrows-wrap .slide-single-wrap .slide-single {
  padding: 21px 17px 22px 17px;
  background-color: #fff;
  border: 1px solid #F2F2F3;
  border-top: 3px solid transparent;
  border-radius: 10px;
  -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;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.products-mobile .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .img-wrap {
  text-align: center;
  margin-bottom: 14px;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
.products-mobile .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.products-mobile .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .text-wrap-slide {
  margin-top: auto;
}
.products-mobile .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .title {
  /*@include font-size(18);
  @include line-height(20);
  font-weight: 400;*/
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}
.products-mobile .bottom-slider-arrows-wrap .slide-single-wrap .slide-single .button-wrap .btn {
  text-align: center;
  padding: 8px 14px;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
}
.products-mobile .slick-dots {
  text-align: right;
  padding: 0;
  margin-bottom: 28px;
  text-align: center;
  pointer-events: none;
}
.products-mobile .slick-dots li {
  width: 8px;
  height: 8px;
  border: 1px solid #808080;
  background-color: transparent;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  margin: 0 2px;
}
.products-mobile .slick-dots li::before {
  display: none;
}
.products-mobile .slick-dots li.slick-active {
  background-color: #808080;
}
.products-mobile .slick-dots li button {
  display: none;
}

.about-us-4-columns {
  background-color: rgba(229, 230, 231, 0.6980392157);
  padding: 35px 0 20px 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .about-us-4-columns {
    padding: 71px 0 43px 0;
    margin-bottom: 78px;
  }
}
.about-us-4-columns .blue-text-decor {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .about-us-4-columns .blue-text-decor {
    margin-bottom: 66px;
  }
}
.about-us-4-columns .row-about-colums {
  margin-left: -10px;
  margin-right: -10px;
}
.about-us-4-columns .row-about-colums .col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .about-us-4-columns .row-about-colums .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us-4-columns .row-about-colums .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.about-us-4-columns .column-wrap {
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: #F3F3F3;
  padding: 22px 17px 10px 17px;
}
.about-us-4-columns .column-wrap.gray-bg {
  background-color: rgba(229, 230, 231, 0.6980392157);
}
.about-us-4-columns .column-wrap p {
  margin-bottom: 20px;
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 768px) {
  .about-us-4-columns .column-wrap p {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-4-columns .column-wrap p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.about-us-4-columns .column-wrap ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.about-us-4-columns .column-wrap ul li {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about-us-4-columns .column-wrap ul li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-4-columns .column-wrap ul li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.about-us-4-columns .column-wrap ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/list-in-column-about-arrows.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 4px;
}
@media only screen and (min-width: 992px) {
  .about-us-4-columns .column-wrap ul li::before {
    top: 8px;
  }
}
.about-us-4-columns .column-wrap .column-header {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.625rem;
  min-height: 90px;
  font-weight: 700;
  color: #004B87;
  padding-top: 10px;
  margin-right: -5px;
}
@media only screen and (min-width: 992px) {
  .about-us-4-columns .column-wrap .column-header {
    font-size: 1.875rem;
    line-height: 2.125rem;
    min-height: 105px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-4-columns .column-wrap .column-header {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .about-us-4-columns .column-wrap .column-header {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
.about-us-4-columns .column-wrap .column-header.with-icon {
  position: relative;
  padding-left: 90px;
}
.about-us-4-columns .column-wrap .column-header img {
  width: 77px;
  height: 78px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.about-news-work {
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .about-news-work {
    margin-bottom: 110px;
  }
}
.about-news-work .blue-text-decor.news-header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .about-news-work .blue-text-decor.news-header {
    line-height: 2.625rem;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-news-work .blue-text-decor.news-header {
    line-height: 3.125rem;
    margin-bottom: 43px;
  }
}
.about-news-work .button-wrap.news-button-wrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .about-news-work .button-wrap.news-button-wrap {
    margin-bottom: 49px;
  }
}
.about-news-work .button-wrap.news-button-wrap .btn {
  float: none;
}
.about-news-work .button-wrap .btn {
  float: right;
}
.about-news-work .row-about-news-work {
  margin-left: -32px;
  margin-right: -32px;
}
@media only screen and (min-width: 992px) {
  .about-news-work .row-about-news-work {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-news-work .row-about-news-work {
    margin-left: -32px;
    margin-right: -32px;
  }
}
.about-news-work .row-about-news-work .col {
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (min-width: 992px) {
  .about-news-work .row-about-news-work .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-news-work .row-about-news-work .col {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.about-news-work .row-news {
  margin-left: -25px;
  margin-right: -25px;
}
@media only screen and (min-width: 992px) {
  .about-news-work .row-news {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-news-work .row-news {
    margin-left: -25px;
    margin-right: -25px;
  }
}
.about-news-work .row-news .col {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .about-news-work .row-news .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-news-work .row-news .col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.about-news-work .yellow-border-top-box {
  padding: 20px 15px;
}
@media only screen and (min-width: 992px) {
  .about-news-work .yellow-border-top-box {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 1600px) {
  .about-news-work .yellow-border-top-box {
    padding: 32px 42px;
    margin-right: -125px;
  }
}
.about-news-work .yellow-border-top-box p:not(.blue-text-decor) {
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 768px) {
  .about-news-work .yellow-border-top-box p:not(.blue-text-decor) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .about-news-work .yellow-border-top-box p:not(.blue-text-decor) {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.about-news-work .yellow-border-top-box p:not(.blue-text-decor).blue-text {
  color: #004B87;
}
.about-news-work .yellow-border-top-box .img-wrap {
  margin-bottom: 20px;
  padding-top: 46%;
  position: relative;
}
.about-news-work .yellow-border-top-box .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-yt {
  padding: 40px 0 35px 0;
  background-color: rgba(229, 230, 231, 0.6980392157);
  position: relative;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .about-yt {
    padding: 40px 0 50px 0;
    margin-bottom: 71px;
  }
}
.about-yt::before {
  content: "";
  display: block;
  background-image: url(../images/academy-arrows.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 554px;
  height: 576px;
  top: -45px;
}
.about-yt .row-about-yt {
  margin-left: -40px;
  margin-right: -40px;
}
.about-yt .row-about-yt .col {
  padding-left: 40px;
  padding-right: 40px;
}
.about-yt p:not(.blue-text-decor) {
  margin-bottom: 30px;
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 768px) {
  .about-yt p:not(.blue-text-decor) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .about-yt p:not(.blue-text-decor) {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.about-yt p:not(.blue-text-decor) strong {
  font-weight: 700;
  color: #004B87;
}
.about-yt ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.about-yt ul li {
  position: relative;
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 768px) {
  .about-yt ul li {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .about-yt ul li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.about-yt ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/list-in-column-about-arrows.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 4px;
}
@media only screen and (min-width: 992px) {
  .about-yt ul li::before {
    top: 8px;
  }
}
.about-yt .button-wrap {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .about-yt .button-wrap {
    margin-bottom: 0;
  }
}
.about-yt .iframe-wrap {
  padding-top: 68%; /* Aspect Ratio */
  position: relative; /* If you want text inside of it */
}
@media only screen and (min-width: 992px) {
  .about-yt .iframe-wrap {
    margin-right: -125px;
  }
}
.about-yt .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-posts-section {
  padding: 50px 0;
}
.blog-posts-section.posts-tips-section {
  padding: 10px 0 50px 0;
}
@media only screen and (min-width: 992px) {
  .blog-posts-section.posts-tips-section {
    padding: 50px 0;
  }
}
.blog-posts-section .row-blog-posts {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (min-width: 992px) {
  .blog-posts-section .row-blog-posts {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-posts-section .row-blog-posts {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.blog-posts-section .row-blog-posts.tips-realisations {
  margin-left: -15px;
  margin-right: -15px;
}
.blog-posts-section .row-blog-posts.tips-realisations .col {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .blog-posts-section .row-blog-posts.tips-realisations .col {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-posts-section .row-blog-posts.tips-realisations .col.col-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.blog-posts-section .row-blog-posts.tips-realisations .tip-realisation-single-wrap {
  padding: 0;
}
.blog-posts-section .row-blog-posts .col {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .blog-posts-section .row-blog-posts .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-posts-section .row-blog-posts .col {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }
}

.simple-text-page-wrap.single-job-offer-page-wrap {
  padding: 42px 0 43px 0;
}
.simple-text-page-wrap.single-job-offer-page-wrap h1, .simple-text-page-wrap.single-job-offer-page-wrap h2, .simple-text-page-wrap.single-job-offer-page-wrap h3, .simple-text-page-wrap.single-job-offer-page-wrap h4, .simple-text-page-wrap.single-job-offer-page-wrap h5, .simple-text-page-wrap.single-job-offer-page-wrap h6 {
  margin-bottom: 15px;
}
.simple-text-page-wrap.single-job-offer-page-wrap p strong {
  color: #004B87;
}
.simple-text-page-wrap.single-job-offer-page-wrap .form-wrap.contact-form-wrap {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #F7EA48;
  padding: 25px 18px;
}
.simple-text-page-wrap.single-job-offer-page-wrap .form-wrap.contact-form-wrap p {
  font-size: 0.625rem;
  line-height: 0.8125rem;
}
.simple-text-page-wrap.single-job-offer-page-wrap .form-wrap.contact-form-wrap .button-wide-wrap-input {
  margin-top: 20px;
}
.simple-text-page-wrap.single-job-offer-page-wrap .form-wrap.contact-form-wrap .button-wide-wrap-input::after {
  top: 13px;
}
.simple-text-page-wrap.single-job-offer-page-wrap .form-wrap.contact-form-wrap .codedropz-upload-inner h3 {
  font-size: 0.625rem;
  line-height: 0.625rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  color: #808080;
}
.simple-text-page-wrap.single-job-offer-page-wrap .form-wrap.contact-form-wrap .codedropz-upload-inner span {
  font-size: 0.625rem;
  line-height: 0.625rem;
  color: #808080;
}
.simple-text-page-wrap.single-job-offer-page-wrap .form-wrap.contact-form-wrap .codedropz-upload-inner a {
  font-size: 0.625rem;
  line-height: 0.625rem;
}
.simple-text-page-wrap.single-job-offer-page-wrap .form-wrap.contact-form-wrap .dnd-upload-counter {
  display: none;
}

.row-single-job-offer {
  margin-left: -45px;
  margin-right: -45px;
}
@media only screen and (min-width: 992px) {
  .row-single-job-offer {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-single-job-offer {
    margin-left: -45px;
    margin-right: -45px;
  }
}
.row-single-job-offer .col {
  padding-left: 45px;
  padding-right: 45px;
}
@media only screen and (min-width: 992px) {
  .row-single-job-offer .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-single-job-offer .col {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.job-offer-single-bottom-text {
  margin-bottom: 20px;
}
.job-offer-single-bottom-text p {
  font-size: 0.75rem;
  line-height: 1.1875rem;
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) {
  .job-offer-single-bottom-text p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.job-offer-single-bottom-text p .blue {
  color: #004B87;
}
.job-offer-single-bottom-text a svg {
  vertical-align: middle;
}
.job-offer-single-bottom-text a span {
  vertical-align: middle;
  color: #000;
  font-weight: 700;
}
.job-offer-single-bottom-text .middle-icon-wrap {
  margin-top: 60px;
}

.simple-text-page-wrap.report-violation h1, .simple-text-page-wrap.report-violation h2, .simple-text-page-wrap.report-violation h3, .simple-text-page-wrap.report-violation h4, .simple-text-page-wrap.report-violation h5, .simple-text-page-wrap.report-violation h6 {
  margin-bottom: 15px;
}
.simple-text-page-wrap.report-violation p {
  margin-bottom: 15px;
}
.simple-text-page-wrap.report-violation p strong {
  color: #004B87;
}
.simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #F7EA48;
  padding: 25px 18px 6px 18px;
}
.simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap p {
  margin-bottom: 15px;
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 992px) {
  .simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .violation-sidebar-header {
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 600;
  color: #005C97;
  margin-bottom: 37px;
}
@media only screen and (min-width: 992px) {
  .simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .violation-sidebar-header {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media only screen and (min-width: 1600px) {
  .simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .violation-sidebar-header {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
}
.simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap {
  margin-bottom: 37px;
}
.simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap p {
  margin-bottom: 2px;
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 992px) {
  .simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap p {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap p strong {
  color: #000;
  font-weight: 700;
}
.simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap .button-wrap {
  margin-top: 10px;
}
.simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap .btn.external, .simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap .btn:link.external, .simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap .btn:focus.external, .simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap .btn:visited.external {
  padding: 11px 25px;
  min-width: 223px;
  text-align: center;
}
.simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap .btn.external svg, .simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap .btn:link.external svg, .simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap .btn:focus.external svg, .simple-text-page-wrap.report-violation .form-wrap.contact-form-wrap .report-violation-button-wrap .btn:visited.external svg {
  transform: rotate(180deg);
}

.row-report-violation {
  margin-left: -37px;
  margin-right: -37px;
}
@media only screen and (min-width: 992px) {
  .row-report-violation {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-report-violation {
    margin-left: -37px;
    margin-right: -37px;
  }
}
.row-report-violation .col {
  padding-left: 37px;
  padding-right: 37px;
}
@media only screen and (min-width: 992px) {
  .row-report-violation .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1600px) {
  .row-report-violation .col {
    padding-left: 37px;
    padding-right: 37px;
  }
}
@media only screen and (min-width: 1200px) {
  .row-report-violation .col.col-custom-70 {
    -ms-flex: 0 0 68.679%;
    flex: 0 0 68.679%;
    max-width: 68.679%;
  }
}
@media only screen and (min-width: 1200px) {
  .row-report-violation .col.col-custom-30 {
    -ms-flex: 0 0 31.321%;
    flex: 0 0 31.321%;
    max-width: 31.321%;
  }
}

.ts-gray-bg-two-columns {
  background-color: rgba(229, 230, 231, 0.6980392157);
  margin-bottom: 30px;
  padding: 10px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .ts-gray-bg-two-columns {
    margin-bottom: 126px;
  }
}
.ts-gray-bg-two-columns::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -55px;
  background-image: url(../images/arrows-ts-gray-bg-section.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 576px;
  height: 554px;
}
.ts-gray-bg-two-columns .text-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.ts-gray-bg-two-columns .tax-section-header {
  margin-bottom: 15px;
}
.ts-gray-bg-two-columns p:not(.tax-section-header) {
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 992px) {
  .ts-gray-bg-two-columns p:not(.tax-section-header) {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.ts-gray-bg-two-columns .button-wrap {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .ts-gray-bg-two-columns .button-wrap {
    margin-bottom: 0;
  }
}

.ts-two-columns-simple {
  margin-bottom: 15px;
  padding: 10px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .ts-two-columns-simple {
    margin-bottom: 126px;
  }
}
.ts-two-columns-simple .img-wrap {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .ts-two-columns-simple .img-wrap {
    margin-bottom: 0;
  }
}
.ts-two-columns-simple .text-wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.ts-two-columns-simple .tax-section-header {
  margin-bottom: 15px;
}
.ts-two-columns-simple p:not(.tax-section-header) {
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 992px) {
  .ts-two-columns-simple p:not(.tax-section-header) {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

.page-top-no-img {
  position: relative;
  padding-top: 25px;
}
@media only screen and (min-width: 992px) {
  .page-top-no-img {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-top-no-img {
    padding-top: 53px;
  }
}
.page-top-no-img::before {
  content: "";
  display: none;
  right: 0;
  top: 0;
  position: absolute;
  height: 375px;
  width: 720px;
  background: linear-gradient(270deg, rgba(233, 233, 233, 0) 0%, #E9E9E9 92.36%);
  border-bottom-left-radius: 40px;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .page-top-no-img::before {
    display: block;
  }
}
.page-top-no-img .text-wrap-header-no-img {
  border-bottom: 1px solid #004B87;
}
.page-top-no-img .text-wrap-header-no-img .page-header {
  /*@include font-size(18);
  @include line-height(24);*/
  font-size: 1.5625rem;
  line-height: 1.8125rem;
  font-weight: 700;
  color: #005C97;
}
@media only screen and (min-width: 992px) {
  .page-top-no-img .text-wrap-header-no-img .page-header {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}
.page-top-no-img .text-wrap-header-no-img .page-text-wrap {
  font-size: 0.75rem;
  line-height: 1.1875rem;
}
@media only screen and (min-width: 992px) {
  .page-top-no-img .text-wrap-header-no-img .page-text-wrap {
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 40px;
  }
}

.brochures-section-wrap {
  padding: 25px 0 35px 0;
}
@media only screen and (min-width: 992px) {
  .brochures-section-wrap {
    padding: 66px 0 98px 0;
  }
}
.brochures-section-wrap .accordion-simple-wrap {
  margin-bottom: 7px;
}
.brochures-section-wrap .accordion-simple-wrap .accordion-header {
  display: block;
  border: 1px solid #005C97;
  border-radius: 10px;
  padding: 14px 45px 14px 15px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  background-color: #fff;
  color: #005C97;
  text-transform: uppercase;
  position: relative;
}
.brochures-section-wrap .accordion-simple-wrap .accordion-header::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/vector.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 12px;
  -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;
}
.brochures-section-wrap .accordion-simple-wrap .accordion-header.active::after {
  transform: rotate(180deg);
}
.brochures-section-wrap .accordion-simple-wrap .accordion-content {
  display: none;
  border: 1px solid #005C97;
  background-color: #E5E6E7;
  border-radius: 10px;
  padding: 9px 34px 5px 34px;
  margin-top: 7px;
  margin-bottom: 22px;
}
.brochures-section-wrap .accordion-simple-wrap .accordion-content > .row {
  margin-left: -10px;
  margin-right: -10px;
}
.brochures-section-wrap .accordion-simple-wrap .accordion-content > .row .col {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1600px) {
  .brochures-section-wrap .accordion-simple-wrap .accordion-content > .row .col.col-custom {
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
  }
}
.brochures-section-wrap .accordion-simple-wrap .accordion-content .img-wrap {
  width: 100%;
  padding-top: 141%;
  position: relative; /* If you want text inside of it */
  margin-bottom: 2px;
}
.brochures-section-wrap .accordion-simple-wrap .accordion-content .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.brochures-section-wrap .accordion-simple-wrap .accordion-content p {
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: -2%;
  color: #000;
}

.search-row-wrap {
  max-width: 857px;
  margin: 0 auto;
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) {
  .search-row-wrap {
    margin-bottom: 41px;
  }
}
.search-row-wrap .row-search-tabs {
  margin-left: -9px;
  margin-right: -9px;
}
.search-row-wrap .row-search-tabs .col {
  padding-left: 9px;
  padding-right: 9px;
}
.search-row-wrap .search-tab-selector {
  border: 1px solid #005C97;
  padding: 10px;
  padding-right: 30px;
  border-radius: 10px;
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 7px;
}
@media only screen and (min-width: 992px) {
  .search-row-wrap .search-tab-selector {
    margin-bottom: 0;
  }
}
.search-row-wrap .search-tab-selector.active {
  background-color: #005C97;
}
.search-row-wrap .search-tab-selector.active span {
  color: #fff;
}
.search-row-wrap .search-tab-selector.active span.count {
  color: #005C97;
  background-color: #F7EA48;
}
.search-row-wrap .search-tab-selector.disabled {
  pointer-events: none;
  cursor: not-allowed;
}
.search-row-wrap .search-tab-selector span {
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #000;
}
.search-row-wrap .search-tab-selector span.count {
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 700;
  text-align: center;
  color: #F7EA48;
  border-radius: 100%;
  background-color: #005C97;
  position: absolute;
  top: 4px;
  right: 10px;
  height: 27px;
  width: 27px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.search-results-wrap {
  border-top: 1px solid #005C97;
  margin-bottom: 80px;
  padding-top: 45px;
}
.search-results-wrap .search-tab {
  display: none;
}
.search-results-wrap .search-tab.active {
  display: block;
}
.search-results-wrap .blog-posts-wrap .row-blog-posts .col {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .search-results-wrap .blog-posts-wrap .row-blog-posts .col {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1600px) {
  .search-results-wrap .blog-posts-wrap .row-blog-posts .col.col-custom {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.search-results-wrap .blog-posts-wrap .row-blog-posts .col .tip-realisation-single-wrap {
  padding: 0;
}/*# sourceMappingURL=main.min.css.map */