@charset "UTF-8";
/* Breakpoints */
/* Libraries */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-bacteria:before {
  content: "";
}

.fa-bacterium:before {
  content: "";
}

.fa-bahai:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-tissue:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buy-n-large:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-caravan:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-cloudflare:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-cotton-bureau:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dailymotion:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-deezer:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-faucet:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guilded:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-wash:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "";
}

.fa-handshake-slash:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "";
}

.fa-head-side-cough-slash:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hive:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-user:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-innosoft:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "";
}

.fa-instalod:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octopus-deploy:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-perbyte:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pump-medical:before {
  content: "";
}

.fa-pump-soap:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-virus:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "";
}

.fa-store-slash:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-trailer:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-uncharted:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-slash:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vest:before {
  content: "";
}

.fa-vest-patches:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-virus:before {
  content: "";
}

.fa-virus-slash:before {
  content: "";
}

.fa-viruses:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-watchman-monitoring:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wodu:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.eot");
  src: url("webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-solid-900.woff2") format("woff2"), url("webfonts/fa-solid-900.woff") format("woff"), url("webfonts/fa-solid-900.ttf") format("truetype"), url("webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-regular-400.eot");
  src: url("webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("webfonts/fa-regular-400.woff2") format("woff2"), url("webfonts/fa-regular-400.woff") format("woff"), url("webfonts/fa-regular-400.ttf") format("truetype"), url("webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/* Include */
@font-face {
  font-family: gothamNarrowBook;
  src: url("../fonts/Elfving-signum-forteco-aixam/GothamNarrow-Book.otf");
}
@font-face {
  font-family: gothamNarrowBold;
  src: url("../fonts/Elfving-signum-forteco-aixam/GothamNarrow-Bold.otf");
}
@font-face {
  font-family: gothamBook;
  src: url("../fonts/Elfving-signum-forteco-aixam/Gotham-Book.otf");
}
@font-face {
  font-family: gothamLight;
  src: url("../fonts/Elfving-signum-forteco-aixam/GothamLight.ttf");
}
@font-face {
  font-family: peugeot;
  src: url("../fonts/Peugeot-drac/Peugeot Normal.otf");
}
@font-face {
  font-family: peugeotBold;
  src: url("../fonts/Peugeot-drac/Peugeot Bold.otf");
}
@font-face {
  font-family: peugeotLight;
  src: url("../fonts/Peugeot-drac/Peugeot Light.otf");
}
@font-face {
  font-family: peugeotExpanded;
  src: url("../fonts/Peugeot-drac/Peugeot Expanded Normal.otf");
}
@font-face {
  font-family: peugeotExpandedBold;
  src: url("../fonts/Peugeot-drac/Peugeot Expanded Bold.otf");
}
@font-face {
  font-family: peugeotExpandedLight;
  src: url("../fonts/Peugeot-drac/Peugeot Expanded Light.otf");
}
@font-face {
  font-family: reportr;
  src: url("../fonts/Peugeot-drac/reportr.ttf");
}
@font-face {
  font-family: skia;
  src: url("../fonts/Peugeot-drac/Skia.ttf");
}
@font-face {
  font-family: peugeotNew;
  src: url("../fonts/PeugeotNew/PeugeotNew-Black.otf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: peugeotNew;
  src: url("../fonts/PeugeotNew/PeugeotNew-BlackItalic.otf");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: peugeotNew;
  src: url("../fonts/PeugeotNew/PeugeotNew-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: peugeotNew;
  src: url("../fonts/PeugeotNew/PeugeotNew-BoldItalic.otf");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: peugeotNew;
  src: url("../fonts/PeugeotNew/PeugeotNew-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: peugeotNew;
  src: url("../fonts/PeugeotNew/PeugeotNew-Italic.otf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: peugeotNew;
  src: url("../fonts/PeugeotNew/PeugeotNew-Light.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: peugeotNew;
  src: url("../fonts/PeugeotNew/PeugeotNew-LightItalic.otf");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: peugeotNew;
  src: url("../fonts/PeugeotNew/PeugeotNew-ExtraLight.otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: peugeotNew;
  src: url("../fonts/PeugeotNew/PeugeotNew-ExtraLightItalic.otf");
  font-weight: 100;
  font-style: italic;
}
/* Font/text values */
@font-face {
  font-family: Ethnocentric;
  src: url(http://localhost/elfving/wp-content/themes/elfving-landingpage/fonts/conan-fonts/Ethnocentric.ttf);
  font-weight: normal;
}
/*h1 {
    font-family: "Ethnocentric", Arial, sans-serif !important;
}*/
/* Character Styles */
h1,
.h1,
h2,
.h2,
.style-1 {
  font-family: gothamBook;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0px;
  /*color: $dark-blue-2;*/
  margin: 0px;
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.style-2 {
  font-family: gothamBook;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  /*color: $dark-blue-2;*/
  margin: 0px;
}

p,
.p,
.style-3 {
  font-family: gothamBook;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0px;
  /*color: $dark-gray-1;*/
  margin: 0px;
}

h1 {
  font-size: 40px;
  line-height: 46px;
}
@media screen and (max-width: 575.98px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

h2,
h3 {
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 575.98px) {
  h2,
h3 {
    font-size: 25px;
    line-height: 31px;
  }
}

@media screen and (max-width: 380px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

h4 {
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 575.98px) {
  h4 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 575.98px) {
  p,
b,
label {
    font-size: 13px;
    line-height: 19px;
  }
}

/*button {
    @media screen and (max-width: $max-breakpoint-sm) {
        font-size: 13px;
    }
}*/
/* Global */
html,
body {
  background-color: #fff;
  line-height: 1;
  position: relative;
  z-index: -5;
}

* {
  /*font-family: "finlandica";*/
}

/*
p {
    font-family: gothamNarrowBook;
}*/
/*h1, h2, h3, h4, h5, h6 {
    font-family: gothamNarrowBold;
}*/
b,
strong {
  font-weight: 900;
  /*font-family: gothamNarrowBold;*/
}

a {
  transition-duration: 0.2s;
}

a:hover {
  text-decoration: none;
}

:root {
  --swiper-theme-color: #fff;
}

.nospacing {
  padding: 0px 0px;
  margin: 0px 0px;
}

.disable-scroll {
  overflow: hidden;
}

/* Sidebar links and content */
.sidebar_links_and_content {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .sidebar_links_and_content .content {
    padding-left: 50px;
  }
}
.sidebar_links_and_content .sidebar {
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
}
@media screen and (max-width: 767.98px) {
  .sidebar_links_and_content .sidebar {
    border-right: none;
    margin-bottom: 2rem;
  }
}
.sidebar_links_and_content .sidebar .line {
  height: 0.5rem;
  width: 90%;
  /*background-color: $light-blue-2;*/
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.sidebar_links_and_content .sidebar .link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 1rem;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
}
.sidebar_links_and_content .sidebar .link i {
  /*color: pink;*/
}
.sidebar_links_and_content .sidebar .link .fa-chevron-circle-right {
  /*color: $purple;*/
}
.sidebar_links_and_content .sidebar .link:hover {
  /*color: $blue-2;*/
}
.sidebar_links_and_content .sidebar .link.current {
  font-weight: bold;
}
@media (min-width: 576px) {
  .sidebar_links_and_content {
    margin-bottom: 8rem;
  }
}

.rich_text_block {
  /*margin-bottom: 1.5rem;*/
  margin: 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rich_text_block .rich-text-gradient .rich-text-block-content {
  max-width: 800px;
  margin: auto;
  /*h2 {
            margin-bottom: 1em;
        }*/
}
.rich_text_block .rich-text-gradient .rich-text-block-content a button {
  border: none;
  background: brown;
  padding: 9px 30px;
  box-shadow: 0px 0px 5px 1px #00000075;
  color: white;
  margin-top: 25px;
  cursor: pointer;
}
.rich_text_block .rich-text-gradient .rich-text-block-content a button .button-text {
  margin-bottom: 0 !important;
}
.rich_text_block .rich-text-gradient .rich-text-block-content a button:hover .button-text {
  opacity: 0.6;
}
.rich_text_block .rich-text-gradient .rich-text-block-content .peugeot-border-button {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 1249.9px) {
  .rich_text_block .rich-text-gradient .rich-text-block-content .peugeot-border-button {
    height: 40px;
    line-height: 40px;
  }
}
.rich_text_block .rich-text-gradient .rich-text-block-content .peugeot-border-button:hover {
  border-color: #00a3e0;
  background: #00a3e0;
}

@media screen and (max-width: 878px) {
  .rich-text-block-content {
    padding: 0px 40px;
  }
}
.error404 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.error404 #content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
}
.error404 #content .error_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.error404 #content .error_content h1 {
  margin-bottom: 1rem;
}

.wide_image {
  position: relative;
  margin-bottom: 2rem;
}
.wide_image p.small_text {
  position: absolute;
  left: 0.5rem;
  bottom: 0px;
  /*color: $white;*/
  font-size: 13px;
}
@media (min-width: 576px) {
  .wide_image {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Wide container */
.container-wide {
  max-width: 1366px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

/*navbar*/
/*desktop nav*/
.navbar {
  padding: 1rem 6rem !important;
}
.navbar .navbar-brand {
  margin-right: auto;
  z-index: 200;
}
.navbar .navbar-brand img {
  max-width: 210px;
  max-height: 80px;
}
@media screen and (max-width: 991.98px) {
  .navbar .navbar-brand img {
    max-width: 200px;
    max-height: 60px !important;
  }
}
.navbar .navbar-contact-info {
  height: 80px;
}
.navbar .navbar-contact-info div {
  margin-right: 20px;
  padding-top: 5px;
}
.navbar .navbar-contact-info p {
  font-size: 12px;
}
.navbar .navbar-contact-info i {
  margin-right: 5px;
  font-size: 20px;
}
.navbar .navbar-slope-bars {
  width: 75.5%;
  position: absolute;
  right: 0;
  height: 100%;
}
.navbar .navbar-slope-bars .small-bar {
  height: 10px;
  background: black;
  width: 100%;
  margin-left: auto;
  clip-path: polygon(5% 100%, 100% 100%, 100% 0%, 4% 0px);
  position: absolute;
  right: 0;
  top: 0;
  opacity: 1;
}
.navbar .navbar-slope-bars .menu-slope-bar {
  right: 0;
  bottom: -12px;
  background: brown;
  width: 100%;
  z-index: 10;
  padding-left: 50px;
  clip-path: polygon(100% 100%, 100% 0px, 5% 0%, 0px 100%);
  height: 70px;
  position: absolute;
}
.navbar .navbar-slope-bars #navbarText {
  right: 0;
  bottom: -12px;
  background: brown;
  width: 93%;
  z-index: 100;
  height: 70px;
  /*padding-left: 50px;*/
  /*clip-path: polygon(100% 100%, 100% 0px, 3% 0%, 0px 100%);*/
}
.navbar .navbar-slope-bars #navbarText div .menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}
.navbar .navbar-slope-bars #navbarText div .menu .menu-item {
  position: relative;
}
.navbar .navbar-slope-bars #navbarText div .menu .menu-item a {
  padding: 27px 20px;
  /*color: white;*/
  display: flex;
  align-items: center;
  font-family: gothamNarrowBook;
}
.navbar .navbar-slope-bars #navbarText div .menu .menu-item a i {
  font-size: 13px;
  padding-left: 10px;
  /*display: none;*/
}
.navbar .navbar-slope-bars #navbarText div .menu .menu-item .sub-menu {
  display: none;
  position: absolute;
  padding: 0;
  width: 100%;
}
.navbar .navbar-slope-bars #navbarText div .menu .menu-item .sub-menu .menu-item {
  list-style: none;
  text-align: center;
  /*background-color: #053F79;*/
}
.navbar .navbar-slope-bars #navbarText div .menu .menu-item .sub-menu .menu-item a {
  padding: 12px 0;
  display: block;
  font-family: gothamNarrowBook;
}
.navbar .navbar-slope-bars #navbarText div .menu .menu-item .sub-menu .menu-item a i {
  display: inline-block !important;
}
.navbar .navbar-slope-bars #navbarText div .menu .menu-item:hover .sub-menu {
  display: block;
}
.navbar .navbar-slope-bars #navbarText div .menu .menu-item-has-children a i:first-child {
  display: inline-block;
}
.navbar .navbar-slope-bars #navbarText div .menu .menu-item-has-children a i:last-child {
  display: none;
}
.menu a:hover {
  opacity: 0.6 !important;
}

@media screen and (max-width: 1199.98px) {
  .navbar {
    padding: 1rem 3rem !important;
  }
}
@media screen and (max-width: 991.98px) {
  .navbar {
    padding: 0.5rem 3rem !important;
  }

  .navbar-contact-info {
    display: none !important;
  }

  .menu-slope-bar {
    display: none !important;
  }
}
/*mobile nav*/
.navbar-toggler {
  z-index: 999;
}
.navbar-toggler span {
  font-size: 1.5rem !important;
  padding-top: 1px;
}

#mobileNav {
  position: relative;
  position: absolute;
  width: 45%;
  right: 0;
  z-index: 100;
  /*height: 100%;*/
}
@media screen and (max-width: 767.98px) {
  #mobileNav {
    width: 65%;
  }
}
#mobileNav .mobilenav-background {
  height: 100vh;
}
#mobileNav .mobilenav-background div {
  /*background-color: aquamarine;*/
}
#mobileNav .mobilenav-background div .menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0 !important;
  padding: 0;
  text-align: center;
  margin-bottom: 0 !important;
}
#mobileNav .mobilenav-background div .menu li {
  text-align: start;
  padding-left: 20px;
}
#mobileNav .mobilenav-background div .menu li a {
  /*color: white;*/
  padding: 15px 0;
  width: 100%;
  display: flex;
}
#mobileNav .mobilenav-background div .menu li a i {
  /*display: none;*/
  margin-left: auto;
  padding-right: 20px;
}
#mobileNav .mobilenav-background div .menu li .sub-menu {
  padding: 0 !important;
}
#mobileNav .mobilenav-background div .menu li .sub-menu .menu-item {
  list-style: none;
  padding-left: 0;
  /*text-align: center;
            background-color: #053F79;

            a {
                padding: 12px 0;
                display: block
            }*/
}
#mobileNav .mobilenav-background div .menu li .sub-menu .menu-item a {
  display: flex;
}
#mobileNav .mobilenav-background div .menu li .sub-menu .menu-item a i {
  /*display: none;*/
  margin-left: auto;
  padding-right: 20px;
}
#mobileNav .mobilenav-background div .menu .menu-item-has-children a i {
  display: none;
}
#mobileNav .mobilenav-background div .menu .menu-item-has-children a i:last-child {
  display: inline-block;
  margin-left: auto;
  padding-right: 20px;
}

