/* Heading Hero */
/* Heading Default */
/* Heading Big */
/* Heading Small */
/* Heading Products */
/* Body Hero */
/* Body Default */
/* Pre-Heading */
/* Card Date */
/* Readmore Card */
/* Category Card */
/* Pre-Heading Card */
/* Label Products */
/* Button Default */
/* Button Outline */
/* Override Settings */
@import url("https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap");
#wrapper {
  min-height: 100%;
  position: relative;
}

#content {
  padding-bottom: 243px; /* Height of the footer element */
}
@media (max-width: 991px) {
  #content {
    padding-bottom: 243px; /* Height of the footer element */
  }
}
@media (max-width: 640px) {
  #content {
    padding-bottom: 0px !important; /* Height of the footer element */
  }
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
html, body {
  margin: 0 !important;
  height: 100% !important;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  *font-size: 100%; /* 3 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
  *display: inline;
  *zoom: 1;
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  *margin: 1em 0;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  *quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  *margin: 1em 0;
}

dd {
  *margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  *padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  *list-style: none;
  *list-style-image: none;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  *-ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
  white-space: normal; /* 3 */
  *margin-left: -7px; /* 4 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "HelveticaNeue-CondensedBold";
  src: url("../../../fonts/HelveticaNeue-CondensedBold.eot");
  /* IE9 Compat Modes */
  src: url("../../../fonts/HelveticaNeue-CondensedBold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/HelveticaNeue-CondensedBold.woff2") format("woff2"), url("../../../fonts/HelveticaNeue-CondensedBold.woff") format("woff"), url("../../../fonts/HelveticaNeue-CondensedBold.ttf") format("truetype"), url("../../../fonts/HelveticaNeue-CondensedBold.svg") format("svg");
  /* Legacy iOS */
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

.heading-hero {
  font-family: "Rubik";
  font-size: 45px;
  color: #fff;
  text-align: left;
  will-change: opacity, transform;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.heading-default {
  font-family: "Rubik";
  font-size: 24px;
  line-height: 32px;
  color: #C4232A;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.heading-big {
  font-family: "Rubik";
  font-size: 27px;
  color: #333;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.heading-small {
  font-family: "Rubik";
  font-size: 20px;
  line-height: 24px;
  color: #333;
  font-weight: 600;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 5px;
}

.heading-products {
  font-family: "Rubik";
  color: #fff;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 20px;
  z-index: 2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.body-hero {
  font-size: 16px;
  font-family: "Rubik";
  font-weight: 400;
  color: #fff;
  text-align: left;
  will-change: opacity, transform;
  margin-bottom: 20px;
}

.body-default {
  font-family: "Rubik";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #333;
  margin-top: 10px;
  margin-bottom: 15px;
}

.pre-heading {
  font-family: "Rubik";
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.card-date {
  font-family: "Rubik";
  font-size: 11px;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.readmore-card {
  font-family: "Rubik";
  font-size: 11px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.category-card {
  position: absolute;
  background: #000000;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.category-card p {
  font-family: "Rubik";
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.pre-heading-products {
  font-family: "Rubik";
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 100%;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 13px;
  z-index: 2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.price-label-products {
  font-family: "Rubik";
  color: #fff;
  font-weight: 700;
  background: #000000;
  z-index: 2;
  position: absolute;
  right: 15px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.button-default {
  background-color: #C4232A !important;
  font-family: "Rubik";
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  will-change: opacity, transform;
  padding: 10px 14px 10px 14px;
  border-radius: 100px;
  transition: all ease-in-out 0.3s;
}
.button-default:hover {
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  transition: all ease-in-out 0.3s;
}
.button-default[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

.button-outline {
  border: 1px solid #C4232A;
  font-family: "Rubik";
  color: #C4232A;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 14px 10px 14px;
  border-radius: 100px;
  transition: all ease-in-out 0.3s;
}
.button-outline:hover {
  color: #fff !important;
  background: #C4232A;
  transition: all ease-in-out 0.3s;
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.form-material-input {
  outline: none !important;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #ff0000;
  font-family: "Rubik" !important;
  color: #999;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.form-material-input:hover, .form-material-input:active, .form-material-input:focus {
  color: #333;
}

.form-input {
  height: 40px !important;
  border: 1px solid #ececec;
  font-family: "Rubik";
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}

.search-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  max-width: 750px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 100px;
}
.search-container__btn {
  position: relative;
  width: 150px;
  height: 40px;
  right: 1%;
  top: 5px;
  border-radius: 100px;
  outline: none;
  font-family: "Karla";
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  background: #C4232A;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.search-container__wrapper {
  width: 100%;
}
.search-container__wrapper__icon {
  position: relative;
  top: 18px;
  left: -78.7%;
}
.search-container__wrapper__input {
  height: 50px;
  width: calc(100% + 138px);
  max-width: 750px;
  border-radius: 100px;
  padding-left: 45px;
  padding-right: 150px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

@media (max-width: 630px) {
  .search-container__wrapper__icon {
    left: -74.7%;
  }
}
@media (max-width: 540px) {
  .search-container__wrapper__icon {
    left: -70.7%;
  }
}
@media (max-width: 400px) {
  .search-container__wrapper__icon {
    left: -62.7%;
  }
}
.flickity-page-dots .dot.is-selected {
  background: #C4232A !important;
}

.flickity-page-dots .dot {
  background: #fff !important;
  border: 1px solid #C4232A !important;
  opacity: 1 !important;
  margin-top: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px !important;
}

.flickity-prev-next-button {
  background: hsla(335, 70%, 55%, 0.75) !important;
}

.flickity-prev-next-button .arrow {
  fill: #fff !important;
}

.flickity-prev-next-button:disabled {
  display: none !important;
}

.navbar-default .navbar-nav li a {
  font-family: "Rubik";
  color: #ffffff;
  text-transform: none;
  font-size: 16px;
  position: relative;
  display: block;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

@media (max-width: 1199px) {
  .navbar-default .navbar-nav li a {
    font-size: 16px;
    padding-top: 10px;
    padding-right: 7px;
    padding-bottom: 10px;
    padding-left: 7px;
  }
}
@media (max-width: 989px) {
  .navbar-default .navbar-nav li a {
    font-size: 16px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .navbar-default .navbar-right {
    margin-top: 85px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 640px) {
  .navbar-default .navbar-right {
    margin-top: 100px !important;
  }
}
.navbar-brand {
  position: relative;
  z-index: 1;
}

.navbar-default .navbar-right {
  margin-top: 25px;
  margin-right: 0px;
  margin-bottom: 25px;
  margin-left: 0px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

/*
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar{
    background-color: #C4232A;
    background-color: #ffffff;
}
*/
.nav-tabs > li.active > a {
  color: #fff;
}

/*
.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .icon-bar:hover, .navbar-default .navbar-toggle .icon-bar:focus{
    background-color: $primary-color;
}
*/
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  color: #C4232A !important;
  font-weight: 700;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0px;
  background: #C4232A !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background: none;
  color: #333;
}

.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle .icon-bar:hover, .navbar-default .navbar-toggle .icon-bar:focus {
  background: #C4232A;
}

a.login,
a.logout {
  position: relative;
  display: block;
  padding: 10px 15px;
  float: right;
  background: #000000 !important;
  color: #ffffff;
  width: 90px;
  text-align: center;
}

@media only screen and (min-width: 989px) {
  .navbar-nav > li:hover::after, .navbar-nav > li:focus::after, .navbar-nav > li:active::after {
    height: 2px;
    opacity: 1;
    transform: translateY(-5px);
  }
  .navbar-nav > li::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C4232A;
    content: "";
    opacity: 0;
    transition: opacity 0.3s;
    transition: transform 0.3s;
    transform: translateY(-10px);
  }
  .navbar-default .navbar-nav li a {
    font-family: "Rubik" !important;
    text-transform: none;
    font-size: 16px !important;
    color: #ffffff !important;
  }
}
.navbar-collapse.in {
  background: black;
  /*
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  margin: 0px;
  top: 0px;
  z-index: 1; 
  */
}

.navbar-toggle {
  margin: 20px 0 0 0;
  z-index: 99;
}

.navbar-collapse {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  padding: 0 20px;
  transition: all ease-in-out 0.5s;
}

.navbar {
  margin-bottom: 0px;
  min-height: 90px;
}

.navbar-default {
  background: #000 !important;
  border: none;
  z-index: 3;
  border-radius: 0px;
}

/*
.navbar-brand { 
    z-index: 100;
    position: absolute;
    @include padding (0px, 15px, 0px, 15px);
}
*/
.navbar-header {
  width: 100%;
}

.header-wrapper.is-home {
  background-color: #000000;
  position: relative;
}
.header-wrapper.is-home .navbar-default {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.7749693627) 0%, rgba(0, 0, 0, 0.2) 46%, rgba(0, 0, 0, 0) 87%) !important;
}
.header-wrapper.is-home .video-container {
  position: relative;
  top: 0;
  height: 775px;
  overflow: hidden;
}
@media (max-width: 600px) {
  .header-wrapper.is-home .video-container {
    height: 450px;
  }
}
.header-wrapper.is-home .video-container .video-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.header-wrapper.is-home .video-container .video-overlay .animated-text {
  color: white;
  font-size: 6rem;
  width: 100%;
  font-weight: 300;
  padding: 0 20%;
  text-align: center;
  position: absolute;
  top: calc(50% - 100px);
}
.header-wrapper.is-home .video-container .video-overlay .animated-text strong {
  font-weight: 700;
}
.header-wrapper.is-home .video-container .video-overlay .animated-text strong.red {
  color: red;
}
@media (max-width: 640px) {
  .header-wrapper.is-home .video-container .video-overlay .animated-text {
    padding: 0 10%;
    font-size: 4rem;
  }
}
.header-wrapper.is-home .video-container .video-item-container {
  height: 100%;
  position: relative;
}
.header-wrapper.is-home .video-container .video-item-container .video-item {
  width: 100%;
}
@media (max-width: 1280px) {
  .header-wrapper.is-home .video-container .video-item-container .video-item {
    width: auto;
    height: 100%;
  }
}
.header-wrapper.is-home .video-container .video-item-container .video-gradient-mask {
  position: absolute;
  background: #f8f2ed;
  height: 150px;
  width: 200%;
  bottom: -143px;
  transform: rotateZ(2deg);
  left: -70px;
  right: 0;
  z-index: 1;
}

.animated-text {
  opacity: 0;
}
.animated-text.play-animation {
  animation-name: text-fader;
  animation-duration: 25s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.animated-text.play-animation:first-of-type {
  animation-delay: 0s;
}
.animated-text.play-animation:nth-of-type(2) {
  animation-delay: 5s;
}
.animated-text.play-animation:nth-of-type(3) {
  animation-delay: 10s;
}
.animated-text.play-animation:nth-of-type(4) {
  animation-delay: 15s;
}
.animated-text.play-animation:last-of-type {
  animation-delay: 20s;
}

@keyframes text-fader {
  0% {
    opacity: 0;
  }
  11% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.outer-wrapper-hero {
  background: #C4232A;
  height: 470px;
}

.hero-elevation {
  margin-top: 20px;
  max-width: 1340px;
  margin: 0 auto;
  -ms-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}

.form-hero-wrapper {
  position: absolute;
  background: #fff;
  height: 480px;
  z-index: 100;
  right: 0;
  will-change: opacity, transform;
  margin-top: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  border-radius: 4px;
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  transition: height 0.2s;
  transition: width 0.2s;
  transition: box-shadow 0.2s;
  transition: right 0.2s;
  transition: bottom 0.2s;
  transition: border-radius 0.2s;
}
.form-hero-wrapper__container {
  height: 100%;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px; /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */ /* TWEENER - IE 10 */ /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex; /* New, Spec - Firefox, Chrome, Opera */ /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center; /* Chrome 21+, Safari Not supported. */
  justify-content: center; /* Firefox 20+, Opera 12.10, IE Not supported. */ /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center; /* Firefox 20.0+, IE11+, Opera 12.10 */ /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  flex-direction: column; /* Firefox 28+, IE11, Opera 12.10 */
}

.hero {
  background: #C4232A;
}
.hero__img {
  height: 560px;
}
.hero__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.hero-text-container { /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */ /* TWEENER - IE 10 */ /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex; /* New, Spec - Firefox, Chrome, Opera */ /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center; /* Chrome 21+, Safari Not supported. */
  justify-content: center; /* Firefox 20+, Opera 12.10, IE Not supported. */ /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: flex-start;
  align-items: flex-start; /* Firefox 20.0+, IE11+, Opera 12.10 */ /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  flex-direction: column; /* Firefox 28+, IE11, Opera 12.10 */
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
  height: 100%;
}

#td-clock-0 .td-clock:before {
  border-color: #000000 !important;
}

.td-select svg {
  stroke: #000000 !important;
}

#td-clock-0 .td-clock {
  box-shadow: 0 0 0 1px #000000, 0 0 0 8px rgba(0, 0, 0, 0.05) !important;
}

@media only screen and (min-width: 991px) {
  #close-btn {
    display: none !important;
  }
}
@media (max-width: 1163px) {
  .form-hero-wrapper__container {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .form-hero-wrapper__container {
    display: none;
  }
  .form-hero-wrapper {
    background: #fff;
    height: 65px;
    z-index: 100;
    position: fixed !important;
    right: -10px;
    bottom: -10px;
    width: 65px !important;
    will-change: opacity, transform, height, width, box-shadow, right, bottom, border-radius;
    border-radius: 100px;
    transition: height 0.2s;
    transition: width 0.2s;
    transition: box-shadow 0.2s;
    transition: right 0.2s;
    transition: bottom 0.2s;
    transition: border-radius 0.2s;
  }
  .popup-open {
    position: fixed !important;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100vw !important;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 500px) {
  .hero__img {
    height: 520px;
  }
}
.intro {
  border-bottom: 1px solid #ececec;
  background: #fafafa;
  padding-top: 100px;
  margin-bottom: 50px;
}
.intro__wrapper {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.intro__container {
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .intro__container {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .intro__container {
    width: 100%;
  }
}
.header-section {
  background: #fafafa;
  -ms-box-shadow: inset 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}

.container-btn { /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */ /* TWEENER - IE 10 */ /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex; /* New, Spec - Firefox, Chrome, Opera */ /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-end; /* Chrome 21+, Safari Not supported. */
  justify-content: flex-end; /* Firefox 20+, Opera 12.10, IE Not supported. */ /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center; /* Firefox 20.0+, IE11+, Opera 12.10 */
}

.products-img, .news-img-detail, .products-img-detail {
  width: 100%;
  height: 250px;
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.products-img-detail {
  height: 500px;
}

.products-overlay {
  display: none !important;
  height: 100%;
  width: 100%;
  position: relative;
  top: 0px; /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */ /* TWEENER - IE 10 */ /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex; /* New, Spec - Firefox, Chrome, Opera */ /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center; /* Chrome 21+, Safari Not supported. */
  justify-content: center; /* Firefox 20+, Opera 12.10, IE Not supported. */ /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center; /* Firefox 20.0+, IE11+, Opera 12.10 */ /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  flex-direction: column; /* Firefox 28+, IE11, Opera 12.10 */
  background: rgba(0, 0, 0, 0.4);
  transition: all ease-out 0.3s;
}

.products-img:hover > .products-overlay, .news-img-detail:hover > .products-overlay, .products-img-detail:hover > .products-overlay {
  display: flex !important;
  transition: all ease-in 0.3s;
}

@media (max-width: 991px) {
  .container-btn { /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: flex-start; /* Chrome 21+, Safari Not supported. */
    justify-content: flex-start; /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
}
@media (max-width: 500px) {
  .products-img-detail {
    height: 250px;
  }
  .products-overlay {
    display: flex !important;
  }
}
.container.main {
  padding: 80px 0 0 0;
}
@media (max-width: 640px) {
  .container.main {
    padding: 40px 0 0 0;
  }
}

.container-element-carousel {
  max-width: 262px;
  margin: 0px;
  /*background: $carousel-element-news-background;
  @if $set-shadow-carousel-element-news == true{
      @include prefix (box-shadow, 0px 2px 4px 0px rgba(0,0,0,0.1));
  }*/
}

.news-img-list {
  width: 100%;
  height: 400px;
  -ms-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.news-img-detail {
  height: 400px;
}

@media (max-width: 500px) {
  .news-img-detail {
    height: 250px;
  }
  .news-img-list {
    height: 250px;
  }
}
.flip-text-news {
  display: flex;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  padding-bottom: 30px;
  gap: 40px;
}
@media (max-width: 640px) {
  .flip-text-news {
    flex-direction: column;
    gap: 20px;
  }
}
.flip-text-news:hover .img-bg {
  transform: scale(1.1);
}
.flip-text-news .content-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.flip-text-news .content-container span.date-label {
  font-size: 18px;
  color: #C4232A;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.flip-text-news .content-container h3.title-label {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0;
}
.flip-text-news .content-container div.subtitle-label {
  font-size: 18px;
  color: #666;
}
.flip-text-news .img-container {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  height: 250px;
  width: 350px;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .flip-text-news .img-container {
    width: 100%;
  }
}
.flip-text-news .img-container .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

.news-detail-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.news-detail-header span.date-label {
  font-size: 2rem;
  color: #C4232A;
  font-weight: 500;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.news-detail-header h3.title-label {
  font-size: 5rem;
  line-height: 5.2rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  padding: 0;
}
.news-detail-header div.subtitle-label {
  font-size: 2.5rem;
  color: #666;
}
.news-detail-header .share-container {
  margin: 20px 0;
}
.news-detail-header .share-container h3 {
  font-size: 1.8rem;
  color: #666;
  margin: 0 0 5px 0;
}
.news-detail-header .share-container > div {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 20px 20px 10px 10px;
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  width: -moz-max-content;
  width: max-content;
}

.col-6 {
  width: calc(50% - 20px);
  align-items: center;
  display: flex;
}
@media (max-width: 640px) {
  .col-6 {
    width: 100%;
  }
}

.img-elevation {
  width: 100%;
  -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.poi-wrapper {
  display: flex;
  height: calc(100vh - 90px);
}
.poi-wrapper__map {
  width: calc(100% - 796px);
  height: calc(100vh - 90px);
}
.poi-wrapper__list {
  width: 796px;
  overflow: overlay;
  height: calc(100% - 0px);
  box-shadow: -5px 0px 10px 0px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

@media (max-width: 1024px) {
  .poi-wrapper {
    flex-direction: column;
    height: 100%;
  }
  .poi-wrapper__map {
    width: 100%;
    height: 250px;
  }
  .poi-wrapper__list {
    width: 100%;
    height: 100%;
    box-shadow: none;
  }
  .search-container__wrapper__input {
    width: calc(100% + 120px);
  }
  .search-container__btn {
    right: 2.3%;
  }
}
@media (max-width: 375px) {
  .search-container__btn {
    right: 1%;
  }
}
@media (max-width: 600px) {
  .poi-cell-list {
    flex-direction: column;
  }
}
.container-poi-search {
  background: #fafafa;
  z-index: 2;
  position: sticky;
  top: 0px;
  padding: 20px 10px 10px 10px;
  border-top: 1px solid #ececec;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.07);
}

.poi-cell-list {
  display: flex;
}

.category-label-wrapper div::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}

.newsletter-wrapper {
  /*border-top: 1px solid $border-color;
  border-right: 1px solid $border-color;*/
  background: #C4232A;
  height: 100%;
  min-height: 204px !important;
}

.newsletter-container {
  min-height: 204px !important;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px; /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */ /* TWEENER - IE 10 */ /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex; /* New, Spec - Firefox, Chrome, Opera */ /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: center; /* Chrome 21+, Safari Not supported. */
  justify-content: center; /* Firefox 20+, Opera 12.10, IE Not supported. */ /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center; /* Firefox 20.0+, IE11+, Opera 12.10 */ /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  flex-direction: column; /* Firefox 28+, IE11, Opera 12.10 */
}

.newsletter-container-text {
  width: 60%;
}

@media (max-width: 767px) {
  .newsletter-wrapper {
    min-height: auto !important;
  }
  .newsletter-container {
    min-height: auto !important;
  }
}
@media (max-width: 660px) {
  .newsletter-container-text {
    width: 100%;
  }
}
.download {
  border-top: 1px solid #ececec;
  background: #fff;
  height: 100%;
  min-height: 336px;
}
.download__wrapper { /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */ /* TWEENER - IE 10 */ /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex; /* New, Spec - Firefox, Chrome, Opera */ /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-start; /* Chrome 21+, Safari Not supported. */
  justify-content: flex-start; /* Firefox 20+, Opera 12.10, IE Not supported. */ /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center; /* Firefox 20.0+, IE11+, Opera 12.10 */
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}
.download__container { /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */ /* TWEENER - IE 10 */ /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
  display: -moz-flex;
  display: flex; /* New, Spec - Firefox, Chrome, Opera */ /* Chrome 21+, Safari Not supported. */
  -moz-justify-content: flex-start; /* Chrome 21+, Safari Not supported. */
  justify-content: flex-start; /* Firefox 20+, Opera 12.10, IE Not supported. */ /* Safari 7.0+, Chrome 21.0+ */
  -moz-align-items: center;
  align-items: center; /* Firefox 20.0+, IE11+, Opera 12.10 */ /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
  -moz-flex-direction: column;
  flex-direction: column; /* Firefox 28+, IE11, Opera 12.10 */
}

@media (max-width: 767px) {
  .download__wrapper { /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center; /* Chrome 21+, Safari Not supported. */
    justify-content: center; /* Firefox 20+, Opera 12.10, IE Not supported. */
    padding-bottom: 30px;
  }
  .download__container { /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center; /* Chrome 21+, Safari Not supported. */
    justify-content: center; /* Firefox 20+, Opera 12.10, IE Not supported. */
  }
  .download__icon-wrap { /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */ /* TWEENER - IE 10 */ /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex; /* New, Spec - Firefox, Chrome, Opera */ /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center; /* Chrome 21+, Safari Not supported. */
    justify-content: center; /* Firefox 20+, Opera 12.10, IE Not supported. */ /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center; /* Firefox 20.0+, IE11+, Opera 12.10 */
  }
  .download__text-wrap { /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */ /* TWEENER - IE 10 */ /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex; /* New, Spec - Firefox, Chrome, Opera */ /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center; /* Chrome 21+, Safari Not supported. */
    justify-content: center; /* Firefox 20+, Opera 12.10, IE Not supported. */ /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center; /* Firefox 20.0+, IE11+, Opera 12.10 */ /* Chrome 21.0+, But Safari & Android & iOS Not supported. */
    -moz-flex-direction: column;
    flex-direction: column; /* Firefox 28+, IE11, Opera 12.10 */
  }
  .download__btn-wrap { /* Old - iOS 6-, Safari 3.1~6, Blackberry 7 */ /* TWEENER - IE 10 */ /* New - Safari 6.1+. iOS 7.1+, Blackberry 10 */
    display: -moz-flex;
    display: flex; /* New, Spec - Firefox, Chrome, Opera */ /* Chrome 21+, Safari Not supported. */
    -moz-justify-content: center; /* Chrome 21+, Safari Not supported. */
    justify-content: center; /* Firefox 20+, Opera 12.10, IE Not supported. */ /* Safari 7.0+, Chrome 21.0+ */
    -moz-align-items: center;
    align-items: center; /* Firefox 20.0+, IE11+, Opera 12.10 */
  }
}
footer {
  width: 100%;
  min-height: 120px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff !important;
  z-index: 3;
}
@media (max-width: 640px) {
  footer {
    position: relative !important;
  }
}

.footer-info {
  color: #333;
  text-align: center;
  font-family: "Rubik";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}

.footer-container {
  display: flex;
  gap: 40px;
}
@media (max-width: 640px) {
  .footer-container {
    flex-direction: column;
  }
}
.footer-container .col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e7e7e7;
  padding-right: 40px;
}
.footer-container .col.justify-end {
  justify-content: flex-end;
}
.footer-container .col:last-of-type {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 640px) {
  .footer-container .col {
    border-right: none;
    padding-right: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
  }
}
.footer-container .col p {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
.footer-container .col p.pt-1 {
  padding-top: 10px;
}
.footer-container .col p.pb-1 {
  padding-bottom: 10px;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu a {
  color: #333333;
}

.white-container {
  background: #fff;
  padding: 80px 0px;
}

.gray-container {
  background: #f7f7f7;
  padding: 80px 0px;
}

.light-brown-container {
  background: #f8f2ed;
  padding: 80px 0px;
}

.black-container {
  background: #000;
  padding: 80px 0px;
}

.section-container {
  padding: 80px 0px;
}
@media (max-width: 640px) {
  .section-container {
    padding: 30px 0px;
  }
}

.section-heading {
  padding-right: 40px;
}
@media (max-width: 640px) {
  .section-heading {
    padding-right: 15px;
  }
}
.section-heading h2 {
  color: #C4232A;
  font-weight: 700;
  font-size: 4rem;
  margin: 0;
  line-height: 5rem;
}
.section-heading p {
  font-size: 3rem;
  color: #333;
  font-weight: 400;
}
.section-heading p.small-subheading {
  font-size: 20px;
  color: #666;
  font-weight: 400;
}

.text-big {
  font-size: 20px;
  color: #666;
}

.text-hint {
  padding-top: 10px;
  font-size: 16px !important;
  color: #999 !important;
}

.card-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin-top: 32px;
  gap: 40px;
  padding: 0;
}
@media (max-width: 640px) {
  .card-grid {
    gap: 25px;
    padding: 0 15px;
  }
  .card-grid.small-gap {
    gap: 10px;
  }
}

.feature-container {
  background: #f8f2ed;
  border: 1px solid #ECECEC;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  width: 30%;
  padding: 40px;
}
.feature-container.full-width {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
}
.feature-container.white-bg {
  background-color: #fff;
}
.feature-container h4 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 22px;
}
.feature-container p {
  font-size: 18px;
  color: #666;
}
@media (max-width: 991px) {
  .feature-container {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .feature-container {
    padding: 20px;
  }
}

.white-text {
  color: #fff !important;
}

.light-gray-text {
  color: #ccc !important;
}

.kpi-list {
  display: flex;
  gap: 30px;
}
.kpi-list .kpi-item {
  border-right: 1px solid #ccc;
  padding-right: 20px;
}
.kpi-list .kpi-item h3 {
  color: #C4232A;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0;
}
.kpi-list .kpi-item p {
  color: #333;
  font-size: 1.5rem;
  padding: 10px 0 0 0;
  text-transform: uppercase;
}
.kpi-list .kpi-item:last-child {
  border-right: none;
}

.app-carousel {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  padding: 0px;
  overflow: hidden;
}

.data-container {
  background: #F7F7F7;
  border: 1px solid #ECECEC;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  width: 40%;
  padding: 40px 16px;
}
@media (max-width: 991px) {
  .data-container {
    width: 46%;
  }
}
.data-container h4 {
  margin: 0px;
  font-weight: 600;
  color: #C4232A;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}
.data-container p {
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 640px) {
  .data-container p {
    font-size: 16px;
  }
}

.btn-cta {
  background: #C4232A;
  padding: 16px 8px;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 16px;
  padding: 20px;
  text-align: center;
}
.btn-cta:active, .btn-cta:visited {
  color: #fff;
}
.btn-cta:hover {
  background: #991b21;
  color: #fff;
}

.is-hidden {
  display: none;
}

.simply-scroll {
  width: 100%;
  height: 162px;
}
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 162px;
}
.simply-scroll .simply-scroll-list li {
  float: left;
  width: 162px;
  height: 162px;
  margin-right: 56px;
}

.carousel-cell {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #ECECEC;
}
@media (max-width: 640px) {
  .carousel-cell.case-history {
    flex-direction: column;
    margin-right: 20px;
  }
  .carousel-cell.case-history .img-container {
    height: 200px !important;
  }
}
.carousel-cell.case-history:hover .img-bg {
  transform: scale(1.1);
}
.carousel-cell.case-history .content-container {
  display: flex;
  align-items: center;
  background-color: #f8f2ed;
}
.carousel-cell.case-history .content-container .inner-container {
  padding: 40px 20px;
}
.carousel-cell.case-history .content-container .inner-container strong {
  color: #C4232A;
  font-weight: 700;
  padding-bottom: 5px;
}
.carousel-cell.case-history .img-container {
  position: relative;
  height: 450px;
}
.carousel-cell.case-history .img-container .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.carousel-cell.case-history .logo-container {
  height: 70px;
  width: 200px;
  background-size: contain;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: left;
  margin-bottom: 20px;
}

.m_cell {
  width: 30%;
  padding: 0px;
}
.m_cell a {
  display: block;
  width: 100%;
}
.m_cell__container__img {
  position: relative;
  overflow: hidden;
  padding-bottom: 63.670411985%;
}
.m_cell__container__img .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.m_cell__container__img:hover .img-bg {
  transform: scale(1.1);
}
.m_cell__container__body {
  padding: 20px;
  background: #f8f2ed;
}
.m_cell__container__body .accessor-label {
  color: #C4232A;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.m_cell__container__body h6 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

.news-carousel .carousel-cell {
  width: 40%;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .news-carousel .carousel-cell {
    width: 80%;
  }
}

#members-box-container {
  height: 400px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
#members-box-container .content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}
#members-box-container .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
#members-box-container:hover .img-bg {
  transform: scale(1.1);
}

.container-fluid.left-margin {
  margin: 0;
  padding: 30px 0 0;
}
@media (max-width: 640px) {
  .container-fluid.left-margin {
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .container-fluid.left-margin {
    margin-left: calc((100% - 1160px) / 2);
  }
}

.custom-form-input {
  outline: none !important;
  border: 2px solid #ccc !important;
  border-radius: 6px !important;
  background-color: #fff !important;
  color: #333 !important;
  min-height: 40px;
  font-size: 18x !important;
}
.custom-form-input:hover, .custom-form-input:active, .custom-form-input:focus {
  border-color: #333 !important;
  color: #333;
  outline: none;
  box-shadow: none;
}
.custom-form-input.error {
  border-color: #f44336 !important;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 640px) {
  .flex-row {
    padding: 0 15px;
    flex-direction: column;
  }
  .flex-row.col-reverse {
    flex-direction: column-reverse;
  }
}

.grid-item {
  background: #f8f2ed;
  padding: 0;
  border-radius: 24px;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
.grid-item.g-25 {
  width: 25%;
}
@media (max-width: 640px) {
  .grid-item.g-25 {
    width: 100%;
  }
}
.grid-item .image-container {
  min-height: 350px;
}
.grid-item .content-container {
  padding: 10px 20px;
}
.grid-item .content-container.white {
  background: #fff;
}
.grid-item .image-container {
  min-height: 350px;
}

.grid-sizer {
  width: 30%;
}

.linkedin-ico {
  background-color: #0e76a8;
  display: flex;
  color: #fff;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
.linkedin-ico:hover {
  color: #ffffff;
  background: #0a5579;
}

.icon-container {
  display: flex;
  gap: 15px;
  align-items: center;
}
.icon-container svg {
  width: 30px;
}

.floating-button {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #C4232A;
  color: white;
  cursor: pointer;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.floating-button svg {
  width: 30px;
}/*# sourceMappingURL=style.css.map */