﻿@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-Regular.eot");
  src: url("../assets/fonts/poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/poppins/Poppins-Regular.ttf") format("truetype"), url("../assets/fonts/poppins/Poppins-Regular.woff2") format("woff2"), url("../assets/fonts/poppins/Poppins-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-Medium.eot");
  src: url("../assets/fonts/poppins/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/poppins/Poppins-Medium.ttf") format("truetype"), url("../assets/fonts/poppins/Poppins-Medium.woff2") format("woff2"), url("../assets/fonts/poppins/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-SemiBold.eot");
  src: url("../assets/fonts/poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/poppins/Poppins-SemiBold.ttf") format("truetype"), url("../assets/fonts/poppins/Poppins-SemiBold.woff2") format("woff2"), url("../assets/fonts/poppins/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/poppins/Poppins-Bold.eot");
  src: url("../assets/fonts/poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/poppins/Poppins-Bold.ttf") format("truetype"), url("../assets/fonts/poppins/Poppins-Bold.woff2") format("woff2"), url("../assets/fonts/poppins/Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArtegraSans";
  src: url("../assets/fonts/artegrasans/ArtegraSans-Bold.eot");
  src: url("../assets/fonts/artegrasans/ArtegraSans-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/artegrasans/ArtegraSans-Bold.ttf") format("truetype"), url("../assets/fonts/artegrasans/ArtegraSans-Bold.woff2") format("woff2"), url("../assets/fonts/artegrasans/ArtegraSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ArtegraSans";
  src: url("../assets/fonts/artegrasans/ArtegraSans-ExtraBold.eot");
  src: url("../assets/fonts/artegrasans/ArtegraSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/artegrasans/ArtegraSans-ExtraBold.ttf") format("truetype"), url("../assets/fonts/artegrasans/ArtegraSans-ExtraBold.woff2") format("woff2"), url("../assets/fonts/artegrasans/ArtegraSans-ExtraBold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
textarea, input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=number],
input[type=tel] {
  width: 100%;
  color: #000;
  background-color: #fff;
  border: 1px solid #B5B0A5;
  border-radius: 0.25rem;
  padding: 1.25rem 1rem;
  font-family: inherit;
  font-size: 0.875rem;
  outline: none;
  cursor: text;
  touch-action: manipulation;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (prefers-reduced-motion: reduce) {
  textarea, input[type=text],
  input[type=search],
  input[type=email],
  input[type=password],
  input[type=number],
  input[type=tel] {
    transition: none;
  }
}
textarea.error, input.error[type=text],
input.error[type=search],
input.error[type=email],
input.error[type=password],
input.error[type=number],
input.error[type=tel] {
  border-color: #D53E2A;
}
textarea.success, input.success[type=text],
input.success[type=search],
input.success[type=email],
input.success[type=password],
input.success[type=number],
input.success[type=tel] {
  border-color: #2ECACE;
}
textarea[readonly], input[readonly][type=text],
input[readonly][type=search],
input[readonly][type=email],
input[readonly][type=password],
input[readonly][type=number],
input[readonly][type=tel] {
  background-color: #b3b3b3;
  color: #0c0c0c;
}
textarea.floating-label, input.floating-label[type=text],
input.floating-label[type=search],
input.floating-label[type=email],
input.floating-label[type=password],
input.floating-label[type=number],
input.floating-label[type=tel] {
  /* By default, the placeholder should be transparent. Also, it should 
      * inherit the transition. */
  /* Show the placeholder when the input is focused. */
  /* When the element is focused, remove the label transform.
      * Also, do this when the placeholder is _not_ shown, i.e. when 
      * there's something in the input at all. */
}
textarea.floating-label + label, input.floating-label[type=text] + label,
input.floating-label[type=search] + label,
input.floating-label[type=email] + label,
input.floating-label[type=password] + label,
input.floating-label[type=number] + label,
input.floating-label[type=tel] + label {
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(1.03125rem, 2.5rem);
  cursor: text;
}
textarea.floating-label.placeholder, input.floating-label.placeholder[type=text],
input.floating-label.placeholder[type=search],
input.floating-label.placeholder[type=email],
input.floating-label.placeholder[type=password],
input.floating-label.placeholder[type=number],
input.floating-label.placeholder[type=tel] {
  color: #252525;
  font-weight: 700;
  opacity: 0;
  transition: inherit;
}
textarea.floating-label:-moz-placeholder, input.floating-label[type=text]:-moz-placeholder,
input.floating-label[type=search]:-moz-placeholder,
input.floating-label[type=email]:-moz-placeholder,
input.floating-label[type=password]:-moz-placeholder,
input.floating-label[type=number]:-moz-placeholder,
input.floating-label[type=tel]:-moz-placeholder {
  color: #252525;
  font-weight: 700;
  opacity: 0;
  transition: inherit;
}
textarea.floating-label::-moz-placeholder, input.floating-label[type=text]::-moz-placeholder,
input.floating-label[type=search]::-moz-placeholder,
input.floating-label[type=email]::-moz-placeholder,
input.floating-label[type=password]::-moz-placeholder,
input.floating-label[type=number]::-moz-placeholder,
input.floating-label[type=tel]::-moz-placeholder {
  color: #252525;
  font-weight: 700;
  opacity: 0;
  transition: inherit;
}
textarea.floating-label:-ms-input-placeholder, input.floating-label[type=text]:-ms-input-placeholder,
input.floating-label[type=search]:-ms-input-placeholder,
input.floating-label[type=email]:-ms-input-placeholder,
input.floating-label[type=password]:-ms-input-placeholder,
input.floating-label[type=number]:-ms-input-placeholder,
input.floating-label[type=tel]:-ms-input-placeholder {
  color: #252525;
  font-weight: 700;
  opacity: 0;
  transition: inherit;
}
textarea.floating-label::-webkit-input-placeholder, input.floating-label[type=text]::-webkit-input-placeholder,
input.floating-label[type=search]::-webkit-input-placeholder,
input.floating-label[type=email]::-webkit-input-placeholder,
input.floating-label[type=password]::-webkit-input-placeholder,
input.floating-label[type=number]::-webkit-input-placeholder,
input.floating-label[type=tel]::-webkit-input-placeholder {
  color: #252525;
  font-weight: 700;
  opacity: 0;
  transition: inherit;
}
textarea.floating-label:focus.placeholder, input.floating-label[type=text]:focus.placeholder,
input.floating-label[type=search]:focus.placeholder,
input.floating-label[type=email]:focus.placeholder,
input.floating-label[type=password]:focus.placeholder,
input.floating-label[type=number]:focus.placeholder,
input.floating-label[type=tel]:focus.placeholder {
  opacity: 1;
}
textarea.floating-label:focus:-moz-placeholder, input.floating-label[type=text]:focus:-moz-placeholder,
input.floating-label[type=search]:focus:-moz-placeholder,
input.floating-label[type=email]:focus:-moz-placeholder,
input.floating-label[type=password]:focus:-moz-placeholder,
input.floating-label[type=number]:focus:-moz-placeholder,
input.floating-label[type=tel]:focus:-moz-placeholder {
  opacity: 1;
}
textarea.floating-label:focus::-moz-placeholder, input.floating-label[type=text]:focus::-moz-placeholder,
input.floating-label[type=search]:focus::-moz-placeholder,
input.floating-label[type=email]:focus::-moz-placeholder,
input.floating-label[type=password]:focus::-moz-placeholder,
input.floating-label[type=number]:focus::-moz-placeholder,
input.floating-label[type=tel]:focus::-moz-placeholder {
  opacity: 1;
}
textarea.floating-label:focus:-ms-input-placeholder, input.floating-label[type=text]:focus:-ms-input-placeholder,
input.floating-label[type=search]:focus:-ms-input-placeholder,
input.floating-label[type=email]:focus:-ms-input-placeholder,
input.floating-label[type=password]:focus:-ms-input-placeholder,
input.floating-label[type=number]:focus:-ms-input-placeholder,
input.floating-label[type=tel]:focus:-ms-input-placeholder {
  opacity: 1;
}
textarea.floating-label:focus::-webkit-input-placeholder, input.floating-label[type=text]:focus::-webkit-input-placeholder,
input.floating-label[type=search]:focus::-webkit-input-placeholder,
input.floating-label[type=email]:focus::-webkit-input-placeholder,
input.floating-label[type=password]:focus::-webkit-input-placeholder,
input.floating-label[type=number]:focus::-webkit-input-placeholder,
input.floating-label[type=tel]:focus::-webkit-input-placeholder {
  opacity: 1;
}
textarea.floating-label:focus + label, input.floating-label[type=text]:focus + label,
input.floating-label[type=search]:focus + label,
input.floating-label[type=email]:focus + label,
input.floating-label[type=password]:focus + label,
input.floating-label[type=number]:focus + label,
input.floating-label[type=tel]:focus + label, textarea.floating-label:not(:placeholder-shown) + label, input.floating-label[type=text]:not(:placeholder-shown) + label,
input.floating-label[type=search]:not(:placeholder-shown) + label,
input.floating-label[type=email]:not(:placeholder-shown) + label,
input.floating-label[type=password]:not(:placeholder-shown) + label,
input.floating-label[type=number]:not(:placeholder-shown) + label,
input.floating-label[type=tel]:not(:placeholder-shown) + label, textarea.floating-label:-webkit-autofill + label, input.floating-label[type=text]:-webkit-autofill + label,
input.floating-label[type=search]:-webkit-autofill + label,
input.floating-label[type=email]:-webkit-autofill + label,
input.floating-label[type=password]:-webkit-autofill + label,
input.floating-label[type=number]:-webkit-autofill + label,
input.floating-label[type=tel]:-webkit-autofill + label {
  transform: translate(0, 0);
  cursor: pointer;
}

.bg-primary {
  background-color: #DA1A32;
}

.bg-secondary {
  background-color: #850918;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-blue {
  background-color: #69ABDC;
}

.bg-brown {
  background-color: #342C1F;
}

.bg-gray {
  background-color: #DED9CD;
}

.bg-gray-light {
  background-color: #b3b3b3;
}

.bg-error {
  background-color: #D53E2A;
}

.bg-warning {
  background-color: #E87590;
}

.bg-success {
  background-color: #2ECACE;
}

.bg-info {
  background-color: #850918;
}

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

.mt-xxs,
.mv-xxs {
  margin-top: 0.25rem !important;
}

.mr-xxs,
.mh-xxs {
  margin-right: 0.25rem !important;
}

.mb-xxs,
.mv-xxs {
  margin-bottom: 0.25rem !important;
}

.ml-xxs,
.mh-xxs {
  margin-left: 0.25rem !important;
}

.m-all-xs {
  margin: 0.375rem !important;
}

.mt-xs,
.mv-xs {
  margin-top: 0.375rem !important;
}

.mr-xs,
.mh-xs {
  margin-right: 0.375rem !important;
}

.mb-xs,
.mv-xs {
  margin-bottom: 0.375rem !important;
}

.ml-xs,
.mh-xs {
  margin-left: 0.375rem !important;
}

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

.mt-sm,
.mv-sm {
  margin-top: 0.5rem !important;
}

.mr-sm,
.mh-sm {
  margin-right: 0.5rem !important;
}

.mb-sm,
.mv-sm {
  margin-bottom: 0.5rem !important;
}

.ml-sm,
.mh-sm {
  margin-left: 0.5rem !important;
}

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

.mt-md,
.mv-md {
  margin-top: 1rem !important;
}

.mr-md,
.mh-md {
  margin-right: 1rem !important;
}

.mb-md,
.mv-md {
  margin-bottom: 1rem !important;
}

.ml-md,
.mh-md {
  margin-left: 1rem !important;
}

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

.mt-lg,
.mv-lg {
  margin-top: 1.5rem !important;
}

.mr-lg,
.mh-lg {
  margin-right: 1.5rem !important;
}

.mb-lg,
.mv-lg {
  margin-bottom: 1.5rem !important;
}

.ml-lg,
.mh-lg {
  margin-left: 1.5rem !important;
}

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

.mt-xl,
.mv-xl {
  margin-top: 2rem !important;
}

.mr-xl,
.mh-xl {
  margin-right: 2rem !important;
}

.mb-xl,
.mv-xl {
  margin-bottom: 2rem !important;
}

.ml-xl,
.mh-xl {
  margin-left: 2rem !important;
}

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

.mt-xxl,
.mv-xxl {
  margin-top: 3rem !important;
}

.mr-xxl,
.mh-xxl {
  margin-right: 3rem !important;
}

.mb-xxl,
.mv-xxl {
  margin-bottom: 3rem !important;
}

.ml-xxl,
.mh-xxl {
  margin-left: 3rem !important;
}

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

.mt-xxxl,
.mv-xxxl {
  margin-top: 4rem !important;
}

.mr-xxxl,
.mh-xxxl {
  margin-right: 4rem !important;
}

.mb-xxxl,
.mv-xxxl {
  margin-bottom: 4rem !important;
}

.ml-xxxl,
.mh-xxxl {
  margin-left: 4rem !important;
}

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

.pt-xxs,
.pv-xxs {
  padding-top: 0.25rem !important;
}

.pr-xxs,
.ph-xxs {
  padding-right: 0.25rem !important;
}

.pb-xxs,
.pv-xxs {
  padding-bottom: 0.25rem !important;
}

.pl-xxs,
.ph-xxs {
  padding-left: 0.25rem !important;
}

.p-all-xs {
  padding: 0.375rem !important;
}

.pt-xs,
.pv-xs {
  padding-top: 0.375rem !important;
}

.pr-xs,
.ph-xs {
  padding-right: 0.375rem !important;
}

.pb-xs,
.pv-xs {
  padding-bottom: 0.375rem !important;
}

.pl-xs,
.ph-xs {
  padding-left: 0.375rem !important;
}

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

.pt-sm,
.pv-sm {
  padding-top: 0.5rem !important;
}

.pr-sm,
.ph-sm {
  padding-right: 0.5rem !important;
}

.pb-sm,
.pv-sm {
  padding-bottom: 0.5rem !important;
}

.pl-sm,
.ph-sm {
  padding-left: 0.5rem !important;
}

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

.pt-md,
.pv-md {
  padding-top: 1rem !important;
}

.pr-md,
.ph-md {
  padding-right: 1rem !important;
}

.pb-md,
.pv-md {
  padding-bottom: 1rem !important;
}

.pl-md,
.ph-md {
  padding-left: 1rem !important;
}

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

.pt-lg,
.pv-lg {
  padding-top: 1.5rem !important;
}

.pr-lg,
.ph-lg {
  padding-right: 1.5rem !important;
}

.pb-lg,
.pv-lg {
  padding-bottom: 1.5rem !important;
}

.pl-lg,
.ph-lg {
  padding-left: 1.5rem !important;
}

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

.pt-xl,
.pv-xl {
  padding-top: 2rem !important;
}

.pr-xl,
.ph-xl {
  padding-right: 2rem !important;
}

.pb-xl,
.pv-xl {
  padding-bottom: 2rem !important;
}

.pl-xl,
.ph-xl {
  padding-left: 2rem !important;
}

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

.pt-xxl,
.pv-xxl {
  padding-top: 3rem !important;
}

.pr-xxl,
.ph-xxl {
  padding-right: 3rem !important;
}

.pb-xxl,
.pv-xxl {
  padding-bottom: 3rem !important;
}

.pl-xxl,
.ph-xxl {
  padding-left: 3rem !important;
}

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

.pt-xxxl,
.pv-xxxl {
  padding-top: 4rem !important;
}

.pr-xxxl,
.ph-xxxl {
  padding-right: 4rem !important;
}

.pb-xxxl,
.pv-xxxl {
  padding-bottom: 4rem !important;
}

.pl-xxxl,
.ph-xxxl {
  padding-left: 4rem !important;
}

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

.mt-n-xxs,
.mv-n-xxs {
  margin-top: -0.25rem !important;
}

.mr-n-xxs,
.mh-n-xxs {
  margin-right: -0.25rem !important;
}

.mb-n-xxs,
.mv-n-xxs {
  margin-bottom: -0.25rem !important;
}

.ml-n-xxs,
.mh-n-xxs {
  margin-left: -0.25rem !important;
}

.m-n-xs {
  margin: -0.375rem !important;
}

.mt-n-xs,
.mv-n-xs {
  margin-top: -0.375rem !important;
}

.mr-n-xs,
.mh-n-xs {
  margin-right: -0.375rem !important;
}

.mb-n-xs,
.mv-n-xs {
  margin-bottom: -0.375rem !important;
}

.ml-n-xs,
.mh-n-xs {
  margin-left: -0.375rem !important;
}

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

.mt-n-sm,
.mv-n-sm {
  margin-top: -0.5rem !important;
}

.mr-n-sm,
.mh-n-sm {
  margin-right: -0.5rem !important;
}

.mb-n-sm,
.mv-n-sm {
  margin-bottom: -0.5rem !important;
}

.ml-n-sm,
.mh-n-sm {
  margin-left: -0.5rem !important;
}

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

.mt-n-md,
.mv-n-md {
  margin-top: -1rem !important;
}

.mr-n-md,
.mh-n-md {
  margin-right: -1rem !important;
}

.mb-n-md,
.mv-n-md {
  margin-bottom: -1rem !important;
}

.ml-n-md,
.mh-n-md {
  margin-left: -1rem !important;
}

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

.mt-n-lg,
.mv-n-lg {
  margin-top: -1.5rem !important;
}

.mr-n-lg,
.mh-n-lg {
  margin-right: -1.5rem !important;
}

.mb-n-lg,
.mv-n-lg {
  margin-bottom: -1.5rem !important;
}

.ml-n-lg,
.mh-n-lg {
  margin-left: -1.5rem !important;
}

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

.mt-n-xl,
.mv-n-xl {
  margin-top: -2rem !important;
}

.mr-n-xl,
.mh-n-xl {
  margin-right: -2rem !important;
}

.mb-n-xl,
.mv-n-xl {
  margin-bottom: -2rem !important;
}

.ml-n-xl,
.mh-n-xl {
  margin-left: -2rem !important;
}

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

.mt-n-xxl,
.mv-n-xxl {
  margin-top: -3rem !important;
}

.mr-n-xxl,
.mh-n-xxl {
  margin-right: -3rem !important;
}

.mb-n-xxl,
.mv-n-xxl {
  margin-bottom: -3rem !important;
}

.ml-n-xxl,
.mh-n-xxl {
  margin-left: -3rem !important;
}

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

.mt-n-xxxl,
.mv-n-xxxl {
  margin-top: -4rem !important;
}

.mr-n-xxxl,
.mh-n-xxxl {
  margin-right: -4rem !important;
}

.mb-n-xxxl,
.mv-n-xxxl {
  margin-bottom: -4rem !important;
}

.ml-n-xxxl,
.mh-n-xxxl {
  margin-left: -4rem !important;
}

.ml-auto,
.mh-auto {
  margin-left: auto !important;
}

.mr-auto,
.mh-auto {
  margin-right: auto !important;
}

.no-overflow {
  overflow: hidden;
  /*&-x {}
  &-y {}*/
}

.cookie-consent {
  background-color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.1875rem 0;
  z-index: 9000;
}
.cookie-consent-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cookie-consent-text {
  color: #fff;
  margin-bottom: 1.5625rem;
  text-align: center;
}
@media (min-width: 992px) {
  .cookie-consent-wrapper {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
  .cookie-consent-text {
    margin-bottom: 0;
  }
}

ol.list li,
ul.list li {
  position: relative;
  padding: 0.5rem 1rem;
  background-color: #fff;
  font-family: inherit;
  font-size: inherit;
}
ol.inline-list,
ul.inline-list {
  display: flex;
}
ol.inline-list > li,
ul.inline-list > li {
  display: inline-block;
}

ul {
  list-style: none;
}
ul.list-bullets li {
  padding-left: 2rem;
}
ul.list-bullets li::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  left: 0.625rem;
  top: 0.8125rem;
  margin-right: 0.9375rem;
  background-color: #DA1A32;
  border-radius: 50%;
}

ol.list {
  margin-left: 1.5625rem;
}

.table-regular {
  width: 100%;
  margin-bottom: 1rem;
  color: #F3F1EC;
  table-layout: fixed;
}
.table-regular thead th {
  background-color: #fff;
  color: #000;
  line-height: 1.25rem;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.table-regular tbody td {
  font-weight: 600;
  vertical-align: middle;
  color: #DA1A32;
}
.table-regular tr td,
.table-regular tr th {
  font-size: 0.875rem;
  padding: 0.75rem;
  border: none;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}
.table-regular tr:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.table-striped {
  width: 100%;
  margin-bottom: 1rem;
  color: #F3F1EC;
  table-layout: fixed;
}
.table-striped thead th {
  background-color: #fff;
  color: #000;
  line-height: 1.25rem;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.table-striped tbody td {
  font-weight: 600;
  vertical-align: middle;
  color: #DA1A32;
}
.table-striped tr td,
.table-striped tr th {
  font-size: 0.875rem;
  padding: 0.75rem;
  border: none;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}
.table-striped tr:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f3f1ec;
}
.table-striped td {
  border-top: 1px solid #C7D7E3;
}
.table-bordered {
  width: 100%;
  margin-bottom: 1rem;
  color: #F3F1EC;
  table-layout: fixed;
}
.table-bordered thead th {
  background-color: #fff;
  color: #000;
  line-height: 1.25rem;
  font-size: 0.875rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.table-bordered tbody td {
  font-weight: 600;
  vertical-align: middle;
  color: #DA1A32;
}
.table-bordered tr td,
.table-bordered tr th {
  font-size: 0.875rem;
  padding: 0.75rem;
  border: none;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: uppercase;
}
.table-bordered tr:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.table-bordered thead {
  border-top: 1px solid #B5B0A5;
  border-bottom: 1px solid #B5B0A5;
}
.table-bordered tbody {
  border-bottom: 1px solid #B5B0A5;
}
.table-bordered tr td {
  border-bottom: 2px solid #F3F1EC;
}
.table-overflow-x {
  overflow-x: auto;
}
.table-overflow-y {
  max-height: 31.25rem;
  overflow-y: auto;
}
.table-sm th,
.table-sm td {
  padding: 0.375rem;
}

.table-specs {
  margin-bottom: 1.5625rem;
}
.table-specs thead tr th {
  padding: 0.375rem 0 0.375rem 0.625rem;
}
.table-specs thead tr th:first-child {
  border-right: 1px solid #B5B0A5;
  width: 30%;
}
.table-specs tbody tr td {
  padding: 0.375rem 0 0.375rem 0.625rem;
}
.table-specs tbody tr td:first-child {
  font-weight: 700;
  color: #000;
}

.tags li {
  background-color: #d9eaf6;
  color: #69ABDC;
  border-radius: 0.25rem;
  text-align: center;
  text-transform: lowercase;
}
.tags-sm {
  margin: 1rem -0.25rem 0;
}
.tags-sm li {
  margin: 0 0.125rem;
  padding: 0.375rem 1rem;
  font-size: 0.625rem;
  font-weight: 600;
}

.icon-blank, .icon-lg, .icon-md, .icon-sm, .icon-xs, .icon-xxs {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.icon-blank::after, .icon-lg::after, .icon-md::after, .icon-sm::after, .icon-xs::after, .icon-xxs::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon-xxs {
  width: 12px;
  height: 12px;
}
.icon-xs {
  width: 16px;
  height: 16px;
}
.icon-sm {
  width: 24px;
  height: 24px;
}
.icon-md {
  width: 36px;
  height: 36px;
}
.icon-lg {
  width: 45px;
  height: 45px;
}
.icon-90 {
  transform: rotate(90deg);
}
.icon-180 {
  transform: rotate(180deg);
}
.icon-270 {
  transform: rotate(270deg);
}

.icon-social-yt-white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill="%23fff" d="M0,14C0,6.3,6.3,0,14,0s14,6.3,14,14s-6.3,14-14,14S0,21.7,0,14z M21.2,10.5c-0.2-0.7-0.7-1.2-1.3-1.4 C18.7,8.9,14,8.9,14,8.9s-4.7,0-5.8,0.3C7.5,9.4,7,9.9,6.8,10.5c-0.3,1.2-0.3,3.7-0.3,3.7s0,2.5,0.3,3.7c0.2,0.7,0.7,1.2,1.3,1.4 c1.2,0.3,5.8,0.3,5.8,0.3s4.7,0,5.8-0.3c0.6-0.2,1.1-0.7,1.3-1.4c0.3-1.2,0.3-3.7,0.3-3.7S21.5,11.7,21.2,10.5 M12.6,16.8v-4.7 l3.7,2.3L12.6,16.8z"/></svg>');
}
.icon-social-li-white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill="%23fff" d="M14,0C6.3,0,0,6.3,0,14s6.3,14,14,14s14-6.3,14-14S21.7,0,14,0z M9.9,21.1H6.7v-9.5h3.2V21.1z M8.3,10.2 c-1.1,0-1.8-0.7-1.8-1.6C6.5,7.7,7.2,7,8.3,7c1.1,0,1.8,0.7,1.8,1.6C10.1,9.5,9.4,10.2,8.3,10.2z M21.4,21.2h-3.2V16 c0-1.3-0.5-2.2-1.6-2.2c-0.9,0-1.4,0.6-1.6,1.2c-0.1,0.2-0.1,0.5-0.1,0.8v5.3h-3.2V21c0-0.5,0-3,0-5.3v-0.9c0-0.3,0-0.5,0-0.8v-0.5 c0-1,0-1.7,0-1.9h3.2V13c0.3-0.7,1.1-1.6,2.8-1.6c2.1,0,3.7,1.4,3.7,4.3V21.2z"/></svg>');
}
.icon-social-tw-white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill="%23fff" d="M0,14C0,6.3,6.3,0,14,0s14,6.3,14,14s-6.3,14-14,14S0,21.7,0,14z M13.6,11.4l0,0.5l-0.5-0.1 c-1.8-0.2-3.3-1-4.7-2.3L7.8,8.9L7.6,9.3c-0.4,1.1-0.1,2.2,0.6,2.9c0.4,0.4,0.3,0.5-0.4,0.2c-0.2-0.1-0.4-0.1-0.5-0.1 c-0.1,0.1,0.2,1,0.4,1.3c0.3,0.5,0.8,1,1.3,1.3l0.5,0.2l-0.6,0c-0.5,0-0.6,0-0.5,0.2c0.2,0.6,1,1.3,1.8,1.6l0.6,0.2l-0.5,0.3 c-0.8,0.5-1.7,0.7-2.6,0.7c-0.4,0-0.8,0-0.8,0.1c0,0.1,1.2,0.7,1.9,0.9c2.1,0.6,4.6,0.4,6.4-0.7c1.3-0.8,2.6-2.3,3.3-3.8 c0.3-0.8,0.7-2.3,0.7-3c0-0.5,0-0.5,0.6-1.1c0.3-0.3,0.6-0.7,0.7-0.8c0.1-0.2,0.1-0.2-0.4,0c-0.8,0.3-0.9,0.3-0.5-0.2 c0.3-0.3,0.7-0.9,0.7-1.1c0,0-0.1,0-0.3,0.1C19.7,8.8,19.3,9,19,9.1l-0.5,0.2L18,8.9c-0.3-0.2-0.6-0.4-0.8-0.4 c-0.5-0.1-1.3-0.1-1.7,0C14.3,9,13.5,10.1,13.6,11.4z"/></svg>');
}

.icon-arrow-white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 28"><polygon fill="%23fff" points="3.1,27.1 0.9,24.9 11.9,14 0.9,3.1 3.1,0.9 16.1,14 "/></svg>');
}

.icon-plus-white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14.4 14.4"><path fill="%23fff" d="M8.4,0v6l6,0v2.4l-6,0v6H6v-6l-6,0V6l6,0V0H8.4z"/></svg>');
}

.icon-chevron-white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 16"><path fill="%23fff" d="M26,15.1c-0.3,0-0.6-0.1-0.8-0.3L14,3.6L2.8,14.8c-0.4,0.4-1.2,0.4-1.6,0s-0.4-1.2,0-1.6l12-12c0.4-0.4,1.2-0.4,1.6,0l12,12 c0.4,0.4,0.4,1.2,0,1.6C26.6,15,26.3,15.1,26,15.1z"/></svg>');
}
.icon-chevron-red::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 16"><path fill="%23DA1A32" d="M26,15.1c-0.3,0-0.6-0.1-0.8-0.3L14,3.6L2.8,14.8c-0.4,0.4-1.2,0.4-1.6,0s-0.4-1.2,0-1.6l12-12c0.4-0.4,1.2-0.4,1.6,0l12,12 c0.4,0.4,0.4,1.2,0,1.6C26.6,15,26.3,15.1,26,15.1z"/></svg>');
}