@media screen and (min-width: 991.98px) {
  #mobileNav {
    display: none !important;
  }
}
@media screen and (max-width: 575.98px) {
  .navbar {
    padding: 0.5rem 1rem !important;
  }
}
/*-------------------peugeot------------------*/
/*--------------------------------PEUGEOT NEW-------------------------------*/
.contents {
  position: relative;
  height: 145px;
  transition: all 0.25s;
}
@media only screen and (max-width: 767.9px) {
  .contents {
    height: 105px;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.contents * {
  box-sizing: inherit !important;
}

#content {
  box-sizing: border-box !important;
}

#content * {
  box-sizing: border-box !important;
}

.main_navbar,
#mobileNav,
#nav-overlay {
  box-sizing: border-box !important;
}

.main_navbar *,
#mobileNav *,
#nav-overlay * {
  box-sizing: border-box !important;
}

footer,
footer * {
  box-sizing: border-box !important;
}

#new-header {
  background: #000;
  color: #fff;
  height: 145px;
  position: fixed;
  z-index: 1000;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition: height 0.25s;
  max-width: none;
  border: none;
}

@media only screen and (min-width: 1280px) {
  header {
    height: 94px;
    max-width: 1600px;
  }
}
@media only screen and (min-width: 1008px) {
  header {
    height: 70px;
  }
}
@media only screen and (min-width: 640px) {
  header {
    height: 74px;
  }
}
header {
  /* position: relative; */
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  background-color: #152032;
  color: #fff;
  height: 60px;
  border-bottom: 1px solid #265d86;
}

#new-header .burger {
  position: absolute;
  height: 100%;
  z-index: 1;
  box-sizing: initial !important;
  left: 0;
  top: 0;
  width: 22px;
  padding: 0 5%;
  display: none;
  transition: background;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: background;
}

#new-header .burger__link {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

#new-header .burger__icon {
  position: absolute;
  width: 22px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -1px;
  background-color: #fff;
}

#new-header .burger__icon,
#new-header .burger__icon:before,
#new-header .burger__icon:after {
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

#new-header .header__links {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  right: 0;
  display: flex;
  width: calc(100% - 80px);
  margin: 0 auto;
  max-width: 100%;
  padding: 0 40px;
}

@media screen and (min-width: 1250px) {
  #new-header .header__link--logo {
    max-width: 140px;
    margin-right: 28.15px;
  }
}
#new-header .header__link--logo {
  height: 100%;
  background-size: contain;
  border: 0;
  position: relative;
  opacity: 1 !important;
}

#new-header .header__link {
  display: table-cell;
  vertical-align: middle;
  width: 11.11111%;
  line-height: 13.5px;
}

.header__inner__container > .header__link {
  height: 13.5px;
}

a {
  color: inherit;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: inherit;
}

*:before,
*:after {
  box-sizing: inherit;
}

a:-webkit-any-link {
  color: -webkit-link;
  cursor: pointer;
}

#new-header {
  background: #000;
  color: #fff;
  height: 145px;
  position: fixed;
  z-index: 1000;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition: height 0.25s;
  max-width: none;
  border: none;
}

header {
  /* position: relative; */
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  background-color: #152032;
  color: #fff;
  height: 60px;
  border-bottom: 1px solid #265d86;
}

#new-header .header__link--logo:before {
  background: url(/www/statics/images/PeugeotNew/logo-peugeot-motocycles.svg) no-repeat center;
  opacity: 1;
  background-size: contain;
  margin: 0;
}

#new-header .header__link--logo:before,
#new-header .header__link--logo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.25s;
}

#new-header .header__link--logo:after {
  background: url(/www/statics/images/PeugeotNew/logo-peugeot-motocycles-light.svg) no-repeat center;
  opacity: 0;
}

#new-header .header__link--logo:before,
#new-header .header__link--logo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.25s;
}

@media screen and (min-width: 1250px) {
  #new-header .header__inner {
    display: flex;
    align-items: center;
    font-weight: 700;
    flex: 1;
    justify-content: flex-start;
  }
}
#new-header .header__inner {
  position: relative;
}

#new-header .header__link--logo + * {
  border-left: 0;
  transition: opacity 0.25s;
}

@media screen and (min-width: 1250px) {
  #new-header .header__inner__container {
    display: flex;
    flex: 1;
    overflow: hidden;
    position: relative;
  }
}
@media screen and (min-width: 1250px) {
  #new-header .header__inner__container:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #fff;
    transition: width 0.5s;
    opacity: 0.6;
  }
}
@media screen and (min-width: 1250px) {
  #new-header .header__inner__container > .header__link:first-child {
    margin-left: -12.5px;
  }
}
@media screen and (min-width: 1250px) {
  #new-header .header__inner .header__link {
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 21px 12.5px;
  }
}
#new-header .header__inner .header__link {
  display: flex;
  width: auto;
  flex-direction: row;
  position: relative;
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 1250px) {
  #new-header .header__inner__container.hovered .header__link:hover,
#new-header .header__inner__container .header__link {
    opacity: 1;
    transition: all 0.25s;
  }
}
#new-header .header__link {
  display: table-cell;
  vertical-align: middle;
  width: 11.11111%;
}

@media screen and (min-width: 1250px) {
  #new-header .header__inner .header__link:not(.from-right-menu):after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 12.5px;
    right: 12.5px;
    transition: height 0.25s, background-color 0s, opacity 0s;
    transition-delay: 0s, 0.25s, 0.25s;
    height: 1px;
    content: "";
    z-index: 1;
    opacity: 1;
  }
}
@media screen and (min-width: 1250px) {
  #new-header .top-right-menu {
    margin-right: -9px;
  }
}
#new-header .top-right-menu {
  display: flex;
  margin-left: auto;
}

@media screen and (min-width: 1250px) {
  #new-header .header__inner__container:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #fff;
    transition: width 0.5s;
    opacity: 0.6;
  }
}
@media screen and (min-width: 1250px) {
  #new-header .top-right-menu .header__link.from-right-menu {
    margin: 0;
    font-size: 25px;
    padding: 0 9px !important;
  }
}
@media screen and (min-width: 1250px) {
  #new-header .header__inner .header__link {
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 21px 12.5px;
  }
}
#new-header .header__inner .header__link {
  display: flex;
  width: auto;
  flex-direction: row;
  position: relative;
  font-size: 10px;
}

@media screen and (min-width: 1250px) {
  #new-header .header__inner__container.hovered .header__link:hover,
#new-header .header__inner__container .header__link {
    opacity: 1;
    transition: all 0.25s;
  }
}
#new-header .header__link {
  display: table-cell;
  vertical-align: middle;
  width: 11.11111%;
}

.peugeoticonnew {
  font-family: "icons-new" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-new-social-facebook:before {
  content: "";
}

.icon-new-social-linkedin:before {
  content: "";
}

.icon-new-social-instagram:before {
  content: "";
}

.icon-new-social-youtube:before {
  content: "";
}

@media screen and (min-width: 1250px) {
  #new-header .top-right-menu .header__link span.header-txt-inline {
    font-size: 9px;
    position: absolute;
    right: 0;
    padding: 5px;
    top: 0;
    line-height: 1;
    text-align: right;
    background: #000;
    opacity: 0;
    transform: translateY(-90%);
    transition: all 0.2s;
    min-height: 28px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    white-space: nowrap;
    z-index: -999;
  }
}
#new-header .lang_selector {
  position: absolute;
  z-index: 5;
  top: 19px;
  right: 0;
  display: flex;
  transition: all 0.25s;
  opacity: 1;
  transform: translateY(0);
}

#new-header .lang_selector a:not(:last-child) {
  margin-right: 15px;
}

#new-header .lang_selector a {
  opacity: 0.6;
  font-size: 9px;
}

a {
  color: inherit;
  text-decoration: none;
}

#new-header .lang_selector a.activ {
  opacity: 1;
}

#new-header .lang_selector a {
  opacity: 0.6;
  font-size: 9px;
}

a {
  color: inherit;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: inherit;
}

#new-header.sticky {
  height: 50px;
}

.sticky#new-header .header__link--logo:after {
  opacity: 1;
}

.sticky#new-header .header__link--logo:before {
  opacity: 0;
}

.sticky#new-header .lang_selector {
  opacity: 0;
  transform: translateY(-100%);
}

.sticky#new-header .header__inner .header__link {
  padding: 17.5px 12.5px;
}

@media screen and (min-width: 1250px) {
  .sticky#new-header .header__inner__container:after {
    width: 0;
  }
}
@media screen and (min-width: 1250px) {
  #new-header .header__inner .header__link:not(.from-right-menu):after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 12.5px;
    right: 12.5px;
    transition: height 0.25s, background-color 0s, opacity 0s;
    transition-delay: 0s, 0.25s, 0.25s;
    height: 1px;
    content: "";
    z-index: 1;
    opacity: 1;
  }
}
@media screen and (min-width: 1250px) {
  #new-header .header__inner .header__link:not(.from-right-menu):after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 12.5px;
    right: 12.5px;
    transition: height 0.25s, background-color 0s, opacity 0s;
    transition-delay: 0s, 0.25s, 0.25s;
    height: 1px;
    content: "";
    z-index: 1;
    opacity: 1;
  }
}
#new-header .header__inner .header__link:hover:after {
  background-color: #00a3e0;
  height: 4px;
  transition-delay: 0s, 0s;
}

