.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.border {
  border: 1px solid #CBCBCB !important;
}

.border-top {
  border-top: 1px solid #CBCBCB !important;
}

.border-right {
  border-right: 1px solid #CBCBCB !important;
}

.border-bottom {
  border-bottom: 1px solid #CBCBCB !important;
}

.border-left {
  border-left: 1px solid #CBCBCB !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #f01834 !important;
}

.border-secondary {
  border-color: #DFDFDF !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #f01834 !important;
}

.border-light {
  border-color: #E5E5E5 !important;
}

.border-dark {
  border-color: #707070 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1680px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1680px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1680px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1680px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #f01834 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #921122 !important;
}

.text-secondary {
  color: #DFDFDF !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #b9b9b9 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #f01834 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #E5E5E5 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #bfbfbf !important;
}

.text-dark {
  color: #707070 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #4a4a4a !important;
}

.text-body {
  color: #4D4D4D !important;
}

.text-muted {
  color: #DFDFDF !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.sprite {
  position: relative;
}

.sprite:before {
  content: "";
  background-image: url(../images/sprite.png);
  background-position: -9999px -9999px;
  position: absolute;
  left: 0;
  top: 0;
}

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

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Regular.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Regular.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Regular.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Regular.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Th';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Extrabld.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Extrabld.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Extrabld.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Extrabld.svg#ProximaNova-Extrabld") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Cn Lt';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNovaCond-Semibold.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNovaCond-Semibold.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNovaCond-Semibold.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNovaCond-Semibold.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNovaCond-Semibold.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNovaCond-Semibold.svg#ProximaNovaCond-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Bold.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Bold.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Bold.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Bold.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Bl';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Black.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Black.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Black.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Black.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNova-Black.svg#ProximaNova-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Th';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNovaT-Thin.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNovaT-Thin.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNovaT-Thin.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNovaT-Thin.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/ProximaNovaT-Thin.svg#ProximaNovaT-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarBlack.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarBlack.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarBlack.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarBlack.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarBlack.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarBlack.svg#DomaineDispNarBlack") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-BoldItalic.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-BoldItalic.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-BoldItalic.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-BoldItalic.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-BoldItalic.svg#DomaineDispNar-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarBlack-Italic.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarBlack-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarBlack-Italic.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarBlack-Italic.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarBlack-Italic.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarBlack-Italic.svg#DomaineDispNarBlack-Italic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-Bold.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-Bold.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-Bold.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-Bold.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-Bold.svg#DomaineDispNar-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarMedium.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarMedium.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarMedium.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarMedium.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarMedium.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarMedium.svg#DomaineDispNarMedium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarExtrabold.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarExtrabold.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarExtrabold.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarExtrabold.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarExtrabold.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarExtrabold.svg#DomaineDispNarExtrabold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-Regular.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-Regular.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-Regular.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-Regular.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-Regular.svg#DomaineDispNar-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarSemibold-Italic.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarSemibold-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarSemibold-Italic.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarSemibold-Italic.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarSemibold-Italic.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarSemibold-Italic.svg#DomaineDispNarSemibold-Italic") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarMedium-Italic.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarMedium-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarMedium-Italic.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarMedium-Italic.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarMedium-Italic.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarMedium-Italic.svg#DomaineDispNarMedium-Italic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarExtrabold-Italic.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarExtrabold-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarExtrabold-Italic.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarExtrabold-Italic.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarExtrabold-Italic.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarExtrabold-Italic.svg#DomaineDispNarExtrabold-Italic") format("svg");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-RegularItalic.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-RegularItalic.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-RegularItalic.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-RegularItalic.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-RegularItalic.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNar-RegularItalic.svg#DomaineDispNar-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Domaine Disp Nar';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarSemibold.eot");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarSemibold.eot?#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarSemibold.woff2") format("woff2"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarSemibold.woff") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarSemibold.ttf") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/DomaineDispNarSemibold.svg#DomaineDispNarSemibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/icomoon.eot?mclipc");
  src: url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/icomoon.eot?mclipc#iefix") format("embedded-opentype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/icomoon.ttf?mclipc") format("truetype"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/icomoon.woff?mclipc") format("woff"), url("https://www.kitchenmagic.com/hubfs/SmartSites/home/fonts/icomoon.svg?mclipc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-quote:before {
  content: "\e90f";
}

.icon-play:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-check:before {
  content: "\e901";
}

.icon-color-palette:before {
  content: "\e902";
}

.icon-compass:before {
  content: "\e903";
}

.icon-employee:before {
  content: "\e904";
}

.icon-finance:before {
  content: "\e905";
}

.icon-kitchen:before {
  content: "\e906";
}

.icon-circle-pattern:before {
  content: "\e907";
}

.icon-pattern-circle-default:before {
  content: "\e908";
}

.icon-angle-left:before {
  content: "\e909";
}

.icon-checked:before {
  content: "\e90a";
}

.icon-facebook:before {
  content: "\e90b";
}

.icon-instagram:before {
  content: "\e90c";
}

.icon-youtube:before {
  content: "\e90d";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.icv {
  position: relative;
  overflow: hidden;
  cursor: row-resize;
}

.icv__icv--vertical {
  cursor: row-resize;
}

.icv__icv--horizontal {
  cursor: col-resize;
}

.icv__img {
  pointer-events: none;
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: none;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  top: 0;
  display: block;
}

.icv__is--fluid .icv__img {
  display: none;
}

.icv__img-a {
  height: auto;
  position: static;
  z-index: 1;
  left: 0px;
}

.icv__img-b {
  height: 100%;
  position: absolute;
  z-index: 2;
  left: auto;
  right: 0px;
  width: auto;
}

.icv__icv--vertical .icv__img-b {
  width: 100%;
  height: auto;
}

.icv__imposter {
  z-index: 4;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.icv__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}

@media (min-width: 0\0){
  .icv__wrapper {
    height: 100% !important;
  }
}


.icv__is--fluid .icv__wrapper, .icv__icv--vertical .icv__wrapper {
  width: 100% !important;
}

.icv__is--fluid .icv__wrapper, .icv__icv--horizontal .icv__wrapper {
  height: 100% !important;
}

.icv__fluidwrapper {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.icv__control {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  top: 0px;
  z-index: 5;
}

.icv__icv--vertical .icv__control {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  left: 0;
  width: 100%;
}

.icv__control-line {
  height: 50%;
  width: 2px;
  z-index: 6;
}

@media (min-width: 0\0){
  .icv__control-line {
    height: 214rem;  
  }
}

.icv__icv--vertical .icv__control-line {
  width: 50%;
}

.icv__theme-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
  z-index: 5;
}

.icv__icv--vertical .icv__theme-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.icv__arrow-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}

@media (min-width: 0\0){
  .icv__theme-wrapper {
    position: relative;
  }
}

.icv__arrow-a {
  -webkit-transform: scale(1.5) rotateZ(180deg);
  transform: scale(1.5) rotateZ(180deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.33));
}

.icv__arrow-b {
  -webkit-transform: scale(1.5) rotateZ(0deg);
  transform: scale(1.5) rotateZ(0deg);
  height: 20px;
  width: 20px;
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
}

.icv__circle {
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 999px;
}

.icv__label {
  position: absolute;
  bottom: 1rem;
  z-index: 12;
  background: rgba(0, 0, 0, 0.33);
  color: white;
  border-radius: 3px;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.icv__label.vertical {
  bottom: auto;
  left: 1rem;
}

.icv__label.on-hover {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
  transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
}

.icv:hover .icv__label.on-hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.icv__label-before {
  left: 1rem;
}

.icv__label-after {
  right: 1rem;
}

.icv__label-before.vertical {
  top: 1rem;
}

.icv__label-after.vertical {
  bottom: 1rem;
  right: auto;
}

.icv__body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*# sourceMappingURL=image-compare-viewer.min.css.map*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f01834;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #DFDFDF;
  --gray-dark: #707070;
  --primary: #f01834;
  --secondary: #DFDFDF;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #f01834;
  --light: #E5E5E5;
  --dark: #707070;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1680px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .lg-only {
    display: none !important;
  }
}

body.overflow {
  overflow: hidden !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Proxima Nova Rg", "Domaine Disp Nar", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4D4D4D;
  text-align: left;
  background-color: #fff;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: auto !important;
}

.body-container .widget-span{
margin-bottom: 0;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #f01834;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #921122;
  text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #DFDFDF;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1680px) {
  legend {
    font-size: calc(1.275rem + 0.13393vw) ;
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Domaine Disp Nar", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.31;
  color: #222222;
}

@media (max-width: 1679.98px) {
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.2;
  }
}

h1, .h1 {
  font-size: 5.00063rem;
}

@media (max-width: 1680px) {
  h1, .h1 {
    font-size: calc(1.62506rem + 2.00926vw) ;
  }
}

h2, .h2 {
  font-size: 3.74962rem;
}

@media (max-width: 1680px) {
  h2, .h2 {
    font-size: calc(1.49996rem + 1.33908vw) ;
  }
}

h3, .h3 {
  font-size: 2.25rem;
}

@media (max-width: 1680px) {
  h3, .h3 {
    font-size: calc(1.35rem + 0.53571vw) ;
  }
}

h4, .h4 {
  font-size: 1.87425rem;
}

@media (max-width: 1680px) {
  h4, .h4 {
    font-size: calc(1.31242rem + 0.33442vw) ;
  }
}

h5, .h5 {
  font-size: 1.56262rem;
}

@media (max-width: 1680px) {
  h5, .h5 {
    font-size: calc(1.28126rem + 0.16748vw) ;
  }
}

h6, .h6 {
  font-size: 1.125rem;
}

.lead {
  font-size: 1.40625rem;
  font-weight: 300;
}

@media (max-width: 1680px) {
  .lead {
    font-size: calc(1.26563rem + 0.08371vw) ;
  }
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.31;
}