.icon-search-primary::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><path fill="%23DA1A32" d="M20.5,18.7l5.5,5.5L24.2,26l-5.5-5.5c-2,1.6-4.6,2.5-7.2,2.5C5.2,23,0,17.9,0,11.5S5.2,0,11.5,0S23,5.2,23,11.5 C23,14.1,22.2,16.7,20.5,18.7z M18,17.8c1.6-1.7,2.5-3.9,2.5-6.2c0-5-4-9-9-9c-5,0-9,4-9,9c0,4.9,4,9,9,9c2.3,0,4.6-0.9,6.2-2.5 L18,17.8L18,17.8z"/></svg>');
}

.icon-house-white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 10"><path fill="%23fff" id="Path" d="M10.4,5.6H9.8l0,3.1c0,0.7-0.5,1.3-1.2,1.3H2.4c-0.7,0-1.2-0.6-1.2-1.2V5.6H0.6C0.3,5.6,0,5.3,0,5 c0-0.2,0.1-0.3,0.2-0.5l4.9-4.4C5.2,0,5.4,0,5.5,0s0.3,0,0.4,0.1l4.9,4.4C10.9,4.7,11,4.8,11,5C11,5.3,10.7,5.6,10.4,5.6z"/></svg>');
}

.icon-facebook-white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41 41" ><path fill="%23fff"  d="M20.5,0C31.8,0,41,9.2,41,20.5S31.8,41,20.5,41S0,31.8,0,20.5S9.2,0,20.5,0z M25.4,9.6 h-3.1c-3.7,0-5,1.9-5,5v2.3H15v3.8h2.3v11.2H22V20.7H25l0.4-3.8H22l0-1.9c0-1,0.1-1.5,1.5-1.5h1.9V9.6z"/></svg>');
}
.icon-facebook-red::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41 41" ><path fill="%23DA1A32"  d="M20.5,0C31.8,0,41,9.2,41,20.5S31.8,41,20.5,41S0,31.8,0,20.5S9.2,0,20.5,0z M25.4,9.6 h-3.1c-3.7,0-5,1.9-5,5v2.3H15v3.8h2.3v11.2H22V20.7H25l0.4-3.8H22l0-1.9c0-1,0.1-1.5,1.5-1.5h1.9V9.6z"/></svg>');
}
.icon-facebook-blue::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41 41" ><path fill="%233455A9"  d="M20.5,0C31.8,0,41,9.2,41,20.5S31.8,41,20.5,41S0,31.8,0,20.5S9.2,0,20.5,0z M25.4,9.6 h-3.1c-3.7,0-5,1.9-5,5v2.3H15v3.8h2.3v11.2H22V20.7H25l0.4-3.8H22l0-1.9c0-1,0.1-1.5,1.5-1.5h1.9V9.6z"/></svg>');
}