@media only screen and (min-width: 1008px) {
  header {
    height: 70px;
  }
}
@media only screen and (min-width: 640px) {
  header {
    height: 74px;
  }
}
header {
  /* position: relative; */
  position: fixed;
  top: 0;
  z-index: 20;
  width: 100%;
  background-color: #152032;
  color: #fff;
  height: 60px;
  border-bottom: 1px solid #265d86;
}

@media screen and (max-width: 1249px) {
  #new-header .burger {
    display: flex;
    align-items: center;
    height: 50px;
    left: 18px;
    padding: 0 15px;
  }
}
#new-header .burger__link {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#new-header .burger__icon {
  position: absolute;
  width: 22px;
  height: 2px;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -1px;
  background-color: #fff;
}

#new-header .burger__icon,
#new-header .burger__icon:before,
#new-header .burger__icon:after {
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

#new-header .burger__icon:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  transform: translateY(-250%);
}

#new-header .burger__icon:before,
#new-header .burger__icon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #fff;
}

#new-header .burger__icon,
#new-header .burger__icon:before,
#new-header .burger__icon:after {
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

#new-header .burger__icon:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
  transform: translateY(250%);
}

#new-header .burger__icon:before,
#new-header .burger__icon:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #fff;
}

#new-header .burger__icon,
#new-header .burger__icon:before,
#new-header .burger__icon:after {
  transition: opacity, -webkit-transform;
  transition: transform, opacity;
  transition: transform, opacity, -webkit-transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
}

#content {
  box-sizing: border-box !important;
}

@media screen and (max-width: 1249px) {
  #new-header .header__links {
    display: flex;
    align-items: center;
    padding: 0 32px;
  }
}
@media screen and (max-width: 1249px) {
  #new-header .header__links {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    right: 0;
    display: flex;
    width: calc(100% - 64px);
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 1249px) {
  #new-header .header__links:before,
#new-header .header__links:after {
    content: " ";
    display: block;
    height: 1px;
    background: #fff;
    width: 50vw;
    transition: background 0s, transform 0.15s;
    transition-delay: 0.25s, 0.2s;
    transform: scaleX(1);
  }
}
@media screen and (max-width: 1249px) {
  #new-header .header__links:before,
#new-header .header__links:after {
    content: " ";
    display: block;
    height: 1px;
    background: #fff;
    width: 50vw;
    transition: background 0s, transform 0.15s;
    transition-delay: 0.25s, 0.2s;
    transform: scaleX(1);
  }
}
@media screen and (max-width: 1249px) {
  #new-header .header__link--logo {
    display: block;
    height: 100%;
    width: 160px;
    padding: 0;
  }
}
#new-header .header__link--logo {
  height: 100%;
  background-size: contain;
  border: 0;
  position: relative;
}

@media screen and (max-width: 1249px) {
  #new-header .header__link {
    font-size: 1.15rem;
    float: none;
    border: 0;
    display: block;
    padding: 1.5rem;
    height: auto;
  }
}
#new-header .header__link {
  display: table-cell;
  vertical-align: middle;
  width: 11.11111%;
}

.sticky#new-header .header__links:before {
  background: transparent;
  transition-delay: 0s;
  transform: scaleX(0);
}

.sticky#new-header .header__links:after {
  background: transparent;
  transition-delay: 0s;
  transform: scaleX(0);
}

@media screen and (max-width: 1249px) {
  #new-header .header__inner {
    display: block;
    position: fixed;
    left: 0;
    width: 100%;
    top: 144px;
    bottom: 0;
    overflow: auto;
    background: #000;
    height: auto;
    text-align: left;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 999;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: opacity, -webkit-transform;
    transition: transform, opacity;
    transition: transform, opacity, -webkit-transform;
    transition: transform, opacity, top 0.25s;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
    letter-spacing: 0;
    padding: 0 32px;
  }
}
#new-header .header__link--logo + * {
  border-left: 0;
  transition: opacity 0.25s;
}

@media screen and (max-width: 1249px) {
  #new-header .lang_selector {
    right: 15px;
    flex-direction: column;
  }
}
#new-header .lang_selector {
  position: absolute;
  z-index: 5;
  top: 19px;
  right: 0;
  display: flex;
  transition: all 0.25s;
  opacity: 1;
  transform: translateY(0);
}

#new-header .lang_selector a:not(:last-child) {
  margin-right: 15px;
}

@media screen and (max-width: 1249px) {
  #new-header .lang_selector a:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1249px) {
  #new-header .lang_selector a {
    font-size: 15px;
  }
}
#new-header .lang_selector a {
  opacity: 0.6;
  font-size: 9px;
}

@media screen and (max-width: 1249px) {
  #new-header .header__links:before,
#new-header .header__links:after {
    content: " ";
    display: block;
    height: 1px;
    background: #fff;
    width: 50vw;
    transition: background 0s, transform 0.15s;
    transition-delay: 0.25s, 0.2s;
    transform: scaleX(1);
  }
}
@media screen and (max-width: 1249px) {
  #new-header .top-right-menu {
    flex-direction: column;
    margin-top: 28px;
    padding-top: 22px;
    position: relative;
  }
}
#new-header .top-right-menu {
  display: flex;
  margin-left: auto;
}

@media screen and (max-width: 1249px) {
  #new-header .top-right-menu .header__link {
    display: flex;
    padding: 16px 8px;
  }
}
@media screen and (max-width: 1249px) {
  #new-header .header__inner .header__link {
    width: 100%;
    max-width: 100%;
    padding: 20px 8px;
  }
}
#new-header .header__inner .header__link {
  display: flex;
  width: auto;
  flex-direction: row;
  position: relative;
  font-size: 10px;
}

@media screen and (max-width: 1249px) {
  #new-header .header__link {
    font-size: 1.15rem;
    float: none;
    border: 0;
    display: block;
    padding: 1.5rem;
    height: auto;
  }
}
#new-header .header__link {
  display: table-cell;
  vertical-align: middle;
  width: 11.11111%;
}

@media screen and (max-width: 1249px) {
  #new-header .top-right-menu .header__link .peugeoticonnew {
    margin-right: 22px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1249px) {
  #new-header .header__inner .header__link span {
    padding: 0;
    vertical-align: bottom;
    display: flex;
    align-items: center;
    font-size: 19px;
    line-height: 1em;
  }
}
.peugeoticonnew {
  font-family: "icons-new" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1249px) {
  #new-header .top-right-menu .header__link span.header-txt-inline {
    color: #fff;
    font-size: 12px;
  }
}
@media screen and (max-width: 1249px) {
  #new-header .header__inner .header__link span {
    padding: 0;
    vertical-align: bottom;
    display: flex;
    align-items: center;
    font-size: 19px;
    line-height: 1em;
  }
}
@media screen and (max-width: 1249px) {
  #new-header .header__link--logo {
    display: block;
    height: 100%;
    width: 160px;
    padding: 0;
  }
}
#new-header .header__link--logo {
  height: 100%;
  background-size: contain;
  border: 0;
  position: relative;
}

@media screen and (max-width: 1249px) {
  #new-header .header__link {
    font-size: 1.15rem;
    float: none;
    border: 0;
    display: block;
    padding: 1.5rem;
    height: auto;
  }
}
@media screen and (max-width: 1249px) {
  #new-header .header__link--logo {
    display: block;
    height: 100%;
    width: 160px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #new-header {
    height: 105px;
  }
}
.ui-menu-open #new-header .burger__icon {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.ui-menu-open #new-header .burger__icon:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ui-menu-open #new-header .burger__icon:after {
  opacity: 0;
}

.ui-menu-open #new-header .header__inner {
  transform: none;
  opacity: 1;
}

@media screen and (max-width: 1249px) {
  .sticky#new-header .header__inner {
    top: 50px;
  }
}
@media screen and (max-width: 1249px) {
  #new-header .top-right-menu:after {
    content: "";
    height: 1px;
    position: absolute;
    left: 8px;
    right: 8px;
    top: 0;
    background: #fff;
  }
}
@media screen and (max-width: 1249px) {
  #new-header .header__inner {
    transition: all 0.25s;
    width: calc(100% - 64px);
  }
}
@media screen and (max-width: 767px) {
  #new-header .header__inner {
    top: 105px;
  }
}
@media screen and (max-width: 1249px) {
  #new-header .top-right-menu .header__link span.header-txt-inline {
    color: #fff;
    font-size: 12px;
  }
}
@media screen and (max-width: 1249px) {
  #new-header .top-right-menu .header__link {
    display: flex;
    padding: 16px 8px !important;
  }
}
.sticky#new-header .header__inner__container div .menu li a {
  padding: 17.5px 12.5px;
}

.header__inner__container div .menu {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1249px) {
  .header__inner__container div .menu {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (min-width: 1250px) {
  .header__inner__container div .menu li:first-child a {
    margin-left: -12.5px;
  }
}
.header__inner__container div .menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__inner__container div .menu li a {
  position: relative;
  font-size: 10px;
  color: white !important;
  line-height: 13.5px !important;
  opacity: 1 !important;
}
@media screen and (min-width: 1250px) {
  .header__inner__container div .menu li a {
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 21px 12.5px;
    opacity: 1;
    transition: all 0.25s;
    vertical-align: middle;
    color: inherit;
    text-decoration: none;
  }
}
@media screen and (max-width: 1249px) {
  .header__inner__container div .menu li a {
    width: 100%;
    max-width: 100%;
    padding: 20px 8px;
    float: none;
    border: 0;
    height: auto;
    vertical-align: bottom;
    display: flex;
    align-items: center;
    line-height: 1em !important;
    text-decoration: none;
    font-weight: 400 !important;
    font-size: 19px !important;
  }
}
.header__inner__container div .menu li a svg {
  display: none;
}
.header__inner__container div .menu li a i {
  display: none;
}
@media screen and (min-width: 1250px) {
  .header__inner__container div .menu li a::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 12.5px;
    right: 12.5px;
    transition: height 0.25s, background-color 0s, opacity 0s;
    transition-delay: 0s, 0.25s, 0.25s;
    height: 1px;
    content: "";
    z-index: 1;
    opacity: 1;
  }
}
.header__inner__container div .menu li a:hover::after {
  background-color: #00a3e0;
  height: 4px;
  transition-delay: 0s, 0s;
}

.sticky#new-header .top-right-menu a {
  padding: 17.5px 12.5px !important;
}

@media screen and (max-width: 1249.9px) {
  .top-right-menu a {
    height: 25px !important;
    align-items: center;
  }
}
.top-right-menu a svg {
  height: auto;
  width: 25px;
  font-size: 25px;
}
@media screen and (max-width: 1249.9px) {
  .top-right-menu a svg {
    margin-right: 22px;
    height: 50px;
  }
}
.top-right-menu a .fa-facebook {
  width: 26px;
}
.top-right-menu a .face,
.top-right-menu a .tube {
  margin-left: -1px;
}
.top-right-menu a .fa-youtube {
  width: 26px;
}

a {
  text-decoration: none;
}

/*footer*/
/*.footer-content-container {
    padding: 70px 100px 40px 100px !important;
}*/
.footer_headline_banner {
  color: black;
  top: -40px;
  margin: 0 15%;
  width: 70%;
  align-items: center;
  z-index: 15;
  clip-path: polygon(95% 100%, 100% 0%, 5% 0%, 0px 100%);
  padding: 10px 0;
}

/*.footer-banner-side {
    position: absolute;
    height: 60px;
    width: 300px;
    /*background: blue;
    top:-40px;
    z-index: 100;
}

.footer-banner-side-left {
    left: 12%;
    clip-path: polygon(100% 61px, 100% 0px, 25px 0%, 0px 61px);
}

.footer-banner-side-right {
    right: 12%;
    clip-path: polygon(275px 61px, 100% 0px, 0px 0%, 0px 61px);
}*/
.footer_headline_banner h3 {
  font-size: 30px;
  line-height: 40px;
  /*margin: 10px 40px 10px auto;*/
  color: white;
  text-transform: uppercase;
}

.footer_headline_banner .footer-banner-button {
  /*margin-right: auto !important;*/
  /*margin-left: 40px;*/
}