@media (max-width: 1680px) {
  .display-1 {
    font-size: calc(1.725rem + 2.54464vw) ;
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.31;
}

@media (max-width: 1680px) {
  .display-2 {
    font-size: calc(1.675rem + 2.27679vw) ;
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.31;
}

@media (max-width: 1680px) {
  .display-3 {
    font-size: calc(1.575rem + 1.74107vw) ;
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.31;
}

@media (max-width: 1680px) {
  .display-4 {
    font-size: calc(1.475rem + 1.20536vw) ;
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
}

@media (max-width: 1680px) {
  .blockquote {
    font-size: calc(1.26563rem + 0.08371vw) ;
  }
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #DFDFDF;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%;
}

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

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

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

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

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

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

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

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

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

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

@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: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@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: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@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: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@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: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1680px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

@keyframes flow {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

.ss-banner {
  min-height: 34.375rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  min-height: 28rem;
  padding: 1.5rem 0;
}

@media (min-width: 768px) {
  .ss-banner {
    padding: 2rem 0;
  }
}

@media (min-width: 992px) {
  .ss-banner {
    min-height: 30rem;
    padding: 3rem 0;
  }
}

@media (min-width: 1200px) {
  .ss-banner {
    min-height: 47.375rem;
    padding: 11.5rem 0 6.25rem;
  }
}

@media (min-width: 1680px) {
  .ss-banner {
    padding: 18.5625rem 0 6.25rem;
    min-height: 57.8125rem;
  }
}

.ss-banner.overlay:before {
  z-index: 5;
  background: rgba(34,34,34,0.35);
}

.ss-banner__content {
  max-width: 112.8125rem;
  margin: 0 auto;
  width: 100%;
}

.ss-banner__info {
  color: #fff;
  font-size: 1.875rem;
  position: relative;
  z-index: 10;
  max-width: 49.375rem;
}

@media (max-width: 1680px) {
  .ss-banner__info {
    font-size: calc(1.3125rem + 0.33482vw) ;
  }
}

@media (min-width: 576px) {
  .ss-banner__info {
    padding: 0 15px;
  }
}

@media (min-width: 1680px) {
  .ss-banner__info {
    max-width: 66.375rem;
    padding: 0;
  }
}

.ss-banner__info h1 {
  color: #fff;
  line-height: 1.0625;
  letter-spacing: 0.125rem;
}

@media (min-width: 1680px) {
  .ss-banner__info h1 {
    letter-spacing: 0.2062rem;
    margin-bottom: 2.6875rem;
  }
}

.ss-banner__info h1 span {
  color: #f01834;
  display: block;
}

.ss-banner__info .btn-wrap {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.0625rem;
  padding: 1rem 0 0 1.125rem;
  text-align: left;
}

@media (min-width: 1680px) {
  .ss-banner__info .btn-wrap {
    padding: 2.8125rem 0 0 1.125rem;
  }
}

.ss-banner__info .btn-wrap .btn-play {
  margin-right: 1.5625rem;
}

.ss-banner__info .btn-wrap .btn-play:before {
  top: 50%;
  left: 50%;
}

@media (max-width: 991.98px) {
  .ss-banner__info .btn-wrap .btn-play {
    min-width: auto;
  }
}

.ss-banner__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 0\0){
  .ss-banner__media {
    left: -480px;
    right: -480px;
  }
}

.ss-banner__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4D4D4D;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9B9B9B;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #4D4D4D;
  background-color: #fff;
  border-color: #f07f8e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(215, 25, 50, 0.25);
}

.form-control::placeholder {
  color: #DFDFDF;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #F6F6F6;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #4D4D4D;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.40625rem;
  line-height: 1.5;
}

@media (max-width: 1680px) {
  .col-form-label-lg {
    font-size: calc(1.26563rem + 0.08371vw) ;
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.98438rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #4D4D4D;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #DFDFDF;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.messages {
  display: none;
}

.has-error .form-control {
  border-color: #f01834;
}

.thank-you-message {
  font-size: 1.8rem;
  color: #fff;
  padding: 3rem 3rem;
}

.thank-you-message a {
  color: #fff;
}

.thank-you-heading {
  font-size: 2.2rem;
}

.btn {
  display: inline-block;
  font-weight: 700;
  color: #4D4D4D;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.25rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.375rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #4D4D4D;
  text-decoration: none;
}

@media (max-width: 1679.98px) {
  .btn {
    font-size: 1.125rem;
    padding: 1rem 1.125rem;
  }
}

@media (max-width: 767.98px) {
  .btn {
    font-size: 1rem;
    min-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .btn {
    padding: 0.875rem 0.9375rem;
    font-size: 0.9375rem;
  }
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(215, 25, 50, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn-primary {
  background-color: #f01834;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .btn-primary {
    min-width: 23rem;
  }
}

.btn-primary:hover {
  color: #fff;
  background-color: #a91427;
}

.btn-secondary {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

@media (min-width: 992px) {
  .btn-secondary {
    min-width: 16.875rem;
  }
}

.btn-secondary:hover {
  background-color: #f01834;
  border-color: #f01834;
  color: #fff;
}

.btn-play {
  width: 3.8125rem;
  height: 3.8125rem;
  border-radius: 50%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.btn-play:before, .btn-play:after {
  content: '';
  display: flex;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(215, 25, 50, 0.46);
  width: 3.9375rem;
  height: 3.9375rem;
  z-index: 3;
/*   animation: flow 2s ease infinite; */
}

@media (min-width: 0\0){
  .btn-play:before, .btn-play:after ,
}

@media (min-width: 768px) {
  .btn-play:before, .btn-play:after {
    width: 4.9375rem;
    height: 4.9375rem;
  }
}

.btn-play:before {
  width: 4.875rem;
  height: 4.875rem;
  background-color: rgba(215, 25, 50, 0.21);
  z-index: 2;
}

@media (min-width: 768px) {
  .btn-play:before {
    width: 5.875rem;
    height: 5.875rem;
  }
}

.btn-play .icon-play {
  color: #fff;
  font-size: 0.75rem;
  position: relative;
}

.btn-play .icon-play:before {
  z-index: 5;
  position: relative;
  transition: .2s ease-in;
}

.btn-play .icon-play:after {
  content: '';
  display: block;
  background-color: #f01834;
/*   animation: flow 2s ease infinite; */
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  transform: translate(-50%, -50%);
}

@media (min-width: 0\0){
    animation: none;
}

@media (min-width: 768px) {
  .btn-play .icon-play:after {
    width: 3.8125rem;
    height: 3.8125rem;
  }
}

.btn-play.paused .icon-play:before {
  content: '';
  display: block;
  width: 0.8125rem;
  height: 0.8125rem;
  border: 0.25rem solid #fff;
  border-top: 0;
  border-bottom: 0;
}

.btn-play a {
  line-height: 1;
}

.btn-play a:hover {
  text-decoration: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

@media (max-width: 1680px) {
  .btn-lg {
    font-size: calc(1.26563rem + 0.08371vw) ;
  }
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

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

.btn-wrap .btn + .btn {
  margin: 0.625rem 0 0 0;
}

@media (min-width: 768px) {
  .btn-wrap .btn + .btn {
    margin: 0 0 0 0.625rem;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.ss-navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 1680px) {
  .ss-navbar {
    padding: 0.4375rem 3.5rem 0;
  }
}

.ss-navbar__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
}

.ss-navbar__backdrop.show {
  display: block;
}

.ss-navbar__brand {
  display: block;
  padding: 0.9375rem 0 0;
  width: 100%;
  transition: .2s ease;
  position: relative;
  max-width: 7.5rem;
}

@media (min-width: 768px) {
  .ss-navbar__brand {
    max-width: 8.4375rem;
  }
}

@media (min-width: 992px) {
  .ss-navbar__brand {
    max-width: 10.9375rem;
  }
}

@media (min-width: 1200px) {
  .ss-navbar__brand {
    max-width: 14.0625rem;
  }
}

@media (min-width: 1680px) {
  .ss-navbar__brand {
    max-width: 18.4375rem;
  }
}

.ss-navbar__brand img {
  width: 100%;
  transition: .2s ease;
}

.ss-navbar__brand img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.ss-navbar__toggler {
  padding: 0;
  border: 0;
  background-color: transparent;
  margin-left: auto;
}

@media (min-width: 992px) {
  .ss-navbar__toggler {
    display: none;
  }
}

.ss-navbar__toggler:focus {
  outline: none;
}

.ss-navbar__toggler.active {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1110;
}

.ss-navbar__toggler.active span:first-child {
  transform: translateY(10px) rotate(45deg);
}

.ss-navbar__toggler.active span:nth-child(2) {
  opacity: 0;
}

.ss-navbar__toggler.active span:last-child {
  transform: translateY(-6px) rotate(-45deg);
}

.ss-navbar__toggler span {
  width: 30px;
  height: 3px;
  display: block;
  background-color: #f01834;
  border-radius: 20px;
  transition: .2s ease-in .1s;
}

.ss-navbar__toggler span:nth-child(2) {
  margin: 5px 0;
}

.ss-navbar__lists {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .ss-navbar__lists {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    padding: 50px 0 0;
    background-color: #fff;
    width: 400px;
    align-items: flex-start;
    transform: translateX(100%);
    transition: .3s ease-in;
  }
  .ss-navbar__lists.show {
    transform: none;
  }
  .ss-navbar__lists .btn-primary {
    display: none;
  }
}

.ss-navbar .navbar-nav {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 1200px) {
  .ss-navbar .navbar-nav {
    padding: 0 2.25rem 0 0;
  }
}

@media (max-width: 991.98px) {
  .ss-navbar .navbar-nav {
    padding: 0;
    width: 100%;
  }
}

.ss-navbar .navbar-nav__item {
  padding: 0 1rem;
}

@media (min-width: 1200px) {
  .ss-navbar .navbar-nav__item {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1680px) {
  .ss-navbar .navbar-nav__item {
    padding: 0 2.3125rem;
  }
}

@media (max-width: 991.98px) {
  .ss-navbar .navbar-nav__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}

.ss-navbar .navbar-nav__link {
  padding: 0.3125rem;
  color: #fff;
  font-family: "Proxima Nova Cn Lt", "Domaine Disp Nar", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
}

@media (min-width: 1200px) {
  .ss-navbar .navbar-nav__link {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .ss-navbar .navbar-nav__link {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

@media (max-width: 991.98px) {
  .ss-navbar .navbar-nav__link {
    color: #000;
    padding: .5rem 1rem;
    display: block;
  }
}

.header-container > .row-depth-1{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ss-navbar .navbar-nav__link:hover {
  text-decoration: none;
  color:#f01834;
}

.ss-blockquote {
  border-radius: 0.875rem;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 0.9375rem;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  margin: 0;
}

@media (min-width: 768px) {
  .ss-blockquote {
    min-height: 14rem;
  }
}

@media (min-width: 1200px) {
  .ss-blockquote {
    min-height: 17rem;
  }
}

@media (min-width: 1680px) {
  .ss-blockquote {
    min-height: 19.125rem;
  }
}

.ss-blockquote:before, .ss-blockquote:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: none;
  border-radius: 0;
}

.ss-blockquote:before {
  background-color: #000;
  opacity: .6;
}

.ss-blockquote:after {
  top: 0.9375rem;
  left: 0.9375rem;
  right: 0.9375rem;
  bottom: 0.9375rem;
  border-radius: 0.875rem;
  border: 0.0625rem solid #7D7D7D;
  width: auto;
  height: auto;
}

.ss-blockquote__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  opacity: .6;
}

.ss-blockquote__body, .ss-blockquote__footer {
  position: relative;
  z-index: 2;
  flex: 1 0 auto;
}

@media (max-width: 991.98px) {
  .ss-blockquote__body p, .ss-blockquote__footer p {
    margin-bottom: .5rem;
  }
}

.ss-blockquote__body {
  font-weight: 700;
  letter-spacing: 0.0331rem;
  padding: 2.5rem 0.625rem 0;
  line-height: 1.4;
  font-size: 1.375rem;
}

@media (max-width: 1680px) {
  .ss-blockquote__body {
    font-size: calc(1.2625rem + 0.06696vw) ;
  }
}

@media (min-width: 992px) {
  .ss-blockquote__body {
    font-size: 1.75rem;
  }
}

@media (min-width: 992px) and (max-width: 1680px) {
  .ss-blockquote__body {
    font-size: calc(1.3rem + 0.26786vw) ;
  }
}

@media (min-width: 1200px) {
  .ss-blockquote__body {
    padding: 3.75rem 0.625rem 0;
    line-height: 1.78;
  }
}

.ss-blockquote__body:before {
  content: '\e90f';
  font-family: "icomoon";
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 1.0625rem;
  top: 0;
  font-size: 2.5rem;
}

@media (max-width: 1680px) {
  .ss-blockquote__body:before {
    font-size: calc(1.375rem + 0.66964vw) ;
  }
}

@media (min-width: 1200px) {
  .ss-blockquote__body:before {
    font-size: 3.125rem;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .ss-blockquote__body:before {
    font-size: calc(1.4375rem + 1.00446vw) ;
  }
}

@media (min-width: 1680px) {
  .ss-blockquote__body:before {
    top: 0.625rem;
  }
}

.ss-blockquote__footer {
  font-size: 1.125rem;
}

@media (min-width: 992px) {
  .ss-blockquote__footer {
    font-size: 1.5625rem;
  }
}

@media (min-width: 992px) and (max-width: 1680px) {
  .ss-blockquote__footer {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

.ss-blockquote__footer:before {
  content: '\e90f';
  font-family: "icomoon";
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 1.0625rem;
  bottom: 0.625rem;
  display: block;
  transform: rotate(180deg);
  font-size: 2.5rem;
}

@media (max-width: 1680px) {
  .ss-blockquote__footer:before {
    font-size: calc(1.375rem + 0.66964vw) ;
  }
}

@media (min-width: 1200px) {
  .ss-blockquote__footer:before {
    font-size: 3.125rem;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .ss-blockquote__footer:before {
    font-size: calc(1.4375rem + 1.00446vw) ;
  }
}

.ss-blockquote__footer h6 {
  font-family: "Proxima Nova Rg", "Domaine Disp Nar", Arial, sans-serif;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-size: 1.125rem;
}

@media (min-width: 1200px) {
  .ss-blockquote__footer h6 {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .ss-blockquote__footer h6 {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

.card-deck--icon .card {
  width: 100%;
  max-width: 22.1875rem;
  margin: 0 auto;
  text-align: center;
}

.card-deck--icon .card-header {
  padding: 1rem;
}

@media (min-width: 992px) {
  .card-deck--icon .card-header {
    padding: 1.25rem;
  }
}

.card-deck--icon .card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.875rem;
  height: 5.875rem;
  border-radius: 50%;
  background: rgba(245, 245, 245, 0.18);
  font-size: 3.125rem;
  margin: 0 auto;
  box-shadow: 0 0.1875rem 0.625rem rgba(245, 245, 245, 0.18);
}

@media (max-width: 1680px) {
  .card-deck--icon .card-icon {
    font-size: calc(1.4375rem + 1.00446vw) ;
  }
}

@media (min-width: 992px) {
  .card-deck--icon .card-icon {
    width: 6.875rem;
    height: 6.875rem;
    box-shadow: 0 0.1875rem 1.875rem rgba(245, 245, 245, 0.18);
  }
}

@media (min-width: 1680px) {
  .card-deck--icon .card-icon {
    width: 8.5625rem;
    height: 8.5625rem;
  }
}

.card-deck--icon .card-wrap {
  outline: none;
  position: relative;
  padding: 0 0.9375rem;
}

.card-deck--icon .card-wrap:after {
  content: '';
  display: none;
  height: 9.25rem;
  border-right: 0.0625rem solid #555555;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .card-deck--icon .card-wrap:after {
    display: block;
  }
}

.card-deck--icon .card-wrap:last-child:after {
  display: none;
}

.card-deck--icon .card-body {
  font-weight: 700;
  letter-spacing: 0.0294rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .card-deck--icon .card-body {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .card-deck--icon .card-body {
    font-size: 1.375rem;
  }
}

@media (min-width: 992px) and (max-width: 1680px) {
  .card-deck--icon .card-body {
    font-size: calc(1.2625rem + 0.06696vw) ;
  }
}

@media (min-width: 1680px) {
  .card-deck--icon .card-body {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1680px) and (max-width: 1680px) {
  .card-deck--icon .card-body {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

.card-deck--transform {
  position: relative;
}

.card-deck--transform:before {
  content: '';
  display: block;
  width: 75%;
  border-bottom: 0.0625rem dashed #707070;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
}

@media (min-width: 768px) {
  .card-deck--transform:before {
    top: 100px;
  }
}

@media (min-width: 1200px) {
  .card-deck--transform:before {
    top: 109px;
  }
}

.card-deck--transform .slick-list {
  z-index: 10;
}

.card-deck--transform .slick-dots {
  display: flex;
  align-items: center;
  font-size: 0;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: static !important;
}

.card-deck--transform .slick-dots li {
  padding: 0 0.3125rem;
}

.card-deck--transform .slick-dots li button {
  padding: 0;
  border: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  transition: .2s ease-in;
}

.card-deck--transform .slick-dots li button:focus {
  outline: none;
}

.card-deck--transform .slick-dots li.slick-active button {
  background-color: #f01834;
}

.card-deck--transform .card {
  max-width: 24.8125rem;
  margin: 0 auto;
  text-align: center;
}

.card-deck--transform .card:hover .card-counter {
  color: #f01834;
}

.card-deck--transform .card:hover .card-counter:before {
  opacity: 0;
}

.card-deck--transform .card:hover .card-counter:after {
  opacity: 1;
}

.card-deck--transform .card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 10rem;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 1.8125rem 0;
}

@media (min-width: 768px) {
  .card-deck--transform .card-header {
    padding: 2.8125rem 0;
  }
}

@media (min-width: 992px) {
  .card-deck--transform .card-header {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .card-deck--transform .card-header {
    max-width: 11.0625rem;
  }
}

.card-deck--transform .card-counter {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0 0.1875rem 1.25rem rgba(0, 0, 0, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8125rem;
  font-family: "Domaine Disp Nar", Arial, sans-serif;
  font-weight: 700;
  position: relative;
  transition: .2s ease;
}

@media (max-width: 1680px) {
  .card-deck--transform .card-counter {
    font-size: calc(1.40625rem + 0.83705vw) ;
  }
}

@media (min-width: 576px) {
  .card-deck--transform .card-counter {
    width: 95px;
    height: 95px;
  }
}

@media (min-width: 1200px) {
  .card-deck--transform .card-counter {
    width: 6.5625rem;
    height: 6.5625rem;
    font-size: 3.125rem;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .card-deck--transform .card-counter {
    font-size: calc(1.4375rem + 1.00446vw) ;
  }
}

.card-deck--transform .card-counter:before, .card-deck--transform .card-counter:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  width: 9rem;
  height: 9rem;
  transition: .2s ease;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1680px) {
  .card-deck--transform .card-counter:before, .card-deck--transform .card-counter:after {
    font-size: calc(1.275rem + 0.13393vw) ;
  }
}

@media (min-width: 768px) {
  .card-deck--transform .card-counter:before, .card-deck--transform .card-counter:after {
    width: 10rem;
    height: 10rem;
  }
}

@media (min-width: 1200px) {
  .card-deck--transform .card-counter:before, .card-deck--transform .card-counter:after {
    width: 11.0625rem;
    height: 11.0625rem;
    font-size: 1.875rem;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .card-deck--transform .card-counter:before, .card-deck--transform .card-counter:after {
    font-size: calc(1.3125rem + 0.33482vw) ;
  }
}

.card-deck--transform .card-counter:before {
  background-image: url(https://www.kitchenmagic.com/hubfs/SmartSites/home/spiral-pattern-01.svg);
}

.card-deck--transform .card-counter:after {
  background-image: url(https://www.kitchenmagic.com/hubfs/SmartSites/home/spiral-pattern-02.svg);
  opacity: 0;
}

.card-deck--transform .card-wrap {
  outline: none;
  position: relative;
  z-index: 10;
}

@media (min-width: 576px) {
  .card-deck--transform .card-wrap {
    padding: 0 0.9375rem;
  }
}

.card-deck--transform .card-body h5 {
  font-family: "Proxima Nova Rg", "Domaine Disp Nar", Arial, sans-serif;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .card-deck--transform .card-body h5 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1680px) {
  .card-deck--transform .card-body h5 {
    margin-bottom: 1.125rem;
  }
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.79);
  z-index: -10;
}

.block-title {
  text-align: center;
  font-weight: 600;
  color: #4D4D4D;
  font-size: 1rem;
}

@media (min-width: 992px) {
  .block-title {
    font-size: 1.125rem;
  }
}

.block-title h2 small {
  font-family: "Proxima Nova Rg", "Domaine Disp Nar", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0294rem;
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .block-title h2 small {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .block-title h2 small {
    font-size: 1.125rem;
  }
}

@media (min-width: 1680px) {
  .block-title h2 small {
    font-size: 1.5625rem;
    line-height: 2;
  }
}

@media (min-width: 1680px) and (max-width: 1680px) {
  .block-title h2 small {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

.block-title h2 br {
  display: none;
}

@media (min-width: 1680px) {
  .block-title h2 br {
    display: block;
  }
}

.block-title h2 span {
  color: #f01834;
}

.block-title--alt {
  color: #fff;
}

.block-title--alt h2 {
  color: #fff;
}

.ss-cta-banner {
  padding: 1.25rem 0.9375rem;
}

@media (min-width: 768px) {
  .ss-cta-banner {
    padding: 1.25rem;
  }
}

.ss-cta-banner.overlay::before {
  background: rgba(34, 34, 34, 0.85);
}

.ss-cta-banner .btn-wrap {
  text-align: center;
}

.ss-cta-banner__content {
  border: 0.125rem solid #7D7D7D;
  padding: 3.75rem 0;
}

.ss-cta-banner__magical {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -20;
  opacity: .15;
  margin: 0;
}

.ss-cta-banner--alt {
  padding: 1.25rem;
}

.ss-cta-banner--alt.overlay::before {
  background-color: rgba(255, 255, 255, 0.1);
}

.ss-cta-banner--alt .block-title {
  max-width: 50.125rem;
  margin: 0 auto;
}

.ss-cta-banner--alt .block-title p {
  margin: 1.875rem 0;
}

.ss-cta-banner--alt .btn-wrap .btn-primary {
  background-color: #f01834;
  border-radius: 0!important;
}

.ss-cta-banner--alt .ss-cta-banner__content {
  border: 0.125rem solid #f01834;
}

.ss-cta-banner--dream .ss-cta-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0.9375rem;
}

@media (min-width: 768px) {
  .ss-cta-banner--dream .ss-cta-banner__content {
    padding: 3.125rem 1.25rem;
  }
}

@media (min-width: 992px) {
  .ss-cta-banner--dream .ss-cta-banner__content {
    min-height: 20rem;
  }
}

@media (min-width: 1200px) {
  .ss-cta-banner--dream .ss-cta-banner__content {
    min-height: 22rem;
  }
}

@media (min-width: 1680px) {
  .ss-cta-banner--dream .ss-cta-banner__content {
    padding: 4.625rem 0 3.125rem;
    min-height: 25.5625rem;
  }
}

.ss-cta-banner--dream .btn-wrap {
  padding: .5rem 0 0;
}


.ss-cta-banner--dream .btn-wrap .btn {
  border-radius: 0!important;
}

@media (min-width: 768px) {
  .ss-cta-banner--dream .btn-wrap {
    padding: 1rem 0 0;
  }
}

@media (min-width: 1680px) {
  .ss-cta-banner--dream .btn-wrap {
    padding: 2.0625rem 0 0;
  }
}

@media (min-width: 992px) {
  .ss-cta-banner--dream .btn-wrap .btn {
    min-width: 24.125rem;
  }
}

.ss-cta-banner--project .ss-cta-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0.9375rem;
}

@media (min-width: 992px) {
  .ss-cta-banner--project .ss-cta-banner__content {
    min-height: 18.75rem;
  }
}

@media (min-width: 1200px) {
  .ss-cta-banner--project .ss-cta-banner__content {
    padding: 2.5rem 0;
  }
}

@media (min-width: 1680px) {
  .ss-cta-banner--project .ss-cta-banner__content {
    padding: 3.6875rem 0 2.8125rem;
    min-height: 23.8125rem;
  }
}

.ss-cta-banner--project .btn-wrap {
  padding: .5rem 0 0;
}

@media (min-width: 768px) {
  .ss-cta-banner--project .btn-wrap {
    padding: 1rem 0 0;
  }
}

@media (min-width: 1680px) {
  .ss-cta-banner--project .btn-wrap {
    padding: 2.8125rem 0 0;
  }
}

.double-column__info {
  padding: 1.875rem 0 0;
}

@media (min-width: 992px) {
  .double-column__info {
    padding: 3.125rem 0.9375rem;
  }
}

@media (min-width: 1680px) {
  .double-column__info {
    margin-left: -5.625rem;
    padding: 3.125rem 4.6875rem;
  }
}

.double-column__info .block-title {
  text-align: left;
}

@media (min-width: 1680px) {
  .double-column__info .block-title {
    margin-bottom: 2.375rem;
    line-height: 2.3;
  }
}

@media (min-width: 1680px) {
  .double-column__info .block-title h2 {
    margin-bottom: 2.75rem;
  }
}

.double-column__media {
  position: relative;
}

.double-column__media.overlay::before {
  z-index: 0;
  border-radius: 0.3125rem;
  background-color: rgba(34, 34, 34, 0.39);
  box-shadow: 0 0 0.8125rem 0 rgba(34, 34, 34, 0.7);
}

.double-column__media .bg-cover {
  min-height: 21.25rem;
  margin: 0;
  border-radius: 0.3125rem;
}

@media (min-width: 992px) {
  .double-column__media .bg-cover {
    min-height: 33.9375rem;
  }
}

.double-column__media .media-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0.0625rem solid #fff;
  border-radius: 0.3125rem;
  margin: 0.9375rem;
}

@media (min-width: 1680px) {
  .double-column__media .media-thumbnail {
    margin: 1.375rem;
  }
}

.double-column__media .media-thumbnail.overlay::before {
  z-index: 0;
  border-radius: 0.3125rem;
  background-color: rgba(34, 34, 34, 0.39);
}

.double-column__media .media-thumbnail .bg-cover {
  min-height: 100%;
}

@media (min-width: 1680px) {
  .double-column__media .media-thumbnail .bg-cover {
    min-height: 31.0625rem;
  }
}

.double-column__media .media-thumbnail__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .double-column__media .media-thumbnail__caption {
    top: 35%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
  }
}

.double-column__media .media-thumbnail__caption h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media (max-width: 1680px) {
  .double-column__media .media-thumbnail__caption h4 {
    font-size: calc(1.275rem + 0.13393vw) ;
  }
}

@media (min-width: 992px) {
  .double-column__media .media-thumbnail__caption h4 {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .double-column__media .media-thumbnail__caption h4 {
    font-size: 2.125rem;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .double-column__media .media-thumbnail__caption h4 {
    font-size: calc(1.3375rem + 0.46875vw) ;
  }
}

@media (min-width: 1680px) {
  .double-column__media .media-thumbnail__caption h4 {
    line-height: 1.97;
  }
}

.double-column__media .btn-play::before {
  width: 6.25rem;
  height: 6.25rem;
}

@media (min-width: 992px) {
  .double-column__media .btn-play::before {
    width: 9.5625rem;
    height: 9.5625rem;
  }
}

.double-column__media .btn-play::after {
  width: 5rem;
  height: 5rem;
}

@media (min-width: 992px) {
  .double-column__media .btn-play::after {
    width: 8.0625rem;
    height: 8.0625rem;
  }
}

.double-column__media .btn-play .icon-play {
  font-size: 1.375rem;
}

@media (max-width: 1680px) {
  .double-column__media .btn-play .icon-play {
    font-size: calc(1.2625rem + 0.06696vw) ;
  }
}

.double-column__media .btn-play .icon-play:after {
  width: 3.75rem;
  height: 3.75rem;
}

@media (min-width: 992px) {
  .double-column__media .btn-play .icon-play:after {
    width: 6.1875rem;
    height: 6.1875rem;
  }
}

.double-column__media .btn-play--alt {
  margin-top: 1.875rem;
}

@media (min-width: 992px) {
  .double-column__media .btn-play--alt {
    margin-top: 2.5rem;
  }
}

.double-column--alt {
  font-size: 1rem;
}

@media (min-width: 1680px) {
  .double-column--alt .double-column__content {
    margin-left: -2.875rem;
  }
}

.double-column--alt .double-column__info {
  padding: 0.9375rem 0;
}

@media (min-width: 1200px) {
  .double-column--alt .double-column__info {
    padding: 0.9375rem;
  }
}

@media (min-width: 1680px) {
  .double-column--alt .double-column__info {
    padding: 0 1.6875rem;
    margin-left: -0.25rem;
  }
}

@media (min-width: 1680px) {
  .double-column--alt .double-column__info .btn-wrap {
    margin: 3.375rem 0 0 0;
  }
}

.double-column--alt .double-column__media .bg-cover {
  min-height: 17.5rem;
}

@media (min-width: 576px) {
  .double-column--alt .double-column__media .bg-cover {
    min-height: 23.75rem;
  }
}

@media (min-width: 992px) {
  .double-column--alt .double-column__media .bg-cover {
    min-height: 36.25rem;
  }
}

@media (min-width: 1680px) {
  .double-column--alt .double-column__media .bg-cover {
    min-height: 53.625rem;
  }
}

.double-column--alt .double-column__media .media-thumbnail .bg-cover {
  min-height: 100%;
}

@media (min-width: 1680px) {
  .double-column--alt .double-column__media .media-thumbnail .bg-cover {
    min-height: 50.75rem;
  }
}

.double-column--alt .double-column__media .media-thumbnail .media-thumbnail__caption {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ss-text-banner {
  background-color: #f01834;
  color: #fff;
  margin: 0 auto;
  position: relative;
  font-weight: 600;
  text-align: center;
  padding: 0.5625rem 0.9375rem;
  max-width: 20rem;
  font-size: 0.75rem;
}

@media (min-width: 1200px) {
  .ss-text-banner {
    font-size: 0.875rem;
    max-width: 25rem;
  }
}

@media (min-width: 1680px) {
  .ss-text-banner {
    font-size: 1.125rem;
    max-width: 36.3125rem;
  }
}

.ss-text-banner p {
  margin: 0;
}

.ss-text-banner:before {
  content: '';
  display: none;
  position: absolute;
  left: -39px;
  right: -39px;
  bottom: 0;
  height: 20px;
  box-shadow: 0 4px 0 0 #9F1426;
}

@media (min-width: 992px) {
  .ss-text-banner:before {
    display: block;
  }
}

.ss-text-banner__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  display: none;
}

@media (min-width: 992px) {
  .ss-text-banner__arrow {
    display: block;
  }
}

.ss-text-banner__arrow:before, .ss-text-banner__arrow:after {
  content: '';
  border: 1.875rem solid transparent;
  position: absolute;
  transform-origin: center;
}

.ss-text-banner__arrow:after {
  bottom: 0;
}

.ss-text-banner__arrow--left {
  left: 0.0625rem;
}

.ss-text-banner__arrow--left:before, .ss-text-banner__arrow--left:after {
  left: 0;
}

.ss-text-banner__arrow--left:before {
  transform: translate(-50%, -50%) rotate(45deg);
  border-bottom-color: #f01834;
}

.ss-text-banner__arrow--left:after {
  transform: translate(-50%, 50%) rotate(45deg);
  border-left-color: #f01834;
}

.ss-text-banner__arrow--right {
  right: 0.0625rem;
}

.ss-text-banner__arrow--right:after, .ss-text-banner__arrow--right:before {
  right: 0;
}

.ss-text-banner__arrow--right:before {
  transform: translate(50%, -50%) rotate(45deg);
  border-right-color: #f01834;
  box-shadow: 3px 0 0 0 #9F1426;
}

.ss-text-banner__arrow--right:after {
  transform: translate(50%, 50%) rotate(45deg);
  border-top-color: #f01834;
}

.ss-accordion .card:first-child {
  border-top: 0.0625rem solid #DFDFDF;
}

.ss-accordion .card-header {
  border-bottom: 0.0625rem solid #DFDFDF;
}

.ss-accordion .card-header .btn {
  min-width: 100%;
  text-align: left;
  padding: .625rem 1.5rem .625rem 0;
  font-size: 1rem;
  position: relative;
}

@media (min-width: 992px) {
  .ss-accordion .card-header .btn {
    font-size: 1.25rem;
    padding: 0.875rem 0;
  }
}

@media (min-width: 1680px) {
  .ss-accordion .card-header .btn {
    padding: 1.5625rem 0;
    font-size: 1.5625rem;
  }
}

@media (min-width: 1680px) and (max-width: 1680px) {
  .ss-accordion .card-header .btn {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

.ss-accordion .card-header .btn:before, .ss-accordion .card-header .btn:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ss-accordion .card-header .btn:before {
  width: 14px;
  border-top: 2px solid #707070;
}

.ss-accordion .card-header .btn:after {
  height: 14px;
  border-left: 2px solid #707070;
  transform: translate(50%, -50%);
  right: 7px;
}

.ss-accordion .card-header .btn.active:after {
  opacity: 0;
}

.ss-accordion .card-header .btn:focus, .ss-accordion .card-header .btn.focus {
  box-shadow: none;
}

.ss-accordion .card-body {
  color: #4D4D4D;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.625rem 0 0;
}

@media (min-width: 992px) {
  .ss-accordion .card-body {
    padding: 1rem 0 0;
  }
}

@media (min-width: 1200px) {
  .ss-accordion .card-body {
    font-size: 1.125rem;
  }
}

@media (min-width: 1680px) {
  .ss-accordion .card-body {
    padding: 1.875rem 0 0;
  }
}

.ss-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.ss-header .btn-primary {
  padding: 1rem;
}

@media (min-width: 1680px) {
  .ss-header .btn-primary {
    min-width: 25.4375rem;
    font-size: 1.5625rem;
  }
}

@media (min-width: 1680px) and (max-width: 1680px) {
  .ss-header .btn-primary {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

@media (max-width: 1199.98px) {
  .ss-header .btn-primary {
    min-width: 200px;
    font-size: 1rem;
  }
}

@media (max-width: 991.98px) {
  .ss-header .btn-primary {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    border-radius: 0;
    font-size: 0.875rem;
    padding: 0.875rem;
    box-shadow: 1px 0 1px rgba(0, 0, 0, 0.75);
  }
}

.ss-header.sticky {
  background-color: #fff;
  box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.75);
}

@media (min-width: 1680px) {
  .ss-header.sticky .ss-navbar {
    padding: 0 56px;
  }
}

.ss-header.sticky .ss-navbar__brand {
  padding: 10px 0;
}

@media (min-width: 768px) {
  .ss-header.sticky .ss-navbar__brand {
    max-width: 8.75rem;
    padding: 15px 0;
  }
}

@media (min-width: 1680px) {
  .ss-header.sticky .ss-navbar__brand {
    max-width: 175px;
  }
}

.ss-header.sticky .ss-navbar__brand img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.ss-header.sticky .ss-navbar__brand img:last-child {
  position: static;
  visibility: visible;
  opacity: 1;
}

.ss-header.sticky .ss-navbar__lists .navbar-nav__link {
  color: #000;
}

.ss-header.sticky .ss-navbar__lists .navbar-nav__link:hover {
  color: #f01834;
}

.ss-home-intro {
  padding: 1.875rem 0;
}

@media (min-width: 768px) {
  .ss-home-intro {
    padding: 2.1875rem 0;
  }
}

@media (min-width: 992px) {
  .ss-home-intro {
    padding: 3.4375rem 0;
  }
}

@media (min-width: 1200px) {
  .ss-home-intro {
    padding: 5.3125rem 0;
  }
}

@media (min-width: 1680px) {
  .ss-home-intro {
    padding: 9.6875rem 0 6.75rem;
  }
}

.ss-home-intro__item {
  outline: none;
  padding: 0 0.625rem;
}

@media (min-width: 992px) {
  .ss-home-intro__item {
    padding: 0 1.3125rem;
  }
}

.ss-home-intro__slider {
  margin: 0 auto;
  max-width: 34.375rem;
  width: 100%;
}

@media (min-width: 768px) {
  .ss-home-intro__slider {
    max-width: 104.375rem;
  }
}

.ss-home-intro__slider .slick-dots {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-size: 0;
  padding: 1.2rem 0 0;
  position: static !important;
}

.ss-home-intro__slider .slick-dots li {
  padding: 0 5px;
}

.ss-home-intro__slider .slick-dots li.slick-active button {
  background-color: #4D4D4D;
}

.ss-home-intro__slider .slick-dots button {
  padding: 0;
  border: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  background-color: #E5E5E5;
  outline: none;
  border: 0.0625rem solid #707070;
  transition: .2s ease-in;
}

@media (min-width: 1680px) {
  .ss-get-kitchen .block-title span {
    display: block;
  }
}

.ss-get-kitchen .block-title h2 {
  letter-spacing: 0.1875rem;
}

@media (min-width: 1200px) {
  .ss-get-kitchen .block-title h2 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1680px) {
  .ss-get-kitchen .block-title h2 {
    margin-bottom: 2.75rem;
  }
}

.ss-get-kitchen .block-title p {
  margin-bottom: 0.5rem;
}

.ss-get-kitchen .double-column__info {
  padding: 0;
  margin: 0 0 2.1875rem;
}

@media (min-width: 992px) {
  .ss-get-kitchen .double-column__info {
    margin: 0;
    padding: 2.8125rem 0 1.25rem;
  }
}

@media (min-width: 1680px) {
  .ss-get-kitchen .double-column__info {
    line-height: 2.33;
    padding: 2.8125rem 1.9375rem 1.25rem;
  }
}

.ss-get-kitchen .double-column__info .btn-wrap {
  color: #f01834;
  font-weight: 700;
  text-align: left;
}

.ss-get-kitchen .double-column__info .btn-wrap .btn {
  padding: 0;
}

.ss-get-kitchen .double-column__info .btn-wrap .btn .icon-arrow-down {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  color: #222222;
  font-weight: 700;
  border: 0.1875rem solid #222222;
  font-size: 1.375rem;
}

@media (max-width: 1680px) {
  .ss-get-kitchen .double-column__info .btn-wrap .btn .icon-arrow-down {
    font-size: calc(1.2625rem + 0.06696vw) ;
  }
}

@media (min-width: 1200px) {
  .ss-get-kitchen .double-column__info .btn-wrap .btn .icon-arrow-down {
    border: 0.3125rem solid #222222;
    width: 4.875rem;
    height: 4.875rem;
    font-size: 2.375rem;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .ss-get-kitchen .double-column__info .btn-wrap .btn .icon-arrow-down {
    font-size: calc(1.3625rem + 0.60268vw) ;
  }
}

@media (min-width: 1680px) {
  .ss-get-kitchen .double-column__info .btn-wrap .btn .icon-arrow-down {
    margin: 1.5625rem 0 0;
  }
}

@media (max-width: 991.98px) {
  .ss-get-kitchen .double-column__media {
    max-width: 580px;
    margin: 0 0 2rem;
  }
}

.ss-get-kitchen .double-column__media > .bg-cover {
  min-height: 20rem;
}

@media (min-width: 576px) {
  .ss-get-kitchen .double-column__media > .bg-cover {
    min-height: 25rem;
  }
}

@media (min-width: 768px) {
  .ss-get-kitchen .double-column__media > .bg-cover {
    min-height: 30rem;
  }
}

@media (min-width: 992px) {
  .ss-get-kitchen .double-column__media > .bg-cover {
    min-height: 35rem;
  }
}

@media (min-width: 1680px) {
  .ss-get-kitchen .double-column__media > .bg-cover {
    min-height: 39.875rem;
  }
}

.ss-get-kitchen .double-column__media .media-thumbnail {
  margin: 0.8125rem 0.875rem;
}

.ss-get-kitchen .double-column__media .media-thumbnail .bg-cover {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 10px;
}

@media (min-width: 768px) {
  .ss-get-kitchen .double-column__media .media-thumbnail .bg-cover {
    padding: 0 0 1.3125rem;
  }
}

.ss-offer {
  color: #fff;
  position: relative;
  padding: 2.8125rem 0;
}

@media (min-width: 992px) {
  .ss-offer {
    padding: 4.0625rem 0;
  }
}

@media (min-width: 1200px) {
  .ss-offer {
    padding: 5.3125rem 0;
  }
}

@media (min-width: 1680px) {
  .ss-offer {
    padding: 5.3125rem 0 6.0625rem;
  }
}

.ss-offer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.9);
}

.ss-offer > .container {
  position: relative;
  z-index: 5;
}

.ss-offer .block-title--alt {
  max-width: 63.125rem;
  margin: 0 auto 1.5rem;
}

@media (min-width: 1680px) {
  .ss-offer .block-title--alt {
    margin: 0 auto 2.5rem;
  }
}

@media (min-width: 768px) {
  .ss-offer .block-title--alt h2 {
    margin-bottom: 1.1875rem;
  }
}

.ss-offer__text {
  text-align: center;
  position: relative;
  font-size: 1rem;
  padding: 0 0 0.8125rem;
}

@media (min-width: 576px) {
  .ss-offer__text {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .ss-offer__text {
    padding: 1rem 0 0.8125rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .ss-offer__text {
    padding: 2rem 0 0.8125rem;
    font-size: 1.5625rem;
  }
}

@media (min-width: 992px) and (max-width: 1680px) {
  .ss-offer__text {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

@media (min-width: 1200px) {
  .ss-offer__text {
    padding: 4.0625rem 0 0.8125rem;
  }
}

.ss-offer__text:after {
  content: '';
  display: block;
  border-bottom: 0.0625rem solid #555555;
  max-width: 32.375rem;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ss-offer .ss-cta-info {
  width: 100%;
  max-width: 41.875rem;
  margin: 0 auto;
  padding: 1rem 0 0;
}

@media (min-width: 576px) {
  .ss-offer .ss-cta-info {
    padding: 2rem 0 0;
  }
}

@media (min-width: 992px) {
  .ss-offer .ss-cta-info {
    padding: 3rem 0 0;
  }
}

@media (min-width: 1680px) {
  .ss-offer .ss-cta-info {
    padding: 4.625rem 0 0;
  }
}

@media (min-width: 992px) {
  .ss-offer .ss-cta-info .btn-primary {
    min-width: 23.75rem;
  }
}

.ss-gallery {
  padding: 2.1875rem 0;
}

@media (min-width: 768px) {
  .ss-gallery {
    padding: 3.125rem 0;
  }
}

@media (min-width: 992px) {
  .ss-gallery {
    padding: 4.0625rem 0;
  }
}



.ss-gallery .block-title {
  width: 100%;
  max-width: 62.75rem;
  margin: 0 auto 2rem;
}

@media (min-width: 992px) {
  .ss-gallery .block-title {
    margin: 0 auto 3rem;
  }
}

@media (min-width: 1680px) {
  .ss-gallery .block-title {
    margin: 0 auto 4.3125rem;
  }
}

.ss-gallery-for {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .ss-gallery-for {
    margin-bottom: 1.875rem;
    padding: 0 0.5625rem;
  }
}

.ss-gallery-for__item {
  flex-wrap: wrap;
}

@media (min-width: 0\0){
  .ss-gallery-for__item:before,
  .ss-gallery-for__item:after{
    content: '';
    display: block;
    background-color: #222222 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    z-index: 10;
  }
  
  .ss-gallery-for__item:before {
    right: 0;
  }
  
  .ss-gallery-for__item:after {
    left: 0;
  }
  
  .ss-gallery-for__item figure.image-view:before, 
  .ss-gallery-for__item figure.image-view:after {
    background: transparent !important;
    transform: rotate(90deg);
    transform-origin: 40%;
    color: #000000 !important;
  }
}

.ss-gallery-for__item figure.image-view {
  display: flex;
  position: relative;
  margin: 0;
  height: 14.75rem;
}

@media (min-width: 576px) {
  .ss-gallery-for__item figure.image-view {
    height: 17.75rem;
  }
}

@media (min-width: 768px) {
  .ss-gallery-for__item figure.image-view {
    height: 18rem;
  }
}

@media (min-width: 992px) {
  .ss-gallery-for__item figure.image-view {
    height: 20rem;
  }
}

@media (min-width: 1200px) {
  .ss-gallery-for__item figure.image-view {
    height: 33.4375rem;
  }
}

@media (min-width: 1680px) {
  .ss-gallery-for__item figure.image-view {
    height: 43.75rem;
  }
}

.ss-gallery-for__item figure.image-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;"
}

.ss-gallery-for__item figure.image-view:before, .ss-gallery-for__item figure.image-view:after {
  top: 0;
  bottom: 0;
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 0.7831rem;
  color: #F3F3F3;
  z-index: 10;
  writing-mode: tb;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222222;
  color: #fff;
  font-weight: 700;
  font-size: 0.75rem;
  width: 1.8rem;
}

@media (min-width: 576px) {
  .ss-gallery-for__item figure.image-view:before, .ss-gallery-for__item figure.image-view:after {
    width: 2.5rem;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .ss-gallery-for__item figure.image-view:before, .ss-gallery-for__item figure.image-view:after {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .ss-gallery-for__item figure.image-view:before, .ss-gallery-for__item figure.image-view:after {
    font-size: 1.25rem;
    width: 4.125rem;
  }
}

@media (min-width: 1200px) {
  .ss-gallery-for__item figure.image-view:before, .ss-gallery-for__item figure.image-view:after {
    font-size: 1.375rem;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .ss-gallery-for__item figure.image-view:before, .ss-gallery-for__item figure.image-view:after {
    font-size: calc(1.2625rem + 0.06696vw) ;
  }
}

@media (min-width: 1680px) {
  .ss-gallery-for__item figure.image-view:before, .ss-gallery-for__item figure.image-view:after {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1680px) and (max-width: 1680px) {
  .ss-gallery-for__item figure.image-view:before, .ss-gallery-for__item figure.image-view:after {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

.ss-gallery-for__item figure.image-view:before {
  content: 'BEFORE';
  left: 0;
}

.ss-gallery-for__item figure.image-view:after {
  content: 'AFTER';
  right: 0;
}

.ss-gallery .icv__control-line {
  width: 0.4375rem !important;
  box-shadow: none !important;
}

.ss-gallery .icv__theme-wrapper:before {
  content: '';
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  z-index: 6;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@media (min-width: 992px) {
  .ss-gallery .icv__theme-wrapper:before {
    width: 4.875rem;
    height: 4.875rem;
  }
}

.ss-gallery .icv__arrow-wrapper {
  position: relative;
  z-index: 10;
}

.ss-gallery .icv__arrow-wrapper svg {
  display: none !important;
}

.ss-gallery .icv__arrow-wrapper:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-right: 0.25rem solid #000;
}

@media (min-width: 992px) {
  .ss-gallery .icv__arrow-wrapper:before {
    border-top: 0.4375rem solid transparent;
    border-bottom: 0.4375rem solid transparent;
    border-right: 0.4375rem solid #000;
  }
}

.ss-gallery .icv__arrow-wrapper:nth-child(1) {
  transform: translateX(0.9375rem) !important;
}

@media (min-width: 992px) {
  .ss-gallery .icv__arrow-wrapper:nth-child(1) {
    transform: translateX(0.5rem) !important;
  }
}

.ss-gallery .icv__arrow-wrapper:nth-last-child(1) {
  transform: translateX(-0.9375rem) !important;
}

@media (min-width: 992px) {
  .ss-gallery .icv__arrow-wrapper:nth-last-child(1) {
    transform: translateX(-0.5rem) !important;
  }
}

.ss-gallery .icv__arrow-wrapper:nth-last-child(1):before {
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid #000;
  border-right: 0;
}

@media (min-width: 992px) {
  .ss-gallery .icv__arrow-wrapper:nth-last-child(1):before {
    border-top: 0.4375rem solid transparent;
    border-bottom: 0.4375rem solid transparent;
    border-left: 0.4375rem solid #000;
  }
}

@media (min-width: 0\0){
  .ss-gallery .icv__arrow-wrapper:nth-child(1) {
    transform: translateX(-10px) !important;
  }
}

@media (min-width: 0\0){
  div.ss-gallery-nav .icv__arrow-wrapper:nth-child(1), div.ss-gallery-for .icv__arrow-wrapper:nth-child(1) {
    transform: translateX(-5px) !important;
  }
}

.ss-gallery-nav {
  position: relative;
  padding: 0 2.1875rem;
}

@media (min-width: 768px) {
  .ss-gallery-nav {
    padding: 0;
  }
}

.ss-gallery-nav__item {
  outline: none;
  padding: 0;
}

@media (min-width: 576px) {
  .ss-gallery-nav__item {
    padding: 0 0.5625rem;
  }
}

.ss-gallery-nav__item .image-view {
  margin: 0;
  height: 10.5rem;
}

@media (min-width: 1200px) {
  .ss-gallery-nav__item .image-view {
    height: 12.5rem;
  }
}

@media (min-width: 1680px) {
  .ss-gallery-nav__item .image-view {
    height: 13.625rem;
  }
}

.ss-gallery-nav__item .image-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ss-gallery-nav .slick-arrow, .ss-gallery-for .slick-arrow {
  background-color: #fff;
  padding: 0;
  border: 0;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 1.875rem;
  height: 1.875rem;
  color: #717171;
  font-size: 1rem;
  border: 1px solid #717171;
}

@media (min-width: 768px) {
  .ss-gallery-nav .slick-arrow, .ss-gallery-for .slick-arrow {
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid #717171;
  }
}

@media (min-width: 1200px) {
  .ss-gallery-nav .slick-arrow, .ss-gallery-for .slick-arrow {
    border: 0;
    width: 3.6875rem;
    height: 3.6875rem;
    font-size: 2rem;
    background-color: transparent;
  }
}

@media (min-width: 1200px) and (max-width: 1680px) {
  .ss-gallery-nav .slick-arrow, .ss-gallery-for .slick-arrow {
    font-size: calc(1.325rem + 0.40179vw) ;
  }
}

.ss-gallery-nav .slick-prev::before, .ss-gallery-nav .slick-next::before {
  color: #222;
}

.ss-gallery-nav .slick-next, .ss-gallery-for .slick-next {
  right: 0;
  transform: translate(0, -50%);
  left: auto;
}

.ss-gallery-for .slick-next {
  right: -30px;
}

@media (min-width: 768px) {
  .ss-gallery-nav .slick-next, .ss-gallery-for .slick-next {
    transform: translate(50%, -50%);
  }
}

@media (min-width: 1200px) {
  .ss-gallery-nav .slick-next, .ss-gallery-for .slick-next {
    right: -2.8125rem;
    transform: translateY(-50%);
  }
}

@media (min-width: 1680px) {
  .ss-gallery-nav .slick-next, .ss-gallery-for .slick-next {
    right: -4.8125rem;
  }
}

/*
.ss-gallery-nav .slick-next:before, .ss-gallery-for .slick-next:before {
  display: block;
  transform: rotate(180deg);
}

*/
.ss-gallery-nav .slick-prev, .ss-gallery-for .slick-prev {
  left: 0;
  transform: translate(0, -50%);
}

.ss-gallery-for .slick-prev{
  left: -30px;
}

@media (min-width: 768px) {
  .ss-gallery-nav .slick-prev, .ss-gallery-for .slick-prev {
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 1200px) {
  .ss-gallery-nav .slick-prev, .ss-gallery-for .slick-prev {
    left: -2.8125rem;
    transform: translateY(-50%);
  }
}

@media (min-width: 1680px) {
  .ss-gallery-nav .slick-prev, .ss-gallery-for .slick-prev {
    left: -4.8125rem;
  }
}

.ss-gallery-nav .icv__control-line {
  width: 0.25rem !important;
}

.ss-gallery-nav .icv__arrow-wrapper:before, .ss-gallery-for .icv__arrow-wrapper:before {
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-right: 0.25rem solid #000;
}

.ss-gallery-nav .icv__arrow-wrapper:nth-child(1), .ss-gallery-for .icv__arrow-wrapper:nth-child(1) {
  transform: translateX(0.9375rem) !important;
}

.ss-gallery-nav .icv__arrow-wrapper:nth-last-child(1), .ss-gallery-for .icv__arrow-wrapper:nth-last-child(1) {
  transform: translateX(-0.9375rem) !important;
}

.ss-gallery-nav .icv__arrow-wrapper:nth-last-child(1):before, .ss-gallery-for .icv__arrow-wrapper:nth-last-child(1):before {
  border-top: 0.25rem solid transparent;
  border-bottom: 0.25rem solid transparent;
  border-left: 0.25rem solid #000;
  border-right: 0;
}

.ss-gallery-nav .icv__theme-wrapper:before {
  width: 2.5rem;
  height: 2.5rem;
}

@media (max-width: 575px) {
  
  .ss-gallery{
    padding: 0 15px;
  }
  .ss-gallery-nav{
  display: none;
  }
  .ss-gallery-for .slick-prev,
  .ss-gallery-for .slick-next{
    border: 0!important;
  }
  
  .ss-gallery-for .slick-prev::before,
  .ss-gallery-for .slick-next::before{
    color: #222;
  }
}

.ss-transform-steps {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .ss-transform-steps {
    padding: 5rem 0;
  }
}

@media (min-width: 1680px) {
  .ss-transform-steps {
    padding: 7.1875rem 0 5.25rem;
  }
}

.ss-transform-steps .block-title {
  max-width: 47.75rem;
  width: 100%;
  margin: 0 auto 1rem;
}

@media (min-width: 768px) {
  .ss-transform-steps .block-title {
    margin: 0 auto 2rem;
  }
}

@media (min-width: 992px) {
  .ss-transform-steps .block-title {
    margin: 0 auto 3rem;
  }
}

@media (min-width: 1680px) {
  .ss-transform-steps .block-title {
    margin: 0 auto 6.5625rem;
  }
}

.ss-faq {
  padding: 2.1875rem 0;
}

@media (min-width: 768px) {
  .ss-faq {
    padding: 2.5rem 0;
  }
}

@media (min-width: 992px) {
  .ss-faq {
    padding: 4.0625rem 0;
  }
}

@media (min-width: 1200px) {
  .ss-faq {
    padding: 5.3125rem 0;
  }
}

@media (min-width: 1680px) {
  .ss-faq {
    padding: 7.1875rem 0 8.625rem;
  }
}

@media (min-width: 1680px) {
  .ss-faq .double-column__content .custom-col:first-child {
    flex: 0 0 47%;
    max-width: 47%;
  }
}

@media (min-width: 1680px) {
  .ss-faq .double-column__content .custom-col:last-child {
    flex: 0 0 53%;
    max-width: 53%;
  }
}

.ss-faq .double-column__info {
  padding: 0;
}

@media (min-width: 1680px) {
  .ss-faq .double-column__info {
    padding: 0 0 0 2.125rem;
    margin: 0 -3.75rem 0 0;
  }
}

.ss-faq .double-column__info .block-title {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .ss-faq .double-column__info .block-title {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1680px) {
  .ss-faq .double-column__info .block-title {
    margin-bottom: 3.1875rem;
  }
}

.ss-faq .double-column__media {
  min-height: auto;
}

@media (max-width: 991.98px) {
  .ss-faq .double-column__media {
    max-width: 500px;
    margin: 0 0 1rem;
  }
}

.ss-faq .double-column__media > .bg-cover {
  height: auto;
  box-shadow: 0 0 0.875rem rgba(0, 0, 0, 0.24);
  border-radius: 0;
  min-height: 15rem;
}

@media (min-width: 576px) {
  .ss-faq .double-column__media > .bg-cover {
    min-height: 17rem;
  }
}

@media (min-width: 768px) {
  .ss-faq .double-column__media > .bg-cover {
    min-height: 25.75rem;
  }
}

@media (min-width: 992px) {
  .ss-faq .double-column__media > .bg-cover {
    min-height: 34.75rem;
  }
}

@media (min-width: 1200px) {
  .ss-faq .double-column__media > .bg-cover {
    min-height: 34.75rem;
  }
}

@media (min-width: 1680px) {
  .ss-faq .double-column__media > .bg-cover {
    min-height: 46.75rem;
  }
}

.ss-faq .media-thumbnail {
  border-radius: 0;
}

.ss-faq .media-thumbnail .bg-cover {
  height: 100%;
}

.ss-faq .btn-wrap {
  padding: 1rem 0 0;
  text-align: left;
}

@media (min-width: 1680px) {
  .ss-faq .btn-wrap {
    padding: 1.5625rem 0 0;
  }
}

.ss-faq .btn-wrap h5 {
  font-size: 1.875rem;
  margin-bottom: 1.0625rem;
}

@media (max-width: 1680px) {
  .ss-faq .btn-wrap h5 {
    font-size: calc(1.3125rem + 0.33482vw) ;
  }
}

.ss-testimonial {
  padding: 2.1875rem 0;
  background-color: #F6F6F6;
}

@media (min-width: 992px) {
  .ss-testimonial {
    padding: 3.4375rem 0;
  }
}

@media (min-width: 1200px) {
  .ss-testimonial {
    padding: 4.375rem 0;
  }
}

@media (min-width: 1680px) {
  .ss-testimonial {
    padding: 5.8125rem 0;
  }
}

.ss-testimonial__sliders {
  max-width: 106.25rem;
  width: 100%;
  margin: 0 auto;
}

.ss-testimonial__item {
  outline: none;
  padding: 0 0.9375rem;
}

@media (min-width: 1200px) {
  .ss-testimonial__item {
    padding: 0 1.8125rem;
  }
}

.ss-testimonial .ss-blockquote__body:before, .ss-testimonial .ss-blockquote__footer:before {
  display: none;
}

.ss-testimonial .ss-blockquote__body {
  padding: 1.5rem 0.625rem 0;
}

@media (min-width: 1200px) {
  .ss-testimonial .ss-blockquote__body {
    padding: 2.75rem 0.625rem 0;
    max-width: 35.875rem;
    margin: 0 auto;
  }
}

.ss-testimonial .slick-dots {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-size: 0;
  padding: 1rem 0 0;
  position: static !important;
}

@media (min-width: 992px) {
  .ss-testimonial .slick-dots {
    padding: 2rem 0 0;
  }
}

@media (min-width: 1200px) {
  .ss-testimonial .slick-dots {
    padding: 3.125rem 0 0;
  }
}

.ss-testimonial .slick-dots li {
  padding: 0 0.75rem;
}

.ss-testimonial .slick-dots li.slick-active button {
  background-color: #4D4D4D;
}

.ss-testimonial .slick-dots button {
  padding: 0;
  border: 0;
  width: 1.0625rem;
  height: 1.0625rem;
  border-radius: 50%;
  background-color: #E5E5E5;
  outline: none;
  border: 0.0625rem solid #707070;
  transition: .2s ease-in;
}

.ss-who-to-hire {
  background-color: transparent;
  padding: 2.1875rem 0;
}

.ss-who-to-hire p{
color: #4D4D4D;
}

@media (min-width: 768px) {
  .ss-who-to-hire {
    padding: 3.75rem 0;
  }
}


.ss-who-to-hire .block-title {
  margin-bottom: 0.9375rem;
}

@media (min-width: 576px) {
  .ss-who-to-hire .block-title {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1680px) {
  .ss-who-to-hire .block-title {
    margin-bottom: 3.125rem;
  }
}

.ss-who-to-hire .card-deck .card {
  display: flex;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .ss-who-to-hire .card-deck .card {
    margin-bottom: 0.9375rem;
  }
}

.ss-who-to-hire .card-deck .card:hover .card-header span::after {
  border-color: #f01834;
}

.ss-who-to-hire .card-deck .card::after {
  content: '';
  position: absolute;
  bottom: -2.125rem;
  left: 0.9375rem;
  display: block;
  border-left: 0.0625rem dashed #CECECE;
  transition: .3s ease;
  height: 100%;
}

@media (min-width: 576px) {
  .ss-who-to-hire .card-deck .card::after {
    bottom: -3.5rem;
    left: 1.4375rem;
  }
}

@media (min-width: 992px) {
  .ss-who-to-hire .card-deck .card::after {
    bottom: -3.375rem;
  }
}

@media (min-width: 1200px) {
  .ss-who-to-hire .card-deck .card::after {
    bottom: -3.375rem;
  }
}

@media (min-width: 1680px) {
  .ss-who-to-hire .card-deck .card::after {
    bottom: -2.0625rem;
  }
}

.ss-who-to-hire .card-deck .card:hover::after {
  border-left-color: #f01834;
  border-left-style: solid;
}

.ss-who-to-hire .card-deck .card:last-child:after {
  display: none;
}

.ss-who-to-hire .card-deck .card-header {
  padding: 0;
}

.ss-who-to-hire .card-deck .card-header span {
  font-size: 1.5rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f01834;
  background-color: #F6F6F6;
  transition: .3s ease;
  position: relative;
  z-index: 10;
}

@media (max-width: 1680px) {
  .ss-who-to-hire .card-deck .card-header span {
    font-size: calc(1.275rem + 0.13393vw) ;
  }
}

@media (min-width: 576px) {
  .ss-who-to-hire .card-deck .card-header span {
    width: 3.0625rem;
    height: 3.0625rem;
  }
}

.ss-who-to-hire .card-deck .card-header span::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.1875rem;
  height: 2.1875rem;
  border-radius: 100%;
  border: 0.0625rem dashed #CECECE;
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media (min-width: 576px) {
  .ss-who-to-hire .card-deck .card-header span::after {
    width: 3.8125rem;
    height: 3.8125rem;
  }
}

.ss-who-to-hire .card-deck .card-body {
  font-weight: 600;
  font-size: 1rem;
  padding-left: 0.9375rem;
}

@media (min-width: 576px) {
  .ss-who-to-hire .card-deck .card-body {
    padding-left: 1.25rem;
  }
}

@media (min-width: 992px) {
  .ss-who-to-hire .card-deck .card-body {
    font-size: 1.125rem;
  }
}

@media (min-width: 1680px) {
  .ss-who-to-hire .card-deck .card-body {
    margin: 0.625rem 0 0 1.5625rem;
  }
}

.ss-who-to-hire .card-deck .card-body h5 {
  font-family: "Proxima Nova Rg", "Domaine Disp Nar", Arial, sans-serif;
  line-height: 1.24;
}

@media (min-width: 1680px) {
  .ss-who-to-hire .card-deck .card-body h5 {
    margin-bottom: 1.125rem;
  }
}

.ss-who-to-hire .card-deck .card-body a {
  color: #4D4D4D;
  text-decoration: underline;
  transition: .3s ease;
}

.ss-who-to-hire .card-deck .card-body a:hover {
  color: #f01834;
}

#hs_cos_wrapper_widget_1541440437797 .km-fw-container, #hs_cos_wrapper_widget_1595355983466 .km-fw-container {
    margin: 0px auto 60px auto;
}

.ss-awards {
  background-color: #F6F6F6;
  padding: 2.1875rem 0;
}

@media (min-width: 768px) {
  .ss-awards {
    padding: 3.75rem 0;
  }
}

@media (min-width: 1200px) {
  .ss-awards {
    padding: 4.375rem 0;
  }
}

.ss-awards__sliders .slick-track {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ss-awards__sliders .slick-slide:focus {
  outline: none;
}

.ss-awards__item {
  max-width: 8.4375rem;
  margin: 0;
}

.ss-awards__item img {
  width: 100%;
  height: 10.875rem;
  object-fit: contain;
  font-family: 'object-fit: contain';
  filter: grayscale(100);
}

.ss-success-stories {
  padding: 2.1875rem 0;
}

@media (min-width: 768px) {
  .ss-success-stories {
    padding: 3.75rem 0;
  }
}

@media (min-width: 1200px) {
  .ss-success-stories {
    padding: 5.625rem 0;
  }
}

@media (min-width: 1680px) {
  .ss-success-stories {
    padding: 6.625rem 0 8.125rem;
  }
}

.ss-success-stories .block-title {
  margin-bottom: 0.9375rem;
}

@media (min-width: 576px) {
  .ss-success-stories .block-title {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1680px) {
  .ss-success-stories .block-title {
    margin-bottom: 3rem;
  }
}

.ss-success-stories .ss-videos__item {
  position: relative;
}

.ss-success-stories .ss-videos__item.overlay::before {
  z-index: 0;
  background: rgba(34, 34, 34, 0.33);
}

.ss-success-stories .ss-videos__item figure {
  margin: 0;
}

.ss-success-stories .ss-videos__item figure img {
  width: 100%;
  height: 100%;
}

.ss-success-stories .ss-videos__item .btn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ss-success-stories .ss-videos .slick-slide {
  max-width: 520px;
  margin: 0;
}

@media (min-width: 576px) {
  .ss-success-stories .ss-videos .slick-slide {
    margin: 0 15px;
  }
}

.ss-success-stories .ss-videos .slick-slide:focus {
  outline: none;
}

.ss-success-stories .ss-videos__sliders .slick-dots {
  list-style: none;
  text-align: center;
  margin-top: 0.9375rem;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static !important;
}

@media (min-width: 576px) {
  .ss-success-stories .ss-videos__sliders .slick-dots {
    margin-top: 1.875rem;
  }
}

.ss-success-stories .ss-videos__sliders .slick-dots li {
  text-indent: -624.9375rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: #7D7D7D;
  margin: 0 0.3125rem 0 0;
}

.ss-success-stories .ss-videos__sliders .slick-dots .slick-active {
  background-color: #f01834;
}

.ss-trust {
  background-color: #F6F6F6;
  padding: 2.1875rem 0;
}

@media (min-width: 768px) {
  .ss-trust {
    padding: 3.75rem 0;
  }
}

@media (min-width: 992px) {
  .ss-trust {
    padding: 5.625rem 0;
  }
}

@media (min-width: 1680px) {
  .ss-trust {
    padding: 6.5rem 0;
  }
}

.ss-trust .block-title p {
  margin: 0.9375rem 0;
}

@media (min-width: 992px) {
  .ss-trust .block-title p {
    margin: 1.875rem 0;
  }
}

@media (min-width: 1680px) {
  .ss-trust .block-title p {
    margin: 0;
  }
}

.ss-footer {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .ss-footer {
    margin: 0;
  }
}

.ss-footer.overlay::before {
  background: rgba(34, 34, 34, 0.85);
}

.ss-footer .double-column {
  padding: 2.1875rem 0 0;
}

@media (min-width: 576px) {
  .ss-footer .double-column {
    padding: 3.75rem 0 0;
  }
}

@media (min-width: 1200px) {
  .ss-footer .double-column {
    padding: 5.625rem 0 0;
  }
}

.ss-footer .double-column__content {
  border-bottom: 0.0625rem solid #707070;
  position: relative;
  z-index: 10;
  padding-bottom: 1.875rem;
}

@media (min-width: 1680px) {
  .ss-footer .double-column__content {
    padding-bottom: 3.75rem;
  }
}

.ss-footer .double-column__info {
  padding: 0;
}

@media (min-width: 992px) {
  .ss-footer .double-column__info {
    padding: 0.9375rem 1.875rem;
  }
}

@media (min-width: 1200px) {
  .ss-footer .double-column__info {
    padding: 0.9375rem 3.125rem;
  }
}

@media (min-width: 1680px) {
  .ss-footer .double-column__info {
    padding: 1.5625rem 0;
    margin: 0;
  }
}

.ss-footer .double-column__info .block-title {
  color: #E6E6E6;
  text-align: left;
  font-weight: 400;
}

@media (min-width: 1680px) {
  .ss-footer .double-column__info .block-title {
    font-size: 1.5625rem;
    line-height: 1.72;
    margin-bottom: 2.6875rem;
  }
}

@media (min-width: 1680px) and (max-width: 1680px) {
  .ss-footer .double-column__info .block-title {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

.ss-footer .double-column__info .block-title h2 {
  color: #fff;
  line-height: 1.22;
}

@media (min-width: 1680px) {
  .ss-footer .double-column__info .block-title h2 {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1680px) and (max-width: 1680px) {
  .ss-footer .double-column__info .block-title h2 {
    font-size: calc(1.75rem + 2.67857vw) ;
  }
}

.ss-footer .double-column__info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 991.98px) {
  .ss-footer .double-column__info ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.ss-footer .double-column__info ul li {
  color: #E6E6E6;
  display: inline-flex;
  letter-spacing: 0.0294rem;
  margin: 0 1.875rem 0.9375rem 0;
  line-height: 1.5;
}

@media (min-width: 1680px) {
  .ss-footer .double-column__info ul li {
    line-height: 1.72;
    margin: 0 1.75rem 0.9375rem 0;
    font-size: 1.5625rem;
  }
}

@media (min-width: 1680px) and (max-width: 1680px) {
  .ss-footer .double-column__info ul li {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

@media (max-width: 767.98px) {
  .ss-footer .double-column__info ul li {
    font-size: 1rem;
  }
}

.ss-footer .double-column__info ul li h5 {
  font-family: "Proxima Nova Rg", "Domaine Disp Nar", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.0156rem;
  line-height: 1.2;
  margin: 0;
}

@media (min-width: 1680px) {
  .ss-footer .double-column__info ul li h5 {
    margin-bottom: 1.25rem;
    line-height: 1.31;
  }
}

@media (max-width: 767.98px) {
  .ss-footer .double-column__info ul li h5 {
    font-size: 1.1875rem;
  }
}

.ss-footer .double-column__info ul li:first-child {
  display: block;
}

.ss-footer .double-column__info ul li span {
  color: #fff;
  position: relative;
  font-size: 1rem;
  padding-left: 2.1875rem;
  display: flex;
  align-items: center;
}

@media (min-width: 1680px) {
  .ss-footer .double-column__info ul li span {
    padding-left: 2.6875rem;
  }
}

.ss-footer .double-column__info ul li span::before {
  position: absolute;
  left: 0;
  width: 1.625rem;
  height: 1.625rem;
  border-radius: 100%;
  background-color: #f01834;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ss-footer-bottom {
  padding: 2.1875rem 0 0.3125rem;
}

@media (min-width: 768px) {
  .ss-footer-bottom {
    padding: 3.75rem 0 1.875rem;
  }
}

@media (min-width: 1200px) {
  .ss-footer-bottom {
    padding: 5.625rem 0 1.5rem;
  }
}

.ss-footer-bottom .ss-footer__nav {
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .ss-footer-bottom .ss-footer__nav {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .ss-footer-bottom .ss-footer__nav {
    margin-left: 1.875rem;
    margin-bottom: 0;
  }
}

@media (min-width: 1680px) {
  .ss-footer-bottom .ss-footer__nav {
    margin-left: 3.75rem;
  }
}

.ss-footer-bottom .ss-footer__nav h4 {
  font-family: "Proxima Nova Rg", "Domaine Disp Nar", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.0938rem;
  color: #fff;
  line-height: 1.43;
}

@media (min-width: 1680px) {
  .ss-footer-bottom .ss-footer__nav h4 {
    margin-bottom: 1.9375rem;
  }
}

.ss-footer-bottom .ss-footer__nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ss-footer-bottom .ss-footer__nav ul li {
  color: #E6E6E6;
  font-size: 1.125rem;
  margin-bottom: 0.9375rem;
}

@media (min-width: 992px) {
  .ss-footer-bottom .ss-footer__nav ul li {
    font-size: 1.5625rem;
  }
}

@media (min-width: 992px) and (max-width: 1680px) {
  .ss-footer-bottom .ss-footer__nav ul li {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

@media (min-width: 1680px) {
  .ss-footer-bottom .ss-footer__nav ul li {
    margin-bottom: 2.0625rem;
  }
}

.ss-footer-bottom .ss-footer__nav ul li a {
  color: #E6E6E6;
  font-size: 1.125rem;
  letter-spacing: 0.0294rem;
  transition: .3s ease;
}

@media (min-width: 992px) {
  .ss-footer-bottom .ss-footer__nav ul li a {
    font-size: 1.5625rem;
  }
}

@media (min-width: 992px) and (max-width: 1680px) {
  .ss-footer-bottom .ss-footer__nav ul li a {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

.ss-footer-bottom .ss-footer__nav ul li a:hover {
  color: #f01834;
  text-decoration: none;
}

.ss-footer-bottom .ss-footer__nav ol {
  padding: 0;
}

@media (min-width: 1680px) {
  .ss-footer-bottom .ss-footer__nav ol {
    font-size: 2.125rem;
    margin-bottom: 1.6875rem;
  }
}

@media (min-width: 1680px) and (max-width: 1680px) {
  .ss-footer-bottom .ss-footer__nav ol {
    font-size: calc(1.3375rem + 0.46875vw) ;
  }
}

@media (min-width: 1680px) {
  .ss-footer-bottom .ss-footer__nav ol h4 {
    margin-bottom: 2rem;
  }
}

.ss-footer-bottom .ss-footer__nav ol li {
  color: #E6E6E6;
  display: inline-block;
  letter-spacing: 0.0294rem;
}

@media (min-width: 1680px) {
  .ss-footer-bottom .ss-footer__nav ol li {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1680px) and (max-width: 1680px) {
  .ss-footer-bottom .ss-footer__nav ol li {
    font-size: calc(1.28125rem + 0.16741vw) ;
  }
}

.ss-footer-bottom .ss-footer__nav .social-icon {
  padding: 0;
  margin: 0;
}

.ss-footer-bottom .ss-footer__nav .social-icon li {
  display: inline-block;
  margin-right: 0.9375rem;
  margin-bottom: 0;
}

@media (min-width: 1680px) {
  .ss-footer-bottom .ss-footer__nav .social-icon li {
    margin-right: 1.5rem;
  }
}

.ss-footer-bottom .ss-footer__nav .social-icon li a {
  font-size: 1.125rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #fff;
  transition: .3s ease;
}

.ss-footer-bottom .ss-footer__nav .social-icon li a:hover {
  background-color: #f01834;
  color: #fff;
  border-color: transparent;
}

@media (min-width: 992px) {
  .ss-footer-bottom .ss-footer__nav .social-icon li a {
    font-size: 1.25rem;
    width: 3.1875rem;
    height: 3.1875rem;
  }
}

.ss-footer-copyright {
  background-color: #000;
  position: relative;
  z-index: 10;
  padding: 1.625rem 0;
}

.ss-footer-copyright .copyright__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  letter-spacing: 0.0213rem;
  color: #E6E6E6;
}

@media (max-width: 991.98px) {
  .ss-footer-copyright .copyright__item {
    flex-direction: column;
    font-size: 1rem;
    text-align: center;
  }
}

@media (min-width: 992px) {
  .ss-footer-copyright .copyright__item p {
    margin: 0;
  }
}

.ss-footer-copyright .copyright__item p a {
  color: #E6E6E6;
  transition: .3s ease;
}

.ss-footer-copyright .copyright__item p a:hover {
  color: #f01834;
}

.ss-footer-copyright .copyright__item ul {
  padding: 0;
  margin: 0;
}

.ss-footer-copyright .copyright__item ul li {
  display: inline-block;
  padding: 0 0.9375rem;
}

.ss-footer-copyright .copyright__item ul li:first-child {
  position: relative;
}

.ss-footer-copyright .copyright__item ul li:first-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.125rem;
  height: 1.25rem;
  background-color: #E6E6E6;
  transform: translateY(-50%);
}

.ss-footer-copyright .copyright__item ul li a {
  padding: 0;
  color: #E6E6E6;
  transition: .3s ease;
}

.ss-footer-copyright .copyright__item ul li a:hover {
  text-decoration: none;
  color: #f01834;
}


.ss-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: visible;
  transition: opacity .2s ease-in;
  transform: translateY(-100%);
  overflow: hidden;
  padding: 15px;
}

@media (min-width: 576px) {
  .ss-modal {
    padding: 30px;
  }
}

.ss-modal.show {
  opacity: 1;
  visibility: visible;
  z-index: 1090;
  transform: none;
}

.ss-modal__header {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.ss-modal__close {
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 2rem;
  color: #fff;
  background-color: #f01834;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1680px) {
  .ss-modal__close {
    font-size: calc(1.325rem + 0.40179vw) ;
  }
}

.ss-modal__close:hover {
  background-color: #a91427;
}

.ss-modal__close:focus {
  outline: none;
}

.ss-modal__close:before {
  content: '';
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.ss-modal__content {
  max-width: 1010px;
  margin: 0 auto;
  width: 100%;
}

.ss-modal__body.video-ratio {
  position: relative;
}

.ss-modal__body.video-ratio:before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.ss-modal__body.video-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 95%;
}

.ss-modal__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1080;
  opacity: 0;
  visibility: hidden;
  transition: .2s ease;
  display: none;
}

.ss-modal__backdrop.show {
  opacity: 1;
  visibility: visible;
  display: block;
}

.btn-modal:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			z-index: 10;
		}

/* newly added styles*/
/* Global Overrides */
.ss-home-page .body-container-wrapper{
  padding-top: 0;
}

.ss-home-page .body-container,
.ss-home-page .footer-container,
.ss-home-page .header-container{
  max-width: 100%;
  padding: 0;
}

.ss-home-page .header-container > .row-fluid-wrapper > .row-fluid > .span12 {
  min-height: 0;
}

.ss-home-page .km-header .km-header-bottom > .row-fluid-wrapper {
  max-width: 1810px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.ss-home-page p {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ss-home-page .submitted-message {
  font-size: 24px;
  text-align: center;
}

.header-container-wrapper .km-wrapper {
  max-width: 117rem;
}

/* Header */

.ss-home-page small {
  margin-bottom: 0;
}

.ss-home-page .sticky-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.ss-home-page .km-header-top {
  display: none !important;
}

.ss-home-page .km-header-bottom {
  transform: none !important;
  box-shadow: none !important;
}

.ss-home-page .km-mm__column {
  top: 160px;
}

.ss-home-page .km-logo img {
 width: 100% !important;
 max-width: 100% !important;
}

@media (min-width: 0\0){
  .ss-home-page .km-logo {
    display: flex;
    align-items: center;
  }
}

.ss-home-page .km-logo a {
  max-width: 295px;
  display: block;
  transition: .2s ease;
}

.ss-home-page .sticky-wrapper .sticky .km-logo a{
    max-width: 170px;
}

.ss-home-page .sticky-wrapper .km-header-bottom {
  padding: 6px 0!important;
}

.ss-home-page .sticky-wrapper .sticky {
  background-color: #fff !important;
  box-shadow: 0 0 15px 1px rgb(0,0,0,.65) !important;
  padding: 15px 0 !important;
}

.ss-home-page .sticky .km-mm__column {
    top: 120px;
}

.ss-home-page .sticky .km-mm>ul>li.km-mm__top-level-item>a, 
.ss-home-page .sticky .km-mm>ul>li.km-mm__top-level-item.no-link {
  color: #000;
}

.ss-home-page .km-header-bottom .km-wrapper .row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.ss-home-page .km-header-bottom .km-wrapper .row-fluid .visible-for-large-up > *{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.ss-home-page .km-mm {
  margin-top: 0;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.ss-home-page .km-mm > ul {
  margin-left: auto;
  display: flex;
  align-items: center;
}

/* Banner Form */

.ss-home-page .km-header {
  background-color: #fff;
  padding: 0 !important;
}

.ss-home-page .km-mm li.km-mm__top-level-item {
  height: 100% !important;
    display: flex;
  align-items: center;
}

.ss-home-page .km-mm > ul > li.km-mm__top-level-item > a,
.ss-home-page .km-mm > ul > li.km-mm__top-level-item.no-link {
  font-size: 25px;
  text-transform: capitalize;
  height: 100% !important;
  display: flex;
  align-items: center;
}

.ss-home-page .km-mm__cta .hs-cta-node a {
  text-align: center;
  padding:16px 30px;
  font-size: 25px;
  border-radius: 6px;
}

.ss-home-page .km-mm ul.km-mm__children li {
  text-align: left;
}

.ss-home-page .km-mm ul.km-mm__children img {
  display: block;
}

/* .ss-home-page .km-mm__cta .hs-cta-node a:before {
 content: 'Book now and save #1979 off!';
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
}  */

.ss-banner__form {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 52px 15px 74px;
  box-shadow: 0 3px 99px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  max-width: 714px;
  margin-bottom: -174px;
}

.ss-form__title {
  text-align: center;
  line-height: 1.61;
  max-width: 609px;
  margin: 0 auto;
  width: 100%;
}

.ss-form__title h3 {
  color: #f01834;
  line-height: 1.36;
}

.ss-form__title h3 small {
   display: block;
  font-size: 25px;
  font-family: ProximaNova-Bold,helvetica,sans-serif;
  margin: 0;
  text-transform: capitalize;
  color: #222222;
  font-weight: 700;
}

.ss-form__body {
  width: 100%;
  max-width: 601px;
  margin: 0 auto;
}

.ss-default-form .hs_firstname > label,
.ss-default-form .hs_phone > label,
.ss-default-form .hs_email > label,
.ss-default-form .hs_address > label,
.ss-default-form .hs_city > label,
.ss-default-form .hs_state > label,
.ss-default-form .hs_zip > label {
  display: none;
}

.ss-default-form .hs-error-msgs {
  margin: 0;
}

.ss-default-form .hs-error-msgs li {
  margin-bottom: 0;
  line-height: 1;
}

.ss-home-page .body-container-wrapper .hs-form,
.ss-home-page .body-container-wrapper form {
  padding: 0 !important;
  border: 0;
  background-color: transparent;
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}

.ss-default-form .field {
  margin-bottom: 12px;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 6px;
}

.ss-default-form div.input input.hs-input, 
.ss-default-form div.input select{
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  color: #9B9B9B;
  padding: 1rem 15px;
  height: 56px;
}

.ss-default-form div.input input.hs-input.error, 
.ss-default-form div.input select.error {
  border-color: #f35b62 !important;
}

@media (min-width: 575px){
.ss-default-form .hs_city,
.ss-default-form .hs_state,
.ss-default-form .hs_zip{
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
}

.ss-default-form input.hs-input:placeholder {
  color: #9B9B9B;
}

.ss-default-form .hs_submit {
  padding: 0 6px;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 23px 0 0;
}

.ss-default-form .hs_submit div.actions input.hs-button {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding: 16.5px 1rem;
  font-size: 25px;
  border-radius: 0px;
}

/* ss-footer-top */

.ss-footer-top .double-column__form h5{
  color: #fff;
  font-family: ProximaNova-Regular,helvetica,sans-serif;
  line-height: 1.46;
  margin-bottom: 57px;
  font-weight: 400;
  font-size: 1.25rem;
}

.ss-footer-top .hs-form {
    display: flex;
    flex-wrap: wrap;
  background-color: transparent!important;
  border: 0;
  padding: 0!important;
}

.ss-footer-top .hs-form .form-columns-3 .hs-form-field .input{
  margin-right: 0!important;
}

.ss-footer-top .hs-form .hs-richtext{
  display: none;
}

.ss-footer-top .ss-default-form div.input input.hs-input, 
.ss-footer-top .ss-default-form div.input select {
  height: 62px!important;
}

@media (min-width: 1680px){
  .ss-footer-top .ss-default-form div.input input.hs-input, 
  .ss-footer-top .ss-default-form div.input select {
    height: 62px;
  }
}

@media (min-width: 0\0){
  .ss-home-page .km-mm__column__body {
    width: 100%;
  }
}

/* Responsive  Design */

@media (max-width: 1680px){
  .ss-banner__form {
    padding: 30px 15px;
  }
  
  .ss-form__title h3 {
    line-height: 1.2;
  }
  
  .ss-default-form .hs_submit div.actions input.hs-button {
    font-size: 20px;
    padding: 14px 1rem;
  }
  
  .ss-default-form .hs_submit {
    margin: 10px 0 0;
  }
  
  .ss-footer-top .double-column__form h5 {
    margin-bottom: 30px;
    line-height: 1.4;
  }
}

@media (max-width: 1200px){
  
  .ss-banner__info {
    margin: 0 auto;
  }
  
  .ss-banner__form {
    margin: 45px auto 0;
  }
  
  .ss-form__title h3 small {
    font-size: 22px;
  }
}

@media (max-width: 991px){
   .ss-form__title h3 small {
    font-size: 20px;
  }
  
  .ss-default-form .hs_submit div.actions input.hs-button {
    font-size: 16px;
  }
}

@media (max-width: 767px){
   .ss-form__title h3 small {
    font-size: 18px;
  }
  
  .ss-banner__form {
    margin: 30px auto 0;
  }
  
  .ss-home-page .submitted-message {
    font-size: 18px;
  }
}

@media (max-width: 575px){
  .ss-default-form div.input input.hs-input, 
  .ss-default-form div.input select {
    height: 52px;
  }
}

/* 3-15-2021 */
.ss-offer__content .card-deck--icon .slick-dots li button {
    padding: 0px;
    border: 0;
    width: .9375rem;
    height: .9375rem;
     background-color: rgb(251 251 251);
    border-radius: 50%;
    transition: .2s ease-in;
}
.ss-offer__content .card-deck--icon .slick-dots li.slick-active button {
    background-color: #ff0022;
}
@media (max-width: 769px){
  .ss-offer__text{
  margin-top: 35px;
  }
}

.ss-modal.form-popup-model.show {
    background: rgb(0 0 0 / 60%);
}
.form-popup-model .ss-modal__content {
    background: #fff;
    max-width: 900px;
}
.form-popup-model .ss-modal__content .ss-form__body {
    max-width: 100%;
    padding: 10px 30px;
}
.form-popup-model .ss-modal__content .ss-form__body .field {
    padding: 0 6px;
    flex: 25%;
}
.form-popup-model ul.hs-error-msgs {
    margin-bottom: 0;
}

.ss-modal__body.video-ratio p{
    color: #FFFFFF;
}

@media (max-width: 575px){
  .form-popup-model .ss-modal__content .hs_submit.hs-submit {
width: 100%;
}
  .form-popup-model .ss-modal__content .ss-form__body .field {
flex: 50%;
}
}
@media (max-width:1199px){
 .ss-modal__body.video-ratio p {
 position: relative;
 z-index: 9;
background: #000;
padding: 10px;
}
    .header-container-wrapper {
    margin-top: 68px;
  }
}

#modal-who-to-hire .ss-modal__content {
    max-height: 100vh;
    overflow-y: auto;
}

.ss-banner__form.ss-default-form .field {
    max-width: 50%;
}

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