.icon-facebook-2::after {
  background-image: url('data:image/svg+xml;utf-8,<svg  xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 23" ><path fill="%23fff" d="M7.3,23V11.5h3.3l0.4-4H7.3l0-2c0-1,0.1-1.6,1.6-1.6h2V0H7.7C3.8,0,2.4,1.9,2.4,5.2v2.4H0v4h2.4V23	H7.3z"/></svg>');
}

.icon-instagram-white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41 41"><path fill="%23fff" class="st0" d="M20.2,0c11.1,0,20.2,9,20.2,20.2s-9,20.2-20.2,20.2S0,31.3,0,20.2S9,0,20.2,0z M21,9.4h-1.7 c-2.2,0-2.6,0-3.6,0.1c-1.1,0.1-1.9,0.2-2.6,0.5c-0.7,0.3-1.3,0.6-1.9,1.2c-0.6,0.6-1,1.2-1.2,1.9c-0.3,0.7-0.4,1.5-0.5,2.6 c0,1-0.1,1.4-0.1,3.6l0,1.7c0,2.2,0,2.6,0.1,3.6c0.1,1.1,0.2,1.9,0.5,2.6c0.3,0.7,0.6,1.3,1.2,1.9c0.6,0.6,1.2,1,1.9,1.2 c0.7,0.3,1.5,0.4,2.6,0.5c1,0,1.4,0.1,3.6,0.1H21c2.2,0,2.6,0,3.6-0.1c1.1-0.1,1.9-0.2,2.6-0.5c0.7-0.3,1.3-0.6,1.9-1.2 c0.6-0.6,1-1.2,1.2-1.9c0.3-0.7,0.4-1.5,0.5-2.6c0-0.2,0-0.4,0-0.6l0-0.2c0-0.6,0-1.1,0-2.3l0-0.5c0-0.1,0-0.2,0-0.3v-1.2 c0-0.1,0-0.2,0-0.3l0-0.5c0-1.7,0-2.2-0.1-3.1c-0.1-1.1-0.2-1.9-0.5-2.6c-0.3-0.7-0.6-1.3-1.2-1.9c-0.6-0.6-1.2-1-1.9-1.2 c-0.7-0.3-1.5-0.4-2.6-0.5C23.6,9.4,23.2,9.4,21,9.4z M19.2,11.3L19.2,11.3l1.5,0c0.1,0,0.2,0,0.3,0l0.5,0c1.7,0,2.1,0,3,0.1 c1,0,1.6,0.2,2,0.4c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.4,0.6,0.7,0.8,1.2c0.1,0.4,0.3,0.9,0.4,2c0,1,0.1,1.4,0.1,3.5V21	c0,2.1,0,2.5-0.1,3.5c0,1-0.2,1.6-0.4,2c-0.2,0.5-0.4,0.9-0.8,1.2c-0.4,0.4-0.7,0.6-1.2,0.8c-0.4,0.1-0.9,0.3-2,0.4	c-1,0-1.4,0.1-3.3,0.1l-0.5,0c-0.1,0-0.2,0-0.3,0l-0.3,0c-0.2,0-0.4,0-0.6,0l-0.5,0c-1.9,0-2.3,0-3.3-0.1c-1,0-1.6-0.2-2-0.4 c-0.5-0.2-0.9-0.4-1.2-0.8c-0.4-0.4-0.6-0.7-0.8-1.2c-0.1-0.4-0.3-0.9-0.4-2c0-0.9-0.1-1.3-0.1-2.6l0-0.4c0-0.1,0-0.2,0-0.2v-2.2 c0-0.1,0-0.2,0-0.2l0-0.4c0-1.4,0-1.8,0.1-2.6c0-1,0.2-1.6,0.4-2c0.2-0.5,0.4-0.9,0.8-1.2c0.4-0.4,0.7-0.6,1.2-0.8 c0.4-0.1,0.9-0.3,2-0.4c0.9,0,1.3-0.1,2.8-0.1L19.2,11.3L19.2,11.3z M20.2,14.6c-3,0-5.5,2.5-5.5,5.5s2.5,5.5,5.5,5.5 s5.5-2.5,5.5-5.5c0-3-2.4-5.4-5.3-5.5L20.2,14.6z M25.9,13.1c-0.7,0-1.3,0.6-1.3,1.3c0,0.7,0.6,1.3,1.3,1.3s1.3-0.6,1.3-1.3 C27.2,13.7,26.6,13.1,25.9,13.1z M20.2,16.6c2,0,3.6,1.6,3.6,3.6c0,2-1.6,3.6-3.6,3.6c-2,0-3.6-1.6-3.6-3.6 C16.6,18.2,18.2,16.6,20.2,16.6L20.2,16.6z"/></svg>');
}
.icon-instagram-red::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41 41"><path fill="%23DA1A32" class="st0" d="M20.2,0c11.1,0,20.2,9,20.2,20.2s-9,20.2-20.2,20.2S0,31.3,0,20.2S9,0,20.2,0z M21,9.4h-1.7 c-2.2,0-2.6,0-3.6,0.1c-1.1,0.1-1.9,0.2-2.6,0.5c-0.7,0.3-1.3,0.6-1.9,1.2c-0.6,0.6-1,1.2-1.2,1.9c-0.3,0.7-0.4,1.5-0.5,2.6 c0,1-0.1,1.4-0.1,3.6l0,1.7c0,2.2,0,2.6,0.1,3.6c0.1,1.1,0.2,1.9,0.5,2.6c0.3,0.7,0.6,1.3,1.2,1.9c0.6,0.6,1.2,1,1.9,1.2 c0.7,0.3,1.5,0.4,2.6,0.5c1,0,1.4,0.1,3.6,0.1H21c2.2,0,2.6,0,3.6-0.1c1.1-0.1,1.9-0.2,2.6-0.5c0.7-0.3,1.3-0.6,1.9-1.2 c0.6-0.6,1-1.2,1.2-1.9c0.3-0.7,0.4-1.5,0.5-2.6c0-0.2,0-0.4,0-0.6l0-0.2c0-0.6,0-1.1,0-2.3l0-0.5c0-0.1,0-0.2,0-0.3v-1.2 c0-0.1,0-0.2,0-0.3l0-0.5c0-1.7,0-2.2-0.1-3.1c-0.1-1.1-0.2-1.9-0.5-2.6c-0.3-0.7-0.6-1.3-1.2-1.9c-0.6-0.6-1.2-1-1.9-1.2 c-0.7-0.3-1.5-0.4-2.6-0.5C23.6,9.4,23.2,9.4,21,9.4z M19.2,11.3L19.2,11.3l1.5,0c0.1,0,0.2,0,0.3,0l0.5,0c1.7,0,2.1,0,3,0.1 c1,0,1.6,0.2,2,0.4c0.5,0.2,0.9,0.4,1.2,0.8c0.4,0.4,0.6,0.7,0.8,1.2c0.1,0.4,0.3,0.9,0.4,2c0,1,0.1,1.4,0.1,3.5V21	c0,2.1,0,2.5-0.1,3.5c0,1-0.2,1.6-0.4,2c-0.2,0.5-0.4,0.9-0.8,1.2c-0.4,0.4-0.7,0.6-1.2,0.8c-0.4,0.1-0.9,0.3-2,0.4	c-1,0-1.4,0.1-3.3,0.1l-0.5,0c-0.1,0-0.2,0-0.3,0l-0.3,0c-0.2,0-0.4,0-0.6,0l-0.5,0c-1.9,0-2.3,0-3.3-0.1c-1,0-1.6-0.2-2-0.4 c-0.5-0.2-0.9-0.4-1.2-0.8c-0.4-0.4-0.6-0.7-0.8-1.2c-0.1-0.4-0.3-0.9-0.4-2c0-0.9-0.1-1.3-0.1-2.6l0-0.4c0-0.1,0-0.2,0-0.2v-2.2 c0-0.1,0-0.2,0-0.2l0-0.4c0-1.4,0-1.8,0.1-2.6c0-1,0.2-1.6,0.4-2c0.2-0.5,0.4-0.9,0.8-1.2c0.4-0.4,0.7-0.6,1.2-0.8 c0.4-0.1,0.9-0.3,2-0.4c0.9,0,1.3-0.1,2.8-0.1L19.2,11.3L19.2,11.3z M20.2,14.6c-3,0-5.5,2.5-5.5,5.5s2.5,5.5,5.5,5.5 s5.5-2.5,5.5-5.5c0-3-2.4-5.4-5.3-5.5L20.2,14.6z M25.9,13.1c-0.7,0-1.3,0.6-1.3,1.3c0,0.7,0.6,1.3,1.3,1.3s1.3-0.6,1.3-1.3 C27.2,13.7,26.6,13.1,25.9,13.1z M20.2,16.6c2,0,3.6,1.6,3.6,3.6c0,2-1.6,3.6-3.6,3.6c-2,0-3.6-1.6-3.6-3.6 C16.6,18.2,18.2,16.6,20.2,16.6L20.2,16.6z"/></svg>');
}