.button-footer {
  background: none;
  border: solid 1px white;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .button-footer {
    font-size: 12px;
  }
}
@media screen and (max-width: 444px) {
  .button-footer {
    font-size: 10px;
  }
}
@media screen and (max-width: 350px) {
  .button-footer {
    font-size: 10px;
  }
}

.button-footer:hover {
  background: rgba(0, 0, 0, 0.1);
}

.footer-info-text {
  margin-right: auto;
  max-width: 350px;
  padding-right: 15px;
}
.footer-info-text img {
  width: 150px;
  padding-bottom: 20px;
}

.footer-info-text > p,
.footer-contact-info-one > p {
  font-size: 14px;
}

.footer-contact-info-one > p {
  line-height: 25px;
}
.footer-contact-info-one > p a {
  color: white;
}
.footer-contact-info-one > p a:hover {
  opacity: 0.6;
}

.footer-contact-info-one > h5,
.footer-contact-info-two > h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
}

.footer-contact-info-one {
  margin-right: 120px;
}

.footer-contact-info-two > div {
  margin-bottom: 20px;
}

.footer-contact-info-two > div a {
  color: white;
  margin-right: 25px;
}

.footer-contact-info-two > div a:hover {
  opacity: 0.6;
}

.footer-contact-info-two > div img {
  height: 35px;
  width: auto;
  filter: invert(1);
}

.footer-contact-info-two > img {
  width: auto;
  height: 100px;
}

.copyright-banner {
  text-align: center;
  height: 38px;
  font-size: 15px !important;
  line-height: 15px !important;
  color: white;
}

@media screen and (max-width: 991.98px) {
  /*.footer-info-text {
        margin-right: 10px !important;
    }*/
  .footer-contact-info-one {
    margin-right: auto !important;
  }

  .footer-contact-info-two {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer_headline_banner h3 {
    margin: 10px 20px 10px 0 !important;
    font-size: 25px !important;
  }

  .footer-content-container {
    /*flex-direction: column !important;*/
    flex-wrap: wrap;
  }

  .footer-info-text {
    margin-bottom: 20px;
    padding-right: 0px !important;
  }

  /*.button-footer {
        padding: 5px 10px !important;
    }*/
}
@media screen and (max-width: 575.98px) {
  .footer_headline_banner {
    width: 80%;
    margin: 0 10%;
    display: none !important;
  }

  .footer-content-container {
    flex-direction: column !important;
  }

  .footer-contact-info-one {
    margin-bottom: 20px;
  }

  .footer-contact-info-two {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 444px) {
  .footer_headline_banner h3 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 370px) {
  .footer_headline_banner {
    width: 86%;
    margin: 0 7%;
  }

  .footer_headline_banner h3 {
    font-size: 18px !important;
  }
}
.peugeot-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #adaeb2;
  padding: 40px 0;
}
.peugeot-footer p {
  font-size: 12px;
  line-height: 12px;
}
.peugeot-footer a {
  font-size: 12px;
  line-height: 24px;
}
.peugeot-footer .peugeot-footer-logo {
  height: auto;
  width: 120px;
}
.peugeot-footer .peugeot-footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  height: 24px;
}
.peugeot-footer .peugeot-footer-links p {
  padding: 0 12px 0 8px;
  font-size: 14px !important;
  line-height: 13.5px !important;
  font-weight: 300 !important;
  opacity: 0.6;
}
.peugeot-footer .peugeot-footer-links a {
  color: #adaeb2;
  font-size: 10px !important;
  line-height: 13.5px !important;
  font-weight: 400 !important;
}
.peugeot-footer .peugeot-footer-links a:hover {
  opacity: 0.8;
}
.peugeot-footer .peugeot-legal {
  font-size: 10px !important;
  line-height: 13.5px !important;
  font-weight: 400 !important;
}

/*dual column block*/
.dual_column_block.triple-column {
  padding: 0 15px;
  max-width: 100% !important;
}
@media screen and (max-width: 767.98px) {
  .dual_column_block.triple-column {
    padding: 0 15px;
  }
}
.dual_column_block.triple-column div .dual-column-block-content {
  max-width: 1400px !important;
  height: 313px !important;
}
@media screen and (max-width: 767.98px) {
  .dual_column_block.triple-column div .dual-column-block-content {
    height: auto !important;
  }
}
.dual_column_block.triple-column div .dual-column-block-content .dual-column-text {
  flex: 0 2 484.5px !important;
  height: 100% !important;
}
@media screen and (max-width: 767.98px) {
  .dual_column_block.triple-column div .dual-column-block-content .dual-column-text {
    flex: unset !important;
    height: auto !important;
  }
}
.dual_column_block.triple-column div .dual-column-block-content .dual-column-video {
  height: 280px;
  flex: 0 1 480px !important;
}
@media screen and (max-width: 767.98px) {
  .dual_column_block.triple-column div .dual-column-block-content .dual-column-video {
    height: 300px !important;
    flex: unset !important;
    width: 100%;
  }
}
.dual_column_block.triple-column div .dual_column_block-image {
  flex: 0 1 429px !important;
  height: 100% !important;
  margin: 0 15px;
}
@media screen and (max-width: 767.98px) {
  .dual_column_block.triple-column div .dual_column_block-image {
    height: 300px !important;
    flex: unset !important;
    width: 100%;
    margin: 0px;
  }
}

.dual_column_block {
  /*margin: 75px 0;*/
  margin-top: 75px;
  margin-bottom: 75px;
}
@media screen and (max-width: 991.98px) {
  .dual_column_block {
    max-width: 690px !important;
  }
}
.dual_column_block div .dual-column-block-content {
  max-width: 969px;
  height: 313px;
  margin: auto;
}
@media screen and (max-width: 991.98px) {
  .dual_column_block div .dual-column-block-content {
    height: auto;
  }
}
.dual_column_block div .dual-column-block-content .dual-column-text {
  flex: 0 0 50%;
  text-align: center;
  background: #285797;
  color: white;
  padding: 25px 50px;
}
@media screen and (max-width: 1199.98px) {
  .dual_column_block div .dual-column-block-content .dual-column-text {
    padding: 25px 35px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .dual_column_block div .dual-column-block-content .dual-column-text {
    padding: 25px 30px !important;
  }
}
.dual_column_block div .dual-column-block-content .dual-column-text p {
  line-height: 25px;
}
.dual_column_block div .dual-column-block-content .dual-column-text a {
  margin-top: 15px;
}
.dual_column_block div .dual-column-block-content .dual-column-text a button {
  background: white;
  border: none;
  color: #285797;
  padding: 0px;
  /*font-size: 15px;*/
  box-shadow: 0px 5px 20px -11px black;
  cursor: pointer;
}
.dual_column_block div .dual-column-block-content .dual-column-text a button .dual-column-button-gradient {
  padding: 9px 30px;
}
.dual_column_block div .dual-column-block-content .dual-column-text a button .dual-column-button-gradient:hover {
  /*background-color: rgba(0,0,0,0.2);*/
}
.dual_column_block div .dual-column-block-content .dual-column-text a button .dual-column-button-gradient:hover p {
  opacity: 0.6;
}
.dual_column_block div .dual-column-block-content .dual-column-text .peugeot-border-button {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 1249.9px) {
  .dual_column_block div .dual-column-block-content .dual-column-text .peugeot-border-button {
    height: 40px;
    line-height: 40px;
  }
}
.dual_column_block div .dual-column-block-content .dual-column-text .peugeot-border-button:hover {
  border-color: #00a3e0;
  background: #00a3e0;
}
.dual_column_block div .dual-column-block-content .dual_column_block-image {
  flex: 0 0 50%;
}
.dual_column_block div .dual-column-block-content .dual-column-image-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.dual_column_block div .dual-column-block-content .dual-column-image-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767.98px) {
  .dual-column-block-content {
    flex-direction: column !important;
    height: auto !important;
  }

  .dual_column_block {
    max-width: 480px !important;
  }

  .dual-column-block-content > div {
    /*width: 484px;*/
    flex: unset !important;
  }

  .dual_column_block-image {
    height: 300px !important;
  }
}
@media screen and (max-width: 468px) {
  .dual-column-block-content {
    height: 500px !important;
  }
}
@media screen and (max-width: 390px) {
  .dual-column-block-content {
    height: 550px !important;
  }
}
/*frontpage hero*/
.frontpage-hero {
  height: 513px;
}

.hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-image,
.frontpage-hero-background-gradient {
  height: 100%;
}

.frontpage-hero-content-holder {
  height: 100%;
  padding-top: 180px;
  padding-bottom: 180px;
}

.frontpage-hero-text {
  color: white !important;
}

.frontpage-hero-text p {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
}

.frontpage-hero-text h1,
.frontpage-hero-text h2,
.frontpage-hero-text h3,
.frontpage-hero-text h4,
.frontpage-hero-text h5,
.frontpage-hero-text h6 {
  margin-bottom: 15px;
}

.hero-button {
  background: none;
  border: none;
  padding: 0px 0px;
  border-radius: 30px 30px 30px 0px;
  /*font-size: 14px;*/
}

.hero-button-1 {
  margin-right: 10px;
}

.hero-button-gradient {
  width: 210px;
  height: 100%;
  padding: 18px 0px;
  /*min-width: 210px;*/
  border-radius: 30px 30px 30px 0px;
  letter-spacing: 0.6px;
  cursor: pointer;
}
@media screen and (max-width: 474px) {
  .hero-button-gradient {
    width: 200px;
  }
}
@media screen and (max-width: 445px) {
  .hero-button-gradient {
    width: 180px;
  }
}
@media screen and (max-width: 405px) {
  .hero-button-gradient {
    width: 170px;
  }
}
@media screen and (max-width: 385px) {
  .hero-button-gradient {
    width: 160px;
  }
}
@media screen and (max-width: 365px) {
  .hero-button-gradient {
    width: 150px;
  }
}
@media screen and (max-width: 345px) {
  .hero-button-gradient {
    width: 140px;
  }
}
@media screen and (max-width: 325px) {
  .hero-button-gradient {
    width: 130px;
  }
}

.hero-button-gradient:hover {
  background: rgba(0, 0, 0, 0.2);
}

.hero-button-gradient p {
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 991.98px) {
  .frontpage-hero-text p {
    /*font-size: 20px !important;*/
    line-height: 24px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .frontpage-hero {
    height: auto !important;
  }

  .frontpage-hero-content-holder {
    padding-top: 125px !important;
    padding-bottom: 80px !important;
  }
}
/*@media screen and(max-width: 474px) {
    .hero-button {
        margin-bottom: 15px;
    }
}*/
/*frontpage hero swiper*/
.frontpage-hero-swiper {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .frontpage-hero-swiper {
    /*height: 400px;*/
  }
}
@media screen and (max-width: 767.98px) {
  .frontpage-hero-swiper .front-swiper-desk {
    display: none !important;
  }
}
.frontpage-hero-swiper .front-swiper-mob {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .frontpage-hero-swiper .front-swiper-mob {
    display: block !important;
  }
}
.frontpage-hero-swiper .swiper-container-hero {
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .frontpage-hero-swiper .swiper-container-hero .swiper-wrapper .swiper-slide .hero-image .frontpage-hero-background-gradient .frontpage-hero-swiper-content-holder {
    padding-bottom: 75px !important;
  }
}
.frontpage-hero-swiper .swiper-container-hero .swiper-pagination-bullets {
  bottom: 10px !important;
  left: 0 !important;
  right: 0 !important;
}
.frontpage-hero-swiper .swiper-container-hero .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.frontpage-hero-swiper .swiper-container-hero .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: white !important;
  opacity: 0.4;
  margin: 0 2px !important;
}
.frontpage-hero-swiper .swiper-container-hero .swiper-button-next,
.frontpage-hero-swiper .swiper-container-hero .swiper-button-prev {
  color: white;
  top: 55% !important;
}
@media screen and (max-width: 767.98px) {
  .frontpage-hero-swiper .swiper-container-hero .swiper-button-next,
.frontpage-hero-swiper .swiper-container-hero .swiper-button-prev {
    display: none !important;
  }
}

/*peugeot*/
.frontpage-hero-peugeot h1,
.frontpage-hero-peugeot h2,
.frontpage-hero-peugeot h3,
.frontpage-hero-peugeot h4,
.frontpage-hero-peugeot h5,
.frontpage-hero-peugeot h6 {
  margin-bottom: 0;
  line-height: 27px !important;
  font-size: 20px !important;
}
.frontpage-hero-peugeot p {
  font-weight: 300;
  font-size: 13px !important;
  line-height: 26px;
}

@media screen and (max-width: 450px) {
  .frontpage-hero-buttons {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
  }
}
.frontpage-hero-buttons .peugeot-border-button {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  margin-right: 10px;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 1249.9px) {
  .frontpage-hero-buttons .peugeot-border-button {
    height: 40px;
    line-height: 40px;
  }
}
.frontpage-hero-buttons .peugeot-border-button:hover {
  border-color: #00a3e0;
  background: #00a3e0;
  color: white;
}
@media screen and (max-width: 450px) {
  .frontpage-hero-buttons .peugeot-border-button {
    min-width: unset;
    max-width: 180px;
    flex: 1 1 180px;
  }
}
.frontpage-hero-buttons .peugeot-button {
  margin-top: 35px;
  background: #00a3e0;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 1249.9px) {
  .frontpage-hero-buttons .peugeot-button {
    height: 40px;
    line-height: 40px;
  }
}
.frontpage-hero-buttons .peugeot-button:hover {
  background: #000000;
  color: white;
}
@media screen and (max-width: 450px) {
  .frontpage-hero-buttons .peugeot-button {
    min-width: unset;
    max-width: 180px;
    flex: 1 1 180px;
    margin: 0 !important;
  }
}

/*page hero*/
.page-hero {
  height: 450px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .page-hero {
    height: 400px;
  }
}
.page-hero .page-hero-title-banner {
  width: 80%;
  left: 0;
  bottom: -25px;
  padding-left: 6rem;
  padding-right: 1.5rem;
  clip-path: polygon(95% 100%, 100% 0px, 0% 0%, 0px 100%);
}
.page-hero .page-hero-title-banner h1 {
  text-transform: uppercase;
  font-size: 40px;
  padding: 5px 0;
}

/*@media screen and(max-width: $max-breakpoint-md) {
    .page-hero {
        height: 400px;
    }
}*/
@media screen and (max-width: 940px) {
  .page-hero-title-banner {
    padding-left: 2rem !important;
  }
  .page-hero-title-banner h1 {
    font-size: 4vw !important;
  }
}
@media screen and (max-width: 540px) {
  .page-hero-title-banner {
    width: 95% !important;
  }
  .page-hero-title-banner h1 {
    font-size: 5vw !important;
  }
}
/*page hero swiper*/
.page-hero-swiper {
  margin-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .page-hero-swiper .hero-swipe-desk {
    display: none !important;
  }
}
.page-hero-swiper .hero-swipe-mob {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .page-hero-swiper .hero-swipe-mob {
    display: block !important;
  }
}
.page-hero-swiper .swiper-container-pagehero {
  overflow: hidden;
}
.page-hero-swiper .swiper-container-pagehero .swiper-wrapper .swiper-slide .hero-image {
  height: 450px;
}
@media screen and (max-width: 767.98px) {
  .page-hero-swiper .swiper-container-pagehero .swiper-wrapper .swiper-slide .hero-image {
    height: 400px;
  }
}
@media screen and (max-width: 509.9px) {
  .page-hero-swiper .swiper-container-pagehero .swiper-wrapper .swiper-slide .hero-image {
    height: 350px;
  }
}
@media screen and (max-width: 409.9px) {
  .page-hero-swiper .swiper-container-pagehero .swiper-wrapper .swiper-slide .hero-image {
    height: 280px;
  }
}
.page-hero-swiper .swiper-container-pagehero .page-hero-title-banner {
  width: 80%;
  left: 0;
  bottom: -25px;
  padding-left: 6rem;
  padding-right: 1.5rem;
  clip-path: polygon(95% 100%, 100% 0px, 0% 0%, 0px 100%);
  z-index: 10;
}
.page-hero-swiper .swiper-container-pagehero .page-hero-title-banner h1 {
  text-transform: uppercase;
  font-size: 40px;
  padding: 5px 0;
}
.page-hero-swiper .swiper-container-pagehero .swiper-button-next,
.page-hero-swiper .swiper-container-pagehero .swiper-button-prev {
  color: white;
  /*top: 55% !important;*/
}
@media screen and (max-width: 767.98px) {
  .page-hero-swiper .swiper-container-pagehero .swiper-button-next,
.page-hero-swiper .swiper-container-pagehero .swiper-button-prev {
    display: none !important;
  }
}