.icon-linkedin-white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 41 41" ><path fill="%23fff" d="M6.93999974,5 C6.93944772,6.1045695 6.0435695,6.99955228 4.939,6.99899974 C3.8344305,6.99844772 2.93944772,6.1025695 2.93999974,4.998 C2.94055228,3.8934305 3.8364305,2.99844772 4.941,2.99899974 C6.0455695,2.99955228 6.94055228,3.8954305 6.93999974,5 L6.93999974,5 Z M7,8.48 L3,8.48 L3,21 L7,21 L7,8.48 Z M13.32,8.48 L9.34,8.48 L9.34,21 L13.28,21 L13.28,14.43 C13.28,10.77 18.05,10.43 18.05,14.43 L18.05,21 L22,21 L22,13.07 C22,6.9 14.94,7.13 13.28,10.16 L13.32,8.48 Z"/></svg>');
}

.icon-cut-white::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 222 23"><path fill="%23fff" d="M11.6,7.1c-2.5,0-4.4,2-4.4,4.5c0,2.5,2,4.5,4.4,4.5c2.5,0,4.4-2,4.4-4.5C16.1,9,14.1,7.1,11.6,7.1 M14.2,0.3 C7.9-1.1,1.7,2.8,0.3,9C-1.1,15.1,2.8,21.3,9,22.7c6.2,1.4,12.5-2.5,13.9-8.6C24.3,7.9,20.4,1.7,14.2,0.3 M21.3,13.5	c-0.3,1.1-3.6,0.7-4.5,1.9c0,0,0,0-0.1,0.1c-1,1.2,0.3,4.3-0.7,4.8c-1,0.5-2.7-2.3-4.3-2.3l-0.1,0c-1.5,0-3.2,2.9-4.2,2.5 c-1-0.5,0.1-3.6-0.9-4.8c0,0,0,0-0.1-0.1c-0.9-1.2-4.3-0.7-4.5-1.7c-0.3-1.1,2.9-2.1,3.2-3.7c0,0,0,0,0-0.1c0.4-1.5-2.2-3.7-1.5-4.6 c0.7-0.9,3.5,0.9,4.9,0.2c0,0,0,0,0.1,0c1.4-0.6,1.6-3.9,2.7-4l0,0c1.1,0,1.4,3.3,2.9,3.9c0,0,0,0,0.1,0c1.4,0.7,4.2-1.2,4.8-0.4 c0.7,0.9-1.7,3.2-1.3,4.7c0,0,0,0,0,0.1C18.3,11.5,21.5,12.5,21.3,13.5 M163,13h-9.3c-0.8,0-1.5-0.7-1.5-1.5s0.7-1.5,1.5-1.5h9.3	c0.8,0,1.5,0.7,1.5,1.5C164.5,12.3,163.9,13,163,13 M217.7,5.9l-0.4-0.1c-1.8-0.4-4-0.6-4.1-0.6c-3.6-0.3-13-0.6-24.8-0.6 c-10.2,0-21.6,0.4-27.5,0.7c-7.3,0.3-10.8,1.9-11.4,2.2l-0.1,0l-0.3,0.2c-0.2,0.2-0.3,0.5-0.3,0.7l0,0.2l0.1,0.4 c0.2,0.5,0.4,1.2,0.4,2.3c0,1.2-0.2,1.9-0.4,2.3l-0.1,0.3l0,0.1l0,0.2c0,0.4,0.2,0.7,0.5,0.9l0.1,0.1h0l0,0	c0.6,0.3,4.1,1.9,11.5,2.2c5.9,0.3,17.3,0.7,27.5,0.7c11.9,0,21.2-0.3,24.8-0.6c0,0,2.3-0.2,4.1-0.6l0.5-0.1c2.5-0.7,4.3-3,4.3-5.6 C222,8.9,220.2,6.6,217.7,5.9 M135,12.7v3.8h-2.5v-3.8h-4v-2.4h4V6.6h2.5v3.7h4v2.4H135z M65.6,4.5l0-0.2c0-0.6,0.2-1.2,0.5-1.7 L57.6,4l0.1,1.7L65.6,4.5z M108.9,5.7h2.9c-0.2-0.5-0.4-1-0.8-1.4c-0.7-0.7-1.6-1-2.3-1l0.1,0.6c0,0.7-0.2,1.3-0.5,1.8L108.9,5.7z M79.2,14.4H68.6c0,0,5.8,6.4,8.3,6.4v-2c0-1.4,1-2.1,2.3-2.1h1.5l1.8-2.3c-0.5,0.2-1,0.3-1.6,0.3C80.3,14.8,79.7,14.6,79.2,14.4 M78.1,13.7c-0.8-0.7-1.4-1.8-1.4-3c0-2.2,1.8-4.1,4.1-4.1h1.6c-0.7-0.4-1.4-0.5-2.2-0.5h-4.9c0,0.3,0.1,0.5,0.1,0.8 c0,4.2-0.3,5.3-0.3,5.3l0,0.1l-1.2,1.4H78.1z M110.1,14.4c-0.5,0.2-1.1,0.3-1.7,0.3c-0.6,0-1.1-0.1-1.7-0.3h-0.1 c0,0,5.8,6.4,8.3,6.4v-2c0-1.4,1-2.1,2.3-2.1h1.5l1.9-2.3H110.1z M100,14.8c-0.6,0-1.2-0.1-1.7-0.3H91c-0.5,0.2-1.1,0.3-1.7,0.3 c-0.5,0-1.1-0.1-1.6-0.3c0.5,0.5,5.9,6.3,8.3,6.3v-2c0-1.4,1-2.1,2.3-2.1h1.5l1.8-2.3h-0.1C101.1,14.6,100.5,14.8,100,14.8 M93.5,10.7c0,1.2-0.5,2.3-1.4,3h5.1c-0.7-0.7-1.2-1.6-1.3-2.7l0-0.4l0-0.2c0-0.3,0.1-0.7,0.2-1c0.5-1.7,2.1-2.9,3.9-2.9h1.7h2.9 c-1.1-0.5-1.8-1.5-1.8-2.7c0-0.6,0.2-1.2,0.5-1.7l-8.4,1.3l0.5,2.6H91c-0.4,0-1.2,0.2-2,0.5h0.3C91.6,6.6,93.5,8.5,93.5,10.7 M120.8,7.5c-0.9-0.9-2.1-1.4-3.3-1.4h-8.5c-0.4,0-0.9,0.1-1.3,0.2c-0.3,0.1-0.6,0.2-0.9,0.3h0.3h1.4c0.4,0,0.7,0,1.1,0.1 c1.1,0.3,2,1,2.5,1.9c0.1,0.2,0.2,0.5,0.3,0.8c0.1,0.4,0.2,0.8,0.2,1.2c0,0.9-0.3,1.8-0.8,2.5l-0.4,0.4l-0.1,0.1h9.9 C122.6,11.9,122.5,9.2,120.8,7.5 M117.4,12.7c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C119.5,11.8,118.6,12.7,117.4,12.7 M50.6,14.4c0,0,5.8,6.4,8.3,6.4v-2c0-1.4,1-2.1,2.3-2.1h1.5l1.9-2.3H50.6z M57.6,12.8l-0.5-6.6h-3.2c-1.2,0-2.4,0.5-3.3,1.4 c-1.7,1.6-1.8,4.4-0.5,6.2h8.4L57.6,12.8z M53.9,12.7c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2 C56,11.8,55.1,12.7,53.9,12.7L53.9,12.7z M74.5,12c0.1-0.3,0.2-1.5,0.2-5.1c0-0.3,0-0.6-0.1-0.8c-0.4-2.2-2.1-2.7-3.2-2.8l0.1,0.6 c0,1.1-0.6,2-1.4,2.5c-0.2,0.1-0.4,0.2-0.6,0.3c-0.3,0.1-0.6,0.2-1,0.2c-1.2,0-2.2-0.7-2.7-1.6L57.8,6l0,0.1l0.5,6.3l1.3,1.3h4.1 h1.2l0.7-0.7h1.9l0.8,0.7H73L74.5,12z M62.4,12.7c-0.7,0-1.4-0.4-1.7-0.9c-0.2-0.3-0.3-0.7-0.3-1.1c0-1.1,0.9-2,2-2 c0.9,0,1.7,0.6,2,1.4c0.1,0.2,0.1,0.4,0.1,0.6C64.4,11.8,63.5,12.7,62.4,12.7L62.4,12.7z M71.4,12.7l-0.5,0.1c-1.1,0-2-0.9-2-2 c0-1.1,0.9-2,2-2c0.2,0,0.4,0,0.6,0.1c0.8,0.2,1.5,1,1.5,1.9C72.9,11.7,72.3,12.4,71.4,12.7L71.4,12.7z M88.2,13.9 c0.4,0.1,0.7,0.2,1.1,0.2c0.4,0,0.8-0.1,1.1-0.2l0.4-0.2c0.6-0.3,1.2-0.8,1.5-1.5c0.2-0.5,0.4-1,0.4-1.5c0-0.5-0.1-1-0.4-1.5 c-0.6-1.1-1.7-1.9-3-1.9h-8.5c-1.9,0-3.4,1.5-3.4,3.4c0,1.3,0.8,2.5,1.9,3l0.4,0.2c0.3,0.1,0.7,0.2,1.1,0.2c0.5,0,1-0.1,1.5-0.3 c0.3-0.2,0.6-0.4,0.9-0.6c0,0,0.9-0.9,1.8-0.9c0.7,0,1.4,0.5,1.7,0.7l0.1,0.1c0.3,0.3,0.6,0.5,0.9,0.6L88.2,13.9z M81,12.7l-0.2,0 c-1.1,0-2-0.9-2-2c0-0.9,0.6-1.6,1.4-1.9c0.2-0.1,0.4-0.1,0.7-0.1c1.1,0,2,0.9,2,2C82.9,11.8,82.1,12.6,81,12.7L81,12.7z M87.2,10.7	c0-1.1,0.9-2,2-2c0.3,0,0.5,0.1,0.8,0.1l0.1,0.1c0.7,0.3,1.1,1,1.1,1.8c0,0.8-0.5,1.5-1.1,1.8l-0.5,0.2l-0.4,0 C88.1,12.7,87.2,11.8,87.2,10.7L87.2,10.7z M108.4,7.4H100c-1.9,0-3.4,1.5-3.4,3.4c0,0.2,0,0.4,0.1,0.7c0.2,1,0.9,1.9,1.8,2.3 l0.4,0.2c0.4,0.1,0.7,0.2,1.1,0.2c0.5,0,1-0.1,1.5-0.3l0,0l0.6-0.3l0.3-0.3l0.3-0.3l0.4-0.3c0.3-0.2,0.7-0.3,1.1-0.3 c0.4,0,0.7,0.1,1,0.3l0.1,0c0.4,0.2,0.8,0.6,0.8,0.6c0.3,0.3,0.6,0.5,0.9,0.6h0l0,0c0.5,0.2,1,0.4,1.5,0.4c0.5,0,1-0.1,1.5-0.4l0,0 c0.3-0.2,0.6-0.4,0.9-0.6l0.3-0.4c0.4-0.6,0.7-1.3,0.7-2C111.8,8.9,110.3,7.4,108.4,7.4 M100.3,12.7l-0.4,0c-1.1,0-2-0.9-2-2 c0-0.8,0.5-1.5,1.2-1.8c0.2-0.1,0.5-0.2,0.8-0.2c1.1,0,2,0.9,2,2C101.9,11.7,101.2,12.5,100.3,12.7 M108.2,12.7c-1.1,0-2-0.9-2-2 c0-1.1,0.9-2,2-2c1.1,0,2,0.9,2,2C110.2,11.8,109.3,12.7,108.2,12.7 M37.4,12.7v3.8h-2.5v-3.8h-4v-2.4h4V6.6h2.5v3.7h4v2.4H37.4z"/></svg>');
}

.icon-star-inactive::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 22 20"><polygon fill="%23C9C9C9" points="11.1,15.4 4.7,19.9 6.9,12.4 0.7,7.6 8.5,7.4 11.1,0 13.6,7.4 21.5,7.6 15.2,12.4 17.5,19.9 "/></svg>');
}
.icon-star-active::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 22 20"><polygon fill="%23DA1A32" points="11,15.4 4.6,19.9 6.8,12.4 0.6,7.6 8.4,7.4 11,0 13.6,7.4 21.4,7.6 15.2,12.4 17.4,19.9"/></svg>');
}

.icon-download::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 16"><path fill="%23DA1A32"  d="M12,11v2c0,0.6-0.4,1-1,1H3c-0.6,0-1-0.4-1-1v-2c0-0.6-0.4-1-1-1s-1,0.4-1,1v2c0,1.7,1.3,3,3,3h8 c1.7,0,3-1.3,3-3v-2c0-0.6-0.4-1-1-1S12,10.4,12,11z M6.3,0.3l-4,4c-0.4,0.4-0.4,1,0,1.4c0.4,0.4,1,0.4,1.4,0L6,3.4V10 c0,0.6,0.4,1,1,1s1-0.4,1-1V3.4l2.3,2.3c0.4,0.4,1,0.4,1.4,0s0.4-1,0-1.4l-4-4C7.3-0.1,6.7-0.1,6.3,0.3z"/></svg>');
}

.icon-check::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 13 10"><path fill="%23fff" d="M12.7,0.3c0.4,0.4,0.4,1,0,1.4l-7.4,8c-0.4,0.4-0.9,0.4-1.3,0l-3.7-4c-0.4-0.4-0.4-1,0-1.4 c0.4-0.4,1-0.4,1.3,0l3,3.3l6.8-7.3C11.8-0.1,12.4-0.1,12.7,0.3L12.7,0.3z"/></svg>');
}

.separator-filters {
  height: 2px;
  width: 100%;
  background-color: #C7D7E3;
  position: relative;
  margin: 3.125rem 0;
}
.separator-filters::before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 0;
  left: 50%;
  background-color: #fff;
  border: 2px solid transparent;
  border-left-color: #C7D7E3;
  border-bottom-color: #C7D7E3;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.separator-card {
  height: 2px;
  width: 100%;
  background-color: #C7D7E3;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0% 70%, 0 0);
}
.testimonial-card-image {
  height: 8.75rem;
}
.testimonial-card-main {
  padding: 1.125rem;
}
.testimonial-card-main-name {
  color: #DA1A32;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 0.625rem;
}
.testimonial-card-main-place {
  color: #000;
  font-weight: 700;
}
.testimonial-card-main-text {
  color: #514E4E;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.125rem;
}
.testimonial-card-footer {
  padding: 1.125rem 1.125rem 1.25rem;
  margin-top: auto;
}
.testimonial-card-footer p {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.testimonial-card-footer-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonial-card-footer-review-rating {
  font-size: 0.9375rem;
  color: #C9C9C9;
  font-weight: 700;
  letter-spacing: 3px;
}
.testimonial-card-footer-review-rating span {
  color: #DA1A32;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0px 1000px #D53E2A inset;
  transition-property: background-color;
  transition-duration: 5000s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (prefers-reduced-motion: reduce) {
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    transition: none;
  }
}

.btn, .btn-primary, .btn-secondary, .btn-tertiary, .btn-stripped-black, .btn-tertiary-ghost, .btn-blue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: 700 0.875rem "ArtegraSans", sans-serif;
  line-height: 1;
  text-align: center;
  padding: 0.875rem 2rem;
  min-height: 3rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  letter-spacing: 0.04px;
}
.btn-primary {
  color: #fff;
  background-color: #DA1A32;
  border: 2px solid #DA1A32;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
@media (prefers-reduced-motion: reduce) {
  .btn-primary {
    transition: none;
  }
}
.btn-primary:hover {
  background-color: #ac1528;
  border-color: #ac1528;
}
.btn-primary:focus {
  outline: none;
}
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-primary:disabled:hover {
  opacity: 0.6;
}
.btn-primary:hover {
  color: #fff;
}
.btn-secondary {
  color: #DA1A32;
  background-color: #fff;
  border: 2px solid #fff;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-secondary {
    transition: none;
  }
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-secondary:focus {
  outline: none;
}
.btn-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-secondary:disabled:hover {
  opacity: 0.6;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #DA1A32;
  border-color: #DA1A32;
}
.btn-tertiary {
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-tertiary {
    transition: none;
  }
}
.btn-tertiary:hover {
  background-color: black;
  border-color: black;
}
.btn-tertiary:focus {
  outline: none;
}
.btn-tertiary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-tertiary:disabled:hover {
  opacity: 0.6;
}
.btn-tertiary-ghost {
  color: #fff;
  background-color: #000;
  border: 2px solid #fff;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  padding-top: 1rem;
  padding-bottom: 0.75rem;
}
@media (prefers-reduced-motion: reduce) {
  .btn-tertiary-ghost {
    transition: none;
  }
}
.btn-tertiary-ghost:hover {
  background-color: black;
  border-color: #e6e6e6;
}
.btn-tertiary-ghost:focus {
  outline: none;
}
.btn-tertiary-ghost:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-tertiary-ghost:disabled:hover {
  opacity: 0.6;
}
.btn-tertiary-ghost:hover {
  color: #fff;
  background-color: #DA1A32;
  border-color: #DA1A32;
}
.btn-block {
  width: 100%;
}
.btn-blue {
  color: #fff;
  background-color: #3455A9;
  border: 2px solid #3455A9;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  padding: 0 2.5rem;
}
@media (prefers-reduced-motion: reduce) {
  .btn-blue {
    transition: none;
  }
}
.btn-blue:hover {
  background-color: #284182;
  border-color: #284182;
}
.btn-blue:focus {
  outline: none;
}
.btn-blue:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-blue:disabled:hover {
  opacity: 0.6;
}
.btn-blue:hover {
  color: #fff;
}
.btn-stripped {
  color: #850918;
  background-color: #fff;
  border: 2px solid #fff;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  color: #850918;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
}
@media (prefers-reduced-motion: reduce) {
  .btn-stripped {
    transition: none;
  }
}
.btn-stripped:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.btn-stripped:focus {
  outline: none;
}
.btn-stripped:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-stripped:disabled:hover {
  opacity: 0.6;
}
.btn-stripped-black {
  color: #000;
  background-color: transparent;
  border: 2px solid #000;
  transition-property: color, background-color, border-color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  font-size: 0.875rem;
}
@media (prefers-reduced-motion: reduce) {
  .btn-stripped-black {
    transition: none;
  }
}
.btn-stripped-black:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: black;
}
.btn-stripped-black:focus {
  outline: none;
}
.btn-stripped-black:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-stripped-black:disabled:hover {
  opacity: 0.6;
}

.btn-sm {
  font-size: 0.75rem;
  min-height: 2.3125rem;
  padding: 0.5rem 2rem;
}
.btn-lg {
  min-height: 4rem;
  padding: 1.375rem 2rem;
}

.btn-round {
  border: 1px solid #fff;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6875rem;
  color: #fff;
}
.btn-round:hover {
  background-color: #DA1A32;
  border-color: #DA1A32;
  color: #fff;
}

.btn-icon-left {
  margin-left: 0.625rem;
}
.btn-icon-left i {
  margin-right: 1rem;
}
.btn-icon-right {
  margin-right: 0.625rem;
}
.btn-icon-right i {
  margin-left: 1rem;
}
.btn-icon-center {
  display: flex;
  align-items: center;
  padding: 1.5rem;
}

.menu-toggle {
  display: none;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  margin-left: auto;
  background-color: transparent;
  border: none;
  z-index: 10;
}
.menu-toggle-inner {
  position: relative;
  background-color: #850918;
  height: 0.25rem;
  width: 1.25rem;
  transition-property: width, background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (prefers-reduced-motion: reduce) {
  .menu-toggle-inner {
    transition: none;
  }
}
.menu-toggle-inner::before, .menu-toggle-inner::after {
  content: "";
  position: absolute;
  right: 0;
  height: 0.25rem;
  width: 1.875rem;
  background-color: #850918;
  transition-property: background-color, top, transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (prefers-reduced-motion: reduce) {
  .menu-toggle-inner::before, .menu-toggle-inner::after {
    transition: none;
  }
}
.menu-toggle-inner::before {
  top: -0.75rem;
}
.menu-toggle-inner::after {
  top: 0.75rem;
}
.menu-toggle:hover .menu-toggle-inner {
  background-color: #69ABDC;
}
.menu-toggle:hover .menu-toggle-inner::before, .menu-toggle:hover .menu-toggle-inner::after {
  background-color: #69ABDC;
}
.menu-toggle-open .menu-toggle-inner {
  width: 0;
  background-color: #fff;
}
.menu-toggle-open .menu-toggle-inner::before, .menu-toggle-open .menu-toggle-inner::after {
  top: 0;
  background-color: #fff;
}
.menu-toggle-open .menu-toggle-inner::before {
  transform: rotate(45deg);
}
.menu-toggle-open .menu-toggle-inner::after {
  transform: rotate(-45deg);
}
@media (max-width: 1199.98px) {
  .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.input-checkbox {
  z-index: 0;
  margin: 0.625rem 0;
}
.input-checkbox .input-wrapper {
  display: flex;
  align-items: center;
  min-height: 2.875rem;
}
.input-checkbox label {
  position: relative;
  padding-left: 2.75rem;
  margin: 0;
  color: #514E4E;
  font-weight: 400;
  font-size: 0.875rem;
  cursor: pointer;
  text-transform: none;
}
.input-checkbox label::before {
  content: "";
  position: absolute;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .input-checkbox label::before {
    transition: none;
  }
}
.input-checkbox label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.375rem;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1px solid #fff;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (prefers-reduced-motion: reduce) {
  .input-checkbox label::after {
    transition: none;
  }
}
.input-checkbox input[type=radio],
.input-checkbox input[type=checkbox] {
  display: none;
  opacity: 0;
}
.input-checkbox input[type=radio][disabled] + label,
.input-checkbox input[type=checkbox][disabled] + label {
  cursor: not-allowed;
  color: white;
}
.input-checkbox input[type=radio][disabled] + label::after,
.input-checkbox input[type=checkbox][disabled] + label::after {
  border-color: white;
}
.input-checkbox input[type=checkbox] + label {
  z-index: 0;
}
.input-checkbox input[type=checkbox] + label::before {
  /*            width: math.div($checkbox-width, $checkbox-tick-base);
  height: math.div($checkbox-width, ($checkbox-tick-base * $checkbox-aspect-ratio));*/
  width: 12px;
  height: 12px;
  left: 0.25rem;
  top: calc(50% - 2px);
  transform: translateY(-50%) rotate(-45deg) scale(0, 0);
  border: 2px solid #DA1A32;
  background-color: #DA1A32;
}
.input-checkbox input[type=checkbox] + label::after {
  border: 1px solid #DED9CD;
}
.input-checkbox input[type=checkbox] {
  min-width: initial;
}
.input-checkbox input[type=checkbox]:checked + label::before {
  transform: translateX(16%) translateY(-37%) rotate(0) scale(1, 1);
}
.input-checkbox input[type=checkbox]:checked + label::after {
  background-color: #fff;
  border: 1px solid #DED9CD;
}
.input-checkbox input[type=checkbox]:disabled + label::after {
  background-color: white;
}

.input-radio {
  z-index: 0;
  margin: 0.625rem 0;
}
.input-radio .input-wrapper {
  display: flex;
  align-items: center;
  min-height: 2.875rem;
}
.input-radio label {
  position: relative;
  padding-left: 2.75rem;
  margin: 0;
  color: #514E4E;
  font-weight: 400;
  font-size: 0.875rem;
  cursor: pointer;
  text-transform: none;
}
.input-radio label::before {
  content: "";
  position: absolute;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .input-radio label::before {
    transition: none;
  }
}
.input-radio label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #fff;
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (prefers-reduced-motion: reduce) {
  .input-radio label::after {
    transition: none;
  }
}
.input-radio input[type=radio],
.input-radio input[type=checkbox] {
  display: none;
  opacity: 0;
}
.input-radio input[type=radio][disabled] + label,
.input-radio input[type=checkbox][disabled] + label {
  cursor: not-allowed;
  color: white;
}
.input-radio input[type=radio][disabled] + label::after,
.input-radio input[type=checkbox][disabled] + label::after {
  border-color: white;
}
.input-radio label {
  border: 1px solid #B5B0A5;
  border-radius: 0.25rem;
  height: 2.5rem;
  padding-left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #000;
}
.input-radio label::after {
  visibility: hidden;
}
.input-radio input[type=radio] + label {
  z-index: 0;
  /*        &::before {
      width: $checkbox-width - math.div($checkbox-width, 3);
      height: $checkbox-width - math.div($checkbox-width, 3);
      background-color: $color-white;
      left: calc-rem(5px);
      top: 50%;
      border-radius: $border-radius-circle;
      transform: translateY(-50%) scale(0, 0);
  }*/
}
.input-radio input[type=radio] {
  min-width: initial;
  /*        &:checked + label::before {
      transform: translateY(-50%) scale(1, 1);
  }

  &:checked + label::after {
      border-color: $border-color;
  }

  &:disabled + label::after {
      background-color: lighten($color-gray, 26%);
  }*/
}
.input-radio input[type=radio]:checked + label {
  border-color: #DA1A32;
  background-color: #DA1A32;
  color: #fff;
}
.input-radio input[type=radio]:checked + label::after {
  /* border-color: $color-primary;*/
  visibility: hidden;
}
@media (min-width: 992px) {
  .input-radio {
    margin: 0;
  }
  .input-radio label {
    height: 3rem;
  }
}

.star-rating {
  direction: rtl;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.star-rating label {
  cursor: pointer;
}
.star-rating label:hover .icon-star-rating::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 22 20"><polygon fill="rgba(218, 26, 50, 0.4)" points="11,15.4 4.6,19.9 6.8,12.4 0.6,7.6 8.4,7.4 11,0 13.6,7.4 21.4,7.6 15.2,12.4 17.4,19.9"/></svg>');
}
.star-rating input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
}
.star-rating input[type=radio]:checked ~ label .icon-star-rating::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 22 20"><polygon fill="%23DA1A32" points="11,15.4 4.6,19.9 6.8,12.4 0.6,7.6 8.4,7.4 11,0 13.6,7.4 21.4,7.6 15.2,12.4 17.4,19.9"/></svg>');
}
.star-rating .icon-star-rating::after {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg"  viewBox="0 0 22 20"><polygon fill="%23DED9CD" points="11.1,15.4 4.7,19.9 6.9,12.4 0.7,7.6 8.5,7.4 11.1,0 13.6,7.4 21.5,7.6 15.2,12.4 17.5,19.9 "/></svg>');
}
@media (min-width: 992px) {
  .star-rating {
    margin-bottom: 1.4375rem;
  }
}