/*service_box_with_lower_wide_box*/
.service_box_with_lower_wide_box {
  margin: 50px auto;
  position: relative;
  z-index: 10;
}
.service_box_with_lower_wide_box a {
  width: 370px;
}
.service_box_with_lower_wide_box a .service-box-image {
  height: 260px;
  /*background: blanchedalmond;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service_box_with_lower_wide_box a .service-box-image .service-box-banner {
  background-color: aqua;
  width: 100%;
  bottom: 0;
  padding: 15px 0px;
  height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: height 0.5s;
}
.service_box_with_lower_wide_box a .service-box-image .service-box-banner h3 {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 11px;
}
.service_box_with_lower_wide_box a .service-box-image .service-box-banner h6 {
  font-size: 15px;
  line-height: 13px;
}
.service_box_with_lower_wide_box a:hover .service-box-banner {
  height: 90px;
}
.service_box_with_lower_wide_box a:nth-child(2) {
  margin: 0 20px;
}
.service_box_with_lower_wide_box .bottom-wide-box-holder {
  width: 100%;
  /*padding: 0 10px;*/
}
.service_box_with_lower_wide_box .bottom-wide-box-holder .service-box-image-wide {
  margin: 20px 0;
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .top-trio-box-holder {
    flex-wrap: wrap;
  }

  .service_box_with_lower_wide_box a:nth-child(2) {
    margin: 0 !important;
  }

  .service_box_with_lower_wide_box a {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .service_box_with_lower_wide_box {
    margin-top: 50px !important;
  }
}
/*card*/
.card-block {
  margin-top: 40px;
  margin-bottom: 40px;
}
.card-block h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.card-block .card-holder .info-card {
  flex: 0 0 47%;
  text-align: center;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 10px 40px;
  /*border: 1px solid black;*/
  margin-bottom: 40px;
  box-shadow: 0px 0px 8px 1px #00000030;
}
.card-block .card-holder .info-card .logo-holder {
  height: 80px;
  margin: 20px 0 10px 0 !important;
}
.card-block .card-holder .info-card .logo-holder img {
  height: auto;
  width: 200px;
  /*margin-top: 15px;
  margin-bottom: 10px;*/
}
.card-block .card-holder .info-card .card-text-content {
  margin-bottom: auto;
  color: black;
}
.card-block .card-holder .info-card .url-text {
  margin: 15px 0;
  color: black;
  font-weight: bold;
  font-size: 17px;
}
.card-block .card-holder .info-card:nth-child(odd) {
  margin-right: auto;
}
.card-block .card-holder .info-card:nth-child(even) {
  margin-left: auto;
}
.card-block .card-holder .info-card:hover {
  box-shadow: 0px 0px 8px 1px #00000090;
}

@media screen and (max-width: 1199.98px) {
  .info-card {
    height: 325px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .info-card {
    height: 380px !important;
    padding: 10px 20px !important;
  }
}
/*@media screen and(max-width: $max-breakpoint-md) {
    .info-card {
        height: 450px !important;
    }
}*/
@media screen and (max-width: 767.98px) {
  .card-holder {
    flex-wrap: wrap !important;
  }

  .info-card {
    flex: 0 0 100% !important;
    height: auto !important;
  }
}
/*@media screen and(max-width: 390px) {
    .info-card {
        height: 350px !important;
    }
}*/
/*basic text block*/
.basic-text-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
.basic-text-block .basic-text-holder {
  /*margin-right: 400px;*/
  max-width: 710px;
  /*ul {
      list-style-type: none;
  }*/
}
.basic-text-block .basic-text-holder h2 {
  /*margin-bottom: 20px;*/
  /*font-size: 28px;*/
  /*line-height: 34px;*/
}
.basic-text-block .basic-text-holder h1 {
  font-size: 40px;
  line-height: 46px;
}
.basic-text-block .basic-text-holder li {
  line-height: 20px;
  font-size: 15px;
  /*padding-bottom: 10px;*/
}
.basic-text-block .basic-text-holder ul li:before {
  /*content: '\-';*/
  position: absolute;
  margin-left: -25px;
}

/*two column images*/
.two-column-images-block {
  margin-top: 25px;
  margin-bottom: 25px;
}
.two-column-images-block .two-column-images-holder {
  /*margin-right: 400px;*/
  /*display: flex;*/
  max-width: 710px;
}
.two-column-images-block .two-column-images-holder div {
  height: 220px;
  width: 320px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.two-column-images-block .two-column-images-holder .left-side-image {
  margin-right: 30px;
}

@media screen and (max-width: 767.98px) {
  .two-column-images-holder {
    flex-direction: column !important;
  }
  .two-column-images-holder .left-side-image {
    margin-bottom: 20px;
    margin-right: 0px !important;
  }
  .two-column-images-holder div {
    width: unset !important;
    max-width: 320px !important;
  }
}
/*service boxes*/
.service-boxes {
  /*background: aqua;*/
  /*padding: 0;*/
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}
.service-boxes .service-container {
  /*background-color: blueviolet;*/
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 225px;
  grid-gap: 40px 20px;
}
.service-boxes .service-container .service-image {
  /*background-color: chocolate;*/
  /*border: 1px solid;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 260px;
}
.service-boxes .service-container .service-image a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: end;
}
.service-boxes .service-container .service-image a .service-banner {
  /*background-color: cadetblue;*/
  width: 100%;
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: height 0.35s;
}
.service-boxes .service-container .service-image a .service-banner h3 {
  text-align: center;
  /*background-color: brown;*/
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
}
.service-boxes .service-container .service-image a:hover .service-banner {
  height: 62px;
}

@media screen and (max-width: 1199.98px) {
  .service-container {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (max-width: 991.98px) {
  .service-container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 767.98px) {
  .service-boxes {
    margin-top: 50px !important;
  }

  .service-image {
    min-width: 230px !important;
  }
}
@media screen and (max-width: 510px) {
  .service-container {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-gap: 20px 20px !important;
  }
}
/*download cards*/
.download-cards {
  margin-top: 50px;
  margin-bottom: 50px;
}
.download-cards .download-cards-container {
  /*display: flex;
  flex-direction: row;*/
  /*justify-content: space-between;*/
  flex-wrap: wrap;
}
.download-cards .download-cards-container .download-card {
  padding: 50px 30px;
  flex: 0 0 32%;
  /*display: flex;
  flex-direction: column;
  align-items: center;*/
  min-height: 500px;
  /*justify-content: center;*/
  box-shadow: 0px 0px 8px 1px #00000030;
}
.download-cards .download-cards-container .download-card .image-container {
  height: 120px;
  margin-bottom: 40px;
}
.download-cards .download-cards-container .download-card .image-container img {
  width: auto;
  max-height: 120px;
}
.download-cards .download-cards-container .download-card div {
  margin-bottom: auto;
}
.download-cards .download-cards-container .download-card a button {
  border: none;
  background-color: brown;
  padding: 8px 40px;
  box-shadow: 0px 0px 8px 1px #00000075;
  cursor: pointer;
}
.download-cards .download-cards-container .download-card a button:hover p {
  opacity: 0.6;
}

@media screen and (max-width: 991.98px) {
  .download-cards-container {
    justify-content: center !important;
  }

  .download-card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    flex: 0 0 48% !important;
  }
}
@media screen and (max-width: 767.98px) {
  .download-card {
    flex: 0 0 100% !important;
    min-height: unset !important;
  }
  .download-card a {
    padding-top: 40px !important;
  }
}
/*logo row*/
.logo-row .logo-row-holder img {
  max-width: 160px;
  height: auto;
}

@media screen and (max-width: 991.98px) {
  .logo-row-holder {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .logo-row-holder img {
    margin: auto;
    margin-bottom: 20px;
  }
}
.contact-block {
  /*background-color: aqua;*/
}
.contact-block .contact-block-holder {
  /*background-color: blueviolet;*/
}
.contact-block .contact-block-holder .contact-banner {
  /*background-color: brown;*/
  height: 250px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-block .contact-block-holder .contact-banner .contact-banner-gradient {
  width: 100%;
  height: 100%;
}
.contact-block .contact-block-holder .contact-banner .contact-banner-gradient h2 {
  color: white;
  text-transform: uppercase;
}
.contact-block .contact-block-holder .contact-banner .contact-banner-gradient > div {
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-block .contact-block-holder .contact-map-holder {
  /*background-color: cornflowerblue;*/
  height: 450px;
}
.contact-block .contact-block-holder .contact-form-holder {
  /*background-color: darkgray;*/
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 100px;
}
.contact-block .contact-block-holder .contact-form-holder .contact-form {
  background-color: white;
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 32px 36px 32px;
  box-shadow: 0px 0px 8px 1px #00000075;
}
.contact-block .contact-block-holder .contact-form-holder .contact-form .contact-form-row .contact-form-left {
  margin-bottom: 15px;
}
.contact-block .contact-block-holder .contact-form-holder .contact-form .contact-form-row .contact-form-left .contact-form-info {
  margin: 12px 0;
}
.contact-block .contact-block-holder .contact-form-holder .contact-form .contact-form-row .contact-form-left .contact-form-info i {
  font-size: 22px;
  margin-right: 10px;
}
.contact-block .contact-block-holder .contact-form-holder .contact-form .contact-form-row .contact-form-left .contact-form-info p {
  /*font-size: 17px;*/
}
.contact-block .contact-block-holder .contact-form-holder .contact-form .contact-form-row .contact-form-right {
  max-width: 240px;
}
.contact-block .contact-block-holder .contact-form-holder .contact-form .contact-form-row .contact-form-right form h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-block .contact-block-holder .contact-form-holder .contact-form .contact-form-row .contact-form-right form input {
  margin: 12px 0;
  width: 100%;
  border: none;
  border-bottom: solid 1px;
  font-size: 14px;
}
.contact-block .contact-block-holder .contact-form-holder .contact-form .contact-form-row .contact-form-right button {
  border: none;
  background: brown;
  padding: 8px 35px;
  box-shadow: 0px 0px 8px 1px #00000075;
  color: white;
  margin-top: 16px;
  cursor: pointer;
}
.contact-block .contact-block-holder .contact-form-holder .contact-form .contact-form-row .contact-form-right button:hover p {
  opacity: 0.6;
}

@media screen and (max-width: 545px) {
  .contact-form-holder {
    position: inherit !important;
  }

  .contact-form-row {
    flex-direction: column !important;
    align-items: center;
  }
}
/*importation block*/
.importation-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
.importation-block .importation-content-holder {
  box-shadow: 0px 0px 8px 1px #00000030;
  min-height: 300px;
}
.importation-block .importation-content-holder .importation-content-left {
  width: 50%;
  padding: 40px 50px;
}
.importation-block .importation-content-holder .importation-content-left h2 {
  margin-bottom: 40px;
}
.importation-block .importation-content-holder .importation-content-right {
  width: 50%;
  /*background-color: cadetblue;*/
}

@media screen and (max-width: 767.98px) {
  .importation-content-holder {
    flex-direction: column !important;
  }

  .importation-content-left {
    width: 100% !important;
    text-align: center;
  }

  .importation-content-right {
    width: 100% !important;
    height: 300px;
  }
}
@media screen and (max-width: 380px) {
  .importation-content-left {
    padding: 40px 20px !important;
  }
}
/*offer request block*/
.offer-request {
  margin-top: 50px;
  margin-bottom: 50px;
}
.offer-request .offer-request-content-holder {
  /*background-color: aquamarine;*/
  padding: 30px 40px;
  box-shadow: 0px 0px 8px 1px #00000030;
}
.offer-request .offer-request-content-holder h2 {
  margin-bottom: 20px;
}
.offer-request .offer-request-content-holder form .form-field-holder .form-small-fields {
  flex: 0 0 30%;
}
.offer-request .offer-request-content-holder form .form-field-holder .form-small-fields label {
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.offer-request .offer-request-content-holder form .form-field-holder .form-small-fields input {
  width: 100%;
  margin-bottom: 0.7rem;
  border: solid 2px #f2f2f2;
  box-shadow: 0px 0px 3px 1px #00000030;
  line-height: 24px;
}
.offer-request .offer-request-content-holder form .form-field-holder .form-area-field {
  flex: 0 0 66%;
}
.offer-request .offer-request-content-holder form .form-field-holder .form-area-field label {
  font-weight: bold;
  margin-bottom: 0.7rem;
}
.offer-request .offer-request-content-holder form .form-field-holder .form-area-field textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 165px;
  border: solid 2px #f2f2f2;
  box-shadow: 0px 0px 3px 1px #00000030;
  margin-bottom: 0.5rem;
}
.offer-request .offer-request-content-holder form button {
  border: none;
  /*background: brown;*/
  padding: 8px 15px;
  box-shadow: 0px 0px 5px 1px #00000075;
  color: white;
  margin-top: 25px;
  cursor: pointer;
}
.offer-request .offer-request-content-holder form button:hover p {
  opacity: 0.6;
}

@media screen and (max-width: 575.98px) {
  .form-field-holder {
    flex-direction: column !important;
  }
}
/*topical block*/
.topical-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
.topical-block h1,
.topical-block h2,
.topical-block h3,
.topical-block h4,
.topical-block h5,
.topical-block h6 {
  margin-bottom: 35px;
  text-transform: uppercase;
}
.topical-block .topical-block-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: space-between;
  align-items: stretch;
  gap: 40px 20px;
  width: 100%;
}
.topical-block .topical-block-container .topic-card {
  padding: 30px 20px;
  flex: 0 0 32%;
  /*display: flex;
        flex-direction: column;
        align-items: center;*/
  min-height: 550px;
  /*justify-content: center;*/
  box-shadow: 0px 0px 8px 1px #00000030;
}
.topical-block .topical-block-container .topic-card .topical-image-holder {
  width: 100%;
  height: 250px;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-bottom: 15px;
  flex-shrink: 0;
  /*img {
              width: auto;
              height: 100%;
              margin-bottom: 20px;
          }*/
}
.topical-block .topical-block-container .topic-card .topical-text-content {
  margin-bottom: auto;
}
.topical-block .topical-block-container .topic-card .topical-text-content .peugeot-topical-heading-holder {
  margin-bottom: 28px !important;
  height: 48px !important;
}
.topical-block .topical-block-container .topic-card .topical-text-content .topical-content-title-holder {
  height: 20px;
  margin-bottom: 50px;
}
.topical-block .topical-block-container .topic-card .topical-text-content .topical-content-title-holder h1,
.topical-block .topical-block-container .topic-card .topical-text-content .topical-content-title-holder h2,
.topical-block .topical-block-container .topic-card .topical-text-content .topical-content-title-holder h3,
.topical-block .topical-block-container .topic-card .topical-text-content .topical-content-title-holder h4,
.topical-block .topical-block-container .topic-card .topical-text-content .topical-content-title-holder h5,
.topical-block .topical-block-container .topic-card .topical-text-content .topical-content-title-holder h6 {
  color: black;
  font-size: 13px !important;
  line-height: 24px !important;
}
.topical-block .topical-block-container .topic-card .topical-text-content p {
  color: black;
}
.topical-block .topical-block-container .topic-card .read-more-link {
  color: black;
  margin-top: 10px;
}
.topical-block .topical-block-container .topic-card .read-more-link i {
  margin-left: 15px;
}
.topical-block .topical-block-container .topic-card .read-more-link svg {
  margin-left: 15px;
  font-size: 13px;
}
.topical-block .topical-block-container .topic-card .read-more-link:hover {
  color: #878787;
}
.topical-block .topical-block-container .topic-card:hover {
  box-shadow: 0px 0px 8px 1px #00000090;
}
.topical-block .topical-block-bottom-button {
  margin-top: 35px;
}
.topical-block .topical-block-bottom-button button {
  border: none;
  /*background-color: brown;*/
  padding: 8px 15px;
  box-shadow: 0px 0px 8px 1px #00000075;
  cursor: pointer;
}
.topical-block .topical-block-bottom-button button:hover p {
  opacity: 0.6;
}
.topical-block .peugeot-button {
  margin-top: 35px;
  background: #00a3e0;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  transition: 0.25s ease-in-out;
}
@media screen and (max-width: 1249.9px) {
  .topical-block .peugeot-button {
    height: 40px;
    line-height: 40px;
  }
}
.topical-block .peugeot-button:hover {
  background: #000000;
}
@media screen and (max-width: 991.98px) {
  .topical-block {
    /*.topical-content-title-holder {
        margin-bottom: 30px !important;
    }*/
  }
  .topical-block .topical-block-container {
    flex-direction: column !important;
  }
  .topical-block .topic-card {
    margin-bottom: 40px !important;
  }
  .topical-block .topical-text-content {
    margin-bottom: 25px !important;
  }
  .topical-block .topical-block-bottom-button {
    margin-top: 0 !important;
  }
}

.sidebar_links_and_content .topical-block {
  margin-top: 0;
}
.sidebar_links_and_content .topical-block .topical-block-container {
  flex-wrap: wrap !important;
}
@media screen and (max-width: 1199.98px) {
  .sidebar_links_and_content .topical-block .topical-block-container {
    flex-direction: column !important;
  }
}
.sidebar_links_and_content .topical-block .topical-block-container .topic-card {
  flex: 0 0 49%;
  margin-bottom: 0px !important;
  min-height: 550px;
  height: unset;
}
.sidebar_links_and_content .topical-block .topical-block-container .topic-card .topical-text-content {
  margin-bottom: auto;
}
.sidebar_links_and_content .topical-block .topical-block-container .topic-card .topical-text-content br {
  display: none;
}
.sidebar_links_and_content .topical-block .topical-block-container .topic-card .topical-text-content .topical-content-title-holder {
  height: unset !important;
  margin-bottom: 15px !important;
}
.sidebar_links_and_content .topical-block .topical-block-container .topic-card .topical-text-content .topical-content-title-holder h4 {
  margin-bottom: 15px !important;
}

/*product cards*/
.product-cards {
  margin-top: 50px;
  margin-bottom: 50px;
}
.product-cards h1,
.product-cards h2,
.product-cards h3,
.product-cards h4,
.product-cards h5,
.product-cards h6 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product-cards .product-card-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 380px;
  grid-gap: 40px 80px;
}
.product-cards .product-card-holder .product-card-link {
  display: inherit;
}
.product-cards .product-card-holder .product-card-link .product-card {
  /*height: 400px;*/
  box-shadow: 0px 0px 8px 1px #00000030;
  padding-bottom: 20px;
}
.product-cards .product-card-holder .product-card-link .product-card .product-image-holder {
  height: 220px;
  width: auto;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-bottom: 20px;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content {
  padding: 0 20px;
  color: black;
  font-size: 10px;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content p {
  line-height: 16px !important;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content .product-title-holder {
  margin-bottom: 10px;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content .product-title-holder h4 {
  font-size: 14px;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content .product-description-holder {
  height: 16px;
  margin-bottom: 30px;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content .product-description-holder p {
  font-size: 13px;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content .product-price-holder {
  height: 16px;
  margin-bottom: auto;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content .product-price-holder b {
  font-size: 13px;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content .aixam-edit-holder .product-price-holder {
  height: 16px;
  margin-bottom: 0 !important;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content .aixam-edit-holder .product-price-holder p {
  font-size: 13px;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content .aixam-edit-holder .aixam-product-card-button {
  box-shadow: 0px 0px 8px 1px #00000030;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content .aixam-edit-holder .aixam-product-card-button i {
  font-size: 20px;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content .aixam-edit-holder .aixam-product-card-button:hover {
  background-color: #285797;
}
.product-cards .product-card-holder .product-card-link .product-card .product-text-content .aixam-edit-holder .aixam-product-card-button:hover i {
  color: white !important;
}
.product-cards .product-card-holder .product-card-link:hover .aixam-product-card-button {
  background-color: #285797;
}
.product-cards .product-card-holder .product-card-link:hover .aixam-product-card-button i {
  color: white !important;
}
.product-cards .product-card-holder .product-card-link:hover .product-card {
  box-shadow: 0px 0px 8px 1px #00000090;
}

@media screen and (max-width: 991.98px) {
  .product-card-holder {
    grid-gap: 40px 20px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .product-card-holder {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 485px) {
  .product-card-holder {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
/*breakline*/
.breakline hr {
  border-top: 3px solid #eeeeee;
  max-width: 950px;
}

/*product*/
.product {
  margin-top: 50px;
  margin-bottom: 50px;
}
.product .product-content-holder .product-image-carousel-holder {
  width: 49%;
  flex: 0 0 49%;
  margin-right: auto;
}
.product .product-content-holder .product-description-holder {
  flex: 0 0 50%;
}
.product .product-content-holder .product-description-holder h1, .product .product-content-holder .product-description-holder h2, .product .product-content-holder .product-description-holder h3, .product .product-content-holder .product-description-holder h4, .product .product-content-holder .product-description-holder h5, .product .product-content-holder .product-description-holder h6 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.product .product-content-holder .product-description-holder .product-description-text-holder {
  margin-bottom: 20px;
}
.product .product-content-holder .product-description-holder .product-color-info-holder {
  margin-bottom: 30px;
}
.product .product-content-holder .product-description-holder .product-color-info-holder .color-heading {
  text-transform: uppercase;
  /*font-size: 34px;*/
  margin-right: 100px;
  margin-bottom: 0px !important;
}
.product .product-content-holder .product-description-holder .product-color-info-holder .product-color-samples {
  height: 50px;
  width: 150px;
  margin-right: 30px;
  box-shadow: 0px 0px 8px 1px #00000030;
  /*background-color: aquamarine;*/
}
.product .product-content-holder .product-description-holder .product-color-info-holder .product-color-samples .product-color-sample {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .product .product-content-holder .product-description-holder .product-color-info-holder .product-color-samples {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 400px) {
  .product .product-content-holder .product-description-holder .product-color-info-holder .product-color-samples {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
}
.product .product-content-holder .product-description-holder .product-color-info-holder .product-color-samples-multi {
  margin-top: 10px;
  margin-right: 10px !important;
}
@media screen and (max-width: 767.98px) {
  .product .product-content-holder .product-description-holder .product-color-info-holder .product-color-samples-multi {
    margin-left: 0px !important;
  }
}
.product .product-content-holder .product-description-holder .product-color-info-round-holder {
  width: 100%;
  margin-bottom: 10px;
}
.product .product-content-holder .product-description-holder .product-color-info-round-holder .color-heading {
  text-transform: uppercase;
  /*font-size: 34px;*/
  margin-bottom: 20px;
}
.product .product-content-holder .product-description-holder .product-color-info-round-holder .product-color-round-samples {
  width: 100%;
}
.product .product-content-holder .product-description-holder .product-color-info-round-holder .product-color-round-samples .product-color-round-sample {
  height: 45px;
  width: 45px;
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 1px #00000030;
}
.product .product-content-holder .product-description-holder .product-price-info-holder .price-heading {
  line-height: 36px;
  text-transform: uppercase;
  font-size: 34px;
  /*color: #1ca3e0;*/
  margin-right: 40px;
  white-space: nowrap;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 420px) {
  .product .product-content-holder .product-description-holder .product-price-info-holder .price-heading {
    white-space: normal;
    width: 200px;
    line-height: 40px;
  }
}
.product .product-content-holder .product-description-holder .product-price-info-holder .product-additional-info-text {
  white-space: nowrap;
}
@media screen and (min-width: 991.98px) and (max-width: 1199.98px) {
  .product .product-content-holder .product-description-holder .product-price-info-holder {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .product .product-content-holder .product-description-holder .product-price-info-holder .price-heading {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .product .product-content-holder .product-description-holder .product-price-info-holder {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .product .product-content-holder .product-description-holder .product-price-info-holder .price-heading {
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
}

.swiper-slide-active {
  cursor: unset;
}

.gallery-top {
  height: 60%;
  width: 80%;
}

.gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none !important;
}

.swiper-button-prev, .swiper-button-next {
  font-size: 30px;
  color: black;
}

@media screen and (max-width: 1199.98px) {
  .gallery-top {
    height: 40% !important;
  }
}
@media screen and (max-width: 991.98px) {
  .product-content-holder {
    flex-direction: column !important;
  }

  .product-image-carousel-holder {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin-right: 0 !important;
  }

  .product-description-holder {
    flex: 0 0 100% !important;
  }

  .gallery-top {
    height: 300px !important;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .product-color-info-holder {
    /*justify-content: space-around !important;*/
  }

  .color-heading {
    margin-right: auto !important;
  }

  .product-color-samples {
    margin-right: auto !important;
  }
}
@media screen and (max-width: 480px) {
  .gallery-top {
    /*height: 250px !important;*/
  }
}
@media screen and (max-width: 430px) {
  .swiper-button-prev {
    left: 0 !important;
  }

  .swiper-button-next {
    right: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .product-color-info-holder {
    flex-direction: column !important;
    justify-content: start !important;
    align-items: flex-start !important;
  }

  .color-heading {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .product-color-samples {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
/*@media screen and(max-width: 380px) {
    .gallery-top {
        height: 250px !important;
    }
    .price-heading {
        margin-right: auto !important;
    }
}*/
/*@media screen and(max-width: 350px) {
    .product-price-info-holder {
        flex-direction: column !important;
        align-items: flex-start !important;

        .price-heading {

            margin-right: 0px !important;
            margin-bottom: 15px;
        }
    }
}*/
/*big video block*/
.big-video-block .container .video-iframe-container {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 991.98px) {
  .big-video-block .container .video-iframe-container {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .big-video-block .container .video-iframe-container {
    height: 300px;
  }
}

/*product information*/
.product-information {
  margin-top: 50px;
  margin-bottom: 50px;
}
.product-information .product-information-holder .nav {
  border-bottom: none !important;
  /*@media screen and(max-width: $max-breakpoint-lg) {
            justify-content: space-between !important;
        }*/
}
@media screen and (max-width: 991.98px) {
  .product-information .product-information-holder .nav {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
  }
}
@media screen and (max-width: 991.98px) {
  .product-information .product-information-holder .nav .nav-item:first-child .nav-link {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
}
@media screen and (max-width: 991.98px) {
  .product-information .product-information-holder .nav .nav-item:first-child {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
}
@media screen and (max-width: 991.98px) {
  .product-information .product-information-holder .nav .nav-item:first-child:before {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
}
.product-information .product-information-holder .nav .nav-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0px 0px 8px 1px #00000030;
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
@media screen and (max-width: 991.98px) {
  .product-information .product-information-holder .nav .nav-item:before {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
  }
}
.product-information .product-information-holder .nav .nav-item {
  position: relative;
  z-index: auto !important;
  margin-bottom: 0 !important;
  margin-right: 20px;
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
@media screen and (max-width: 991.98px) {
  .product-information .product-information-holder .nav .nav-item {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 991.98px) {
  .product-information .product-information-holder .nav .nav-item {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
  }
}
.product-information .product-information-holder .nav .nav-item .nav-link {
  padding: 0 !important;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 16px;
  font-weight: bold;
  border: none !important;
  width: 200px;
  position: relative;
  z-index: 1;
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
  background: #f4f4f4;
  height: 45px;
  cursor: pointer;
  /*@media screen and(max-width: $max-breakpoint-md) {
                width: 150px !important;
            }*/
  font-size: 15px;
}
@media screen and (max-width: 991.98px) {
  .product-information .product-information-holder .nav .nav-item .nav-link {
    width: 100% !important;
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
  }
}
.product-information .product-information-holder .nav .nav-item .active {
  z-index: 4 !important;
  background: white !important;
  color: unset !important;
  cursor: unset;
}
@media screen and (max-width: 991.98px) {
  .product-information .product-information-holder .nav .nav-item .active {
    box-shadow: 0px 0px 8px 1px #00000030;
  }
}
.product-information .product-information-holder .tab-content-holder:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 0px 0px 8px 1px #00000030;
}
.product-information .product-information-holder .tab-content-holder {
  position: relative;
  z-index: auto !important;
  background: white;
}
.product-information .product-information-holder .tab-content-holder .tab-content {
  padding: 30px 20px 10px 20px;
  /*box-shadow: 0px 0px 8px 1px #00000030;*/
  position: relative;
  z-index: 10;
  background: white;
}
.product-information .product-information-holder .tab-content-holder .tab-content .tab-pane .product-detail-content {
  padding: 15px;
}
.product-information .product-information-holder .tab-content-holder .tab-content .tab-pane .product-detail-content a {
  display: block;
  flex: 0 0 50%;
}
.product-information .product-information-holder .tab-content-holder .tab-content .tab-pane .product-detail-content p {
  flex: 0 0 50%;
}
.product-information .product-information-holder .tab-content-holder .tab-content .tab-pane .product-detail-content:nth-child(odd) {
  background-color: #f3f3f3;
}

/*.category-button-shadow {
    position: relative;
    height: 100px;
    width: 100px;
    background-color: aqua;

}
.category-button-shadow:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1 !important;
    box-shadow: 0px 0px 8px 1px #00000030;
}*/
/*.category-button-holder {
            button {
                background: none;
                border: solid 1px gray;
                padding: 15px 0;
                width: 200px;
                margin-right: 20px;
            }
        }*/
/*.tab-content-holder:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0px 0px 8px 1px #00000030;
}

.tab-content-holder {
    position: relative;
    z-index: auto !important;
}

.nav-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    box-shadow: 0px 0px 8px 1px #00000030;
}

.nav-item {
    position: relative;
    z-index: auto !important;
}*/
@media screen and (max-width: 991.98px) {
  .map-form .map-form-content-holder {
    flex-direction: column-reverse !important;
  }
}
.map-form .map-form-content-holder .map-form-content-left {
  flex: 0 0 30%;
  padding-right: 40px;
}
@media screen and (max-width: 991.98px) {
  .map-form .map-form-content-holder .map-form-content-left {
    padding-right: 0 !important;
    flex: unset !important;
    margin-top: 15px;
  }
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section {
  margin-bottom: 10px;
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section p {
  font-weight: bold;
  margin-bottom: 10px;
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section .pegeButCont button {
  transition: all 0.25s;
}
@media screen and (max-width: 991.98px) {
  .map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-button-container {
    flex-direction: row !important;
  }
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-button-container button {
  background: none;
  border: 2px solid #dedede;
  width: 100%;
  text-align: start;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #959595;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-button-container button {
    flex: 0 0 49%;
  }
}
@media screen and (max-width: 991.98px) {
  .map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-button-container button:nth-child(odd) {
    margin-right: 2%;
  }
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-input-field-holder {
  /*
            .other-button:hover {
                background: #1a1a1a !important;
            }

            .peugeot-button {
                background: #1AA3E0;
                border-radius: 2px;
            }

            .peugeot-button:hover {
                background: #57B7E1 !important;
            }*/
}
@media screen and (max-width: 991.98px) {
  .map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-input-field-holder {
    width: 49% !important;
    margin-right: auto;
  }
}
@media screen and (max-width: 500px) {
  .map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-input-field-holder {
    width: 100% !important;
  }
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-input-field-holder input {
  background: none;
  /*border: 2px solid #dedede;*/
  border-top: 2px solid #dedede;
  border-left: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
  width: 100%;
  text-align: start;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  margin-bottom: 10px;
  color: #959595;
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-input-field-holder input:focus {
  outline: none;
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-input-field-holder button {
  border: none;
  color: white;
  text-align: center;
  width: 80px;
  padding: 10px;
  border-radius: 0 5px 5px 0;
  margin-bottom: 10px;
  background: black;
  cursor: pointer;
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-input-field-holder .map-form-search-button > p {
  margin: 0 !important;
  font-weight: 400 !important;
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-input-field-holder .map-form-search-button:hover p {
  opacity: 0.6;
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-input-field-holder .pegeBut {
  transition: all 0.25s;
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-input-field-holder .pegeBut p {
  font-weight: 400 !important;
  opacity: 1 !important;
}
.map-form .map-form-content-holder .map-form-content-left .map-form-button-section .map-form-input-field-holder .pegeBut:hover {
  background-color: black !important;
}
.map-form .map-form-content-holder .map-form-content-right {
  flex: 0 0 70%;
  height: 430px;
}
@media screen and (max-width: 991.98px) {
  .map-form .map-form-content-holder .map-form-content-right {
    flex: unset !important;
  }
}

.accordion-block {
  padding-bottom: 20px;
}
.accordion-block .container h1, .accordion-block .container h2, .accordion-block .container h3, .accordion-block .container h4, .accordion-block .container h5, .accordion-block .container h6 {
  text-transform: uppercase !important;
  margin-bottom: 30px;
}
.accordion-block .container #ukkAccordion .panel {
  /*padding-bottom: 30px;
  padding-top: 30px;*/
  margin-bottom: 15px;
}
.accordion-block .container #ukkAccordion .panel .panel-heading {
  padding: 10px 20px 10px 20px;
  box-shadow: 0px 0px 8px 1px #00000030;
}
.accordion-block .container #ukkAccordion .panel .panel-heading .panel-title {
  /*font-size: 1.1em !important;*/
}
.accordion-block .container #ukkAccordion .panel .panel-heading i {
  font-size: 1.5em;
  line-height: 0;
  margin-left: 10px;
}
.accordion-block .container #ukkAccordion .panel .panel-collapse .panel-body {
  padding: 30px 20px 30px 20px;
}
.equipment-block .container h2 {
  padding: 0 0 20px 0;
  text-transform: uppercase;
}
.equipment-block .container .equipment-content h3 {
  padding: 20px 0;
  text-transform: uppercase;
  color: #1AA3E0;
  font-size: 23px;
  line-height: 29px;
}
.equipment-block .container .equipment-content .equipment-section-content {
  margin-bottom: 20px;
}
.equipment-block .container .equipment-content .equipment-section-content .equipment-section-items .product-id {
  margin-right: 50px;
  width: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 450px) {
  .equipment-block .container .equipment-content .equipment-section-content .equipment-section-items .product-id {
    margin-right: 20px !important;
  }
}
.equipment-block .container .equipment-content .equipment-section-content .equipment-section-items .item-name {
  margin-right: 15px;
  flex-shrink: 1;
}
.equipment-block .container .equipment-content .equipment-section-content .equipment-section-items .price {
  flex-shrink: 0;
  margin-left: auto;
  width: 80px !important;
}
@media screen and (max-width: 767.98px) {
  .equipment-block .container .equipment-content .equipment-section-content .equipment-section-items:nth-child(even) {
    background: #F3F3F3;
  }
}

@media screen and (max-width: 991.98px) {
  .sidebar_links_and_content .equipment-section-items:nth-child(even) {
    background: #F3F3F3;
  }
}

.big-image-block .big-image-holder img {
  max-width: 100%;
  height: auto;
}

/*basic text block*/
.basic-text-list-block {
  margin-top: 20px;
  margin-bottom: 10px;
}
.basic-text-list-block .basic-text-list-line {
  margin: 10px 0;
}
.basic-text-list-block .basic-text-list-line .basic-bullet-list-holder {
  margin-right: 30px;
  width: 50px;
  flex: 0 0 50px;
}
.small-image-block .small-image-holder img {
  max-width: 300px;
  max-height: 400px;
}

.two-big-images-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.two-big-images-block .two-big-images-holder .two-big-images-left, .two-big-images-block .two-big-images-holder .two-big-images-right {
  height: 355px;
  flex: 0 0 49%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199.98px) {
  .two-big-images-left, .two-big-images-right {
    height: 305px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .two-big-images-left, .two-big-images-right {
    height: 240px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .two-big-images-holder {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .two-big-images-holder .two-big-images-left, .two-big-images-holder .two-big-images-right {
    height: 300px !important;
    flex: unset !important;
    width: 100% !important;
  }
  .two-big-images-holder .two-big-images-left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 470px) {
  .two-big-images-holder .two-big-images-left, .two-big-images-holder .two-big-images-right {
    height: 240px !important;
  }
}
@media screen and (max-width: 370px) {
  .two-big-images-holder .two-big-images-left, .two-big-images-holder .two-big-images-right {
    height: 190px !important;
  }
}
.sidebar_links_and_content .two-big-images-block .two-big-images-holder .two-big-images-left, .sidebar_links_and_content .two-big-images-block .two-big-images-holder .two-big-images-right {
  height: 250px;
}
@media screen and (max-width: 1199.98px) {
  .sidebar_links_and_content .two-big-images-block .two-big-images-holder .two-big-images-left, .sidebar_links_and_content .two-big-images-block .two-big-images-holder .two-big-images-right {
    height: 200px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .sidebar_links_and_content .two-big-images-block .two-big-images-holder .two-big-images-left, .sidebar_links_and_content .two-big-images-block .two-big-images-holder .two-big-images-right {
    height: 260px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .sidebar_links_and_content .two-big-images-block .two-big-images-holder .two-big-images-left, .sidebar_links_and_content .two-big-images-block .two-big-images-holder .two-big-images-right {
    height: 300px !important;
  }
}
@media screen and (max-width: 470px) {
  .sidebar_links_and_content .two-big-images-block .two-big-images-holder .two-big-images-left, .sidebar_links_and_content .two-big-images-block .two-big-images-holder .two-big-images-right {
    height: 240px !important;
  }
}
@media screen and (max-width: 370px) {
  .sidebar_links_and_content .two-big-images-block .two-big-images-holder .two-big-images-left, .sidebar_links_and_content .two-big-images-block .two-big-images-holder .two-big-images-right {
    height: 190px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .sidebar_links_and_content .two-big-images-holder {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .sidebar_links_and_content .two-big-images-holder .two-big-images-left, .sidebar_links_and_content .two-big-images-holder .two-big-images-right {
    flex: unset !important;
    width: 100% !important;
  }
  .sidebar_links_and_content .two-big-images-holder .two-big-images-left {
    margin-bottom: 20px;
  }
}

.three-big-images-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.three-big-images-block .three-big-images-holder .three-big-images-left, .three-big-images-block .three-big-images-holder .three-big-images-center, .three-big-images-block .three-big-images-holder .three-big-images-right {
  height: 355px;
  flex: 0 0 32%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1199.98px) {
  .three-big-images-left, .three-big-images-center, .three-big-images-right {
    height: 305px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .three-big-images-left, .three-big-images-center, .three-big-images-right {
    height: 240px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .three-big-images-holder {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .three-big-images-holder .three-big-images-left, .three-big-images-holder .three-big-images-center, .three-big-images-holder .three-big-images-right {
    height: 300px !important;
    flex: unset !important;
    width: 368px !important;
  }
  .three-big-images-holder .three-big-images-left, .three-big-images-holder .three-big-images-center {
    margin-bottom: 20px;
  }
}
/*@media screen and(max-width: 470px) {
    .three-big-images-holder {
        .three-big-images-left, .three-big-images-center, .three-big-images-right {
            height: 240px !important;
        }
    }
}*/
@media screen and (max-width: 400px) {
  .three-big-images-holder .three-big-images-left, .three-big-images-holder .three-big-images-center, .three-big-images-holder .three-big-images-right {
    height: 300px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 350px) {
  .three-big-images-holder .three-big-images-left, .three-big-images-holder .three-big-images-center, .three-big-images-holder .three-big-images-right {
    height: 250px !important;
  }
}
.sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-left, .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-center, .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-right {
  height: 200px;
}
@media screen and (max-width: 1199.98px) {
  .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-left, .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-center, .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-right {
    height: 160px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-left, .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-center, .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-right {
    height: 300px !important;
  }
}
@media screen and (max-width: 430px) {
  .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-left, .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-center, .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-right {
    height: 300px !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 380px) {
  .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-left, .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-center, .sidebar_links_and_content .three-big-images-block .three-big-images-holder .three-big-images-right {
    height: 250px !important;
  }
}
@media screen and (max-width: 991.98px) {
  .sidebar_links_and_content .three-big-images-holder {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  .sidebar_links_and_content .three-big-images-holder .three-big-images-left, .sidebar_links_and_content .three-big-images-holder .three-big-images-center, .sidebar_links_and_content .three-big-images-holder .three-big-images-right {
    flex: unset !important;
    width: 368px !important;
  }
  .sidebar_links_and_content .three-big-images-holder .three-big-images-left, .sidebar_links_and_content .three-big-images-holder .three-big-images-center {
    margin-bottom: 20px;
  }
}

/*basic text block*/
.blog-post-additions {
  max-width: 710px;
  /*margin-left: 61.6px;*/
  padding-bottom: 50px;
  /*h1 {
          font-size: 40px;
          line-height: 46px;
      }*/
  /*li {
          line-height: 20px;
          font-size: 15px;
          padding-bottom: 10px;
      }
      ul {
          list-style-type: none;
      }
      ul li:before {
          content: '\-';
          position: absolute;
          margin-left: -25px;
      }*/
}
.blog-post-additions h1, .blog-post-additions h2, .blog-post-additions h3, .blog-post-additions h4, .blog-post-additions h5, .blog-post-additions h6 {
  margin-bottom: 20px;
  /*font-size: 28px;*/
  /*line-height: 34px;*/
}
.blog-post-additions p {
  margin-bottom: 20px;
}
.blog-post-additions img {
  padding: 10px 0;
}

/*basic text block*/
.big-numbered-list {
  margin-top: 20px;
  margin-bottom: 10px;
}
.big-numbered-list .big-numbered-list-line {
  margin: 25px 0;
}
.big-numbered-list .big-numbered-list-line .big-numbered-list-bullet {
  margin-right: 30px;
  width: 40px;
  height: 40px;
  /*flex: 0 0 50px;*/
  flex-shrink: 0;
  border-radius: 50%;
}
.big-numbered-list .big-numbered-list-line .big-numbered-list-bullet p {
  font-size: 20px;
}
/*basic text block*/
.big-icon-list {
  margin-top: 20px;
  margin-bottom: 10px;
}
.big-icon-list .container .big-icon-list-holder {
  box-shadow: 0px 0px 8px 1px #00000030;
  max-width: 806px !important;
}
.big-icon-list .container .big-icon-list-holder .big-icon-list-line {
  padding: 50px 50px 50px 30px;
}
@media screen and (max-width: 575.98px) {
  .big-icon-list .container .big-icon-list-holder .big-icon-list-line {
    flex-direction: column !important;
    padding: 50px 50px 50px 50px;
  }
}
.big-icon-list .container .big-icon-list-holder .big-icon-list-line .big-icon-list-bullet {
  margin-right: 30px;
  width: 100px;
  height: 100px;
  /*flex: 0 0 50px;*/
  flex-shrink: 0;
}
@media screen and (max-width: 575.98px) {
  .big-icon-list .container .big-icon-list-holder .big-icon-list-line .big-icon-list-bullet {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.big-icon-list .container .big-icon-list-holder .big-icon-list-line .big-icon-list-bullet img {
  width: 100%;
  height: auto;
}
.big-icon-list .container .big-icon-list-holder .big-icon-list-line .big-icon-list-text {
  /*max-width: 565px;*/
}
@media screen and (max-width: 575.98px) {
  .big-icon-list .container .big-icon-list-holder .big-icon-list-line .big-icon-list-text {
    text-align: center;
  }
}
.big-icon-list .container .big-icon-list-holder .breaker-line {
  height: 3px;
  margin: auto;
  background-color: #00000030;
  width: 80%;
}

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