.chosen-container {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
}
.chosen-container-single .chosen-drop, .chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 0.375rem;
}
.chosen-container-single .chosen-single, .chosen-container-multi .chosen-choices {
  display: flex;
  align-items: center;
  height: 3rem;
  color: #DA1A32;
  border: 1px solid #C7D7E3;
  background: #fff;
  box-shadow: none;
  padding-left: 0.9375rem;
}
.chosen-container-single .chosen-single > div > b, .chosen-container-multi .chosen-choices > div > b {
  position: relative;
  background: none;
}
.chosen-container-single .chosen-single > div > b::before, .chosen-container-multi .chosen-choices > div > b::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #DA1A32;
  border-left: 2px solid #DA1A32;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%) rotate(-45deg);
}
.chosen-container .chosen-drop {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
  border-color: #C7D7E3;
}
.chosen-container .chosen-results {
  margin: 0 0.9375rem 0.9375rem 0;
  padding: 0 0 0 0.9375rem;
}
.chosen-container .chosen-results li.active-result {
  padding: 0.3125rem 0;
  margin: 0.25rem 0;
}
.chosen-container .chosen-results li.active-result.highlighted {
  color: #DA1A32;
  background-color: transparent;
}
.chosen-container .chosen-results li.active-result.result-selected {
  color: #DA1A32;
}
.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-choices {
  background: #fff;
  border-color: #C7D7E3;
  box-shadow: none;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #DA1A32;
  background-image: none;
  color: #fff;
}
.chosen-container.chosen-container-multi .chosen-choices .search-field {
  width: 100%;
}
.chosen-container.chosen-container-multi .chosen-choices::after {
  content: "";
  position: absolute;
  background-size: contain;
  width: 0.9375rem;
  height: 0.9375rem;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}

.select-with-label {
  position: relative;
}
.select-with-label label {
  position: absolute;
  top: 0.75rem;
  left: 0.9375rem;
  font-size: 0.625rem;
  z-index: 2;
}
.select-with-label .chosen-container-single .chosen-single span, .select-with-label .chosen-container-multi .chosen-choices span {
  color: #000;
  margin-top: 0.75rem;
}

input[type=text],
input[type=search],
input[type=email],
input[type=password],
input[type=number],
input[type=tel] {
  max-height: 3rem;
}

input.input-validation-error {
  border-color: #DA1A32;
}

input:-webkit-autofill, input:-webkit-autofill:hover {
  -webkit-text-fill-color: #000;
  box-shadow: none;
}

textarea {
  overflow: auto;
  resize: none;
}

.file-preview {
  position: relative;
  margin-bottom: 0.625rem;
  min-height: 12.5rem;
}
.file-preview img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.file-picker {
  position: relative;
  background-color: #fff;
  border: 1px solid #B5B0A5;
  border-radius: 0.25rem;
  height: 3rem;
  margin-top: 1.25rem;
}
.file-picker-instruction {
  width: 100%;
  padding: 0.625rem 1.5rem;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.file-picker-instruction i {
  margin-bottom: 0.125rem;
}
.file-picker-instruction p {
  margin-bottom: 0;
  color: #514E4E;
}
.file-picker input {
  border: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.file-picker input:hover {
  cursor: pointer;
}

.form-image-display {
  border: 1px dashed #B5B0A5;
  border-radius: 0.25rem;
  padding: 1.25rem 1rem 0.625rem 1rem;
  /*max-height: calc-rem(250px);*/
  overflow: hidden;
}
.form-image-display img {
  height: 100%;
  object-fit: contain;
}
.form-image-display p {
  margin: 0.625rem 0 0;
  text-align: center;
}

.scroll-accordion {
  padding-left: 0;
  margin: 2.5rem 0 0;
}
.scroll-accordion-header-wrapper, .scroll-accordion-body-wrapper {
  overflow: hidden;
}
.scroll-accordion--active .scroll-accordion-header-detail i {
  transform: rotate(180deg);
}
.scroll-accordion-body-wrapper {
  display: none;
}
.scroll-accordion .accordion-main-item {
  padding: 0.9375rem 0 0;
}
.scroll-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #B5B0A5;
  padding-bottom: 0.9375rem;
}
.scroll-accordion-header h6 {
  margin-bottom: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.36px;
  line-height: 20px;
  text-transform: uppercase;
}
.scroll-accordion-header-detail .btn-icon-center {
  background-color: #DA1A32;
  border-radius: 0.25rem;
  margin: 0;
  padding: 0.1875rem;
}
.scroll-accordion-header-detail .btn-icon-center i {
  transition: 0.3s ease;
}
.scroll-accordion-body {
  padding-top: 0.9375rem;
  margin-bottom: 3.75rem;
}
.scroll-accordion-body p {
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
}
.scroll-accordion-body img {
  margin: 1.25rem 0;
}
.scroll-accordion-body-text-red {
  color: #DA1A32;
  font-weight: 700;
  margin: 0;
  font-size: 0.875rem;
}
.scroll-accordion-body-text-gray {
  color: #8D8D8D;
  font-weight: 500;
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0.5rem;
}
.scroll-accordion-body-text-bg-orange {
  background-color: #FC8503;
  padding: 0.375rem 0 0.375rem 0.9375rem;
  margin-bottom: 1.125rem;
}
.scroll-accordion-body-text-bg-orange h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
.scroll-accordion-body-text-bg-blue {
  background-color: #14418D;
  padding: 0.375rem 0 0.375rem 0.9375rem;
  margin-bottom: 1.125rem;
}
.scroll-accordion-body-text-bg-blue h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 576px) {
  .scroll-accordion-body .icon-cut {
    width: 18.125rem;
  }
}
@media (min-width: 992px) {
  .scroll-accordion-header-detail .btn-icon-center {
    display: none;
  }
}

.breadcrumbs {
  list-style: none;
  margin: -1.25rem 0 3.125rem;
}
.breadcrumbs-item {
  display: inline;
  font-size: 0.875rem;
  font-weight: bold;
}
.breadcrumbs-item.active a {
  color: #000;
  pointer-events: none;
}
.breadcrumbs-item::before {
  content: "/";
  display: inline-block;
  padding: 0.125rem;
  margin: 0 0.5rem;
}
.breadcrumbs-item:first-child::before {
  display: none;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background-color: #DA1A32;
  text-align: center;
  white-space: nowrap;
  transition: width, 0.6s;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.slider-card {
  height: 100%;
  /*        box-shadow: 0 10px 40px 0 rgba(125,108,88,0.4);*/
  filter: drop-shadow(0 10px 10px rgba(125, 108, 88, 0.4));
  background-color: transparent;
}
.slider-card-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0% 70%, 0 0);
}
.slider-card-image {
  height: 8.75rem;
}
.slider-card-main {
  padding: 1.125rem;
}
.slider-card-main-name {
  color: #DA1A32;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 0.625rem;
}
.slider-card-main-place {
  color: #000;
  font-weight: 700;
}
.slider-card-main-text {
  color: #514E4E;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.125rem;
}
.slider-card-footer {
  padding: 1.125rem 1.125rem 1.25rem;
  margin-top: auto;
}
.slider-card-footer p {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.slider-card-footer-review {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider-card-footer-review-rating {
  font-size: 0.9375rem;
  color: #C9C9C9;
  font-weight: 700;
  letter-spacing: 3px;
}
.slider-card-footer-review-rating span {
  color: #DA1A32;
}

.slick-slider.slick-dotted {
  margin-bottom: 2.5rem;
}
.slick-track {
  display: flex;
}
.slick-slide {
  padding-right: 2rem;
  min-height: 100%;
  height: auto;
}
.slick-slide > div {
  height: 100%;
}
.slick-list {
  padding: 0 2rem 0 0;
  overflow: visible;
}
.slick-dots {
  bottom: -3.75rem;
}
.slick-dots li {
  margin: 0 0.125rem;
}
.slick-dots li button::before {
  color: rgba(52, 44, 31, 0.4);
  opacity: 1;
  font-size: 0.75rem;
}
.slick-dots li.slick-active button::before {
  color: #342C1F;
  opacity: 1;
}
.slick-prev, .slick-next {
  width: 4.625rem;
  height: 4.625rem;
  background-color: #DA1A32;
  border-radius: 50%;
  z-index: 10;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (prefers-reduced-motion: reduce) {
  .slick-prev, .slick-next {
    transition: none;
  }
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: #ac1528;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0;
}
.slick-prev::before, .slick-next::before {
  content: "";
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 16"><path fill="%23fff" d="M26,15.1c-0.3,0-0.6-0.1-0.8-0.3L14,3.6L2.8,14.8c-0.4,0.4-1.2,0.4-1.6,0s-0.4-1.2,0-1.6l12-12c0.4-0.4,1.2-0.4,1.6,0l12,12 c0.4,0.4,0.4,1.2,0,1.6C26.6,15,26.3,15.1,26,15.1z"/></svg>') no-repeat center center;
  opacity: 1;
  display: block;
  margin: 0 auto;
  width: 1.25rem;
  height: 1.25rem;
}
.slick-prev::before {
  transform: rotate(-90deg);
}
.slick-next::before {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .slick-slider.slick-dotted {
    margin-bottom: 3.25rem;
  }
}

.nav-tabs {
  display: flex;
  align-items: center;
  margin: 0 -0.3125rem 4.375rem;
}
.nav-item {
  flex: 1;
  max-width: 25%;
  margin: 0 0.3125rem;
}
.nav-link {
  width: 100%;
  color: #850918;
  padding-bottom: 1rem;
  border-bottom: 8px solid #342C1F;
  font-size: 1rem;
  font-weight: 700;
}
.nav-link.active {
  color: #DA1A32;
  border-color: #DA1A32;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #C7D7E3;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
  margin-bottom: 0.75rem;
}
.toast:last-child {
  margin-bottom: 0;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #DA1A32;
  background-color: #DA1A32;
  background-clip: padding-box;
  border-bottom: 1px solid #C7D7E3;
}
.toast-header .close {
  border: none;
  background: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #000;
  margin-left: 0.5rem;
}
.toast-body {
  padding: 0.75rem;
}

.tooltip {
  position: absolute;
  display: block;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
  z-index: 1070;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.tooltip-top, .tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.tooltip-top .arrow, .tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.tooltip-top .arrow::before, .tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.tooltip-right, .tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.tooltip-right .arrow, .tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.tooltip-right .arrow::before, .tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.tooltip-bottom, .tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.tooltip-bottom .arrow, .tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.tooltip-bottom .arrow::before, .tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.tooltip-left, .tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.tooltip-left .arrow, .tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.tooltip-left .arrow::before, .tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 12.5rem;
  padding: 0.25rem 0.5rem;
  color: #850918;
  background-color: #000;
  border-radius: 0.25rem;
  text-align: center;
}

.step-progressbar {
  list-style: none;
  counter-reset: step;
  display: flex;
  padding: 0;
}
.step-progressbar .step {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  position: relative;
}
.step-progressbar .step:before {
  width: 3rem;
  height: 3rem;
  content: counter(step);
  counter-increment: step;
  align-self: center;
  background: #b3b3b3;
  color: #fff;
  border-radius: 100%;
  line-height: 3rem;
  margin-bottom: 0.5rem;
}
.step-progressbar .step:after {
  height: 2px;
  width: calc(100% - 70px);
  content: "";
  background: #b3b3b3;
  position: absolute;
  top: 1.5rem;
  left: calc(50% + 35px);
}
.step-progressbar .step:last-child:after {
  content: none;
}
.step-progressbar .step.active:before {
  background: #DA1A32;
  color: #fff;
}
.step-progressbar .step.complete:before {
  content: "✔";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-loading {
  display: inline-flex;
  align-items: center;
}
.spinner-loading > i {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  animation: spin 1s infinite linear forwards;
}
.spinner-loading > i::after {
  width: 2rem;
  height: 2rem;
}
.spinner-loading p {
  margin-left: 1rem;
}
.spinner-loading.center {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.spinner-loading.center p {
  margin-top: 0.5rem;
  margin-left: 0;
}

h1 {
  font: 700 3.75rem "Poppins", sans-serif;
  letter-spacing: -0.88px;
  line-height: 4rem;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 2.25rem;
    letter-spacing: -0.53px;
    line-height: 2.5rem;
  }
}

h2 {
  font: 500 2rem "Poppins", sans-serif;
  letter-spacing: -0.47px;
  line-height: 2.5rem;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 1.625rem;
    letter-spacing: -0.38px;
    line-height: 2.125rem;
  }
}

h3 {
  font: 500 1.625rem "Poppins", sans-serif;
  letter-spacing: -0.38px;
  line-height: 2rem;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 1.625rem;
    letter-spacing: -0.38px;
    line-height: 2rem;
  }
}

h4 {
  font: 700 1.375rem "Poppins", sans-serif;
  letter-spacing: -0.32px;
  line-height: 3rem;
}

h5 {
  font: 500 1.125rem "Poppins", sans-serif;
  letter-spacing: -0.13px;
  line-height: 2rem;
}
@media (min-width: 992px) {
  h5 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 2rem;
  }
}

h6 {
  font: 600 1rem "Poppins", sans-serif;
  letter-spacing: -0.11px;
  line-height: 2rem;
}
h6.h6-sm {
  font-size: 0.75rem;
  line-height: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
}

label {
  line-height: 1.5rem;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  touch-action: manipulation;
  font-weight: 700;
  font-size: 0.875rem;
  margin-bottom: 0.625rem;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (prefers-reduced-motion: reduce) {
  label {
    transition: none;
  }
}

.text-primary {
  color: #DA1A32;
}

.text-secondary {
  color: #850918;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-blue {
  color: #69ABDC;
}

.text-brown {
  color: #342C1F;
}

.text-gray {
  color: #DED9CD;
}

.text-gray-light {
  color: #b3b3b3;
}

.text-error {
  color: #D53E2A;
}

.text-warning {
  color: #E87590;
}

.text-success {
  color: #2ECACE;
}

.text-info {
  color: #850918;
}

p {
  font: 400 1rem "Poppins", sans-serif;
  line-height: 2rem;
  color: #000;
}
@media (max-width: 991.98px) {
  p {
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
}

.text-sm {
  font: 400 0.875rem "Poppins", sans-serif;
  line-height: 1.375rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .text-lg {
    font-size: 1rem;
    line-height: 2rem;
  }
}

.text-error {
  color: #D53E2A;
  font-weight: 600;
  text-align: center;
}

.brand-text {
  white-space: nowrap;
}

a {
  color: #DA1A32;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
a:hover {
  color: #342C1F;
}
@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}
a.link-arrow {
  padding-left: 1.25rem;
}
a.link-arrow::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: -0.25rem 0.625rem 0 -1.25rem;
  vertical-align: middle;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 16"><path fill="%23DA1A32" d="M26,15.1c-0.3,0-0.6-0.1-0.8-0.3L14,3.6L2.8,14.8c-0.4,0.4-1.2,0.4-1.6,0s-0.4-1.2,0-1.6l12-12c0.4-0.4,1.2-0.4,1.6,0l12,12 c0.4,0.4,0.4,1.2,0,1.6C26.6,15,26.3,15.1,26,15.1z"/></svg>') no-repeat center;
  transform: rotate(90deg);
}

.message-error {
  font-size: 0.625rem;
  background-color: #fff;
  color: #D53E2A;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
.message-error .message-link {
  text-decoration: underline;
  color: #fff;
}

.input-message-error {
  color: #D53E2A;
}

.message-warning {
  font-size: 0.625rem;
  background-color: #fff;
  color: #E87590;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
.message-warning .message-link {
  text-decoration: underline;
  color: #fff;
}

.input-message-warning {
  color: #E87590;
}

.message-success {
  font-size: 0.625rem;
  background-color: #fff;
  color: #2ECACE;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
.message-success .message-link {
  text-decoration: underline;
  color: #fff;
}

.input-message-success {
  color: #2ECACE;
}

.message-info {
  font-size: 0.625rem;
  background-color: #fff;
  color: #850918;
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
.message-info .message-link {
  text-decoration: underline;
  color: #fff;
}

.input-message-info {
  color: #850918;
}

.avatar {
  display: inline-block;
  margin: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  vertical-align: middle;
}
.avatar.avatar-sm {
  width: 2rem;
  height: 2rem;
}
.avatar.avatar-md {
  width: 4rem;
  height: 4rem;
}
.avatar.avatar-lg {
  width: 6rem;
  height: 6rem;
}
.avatar.avatar-xl {
  width: 8rem;
  height: 8rem;
}

.thumbnail {
  max-width: 100%;
  height: auto;
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #b3b3b3;
  border-radius: 0.25rem;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

body {
  font: 400 16px "Poppins", sans-serif;
  background-color: #EEEEEE;
  box-sizing: border-box;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}

.hidden {
  display: none !important;
}

/*main {
  padding: calc-rem(32px) 0;
}
*/
.header {
  background-color: #000;
  height: 7.5rem;
  display: flex;
  align-items: center;
}
.header-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  max-width: 857px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
@media (min-width: 992px) {
  .header-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-home {
  border: 1px solid #fff;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .header-home {
    display: none;
  }
  .header-brand {
    width: 11rem;
  }
}

.footer {
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: url(../../../assets/icons/visual-bug.svg);
  position: absolute;
  opacity: 0.3;
  bottom: 0;
  right: -13.75rem;
}
.footer-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.8125rem;
  padding-bottom: 0rem;
  max-width: 857px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .footer-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.625rem;
}
.footer-share h5 {
  color: #fff;
  text-align: center;
}
.footer-share p {
  color: #DA1A32;
}
.footer-share-socials i {
  margin: 0 0.5rem;
}
.footer-share-socials a img {
  width: 36px;
  height: 36px;
  margin: 0 0.5rem;
}
.footer-btn {
  margin-bottom: 3.125rem;
}
.footer-links {
  display: flex;
  flex-direction: column;
  margin-bottom: 6.875rem;
  text-align: center;
}
.footer-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 1.375rem;
}
.footer-logo img {
  width: 7.25rem;
}
.footer-url h5 {
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
}
.footer-url a {
  font-size: 1.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-nav a {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
.footer-nav a:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .footer::before {
    bottom: -8.125rem;
    right: -7.75rem;
  }
  .footer-btn {
    display: block;
    max-width: 13rem;
    margin-left: auto;
  }
  .footer-share {
    flex-direction: row;
    margin-top: 5.25rem;
    margin-bottom: 3.75rem;
  }
  .footer-share h5 {
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: left;
  }
  .footer-share p {
    display: none;
  }
  .footer-share-socials {
    display: flex;
  }
  .footer-links {
    align-items: flex-start;
  }
  .footer-logo {
    margin-bottom: 3.125rem;
  }
  .footer-nav {
    flex-direction: row;
    margin-top: -4.125rem;
  }
  .footer-nav a {
    margin-right: 1.5rem;
  }
}

form .form-group {
  display: flex;
  flex-flow: column;
}
form .form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
form .form-footer {
  margin-top: 1.5625rem;
  align-items: center;
}

.filters {
  margin: 0 -0.375rem;
}
.filters-flex {
  display: flex;
  align-items: center;
}
.filters-item {
  flex: 1;
  min-width: 13.75rem;
  margin: 0 0.375rem;
}
.filters-search {
  position: relative;
  flex: 1 1 31.25rem;
}
.filters-search::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"><path fill="%23DA1A32" d="M20.5,18.7l5.5,5.5L24.2,26l-5.5-5.5c-2,1.6-4.6,2.5-7.2,2.5C5.2,23,0,17.9,0,11.5S5.2,0,11.5,0S23,5.2,23,11.5 C23,14.1,22.2,16.7,20.5,18.7z M18,17.8c1.6-1.7,2.5-3.9,2.5-6.2c0-5-4-9-9-9c-5,0-9,4-9,9c0,4.9,4,9,9,9c2.3,0,4.6-0.9,6.2-2.5 L18,17.8L18,17.8z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1032px;
}
@media (min-width: 992px) {
  .container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.container-section {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  max-width: 857px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .container-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.gutters-md {
  margin-right: -1rem;
  margin-left: -1rem;
}
.gutters-md > .col,
.gutters-md > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-perc-55, .col-perc-45 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-perc-45 {
  flex: 0 0 45%;
  max-width: 45%;
}

.col-perc-55 {
  flex: 0 0 55%;
  max-width: 55%;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  min-width: 1.875rem;
}
@media (min-width: 992px) {
  .dropdown-toggle {
    height: 2.875rem;
    width: 2.875rem;
    font-size: 1rem;
  }
}

.about-detail {
  padding-left: 0;
  padding-top: 0.9375rem;
  margin: 0 0 2.5rem;
}
.about-detail-header-wrapper, .about-detail-body-wrapper {
  overflow: hidden;
}
.about-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #B5B0A5;
  padding-bottom: 0.9375rem;
}
.about-detail-header h6 {
  margin-bottom: 0;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.36px;
  line-height: 20px;
  text-transform: uppercase;
}
.about-detail-body {
  padding-top: 0.9375rem;
  margin-bottom: 3.75rem;
}
.about-detail-body-img {
  margin: 1.25rem 0;
}
.about-detail-body-text-red {
  color: #DA1A32;
  font-weight: 700;
  margin: 0;
  font-size: 0.875rem;
}
.about-detail-body-text-gray {
  color: #8D8D8D;
  font-weight: 500;
  margin: 0;
  font-size: 0.9375rem;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0.5rem;
}
.about-detail-body-text-bg-orange {
  background-color: #FC8503;
  padding: 0.375rem 0 0.375rem 0.9375rem;
  margin-bottom: 1.125rem;
}
.about-detail-body-text-bg-orange h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
.about-detail-body-text-bg-blue {
  background-color: #14418D;
  padding: 0.375rem 0 0.375rem 0.9375rem;
  margin-bottom: 1.125rem;
}
.about-detail-body-text-bg-blue h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
@media (min-width: 576px) {
  .about-detail-body .icon-cut {
    width: 18.125rem;
  }
}

.award {
  overflow-x: hidden;
}
.award-wrapper {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
  max-width: 857px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .award-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.award-top, .award-bottom {
  position: relative;
}
.award-top {
  background-color: #DA1A32;
  padding: 1.375rem 2rem;
}
.award-top-text {
  width: 60%;
}
.award-top-text-heading {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.53px;
  line-height: 29.5px;
}
.award-top-text-description {
  color: #000;
  font-size: 1.125rem;
  letter-spacing: -0.4px;
  line-height: 24px;
  font-weight: 500;
}
.award-top-text-description span {
  text-transform: uppercase;
}
.award-top-text-info {
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: -0.27px;
  line-height: 24px;
}
.award-top-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 9.375rem;
  height: 100%;
  overflow: hidden;
}
.award-top-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -0.125rem;
}
.award-bottom {
  background-color: #F3F1EC;
  padding: 2.1875rem 2rem 1.375rem;
  height: 100%;
}
.award-bottom::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5625rem 1.5625rem 0 1.5625rem;
  border-color: #DA1A32 transparent transparent transparent;
  top: 0.5625rem;
  left: 50%;
  transform: translate(-50%, -50%);
}
.award-bottom-heading {
  color: #DA1A32;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
.award-bottom .steps {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
}
.award-bottom .steps li {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 20px;
  color: #514E4E;
  margin-bottom: 0.875rem;
  counter-increment: item;
  position: relative;
  padding-left: 1.875rem;
}
.award-bottom .steps li:before {
  margin-right: 0.625rem;
  content: counter(item);
  background: #000;
  position: absolute;
  border-radius: 100%;
  color: #fff;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 0.5625rem;
  text-align: center;
  display: inline-block;
  left: 0;
}
.award-share-section {
  display: none;
  /*height: 100%;

  .award {
      height: 100%;

      &-top {
          height: 100%;

          &-image {
              width: calc-rem(247px);

              img {
                  right: calc-rem(-22px);
              }
          }
      }
  }*/
}
@media (min-width: 992px) {
  .award-top, .award-bottom {
    /*   padding: calc-rem(36px) calc-rem(76px) calc-rem(36px) calc-rem(48px);*/
  }
  .award-top::before, .award-top::after, .award-bottom::before, .award-bottom::after {
    content: "";
    position: absolute;
    top: 0;
    width: 4.75rem;
    height: 100%;
  }
  .award-top-heading, .award-top-text-heading, .award-bottom-heading, .award-bottom-text-heading {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.71px;
  }
  .award-top {
    padding: 2.25rem 4.75rem 5rem 3rem;
  }
  .award-top::before {
    background-color: #DA1A32;
    left: -4.75rem;
  }
  .award-top-text {
    width: 65%;
  }
  .award-top-text-description {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 1.5rem 0 2.125rem;
  }
  .award-top-text-info {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
  .award-top-image {
    width: 13.4375rem;
  }
  .award-top-image img {
    right: -0.375rem;
  }
  .award-bottom {
    /*    padding-left: calc-rem(48px);*/
    padding: 2.25rem 4.75rem 3rem 3rem;
  }
  .award-bottom::before {
    content: none;
  }
  .award-bottom::after {
    background-color: #F3F1EC;
    right: -4.75rem;
  }
  .award-bottom .steps {
    margin: 1.5625rem 0 2.1875rem;
  }
  .award-bottom .steps li {
    font-size: 1rem;
    padding-left: 3rem;
  }
  .award-bottom .steps li::before {
    top: 0.125rem;
    font-size: 0.8125rem;
    line-height: 1.4375rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .award-share-section {
    display: block;
    height: 100%;
  }
  .award-share-section .award {
    height: 100%;
  }
  .award-share-section .award-top {
    height: 100%;
  }
  .award-share-section .award-top-image {
    width: 15.4375rem;
  }
  .award-share-section .award-top-image img {
    right: -1.375rem;
  }
}

.banner {
  background: url(../../../assets/images/image-header.jpg) no-repeat 53% center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.banner-clip {
  clip-path: polygon(30% 0%, 70% 0%, 100% 0, 100% calc(100% - 70px), calc(100% - 70px) 100%, 0 100%, 0% 70%, 0 0);
}
.banner::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5032213569) 35%, rgba(0, 0, 0, 0.5032213569) 100%);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  max-width: 857px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .banner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner-wrapper-heading {
  margin-bottom: 1.25rem;
}
.banner-wrapper-heading h1 {
  color: #fff;
  font-family: "ArtegraSans", sans-serif;
  font-size: 2.6875rem;
  font-weight: 900;
  letter-spacing: -0.06px;
  line-height: 43.09px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  padding: 0 2.8125rem;
}
.banner-wrapper-heading h2 {
  color: #DA1A32;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1.25rem;
}
.banner-wrapper-heading h5 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.03px;
  line-height: 29.2px;
  text-align: center;
}
.banner-wrapper h4 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5625rem;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.banner-wrapper-subtitle {
  margin-bottom: 37px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.03px;
  line-height: 29.2px;
}
.banner-wrapper .btn-primary {
  width: 100%;
}
.banner-logo-desktop {
  display: none;
}
.banner-language {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-language p {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 2.8125rem;
  font-weight: 600;
}
.banner-language button, .banner-language a {
  width: 12.5rem;
  margin-bottom: 1.375rem;
}
.banner-icon-cut {
  display: block;
  width: 13.75rem;
  margin: 0 auto 2.8125rem;
}
.banner-triangle {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: -1px;
  border-style: solid;
  border-width: 0 0 5rem 5rem;
  border-color: transparent transparent #000 transparent;
}
@media (min-width: 992px) {
  .banner-wrapper h4, .banner-wrapper-subtitle {
    text-align: left;
  }
  .banner-wrapper h4 {
    font-size: 1.875rem;
    line-height: 1;
    margin-bottom: 0.625rem;
  }
  .banner-wrapper-heading {
    margin-bottom: 2.25rem;
  }
  .banner-wrapper .btn-primary {
    width: auto;
  }
  .banner-icon-cut {
    width: 18.125rem;
  }
}

.banner-speedcut-nano {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  padding: 32px;
  gap: 32px;
  z-index: 0;
}
.banner-speedcut-nano::after, .banner-speedcut-nano::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-speedcut-nano::after {
  background-image: url(../../../assets/images/man-chainsaw.webp);
  background-size: cover;
  background-position: center;
  z-index: -2;
}
.banner-speedcut-nano::before {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.banner-speedcut-nano-left {
  position: relative;
  height: 250px;
}
.banner-speedcut-nano-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner-speedcut-nano-right-title {
  margin-bottom: 21px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.62px;
  line-height: 1.09;
  text-align: center;
}
.banner-speedcut-nano-right-title span {
  display: block;
  color: #DA1A32;
}
.banner-speedcut-nano-right-text {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 29px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.4px;
  line-height: 1.35;
  text-align: center;
}
.banner-speedcut-nano-right-link {
  width: 100%;
}
@media (min-width: 768px) {
  .banner-speedcut-nano {
    padding: 0;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .banner-speedcut-nano-left {
    height: 100%;
  }
  .banner-speedcut-nano-left img {
    padding: 16px 78px 16px 78px;
  }
  .banner-speedcut-nano-right {
    padding: 63px 48px 44px 0;
  }
  .banner-speedcut-nano-right-title {
    font-size: 2rem;
    text-align: left;
  }
  .banner-speedcut-nano-right-text {
    font-size: 1.25rem;
    text-align: left;
  }
  .banner-speedcut-nano-right-link {
    width: auto;
  }
}

#step-1 .banner, #step-2 .banner {
  background: url(../../../assets/images/image-header.jpg) no-repeat 53% center;
  min-height: 40.625rem;
}
#step-1 .banner-triangle, #step-2 .banner-triangle {
  border-color: transparent transparent #000 transparent;
}

#step-3 .banner {
  background: url(../../../assets/images/oregon-header-desktop.jpg) no-repeat 60% 10%;
  background-size: 240%;
  top: -1px;
}
#step-3 .banner::after {
  display: none;
}
@media (min-width: 992px) {
  #step-3 .banner {
    background-size: 110%;
  }
  #step-3 .banner-icon-cut {
    margin-left: 0;
  }
  #step-3 .banner-logo {
    display: none;
  }
  #step-3 .banner-logo-desktop {
    display: block;
  }
}

#step-4 .banner {
  background: url(../../../assets/images/image-adress.jpg) no-repeat center center;
  min-height: 18.75rem;
  background-size: cover;
}
#step-4 .banner-triangle {
  border-color: transparent transparent #fff transparent;
}

#step-5 .banner {
  background: url(../../../assets/images/image-thanks.jpg) no-repeat center center;
  min-height: 18.75rem;
  background-size: cover;
}
#step-5 .banner-triangle {
  border-color: transparent transparent #fff transparent;
}

.about .banner {
  background: url(../../../assets/images/image-about.jpg) no-repeat center center;
  background-size: cover;
}
.about .banner-triangle {
  border-color: transparent transparent #fff transparent;
}

.share .banner {
  background: url(../../../assets/images/oregon-header-desktop.jpg) no-repeat 60% 10%;
  background-size: 240%;
  top: -1px;
}
.share .banner::after {
  display: none;
}
.share .banner-triangle {
  border-color: transparent transparent #fff transparent;
}
@media (min-width: 992px) {
  .share .banner {
    background-size: 110%;
  }
  .share .banner-icon-cut {
    margin-left: 0;
  }
  .share .banner-logo {
    display: none;
  }
  .share .banner-logo-desktop {
    display: block;
  }
}

.homepage {
  background: url(../../../assets/images/image-background.jpg) no-repeat center center;
  background-size: cover;
  margin-top: -4.375rem;
  overflow: hidden;
}
.homepage-wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 5.9375rem;
  padding-bottom: 2.8125rem;
  max-width: 857px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .homepage-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.homepage h3 {
  color: #DA1A32;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 2rem;
}
.homepage-video video, .homepage-video-desktop video {
  width: 100%;
}
.homepage-video {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 2.5rem;
}
.homepage-video-desktop {
  display: none;
  position: relative;
  height: 100%;
}
.homepage-video-desktop h3 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  color: #fff;
}
.homepage-video iframe, .homepage-video-desktop iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
}
.homepage .slider {
  margin-bottom: 80px;
}
.homepage-testimonial-see-more {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .homepage h3 {
    font-size: 2rem;
    margin-bottom: 3.125rem;
  }
  .homepage-wrapper {
    padding-top: 8rem;
  }
  .homepage-video {
    display: none;
  }
  .homepage-video-desktop {
    display: block;
  }
  .homepage-video-text {
    display: none;
  }
}

.form-section {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  max-width: 857px;
  margin: 0 auto;
  background-color: #fff;
}
@media (min-width: 992px) {
  .form-section {
    padding-left: 0;
    padding-right: 0;
  }
}
.form-section-wrapper {
  background-color: #fff;
}
.form-section h5 {
  color: #DA1A32;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 1.5625rem;
}
.form-section h4 {
  color: #DA1A32;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.53px;
  line-height: 30px;
  margin-bottom: 1.5625rem;
}
.form-section-disclaimer p {
  color: #514E4E;
  font-size: 0.625rem;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 0.9375rem;
}
.form-section button {
  margin: 1.25rem 0 2.1875rem;
}
.form-section-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.form-section-center h5 {
  text-align: center;
  color: #000;
}
.form-section-center h5 span {
  color: #DA1A32;
}
.form-section-center h4 {
  font-size: 1.125rem;
  text-align: center;
  color: #DA1A32;
}
.form-section-center-socials a {
  margin: 2.5rem 0 0.3125rem;
}
@media (min-width: 992px) {
  .form-section {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }
  .form-section h4 br {
    display: none;
  }
  .form-section-center button {
    width: 400px;
  }
}

.banner-guide {
  position: relative;
  background-image: url(../../../assets/images/image-cut.jpg);
  background-size: cover;
  background-position: center;
  padding: 43px 56px 39px 56px;
  display: grid;
  grid-template-columns: 1fr;
  z-index: 0;
}
.banner-guide::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, rgb(0, 0, 0), transparent);
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-guide-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-guide-left-title {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.62px;
  line-height: 1.09;
  text-align: center;
}
.banner-guide-left-title span {
  display: block;
  color: #DA1A32;
}
.banner-guide-left-text {
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-bottom: 13px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.27px;
  line-height: 1.5;
  text-align: center;
}
.banner-guide-left-link {
  width: 100%;
}
.banner-guide-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-guide-right-text {
  margin: 32px 0 54px 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.35;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-align: center;
}
.banner-guide-right-videos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.banner-guide-right-videos iframe {
  height: 280px;
  width: 100%;
  border: 2px solid #fff;
  border-radius: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner-guide {
    grid-template-columns: 1fr 1fr;
  }
  .banner-guide-left {
    margin-right: 60px;
  }
  .banner-guide-left-title {
    font-size: 2rem;
    text-align: left;
  }
  .banner-guide-left-text {
    text-align: left;
  }
  .banner-guide-left-link {
    width: auto;
  }
  .banner-guide-right-text {
    text-align: left;
  }
  .banner-guide-right-videos {
    grid-template-columns: repeat(2, 1fr);
  }
  .banner-guide-right-videos iframe {
    height: 187px;
  }
}

.testimonials-list {
  display: grid;
  gap: 23px;
}
.testimonials-list-wrapper {
  position: relative;
  background-color: #EADECE;
}
.testimonials-list-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 765px;
  background: url(../../../assets/images/image-background.jpg) no-repeat center center;
  background-size: cover;
  transform: translateY(-70px);
  z-index: 0;
}
.testimonials-list-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 765px;
  background: linear-gradient(0deg, #EADECE 0%, rgba(234, 222, 206, 0) 100%);
  transform: translateY(-70px);
  z-index: 0;
}
.testimonials-list-container {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 4.0625rem;
  padding-bottom: 4.625rem;
  max-width: 857px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .testimonials-list-container {
    padding-left: 0;
    padding-right: 0;
  }
}
.testimonials-list-container h3 {
  color: #DA1A32;
  text-align: center;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 50px;
}
.testimonials-list-bottom {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.testimonials-list-bottom button {
  width: 100%;
}
.testimonials-list-bottom-seen-all {
  font-size: 1.125rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .testimonials-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .testimonials-list-container {
    padding-left: 6.6875rem;
    padding-right: 6.6875rem;
    padding-top: 4.0625rem;
    padding-bottom: 4.625rem;
    max-width: 857px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .testimonials-list-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .testimonials-list-bottom button {
    width: auto;
  }
}
