@charset "UTF-8";
/* stylelint-disable */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

* {
  outline: none;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

figure {
  margin: 1em 40px;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease;
}

.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}

.slick-lightbox .slick-prev {
  left: 15px;
}

.slick-lightbox .slick-next {
  right: 15px;
}

.slick-lightbox-hide {
  opacity: 0;
}

.slick-lightbox-hide.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}

.slick-lightbox-hide-init.slick-lightbox-ie {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}

.slick-lightbox-slick-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center;
}

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white;
}

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
}

.slick-lightbox-close:focus {
  outline: none;
}

.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "×";
}

@font-face {
  font-family: "Hardware";
  src: url("/wp-content/themes/fullbay/font/HardwareRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Hardware-Condensed";
  src: url("/wp-content/themes/fullbay/font/DDCHardware-Condensed.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@keyframes appear {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(116, 126, 140, 0.9);
  }
  60% {
    box-shadow: 0 0 0 0 rgba(116, 126, 140, 0.9);
  }
  80% {
    box-shadow: 0 0 0 20px rgba(116, 126, 140, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(116, 126, 140, 0);
  }
}
@keyframes slant-fall {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0px) rotate(0);
  }
}
@keyframes shake {
  10% {
    transform: translate3d(-5px, 0, 0);
  }
  20% {
    transform: translate3d(5px, 0, 0);
  }
  30% {
    transform: translate3d(-4px, 0, 0);
  }
  40% {
    transform: translate3d(4px, 0, 0);
  }
  50% {
    transform: translate3d(-3px, 0, 0);
  }
  60% {
    transform: translate3d(3px, 0, 0);
  }
  70% {
    transform: translate3d(-2px, 0, 0);
  }
  80% {
    transform: translate3d(2px, 0, 0);
  }
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  100% {
    transform: translate3d(0px, 0, 0);
  }
}
.a-shake {
  animation-name: "shake";
}

.a-slant-fall {
  animation-name: "slant-fall";
}

.fade-in * {
  opacity: 0;
  transform: translateY(80px);
  will-change: opacity, transform;
}
.fade-in.active * {
  opacity: 1;
  transform: translateY(0px);
}

section div.max-width .first-fade {
  opacity: 0;
  transition: all 0.8s ease-out;
}
section div.max-width .first-fade.active-fade {
  opacity: 1;
}
section div.max-width .last-fade {
  opacity: 0;
  transition: all 0.8s ease-out 1.6s;
}
section div.max-width .last-fade.active-fade {
  opacity: 1;
}
section div.max-width div.slide-in-text-house {
  margin-bottom: 20px;
}
section div.max-width div.slide-in-text-house h2.slide-in-text {
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
section div.max-width div.slide-in-text-house h2.slide-in-text:after {
  content: "";
  right: 0;
  position: absolute;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, rgba(6, 16, 25, 0) 0%, #061019 50%, #061019 100%);
}
section div.max-width div.slide-in-text-house h2.slide-in-text.slide-in-1:after {
  transition: all 0.8s ease-out 0.4s;
}
section div.max-width div.slide-in-text-house h2.slide-in-text.slide-in-2:after {
  transition: all 0.8s ease-out 0.8s;
}
section div.max-width div.slide-in-text-house h2.slide-in-text.slide-in-3:after {
  transition: all 0.8s ease-out 1.2s;
}
section div.max-width div.slide-in-text-house h2.slide-in-text.slide-in-4:after {
  transition: all 0.8s ease-out 1.6s;
}
section div.max-width div.slide-in-text-house h2.slide-in-text.active-slide:after {
  width: 0%;
}

.parallax-window {
  background: transparent;
}

.desktop-only-section {
  display: block;
}
@media (max-width: 767px) {
  .desktop-only-section {
    display: none;
  }
}

.mobile-only-section {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only-section {
    display: block;
  }
}

section:not(:nth-of-type(2))::before {
  content: "";
  display: block;
  height: 200px;
  margin-top: -200px;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  section:not(:nth-of-type(2))::before {
    height: 100px;
    margin-top: -100px;
  }
}

* {
  box-sizing: border-box;
  letter-spacing: 0.2px;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow: initial !important;
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html {
    overflow: auto !important;
  }
}
@media (max-width: 1280px) {
  html.grilles-html body {
    padding-top: 0;
  }
}
html body {
  font-family: "Hardware", "sans-serif";
  font-size: 16px;
  color: #747E8C;
  overflow: initial !important; /* Set default text size */
}
@media (max-width: 1280px) {
  html body {
    padding-top: 115px;
  }
}
@media (max-width: 767px) {
  html body {
    overflow: auto !important;
  }
}
html body p, html body span {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
}
@media (max-width: 1280px) {
  html body p, html body span {
    font-size: 15px;
  }
}
html body h1 {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  html body h1 {
    font-size: 36px;
  }
}
html body h2 {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  html body h2 {
    font-size: 36px;
  }
}
html body h3 {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  html body h3 {
    font-size: 13px;
  }
}

body:after {
  display: none;
}

.video-button {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #061019;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #FAFCFF;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 68px;
}
.video-button:before {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url("/wp-content/themes/fullbay/src/img/play.svg");
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 22px;
}
.video-button:hover {
  border: 2px solid #FAFCFF;
  color: #ED1C24;
}
.video-button:hover:before {
  background-image: url("/wp-content/themes/fullbay/src/img/play-hover2.svg");
}
@media (max-width: 767px) {
  .video-button {
    padding: 5px 28px 5px 60px;
    font-size: 21px;
  }
  .video-button:before {
    width: 26px;
    height: 26px;
  }
}

.wps-btn-cart.wps-cart-icon-fixed.wps-cart-is-empty.css-1lcujdw-cartIconCSS-cartIconFixedCSS-CartIconFixed {
  background-color: #FAFCFF;
}

.screen-reader-text {
  display: none;
}

.max-width {
  max-width: 1332px;
  margin: 0 auto;
}

.full-width {
  padding: 0;
  margin: 0 auto;
}

button {
  outline: none !important;
}

input[type=submit] {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
}
input[type=submit]:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}

h1 span {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  h1 span {
    font-size: 36px;
  }
}

span.red-text {
  color: #ED1C24;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}

span.white-text {
  color: #FAFCFF;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}

form label {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
}
form input, form select {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
}
form input[type=text], form input[type=email], form input[type=tel], form textarea {
  border: none;
  margin-top: 10px;
  padding: 15px;
  max-width: 999px;
  width: 100%;
}
@media (max-width: 767px) {
  form input[type=text], form input[type=email], form input[type=tel], form textarea {
    max-width: 100%;
  }
}
form select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  margin-top: 10px;
  padding: 15px;
  max-width: 999px;
  width: 100%;
}
@media (max-width: 767px) {
  form select {
    max-width: 100%;
  }
}
form .form-group {
  margin-bottom: 27.75px;
  max-width: 999px;
}
form .form-group.sidecar-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  form .form-group.sidecar-fields {
    display: block;
  }
}
form .form-group.sidecar-fields label {
  max-width: 471.75px;
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  form .form-group.sidecar-fields label {
    max-width: 100%;
  }
}
form .form-group.sidecar-fields input[type=text], form .form-group.sidecar-fields input[type=email], form .form-group.sidecar-fields textarea {
  max-width: 471.75px;
}
@media (max-width: 767px) {
  form .form-group.sidecar-fields input[type=text], form .form-group.sidecar-fields input[type=email], form .form-group.sidecar-fields textarea {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  form .form-group.solo-fields label, form .form-group.solo-fields input {
    max-width: 100%;
  }
}

#formContainer {
  max-height: 100vh;
  overflow: scroll;
}

form.mktoForm div.iti.iti--allow-dropdown {
  max-height: 51px;
  margin-bottom: 15px;
}
form.mktoForm div.iti.iti--allow-dropdown .iti__selected-flag {
  background-color: #E6EBF2;
}
form.mktoForm label {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1280px) {
  form.mktoForm label {
    font-size: 15px;
  }
}
form.mktoForm label .mktoAsterix {
  position: absolute;
  color: #ED1C24;
  right: -10px;
  top: -10px;
}
form.mktoForm input, form.mktoForm select {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  background-color: #3F4D61;
  border: 1px solid #747E8C;
  max-width: 100%;
  width: 100%;
  color: #FAFCFF;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 1280px) {
  form.mktoForm input, form.mktoForm select {
    font-size: 15px;
  }
}
form.mktoForm input::-moz-placeholder, form.mktoForm select::-moz-placeholder {
  color: #B4BECC;
}
form.mktoForm input::placeholder, form.mktoForm select::placeholder {
  color: #B4BECC;
}
form.mktoForm input#Phone, form.mktoForm select#Phone {
  padding-left: 60px;
}
@media (max-width: 1280px) {
  form.mktoForm input, form.mktoForm select {
    font-size: 16 !important;
  }
}
form.mktoForm .mktoErrorMsg {
  color: #ED1C24;
  font-size: 16px;
  margin-bottom: 10px;
}
form.mktoForm button.mktoButton {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  display: block;
  margin: 20px auto 0;
  background-image: none;
}
form.mktoForm button.mktoButton:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}

/* Forms */
form {
  margin-bottom: 3rem;
}

::-webkit-input-placeholder {
  color: #747E8C;
  opacity: 1;
  font-weight: normal;
} /* Webkit input placeholders */
::-moz-placeholder {
  color: #747E8C;
  opacity: 1;
  font-weight: normal;
} /* Firefox input placeholders */
:-ms-input-placeholder {
  color: #747E8C;
  opacity: 1;
  font-weight: normal;
} /* IE  input placeholders */
/* Images */
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
} /* Make responsive, clear border, fix IE scaling, suppress the space beneath the baseline, fix Webkit blurring on scaled down files */
/* Links */
a {
  text-decoration: underline;
  color: #747E8C;
}

/* Buttons */
/* Horizontal Rule */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #747E8C;
}

/* Abbreviations */
abbr[title] {
  border: 0;
}

/* Code */
code {
  padding: 1rem;
  margin: 0 1rem;
  white-space: nowrap;
  background: #747E8C;
  border: 1px solid #747E8C;
  border-radius: 0;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
  margin-bottom: 3rem;
}

pre {
  overflow-x: auto;
} /* responsive pre elements */
table pre {
  white-space: pre-wrap;
} /* responsive pre tables */
/* Tables */
th, td {
  padding: 10px 20px;
  text-align: left;
  border-bottom: 1px solid #747E8C;
}

th:first-child, td:first-child {
  padding-left: 0;
}

th:last-child, td:last-child {
  padding-right: 0;
}

table {
  margin-bottom: 3rem;
}

/* No whitespace layout fix */
.hs_cos_wrapper_type_rich_text, .hs_cos_wrapper_type_text, .hs_cos_wrapper_type_header, .hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html, .hs_cos_wrapper_type_raw_jinja, .hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

body {
  background-color: #FAFCFF !important;
}

#drift-frame-controller {
  z-index: 999 !important;
}

.play-button-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.play-button-wrap a.play-video-thumb {
  cursor: pointer;
}
.play-button-wrap a.play-video-thumb span.play-video-icon svg {
  transition: all 0.3s ease-out;
  transform: scale(0.8);
}
.play-button-wrap a.play-video-thumb span.play-video-icon svg:hover {
  transform: scale(0.9);
}
:root {
  --plyr-color-main:$gray3;
}

.popup-box {
  background: rgba(116, 126, 140, 0.8);
  height: 100%;
  left: 0;
  max-height: 100%;
  min-width: 320px;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 0 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
}
.popup-box.visible {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  z-index: 10001;
}
.popup-box .popup-inner {
  font-size: 0;
  height: 100%;
  opacity: 0;
  position: relative;
  text-align: center;
  transform: translate3d(0, -50px, 0);
  transition: all 0.3s ease 0.2s;
  visibility: hidden;
}
.popup-box .popup-inner:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin: 0 -1px 0 0;
  position: relative;
  vertical-align: middle;
  width: 0;
}
.opened-popup .popup-box .popup-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
}
.popup-box .popup-inner .popup {
  display: none;
  margin: 0 auto 24px;
  max-width: 1020px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 100%;
}
.popup-box .popup-inner .popup.visible {
  display: inline-block;
}
.popup-box .popup-inner .popup .video-box .sub-box .player {
  width: 100%;
  height: 100%;
}
.popup-box .popup-inner .popup span.js-close-popup {
  color: #FAFCFF;
  cursor: pointer;
  position: absolute;
  background: #ED1C24;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -20px;
  top: -20px;
  transition: all 0.2s ease-out;
}
.popup-box .popup-inner .popup span.js-close-popup:hover {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .popup-box .popup-inner .popup span.js-close-popup {
    right: 5px;
    top: -45px;
  }
}

.remodal {
  max-width: 1250px;
  background: transparent !important;
}

@media only screen and (max-width: 600px) {
  .remodal {
    padding: 2px;
  }
  .remodal-close {
    top: -31px;
    left: -9px;
  }
}
.remodal, .remodal-wrapper, video {
  width: 100vw;
  max-height: 100vh;
}

/* close btn styles */
.remodal-close:before {
  left: 10px;
}

.remodal-close:before {
  color: white;
}

.remodal-close {
  transition: opacity 0.3s linear;
  opacity: 0.7;
}

.remodal-close:hover {
  opacity: 1;
}

.iti__flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.12/img/flags@2x.png");
  }
}
.iti #ValidMsgPhone {
  margin-top: 0;
}

header.m-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-out;
}
header.m-header.scrolled-down {
  background-color: #182333;
}
@media (max-width: 1280px) {
  header.m-header {
    background-color: #182333;
  }
}
header.m-header .mega-backdrop {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-out;
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #182333;
}
header.m-header .mega-backdrop.active {
  opacity: 0.4;
  pointer-events: all;
}
header.m-header .header-nav {
  display: flex;
  align-items: center;
  padding: 0 50px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 1340px) {
  header.m-header .header-nav {
    padding: 0 20px 0;
  }
}
@media (max-width: 1280px) {
  header.m-header .header-nav {
    padding: 20px;
    background-color: #182333;
  }
}
header.m-header .header-nav a img.header-nav-logo {
  max-width: 180px;
  margin-right: 30px;
}
@media (max-width: 1275px) {
  header.m-header .header-nav a img.header-nav-logo {
    max-width: 117px;
  }
}
@media (max-width: 1280px) {
  header.m-header .header-nav a img.header-nav-logo {
    max-width: 120px;
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  header.m-header .header-nav .header-nav-links {
    display: none;
  }
}
header.m-header .header-nav .header-nav-links a.refer-a-shop-link {
  color: #FAFCFF;
  text-decoration: none;
  display: inline-block;
  padding: 20px 15px;
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
header.m-header .header-nav .header-nav-links a.refer-a-shop-link:hover {
  color: #ED1C24;
}
header.m-header .header-nav .header-nav-links a.refer-a-shop-link.active {
  color: #ED1C24;
}
@media (max-width: 1510px) {
  header.m-header .header-nav .header-nav-links a.refer-a-shop-link {
    font-size: 16px;
    padding: 20px 10px;
  }
}
header.m-header .header-nav .header-nav-links .mega-drop-link {
  position: relative;
  margin-right: 14px;
}
header.m-header .header-nav .header-nav-links .mega-drop-link .accordion-carat {
  position: absolute;
  right: 4px;
  transition: all 0.1s linear;
  top: 30px;
}
@media (max-width: 1510px) {
  header.m-header .header-nav .header-nav-links .mega-drop-link .accordion-carat {
    top: 28px;
  }
}
header.m-header .header-nav .header-nav-links .mega-drop-link .accordion-carat span {
  height: 2px;
  width: 8px;
  background-color: #FAFCFF;
  display: block;
  transition: all 0.1s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50%;
}
header.m-header .header-nav .header-nav-links .mega-drop-link .accordion-carat span.carat1 {
  transform: rotate(45deg) translateX(3px);
}
header.m-header .header-nav .header-nav-links .mega-drop-link .accordion-carat span.carat2 {
  transform: rotate(-45deg) translateX(-3px);
}
header.m-header .header-nav .header-nav-links .mega-drop-link.active .accordion-carat {
  top: 34px;
}
@media (max-width: 1510px) {
  header.m-header .header-nav .header-nav-links .mega-drop-link.active .accordion-carat {
    top: 32px;
  }
}
header.m-header .header-nav .header-nav-links .mega-drop-link.active .accordion-carat span {
  background-color: #ED1C24;
}
header.m-header .header-nav .header-nav-links .mega-drop-link.active .accordion-carat span.carat1 {
  transform: rotate(-45deg) translateX(3px);
}
header.m-header .header-nav .header-nav-links .mega-drop-link.active .accordion-carat span.carat2 {
  transform: rotate(45deg) translateX(-3px);
}
header.m-header .header-nav .header-nav-links .header-nav-link {
  color: #FAFCFF;
  text-decoration: none;
  display: inline-block;
  padding: 20px 15px;
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
header.m-header .header-nav .header-nav-links .header-nav-link:hover {
  color: #ED1C24;
}
header.m-header .header-nav .header-nav-links .header-nav-link.active {
  color: #ED1C24;
}
@media (max-width: 1510px) {
  header.m-header .header-nav .header-nav-links .header-nav-link {
    font-size: 16px;
    padding: 20px 10px;
  }
}
header.m-header .header-nav .header-nav-links .mega-drop {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
header.m-header .header-nav .header-nav-links .mega-drop.active {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1340px) {
  header.m-header .header-nav .header-nav-links .mega-drop {
    padding: 20px;
  }
}
@media (max-height: 800px) {
  header.m-header .header-nav .header-nav-links .mega-drop {
    padding: 0;
  }
}
header.m-header .header-nav .header-nav-links .mega-drop .mega-drop-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #182333;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width {
  text-align: center;
  position: relative;
  z-index: 2;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width span.mega-drop-top {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  font-size: 18px;
  text-align: center;
  padding-bottom: 50px;
  display: block;
}
@media (max-width: 1280px) {
  header.m-header .header-nav .header-nav-links .mega-drop .max-width span.mega-drop-top {
    font-size: 15px;
  }
}
@media (max-width: 1340px) {
  header.m-header .header-nav .header-nav-links .mega-drop .max-width span.mega-drop-top {
    display: none;
  }
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner {
  display: flex;
  align-items: stretch;
  gap: 100px;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-title-top {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #FAFCFF;
  display: block;
  border-bottom: 1px solid #ED1C24;
  width: 100%;
  text-align: left;
  text-transform: none;
  font-size: 18px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-title-top {
    font-size: 13px;
  }
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 10px 0 40px;
  justify-content: space-between;
  align-self: flex-start;
  position: relative;
  border-top: 1px solid #B4BECC;
  gap: 20px;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links.width-1 {
  flex: 1 1 25%;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links.width-2 {
  flex: 1 1 50%;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links.width-3 {
  flex: 1 1 75%;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links.width-4 {
  flex: 1 1 100%;
}
@media (max-height: 800px) {
  header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links {
    padding: 20px;
  }
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links span.column-header {
  color: #B4BECC;
  position: absolute;
  top: -35px;
  left: 0;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink {
  flex: 1 1 268px;
  transition: all 0.1s ease-out;
  text-decoration: none;
  margin-bottom: 20px;
  text-align: left;
  padding: 10px 20px;
  margin-left: -20px;
  border-radius: 8px;
}
@media (max-height: 800px) {
  header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink {
    margin-bottom: 0;
  }
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink:hover {
  background-color: rgba(168, 8, 14, 0.3);
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink:hover .mega-drop-sublink-icon {
  display: none;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink:hover .mega-drop-sublink-icon.hover-icon {
  display: inline-block;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink:hover span.mega-drop-sublink-title {
  color: #FAFCFF;
}
@media (max-width: 1340px) {
  header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink {
    margin-bottom: 10px;
  }
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink .mega-drop-sublink-icon {
  height: 20px;
  width: 20px;
  margin-right: 2px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2px;
  max-width: 20px;
  transform: translateY(3px);
  display: inline-block;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink .mega-drop-sublink-icon.hover-icon {
  display: none;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink span.mega-drop-sublink-title {
  color: #ED1C24;
  display: inline;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink .mega-drop-sublink-content {
  flex: 1 1 auto;
  margin-top: 5px;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink .mega-drop-sublink-content span.mega-drop-sublink-copy {
  color: #E6EBF2;
  display: block;
  font-size: 13px;
  font-weight: 400;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink .item-background-image {
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  padding: 5px 5px 10px 5px;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink .item-background-image .mega-drop-sublink-icon {
  display: inline-block !important;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink .item-background-image .mega-drop-sublink-icon.hover-icon {
  display: none !important;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink .item-background-image span.mega-drop-sublink-title {
  color: #FAFCFF;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-sublink .item-background-image .mega-drop-sublink-content span.mega-drop-sublink-copy {
  color: #FAFCFF;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-cta {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  font-size: 13px;
  display: inline;
  text-decoration: underline;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 1280px) {
  header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-cta {
    font-size: 13px;
  }
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-cta:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-cta:hover {
  color: #FAFCFF;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-cta:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width .mega-drop-inner .mega-drop-links a.mega-drop-cta:after {
  width: 23px;
  display: inline-block;
  top: 5px;
  position: relative;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width a.mega-drop-page-cta {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  text-align: center;
}
@media (max-width: 1280px) {
  header.m-header .header-nav .header-nav-links .mega-drop .max-width a.mega-drop-page-cta {
    font-size: 13px;
  }
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width a.mega-drop-page-cta:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width a.mega-drop-page-cta:hover {
  color: #FAFCFF;
}
header.m-header .header-nav .header-nav-links .mega-drop .max-width a.mega-drop-page-cta:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}
header.m-header .header-nav .header-nav-ctas {
  display: flex;
  margin-left: auto;
}
@media (max-width: 1280px) {
  header.m-header .header-nav .header-nav-ctas {
    display: none;
  }
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info {
  position: relative;
  display: block;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info span.call-us-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  background-color: rgba(255, 255, 255, 0.34);
  cursor: pointer;
  color: #FAFCFF;
  border: none;
  min-width: 120px;
  font-size: 18px;
  padding: 7px 15px 7px 35px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 170px;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info span.call-us-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info span.call-us-cta:hover {
  background-color: rgba(237, 28, 36, 0.95);
  border: none;
  color: #FAFCFF;
  box-shadow: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (max-width: 1440px) {
  header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info span.call-us-cta {
    min-width: 0;
    padding: 7px 10px 7px 30px;
    font-size: 16px;
  }
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop {
  display: none;
  position: absolute;
  background-color: rgba(237, 28, 36, 0.95);
  width: 170px;
  height: 16px;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  min-width: 120px;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop:hover {
  display: flex;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop:hover .drop-info-drop {
  display: flex;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop:hover span.call-us-cta {
  background-color: rgba(237, 28, 36, 0.95);
  border: none;
  color: #FAFCFF;
  box-shadow: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (max-width: 1440px) {
  header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop {
    height: 15px;
    left: 50%;
  }
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop .drop-info-drop {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-43%);
  width: 600px;
  height: 45px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: rgba(237, 28, 36, 0.95);
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop .drop-info-drop:hover {
  display: flex;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop .drop-info-drop:hover span.call-us-cta {
  background-color: rgba(237, 28, 36, 0.95);
  border: none;
  color: #FAFCFF;
  box-shadow: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
@media (max-width: 1440px) {
  header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop .drop-info-drop {
    left: 20px;
  }
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop .drop-info-drop p {
  text-align: center;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop .drop-info-drop p a {
  text-decoration: none;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop .drop-info-drop p .bold-text {
  color: #FAFCFF;
  font-weight: bold;
  font-size: 16px;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info .rectangle-drop .drop-info-drop p .light-text {
  color: rgba(250, 252, 255, 0.75);
  font-size: 16px;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info:hover .rectangle-drop {
  display: flex;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info:hover .drop-info-drop {
  display: flex;
}
header.m-header .header-nav .header-nav-ctas .drop-info-wrap span.drop-info:hover span.call-us-cta {
  background-color: rgba(237, 28, 36, 0.95);
  border: none;
  color: #FAFCFF;
  box-shadow: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
header.m-header .header-nav .header-nav-ctas a.header-nav-cta {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.25);
  margin-left: 10px;
}
header.m-header .header-nav .header-nav-ctas a.header-nav-cta.button-red {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  min-width: 120px;
  font-size: 18px;
  padding: 5px 15px;
}
header.m-header .header-nav .header-nav-ctas a.header-nav-cta.button-red:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
header.m-header .header-nav .header-nav-ctas a.header-nav-cta.button-red:hover {
  background-color: #FAFCFF;
  border: 2px solid #FAFCFF;
  color: #182333;
}
@media (max-width: 1510px) {
  header.m-header .header-nav .header-nav-ctas a.header-nav-cta.button-red {
    min-width: 0;
    padding: 5px 10px;
    font-size: 16px;
  }
}
header.m-header .header-nav .header-nav-ctas a.header-nav-cta.button-black {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: transparent;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #FAFCFF;
  font-size: 21px;
  min-width: 120px;
  font-size: 18px;
  padding: 5px 15px;
}
header.m-header .header-nav .header-nav-ctas a.header-nav-cta.button-black:hover {
  background-color: #FAFCFF;
  border: 2px solid #FAFCFF;
  color: #182333;
}
@media (max-width: 1510px) {
  header.m-header .header-nav .header-nav-ctas a.header-nav-cta.button-black {
    min-width: 0;
    padding: 5px 10px;
    font-size: 16px;
  }
}
header.m-header .nav-call-link {
  padding: 10px;
  text-align: center;
  background-color: #182333;
  border-top: 1px solid #B4BECC;
  display: none;
}
@media (max-width: 1280px) {
  header.m-header .nav-call-link {
    display: block;
  }
}
header.m-header .nav-call-link a {
  font-size: 14px;
  text-decoration: none;
  color: #B4BECC;
  font-weight: 700;
  font-family: "Roboto", "sans-serif";
}
header.m-header .nav-call-link a span.phone-bold {
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
}
header.m-header .mobile-nav {
  display: none;
}
@media (max-width: 1280px) {
  header.m-header .mobile-nav {
    display: block;
  }
}
header.m-header .mobile-nav .burger-toggle {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 4;
}
header.m-header .mobile-nav .burger-toggle span {
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background-color: red;
  margin-bottom: 4px;
  transition: all 0.2s ease-out;
  transform-origin: 78%;
}
header.m-header .mobile-nav .burger-toggle.active span {
  background-color: #FAFCFF;
}
header.m-header .mobile-nav .burger-toggle.active span.burger-top {
  transform: translateY(10px) rotate(45deg);
}
header.m-header .mobile-nav .burger-toggle.active span.burger-mid {
  opacity: 0;
}
header.m-header .mobile-nav .burger-toggle.active span.burger-bottom {
  transform: translateY(-10px) rotate(-45deg);
}
header.m-header .mobile-nav .mobile-nav-slide {
  transition: all 0.3s ease-out;
  transform: translateX(100%);
  background-color: #061019;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 60px 20px;
  height: 100vh;
  overflow: auto;
}
header.m-header .mobile-nav .mobile-nav-slide.active {
  transform: translateX(0);
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner {
  padding-bottom: 100px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header {
  list-style: none;
  padding-left: 0;
  margin-top: 40px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li a {
  color: #FAFCFF;
  text-decoration: none;
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li ul.sub-menu {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.1s ease-out;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li ul.sub-menu.active {
  margin-bottom: 20px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li ul.sub-menu li a {
  text-decoration: none;
  text-transform: none;
  color: #FAFCFF;
  font-weight: 300;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li.dropdown > a {
  color: #FAFCFF;
  display: flex;
  position: relative;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li.dropdown > a .accordion-carat {
  position: absolute;
  right: 50px;
  transition: all 0.1s linear;
  top: 4px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li.dropdown > a .accordion-carat span {
  height: 4px;
  width: 16px;
  background-color: #ED1C24;
  display: block;
  transition: all 0.1s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50%;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li.dropdown > a .accordion-carat span.carat1 {
  transform: rotate(45deg) translateX(6px);
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li.dropdown > a .accordion-carat span.carat2 {
  transform: rotate(-45deg) translateX(-6px);
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li.dropdown > a.active .accordion-carat {
  top: 11px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li.dropdown > a.active .accordion-carat span.carat1 {
  transform: rotate(-45deg) translateX(6px);
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li.dropdown > a.active .accordion-carat span.carat2 {
  transform: rotate(45deg) translateX(-6px);
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li.dropdown ul.sub-menu {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 0px;
  overflow: hidden;
  transition: all 0.1s ease-out;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li.dropdown ul.sub-menu.active {
  margin-bottom: 20px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner ul#menu-header li.dropdown ul.sub-menu li a {
  text-decoration: none;
  text-transform: none;
  color: #FAFCFF;
  font-weight: 300;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner a.refer-a-shop-link {
  color: #fafcff;
  text-decoration: none;
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 50px;
  display: inline-block;
  font-size: 16px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .header-nav-ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .header-nav-ctas .header-nav-cta {
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .header-nav-ctas .header-nav-cta.call-us-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  transition: none;
  background-color: rgba(230, 235, 242, 0.1450980392);
  color: #FAFCFF;
  border: 2px solid rgba(230, 235, 242, 0.1450980392);
  min-width: 160px;
  font-size: 18px;
  padding: 5px 15px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .header-nav-ctas .header-nav-cta.call-us-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .header-nav-ctas .header-nav-cta.call-us-cta:hover {
  background-color: #FAFCFF;
  border: 2px solid #FAFCFF;
  color: #182333;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .header-nav-ctas .header-nav-cta.button-red {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  min-width: 160px;
  font-size: 18px;
  padding: 5px 15px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .header-nav-ctas .header-nav-cta.button-red:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .header-nav-ctas .header-nav-cta.button-red:hover {
  background-color: #FAFCFF;
  border: 2px solid #FAFCFF;
  color: #182333;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .header-nav-ctas .header-nav-cta.button-black {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: transparent;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #FAFCFF;
  font-size: 21px;
  min-width: 160px;
  font-size: 18px;
  padding: 5px 15px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .header-nav-ctas .header-nav-cta.button-black:hover {
  background-color: #FAFCFF;
  border: 2px solid #FAFCFF;
  color: #182333;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .call-us-title {
  display: block;
  color: #FAFCFF;
  text-decoration: none;
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .call-us-link {
  display: block;
  color: #FAFCFF;
  font-family: "Roboto", "sans-serif";
  margin-bottom: 20px;
  text-decoration: none;
  text-transform: none;
  color: #FAFCFF;
  font-weight: 300;
  padding-left: 20px;
}
header.m-header .mobile-nav .mobile-nav-slide .mobile-nav-slide-inner .call-us-light {
  display: block;
  color: #FAFCFF;
  font-family: "Roboto", "sans-serif";
  margin-bottom: 20px;
  text-decoration: none;
  text-transform: none;
  color: #FAFCFF;
  font-weight: 300;
  padding-left: 20px;
}

footer.m-footer {
  background-color: #061019;
  padding: 80px 0 0;
}
footer.m-footer .max-width {
  padding: 0 40px;
}
footer.m-footer .max-width .footer-top, footer.m-footer .max-width .footer-bottom {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  footer.m-footer .max-width .footer-top, footer.m-footer .max-width .footer-bottom {
    justify-content: flex-start;
  }
}
@media (max-width: 1280px) {
  footer.m-footer .max-width .footer-top, footer.m-footer .max-width .footer-bottom {
    display: block;
  }
}
footer.m-footer .max-width .footer-top {
  padding-bottom: 40px;
  border-bottom: 1px solid #747E8C;
}
footer.m-footer .max-width .footer-bottom {
  padding-top: 40px;
}
@media (max-width: 767px) {
  footer.m-footer .max-width .footer-col {
    width: 100%;
  }
}
footer.m-footer .max-width .footer-col .footer-col-group {
  margin-bottom: 60px;
}
footer.m-footer .max-width .footer-col .footer-col-group span.footer-top-level {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  color: #ED1C24;
  text-transform: none;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  footer.m-footer .max-width .footer-col .footer-col-group span.footer-top-level {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  footer.m-footer .max-width .footer-col .footer-col-group span.footer-top-level {
    font-size: 16px;
  }
}
footer.m-footer .max-width .footer-col .footer-col-group a.footer-link {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #ED1C24;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1280px) {
  footer.m-footer .max-width .footer-col .footer-col-group a.footer-link {
    font-size: 15px;
  }
}
footer.m-footer .max-width .footer-col .footer-col-group a.footer-social-icon {
  display: inline-block;
  max-width: 48px;
  margin-right: 5px;
}
footer.m-footer .max-width .footer-col .footer-col-group img.fb-footer-logo {
  max-width: 140px;
  margin-bottom: 20px;
}
footer.m-footer .max-width .footer-col .footer-col-group ul {
  list-style: none;
  padding-left: 0;
}
footer.m-footer .max-width .footer-col .footer-col-group ul li a {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #747E8C;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1280px) {
  footer.m-footer .max-width .footer-col .footer-col-group ul li a {
    font-size: 15px;
  }
}
footer.m-footer .max-width .footer-col .footer-col-group ul li a:hover {
  color: #FAFCFF;
}
footer.m-footer .max-width .footer-col .footer-col-group button.back-to-top {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  text-transform: none;
}
footer.m-footer .max-width .footer-col .footer-col-group button.back-to-top:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
footer.m-footer .max-width .footer-col .footer-col-group .reviews-logos .reviews-logo {
  margin-bottom: 20px;
}
footer.m-footer .max-width .footer-col .footer-col-group .reviews-logos .reviews-logo a img {
  max-width: 179px;
}
footer.m-footer .max-width .footer-col .footer-col-group a.refer-a-shop-link {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #747E8C;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1280px) {
  footer.m-footer .max-width .footer-col .footer-col-group a.refer-a-shop-link {
    font-size: 15px;
  }
}
footer.m-footer .max-width .footer-col .footer-col-group a.refer-a-shop-link:hover {
  color: #FAFCFF;
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm {
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm {
    display: block;
  }
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow {
  align-items: center;
}
@media (max-width: 767px) {
  footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow {
    width: 100%;
  }
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow .mktoFormCol {
  width: 320px;
}
@media (max-width: 767px) {
  footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow .mktoFormCol {
    width: 100%;
  }
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap label .mktoAsterix {
  display: none;
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input.mktoField {
  width: 100%;
  margin-top: 0;
  border-radius: 6px 0 0 6px;
  padding: 6px 15px;
  background-color: #FAFCFF;
  color: #253452;
  border: none;
  height: 43px;
}
@media (max-width: 767px) {
  footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input.mktoField {
    border-radius: 0;
  }
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input.mktoField::-moz-placeholder {
  color: #747E8C;
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap input.mktoField::placeholder {
  color: #747E8C;
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError {
  position: absolute;
  top: 53px;
  bottom: auto !important;
  right: auto !important;
  background-color: #A8080E;
  border-radius: 8px;
  padding: 5px 10px;
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError:before {
  position: absolute;
  top: -10px;
  left: 30px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #A8080E transparent;
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorMsg {
  color: #FAFCFF;
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 0;
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorMsg:before {
  content: "!";
  background-color: #FAFCFF;
  font-family: "Hardware", "sans-serif";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #A8080E;
  width: 21px;
  height: 21px;
  font-size: 16px;
  border-radius: 3px;
  margin-right: 8px;
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoError .mktoErrorMsg span.mktoErrorDetail {
  display: block;
  margin-left: 10px;
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoButtonRow {
  display: flex;
  align-items: center;
  background-color: #FAFCFF;
  padding: 6px;
  border-radius: 0 6px 6px 0;
  height: 43px;
  transition: all 0.1s ease-out;
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoButtonRow {
    padding: 0;
    display: block;
    background-color: transparent;
  }
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoButtonRow span.mktoButtonWrap button.mktoButton {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  width: 100%;
  display: block;
  border-radius: 0;
  background-image: none;
  height: 31px;
  margin-top: 0;
  font-size: 18px;
  border-radius: 4px;
  backgound-color: #ED1C24;
  border-color: #ED1C24;
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoButtonRow span.mktoButtonWrap button.mktoButton:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
footer.m-footer .max-width .footer-col .footer-col-group form.mktoForm .mktoButtonRow span.mktoButtonWrap button.mktoButton:hover {
  background-color: #253452;
  border-color: #253452;
}
footer.m-footer .subfooter {
  background-color: #182333;
  padding: 30px 40px;
  text-align: center;
}
footer.m-footer .subfooter span {
  color: #B4BECC;
}
footer.m-footer .subfooter span a {
  color: #B4BECC;
  transition: all 0.1s ease-out;
}
footer.m-footer .subfooter span a:hover {
  color: #FAFCFF;
}
footer.m-footer .cookie-consent-modal {
  background-color: #ED1C24;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 20px;
  text-align: center;
  box-shadow: 0 0 20px #000;
  z-index: 1001;
  transition: all 0.2s ease-out;
  opacity: 0;
  pointer-events: none;
}
footer.m-footer .cookie-consent-modal.show-modal {
  opacity: 1;
  pointer-events: all;
}
footer.m-footer .cookie-consent-modal span.cookie-consent-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #FAFCFF;
  display: block;
  font-size: 18px;
}
@media (max-width: 1280px) {
  footer.m-footer .cookie-consent-modal span.cookie-consent-title {
    font-size: 13px;
  }
}
footer.m-footer .cookie-consent-modal span.cookie-consent-text {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  font-size: 14px;
  color: #FAFCFF;
  display: block;
  max-width: 800px;
  margin: 0 auto 10px;
}
@media (max-width: 1280px) {
  footer.m-footer .cookie-consent-modal span.cookie-consent-text {
    font-size: 15px;
  }
}
footer.m-footer .cookie-consent-modal span.cookie-consent-text a {
  color: #FAFCFF;
}
footer.m-footer .cookie-consent-modal button.cookie-consent-button {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: transparent;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #FAFCFF;
  font-size: 21px;
  font-size: 16px;
}
footer.m-footer .cookie-consent-modal button.cookie-consent-button:hover {
  background-color: #FAFCFF;
  border: 2px solid #FAFCFF;
  color: #182333;
}

section.m-large-hero {
  padding: 166.5px 40px 166.5px;
  border-bottom: 222px solid #061019;
  background-color: #061019;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
section.m-large-hero.light {
  border-bottom: 80px solid #061019;
}
section.m-large-hero.overlap {
  border-bottom: 0;
  margin-bottom: -50px;
}
@media (max-width: 1280px) {
  section.m-large-hero {
    padding: 222px 20px 111px;
    border-bottom: 40px solid #061019;
  }
  section.m-large-hero.light {
    border-bottom: 20px solid #061019;
  }
  section.m-large-hero.overlap {
    border-bottom: 20px solid #061019;
    margin-bottom: 0px;
  }
}
section.m-large-hero video.fullvid {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 1s ease-out;
  pointer-events: none;
  max-height: none;
}
section.m-large-hero .wistia-video-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
section.m-large-hero .wistia-video-background * {
  pointer-events: none;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  z-index: 5;
  left: 0 !important;
  margin: 0 !important;
  top: 0 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
section.m-large-hero .large-hero-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(6, 16, 25);
  background: linear-gradient(90deg, rgb(6, 16, 25) 0%, rgba(6, 16, 25, 0) 100%);
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  section.m-large-hero .large-hero-gradient {
    background: linear-gradient(0deg, rgb(6, 16, 25) 50%, rgba(6, 16, 25, 0) 100%);
  }
}
section.m-large-hero .max-width {
  display: flex;
}
section.m-large-hero .max-width.bottom-flex-image {
  align-items: flex-end;
}
@media (max-width: 1280px) {
  section.m-large-hero .max-width {
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  section.m-large-hero .max-width {
    display: block;
  }
}
section.m-large-hero .max-width .large-hero-content {
  position: relative;
  z-index: 2;
  flex: 1 1 70%;
}
section.m-large-hero .max-width .large-hero-content.video-width {
  flex: 1 1 50%;
}
section.m-large-hero .max-width .large-hero-content .pre-title-content.pre-title-flex {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
@media (max-width: 1280px) {
  section.m-large-hero .max-width .large-hero-content .pre-title-content.pre-title-flex {
    flex-wrap: wrap;
  }
}
section.m-large-hero .max-width .large-hero-content .pre-title-content .large-hero-pre-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #ED1C24;
  margin-bottom: 15px;
  display: block;
  order: 2;
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  section.m-large-hero .max-width .large-hero-content .pre-title-content .large-hero-pre-title {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  section.m-large-hero .max-width .large-hero-content .pre-title-content .large-hero-pre-title {
    font-size: 24px;
  }
}
section.m-large-hero .max-width .large-hero-content .pre-title-content .large-hero-pre-title.large-hero-big-pre-title {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  margin-bottom: 0px;
  font-style: italic;
  color: #FAFCFF;
  font-weight: 600;
  font-family: "Roboto", "sans-serif";
  font-size: 52px;
  order: 2;
}
@media (max-width: 1280px) {
  section.m-large-hero .max-width .large-hero-content .pre-title-content .large-hero-pre-title.large-hero-big-pre-title {
    font-size: 36px;
  }
}
@media (max-width: 1280px) {
  section.m-large-hero .max-width .large-hero-content .pre-title-content .large-hero-pre-title.large-hero-big-pre-title {
    margin-bottom: 15px;
  }
}
section.m-large-hero .max-width .large-hero-content .pre-title-content img.large-hero-logo {
  display: inline-block;
  order: 1;
  margin-bottom: 0px;
  margin-right: 20px;
  width: auto;
}
@media (max-width: 1280px) {
  section.m-large-hero .max-width .large-hero-content .pre-title-content img.large-hero-logo {
    height: 30px;
    margin-bottom: 15px;
  }
}
section.m-large-hero .max-width .large-hero-content .large-hero-title {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  color: #FAFCFF;
  max-width: 999px;
  display: block;
}
@media (max-width: 1280px) {
  section.m-large-hero .max-width .large-hero-content .large-hero-title {
    font-size: 36px;
  }
}
section.m-large-hero .max-width .large-hero-content .large-hero-title.big-h1 {
  font-size: 90px;
}
@media (max-width: 1280px) {
  section.m-large-hero .max-width .large-hero-content .large-hero-title.big-h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  section.m-large-hero .max-width .large-hero-content .large-hero-title.big-h1 {
    font-size: 50px;
  }
}
section.m-large-hero .max-width .large-hero-content span.large-hero-copy {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #E6EBF2;
  max-width: 777px;
  display: block;
}
@media (max-width: 1280px) {
  section.m-large-hero .max-width .large-hero-content span.large-hero-copy {
    font-size: 15px;
  }
}
section.m-large-hero .max-width .large-hero-content a.large-hero-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  margin-top: 50px;
}
section.m-large-hero .max-width .large-hero-content a.large-hero-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-large-hero .max-width .large-hero-content a.large-hero-cta.second-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #061019;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #FAFCFF;
  display: inline-flex;
  align-items: center;
  position: relative;
}
section.m-large-hero .max-width .large-hero-content a.large-hero-cta.second-cta:hover {
  border: 2px solid #FAFCFF;
  color: #ED1C24;
}
@media (max-width: 767px) {
  section.m-large-hero .max-width .large-hero-content a.large-hero-cta.second-cta {
    padding: 5px 28px;
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  section.m-large-hero .max-width .large-hero-content a.large-hero-cta {
    font-family: "Roboto", "sans-serif";
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: auto;
    font-weight: 700;
    line-height: 118%;
    text-decoration: none;
    background-color: #ED1C24;
    color: #FAFCFF;
    border-radius: 4px;
    padding: 5px 28px;
    display: inline-block;
    border: 0;
    min-width: 180px;
    text-align: center;
    transition: all 0.1s ease-out;
    border: 2px solid #ED1C24;
    font-size: 21px;
    margin-top: 20px;
  }
  section.m-large-hero .max-width .large-hero-content a.large-hero-cta:hover {
    background-color: #061019;
    border: 2px solid #FAFCFF;
  }
}
section.m-large-hero .max-width .large-hero-content span.wistia-cta-embed {
  margin-left: 20px;
}
section.m-large-hero .max-width .large-hero-content span.wistia-cta-embed span {
  display: inline-block !important;
}
@media (max-width: 767px) {
  section.m-large-hero .max-width .large-hero-content span.wistia-cta-embed {
    margin-left: 0;
    margin-top: 20px;
    display: inline-block;
  }
}
section.m-large-hero .max-width .large-hero-content span.wistia-cta-embed a {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #061019;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #FAFCFF;
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 68px;
  min-width: 239px;
}
section.m-large-hero .max-width .large-hero-content span.wistia-cta-embed a:before {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url("/wp-content/themes/fullbay/src/img/play.svg");
  background-size: contain;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 22px;
}
section.m-large-hero .max-width .large-hero-content span.wistia-cta-embed a:hover {
  border: 2px solid #FAFCFF;
  color: #ED1C24;
}
section.m-large-hero .max-width .large-hero-content span.wistia-cta-embed a:hover:before {
  background-image: url("/wp-content/themes/fullbay/src/img/play-hover2.svg");
}
@media (max-width: 767px) {
  section.m-large-hero .max-width .large-hero-content span.wistia-cta-embed a {
    padding: 5px 28px 5px 60px;
    font-size: 21px;
  }
  section.m-large-hero .max-width .large-hero-content span.wistia-cta-embed a:before {
    width: 26px;
    height: 26px;
  }
}
section.m-large-hero .max-width .large-hero-content .large-hero-cta-wrap {
  margin-top: 20px;
}
section.m-large-hero .max-width .large-hero-content .large-hero-cta-wrap:nth-of-type(1) {
  margin-top: 50px;
}
section.m-large-hero .max-width .large-hero-content .large-hero-cta-wrap a.small-hero-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
}
section.m-large-hero .max-width .large-hero-content .large-hero-cta-wrap a.small-hero-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-large-hero .max-width .hero-image-wrap {
  position: relative;
  z-index: 2;
  flex: 1 1 40%;
}
section.m-large-hero .max-width .large-hero-video {
  position: relative;
  z-index: 2;
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  section.m-large-hero .max-width .large-hero-video {
    margin-top: 40px;
  }
}
section.m-large-hero .max-width .large-hero-video span.large-hero-video-wrap {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  border: 1px solid #FAFCFF;
  margin-left: 40px;
}
@media (max-width: 767px) {
  section.m-large-hero .max-width .large-hero-video span.large-hero-video-wrap {
    margin-left: 0;
  }
}
section.m-large-hero .max-width .large-hero-video span.large-hero-video-wrap #wistia_87.big_play_button_background {
  border-radius: 50% !important;
  left: 256px !important;
}
section.m-large-hero img.torn-edge {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  pointer-events: none;
  left: 0;
  transform: rotate(0deg);
}

section.m-caboose-cta {
  padding: 200px 40px 100px;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}
@media (max-width: 1280px) {
  section.m-caboose-cta {
    padding: 50px 20px 120px;
  }
}
section.m-caboose-cta img.torn-edge {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
section.m-caboose-cta img.torn-edge.torn-top {
  top: -1px;
  transform: rotate(180deg);
  right: 0;
}
section.m-caboose-cta img.torn-edge.torn-bottom {
  bottom: -1px;
  left: 0;
  transform: rotate(0deg);
}
section.m-caboose-cta .max-width {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  section.m-caboose-cta .max-width {
    display: block;
  }
}
section.m-caboose-cta .max-width h2.caboose-cta-title {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  color: #FAFCFF;
  text-align: center;
  max-width: 777px;
  margin: 0 auto 60px;
}
@media (max-width: 1280px) {
  section.m-caboose-cta .max-width h2.caboose-cta-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  section.m-caboose-cta .max-width h2.caboose-cta-title {
    text-align: left;
    margin-bottom: 20px;
  }
}
section.m-caboose-cta .max-width span.caboose-cta-copy {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 32px;
  color: #FAFCFF;
  text-transform: none;
  text-align: center;
  margin-bottom: 60px;
  display: block;
  font-weight: 600;
}
@media (max-width: 1280px) {
  section.m-caboose-cta .max-width span.caboose-cta-copy {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  section.m-caboose-cta .max-width span.caboose-cta-copy {
    text-align: left;
    margin-bottom: 30px;
  }
}
section.m-caboose-cta .max-width a.caboose-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #061019;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #FAFCFF;
}
section.m-caboose-cta .max-width a.caboose-cta:hover {
  background-color: #FAFCFF;
  border: 2px solid #FAFCFF;
  color: #061019;
}
section.m-caboose-cta .max-width a.caboose-cta.red-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
}
section.m-caboose-cta .max-width a.caboose-cta.red-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-caboose-cta .max-width .caboose-eventbrite-cta button {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #061019;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #FAFCFF;
}
section.m-caboose-cta .max-width .caboose-eventbrite-cta button:hover {
  background-color: #FAFCFF;
  border: 2px solid #FAFCFF;
  color: #061019;
}
section.m-caboose-cta .max-width .caboose-eventbrite-cta.red-cta button {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
}
section.m-caboose-cta .max-width .caboose-eventbrite-cta.red-cta button:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}

section.m-feature-cards {
  background-color: #061019;
  padding: 0 40px 111px;
}
@media (max-width: 1280px) {
  section.m-feature-cards {
    padding: 0 20px;
  }
}
section.m-feature-cards .max-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section.m-feature-cards .max-width {
    justify-content: center;
  }
}
section.m-feature-cards .max-width h2.feature-cards-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  section.m-feature-cards .max-width h2.feature-cards-title {
    font-size: 24px;
  }
}
section.m-feature-cards .max-width .feature-card {
  flex: 1 1 355px;
  max-width: 355px;
  margin-bottom: 111px;
  position: relative;
  padding-bottom: 40px;
}
section.m-feature-cards .max-width .feature-card.has-cta {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  section.m-feature-cards .max-width .feature-card {
    margin-bottom: 0px;
  }
}
section.m-feature-cards .max-width .feature-card img.feature-card-icon {
  max-width: 40px;
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}
section.m-feature-cards .max-width .feature-card span.feature-card-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  font-size: 40px;
  display: block;
  margin-bottom: 40px;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
}
@media (max-width: 1280px) {
  section.m-feature-cards .max-width .feature-card span.feature-card-title {
    font-size: 24px;
  }
}
section.m-feature-cards .max-width .feature-card .feature-card-features .feature-card-feature {
  margin-bottom: 20px;
  display: flex;
}
section.m-feature-cards .max-width .feature-card .feature-card-features .feature-card-feature img.feature-check {
  max-width: 25px;
  height: 25px;
  width: 25px;
  margin-right: 5px;
}
section.m-feature-cards .max-width .feature-card .feature-card-features .feature-card-feature span.feature-card-feature-text {
  color: #FAFCFF;
  display: block;
}
section.m-feature-cards .max-width .feature-card a.feature-card-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  margin-top: 40px;
  position: absolute;
  bottom: 40px;
}
section.m-feature-cards .max-width .feature-card a.feature-card-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}

section.m-feature-selector {
  background-color: #061019;
}
section.m-feature-selector .desktop-only-section {
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-feature-selector .desktop-only-section {
    padding: 0 20px 111px;
  }
}
section.m-feature-selector .desktop-only-section .max-width {
  display: flex;
  flex-wrap: wrap;
}
section.m-feature-selector .desktop-only-section .max-width .feature-selector-left {
  flex: 1 1 50%;
}
section.m-feature-selector .desktop-only-section .max-width .feature-selector-left h2.feature-selector-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #ED1C24;
  padding: 0 0 0 30px;
}
@media (max-width: 1280px) {
  section.m-feature-selector .desktop-only-section .max-width .feature-selector-left h2.feature-selector-title {
    font-size: 13px;
  }
}
section.m-feature-selector .desktop-only-section .max-width .feature-selector-left .feature {
  padding: 30px 30px;
  border-left: 12px solid #061019;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
section.m-feature-selector .desktop-only-section .max-width .feature-selector-left .feature h3.feature-title {
  text-transform: none;
}
section.m-feature-selector .desktop-only-section .max-width .feature-selector-left .feature.active {
  border-left: 12px solid #ED1C24;
}
section.m-feature-selector .desktop-only-section .max-width .feature-selector-left .feature.active h3.feature-title {
  color: #FAFCFF;
}
section.m-feature-selector .desktop-only-section .max-width .feature-selector-left .feature.active span.feature-copy {
  color: #FAFCFF;
}
section.m-feature-selector .desktop-only-section .max-width .feature-selector-right {
  flex: 1 1 50%;
  position: relative;
}
section.m-feature-selector .desktop-only-section .max-width .feature-selector-right .feature-selector-redback {
  width: 30%;
  position: absolute;
  background-color: #ED1C24;
  height: 120%;
  top: 52%;
  right: -10%;
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  section.m-feature-selector .desktop-only-section .max-width .feature-selector-right .feature-selector-redback {
    right: 10%;
  }
}
@media (max-width: 1280px) {
  section.m-feature-selector .desktop-only-section .max-width .feature-selector-right .feature-selector-redback {
    display: none;
  }
}
section.m-feature-selector .desktop-only-section .max-width .feature-selector-right .feature-selector-redback.side-image {
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40%;
  height: 130%;
}
section.m-feature-selector .desktop-only-section .max-width .feature-selector-right img.feature-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-out;
  box-shadow: 0 0 50px rgba(6, 16, 25, 0.8);
}
section.m-feature-selector .desktop-only-section .max-width .feature-selector-right img.feature-image.active {
  opacity: 1;
}
section.m-feature-selector .mobile-only-section h2.feature-selector-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #ED1C24;
  padding: 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  section.m-feature-selector .mobile-only-section h2.feature-selector-title {
    font-size: 13px;
  }
}
section.m-feature-selector .mobile-only-section .feature-selector-mobile-slider-top {
  position: relative;
}
section.m-feature-selector .mobile-only-section .feature-selector-mobile-slider-top div.slide-arrow {
  padding: 20px;
  position: absolute;
  top: 35%;
  cursor: pointer;
}
section.m-feature-selector .mobile-only-section .feature-selector-mobile-slider-top div.slide-arrow.slide-next {
  right: 0;
}
section.m-feature-selector .mobile-only-section .feature-selector-mobile-slider-top ul.slick-dots {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
section.m-feature-selector .mobile-only-section .feature-selector-mobile-slider-top ul.slick-dots li button {
  background-color: #747E8C;
  border: none;
  font-size: 0;
  width: 23px;
  height: 3px;
  margin: 20px 2px;
}
section.m-feature-selector .mobile-only-section .feature-selector-mobile-slider-top ul.slick-dots li.slick-active button {
  background-color: #ED1C24;
}
section.m-feature-selector .mobile-only-section .feature-selector-mobile-slider-bottom {
  padding: 0 40px 100px;
}
section.m-feature-selector .mobile-only-section .feature-selector-mobile-slider-bottom h3.feature-title {
  font-size: 16px;
  color: #FAFCFF;
  text-align: center;
  text-transform: none;
}
section.m-feature-selector .mobile-only-section .feature-selector-mobile-slider-bottom span.feature-copy {
  font-size: 13px;
  text-align: center;
  display: block;
}

section.m-feature-showcase {
  background-color: #061019;
  padding: 40px 40px 222px;
}
@media (max-width: 1280px) {
  section.m-feature-showcase {
    padding: 0 20px 111px;
    display: flex;
  }
}
section.m-feature-showcase .max-width {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width {
    flex-direction: column;
  }
}
section.m-feature-showcase .max-width.feature-showcase-swap .feature-showcase-left {
  order: 2;
}
section.m-feature-showcase .max-width.feature-showcase-swap .feature-showcase-left .feature-showcase-image-house {
  right: auto;
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width {
    flex-direction: column;
  }
  section.m-feature-showcase .max-width.feature-showcase-swap .feature-showcase-left {
    order: initial;
  }
  section.m-feature-showcase .max-width.feature-showcase-swap .feature-showcase-left .feature-showcase-image-house {
    right: auto;
  }
  section.m-feature-showcase .max-width .feature-showcase-left {
    order: initial;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  section.m-feature-showcase .max-width .feature-showcase-right {
    flex: 1 1 100%;
  }
}
section.m-feature-showcase .max-width .feature-showcase-left {
  flex: 1 1 70%;
  position: relative;
  height: 600px;
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width .feature-showcase-left {
    height: auto;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: 20px;
  }
}
section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house {
  min-width: 1110px;
  display: flex;
  position: absolute;
  right: 90px;
}
@media (max-width: 1700px) {
  section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house {
    position: relative;
    min-width: 0;
  }
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house {
    min-width: 0;
    position: relative;
    right: 0;
    left: 0;
    justify-content: space-between;
  }
}
section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house .feature-showcase-image {
  width: 330px;
  height: 600px;
  background-size: cover;
  background-position: center center;
  margin-left: 40px;
}
section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house .feature-showcase-image.with-counter {
  transform: translateY(50px);
  opacity: 0;
  transition: all 2s ease-out;
}
section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house .feature-showcase-image.with-counter.active {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1700px) {
  section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house .feature-showcase-image {
    width: 33.33%;
    height: 30vw;
  }
}
section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house .feature-showcase-image .feature-showcase-icon {
  position: absolute;
}
section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house .feature-showcase-image .count-icon {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
  margin: 50px auto 10px;
  display: block;
}
@media (max-width: 767px) {
  section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house .feature-showcase-image .count-icon {
    max-width: 30px;
    max-height: 30px;
  }
}
section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house .feature-showcase-image .count-number {
  text-align: center;
  width: 100%;
  position: relative;
  display: block;
  color: #ED1C24;
  font-family: "Hardware-Condensed", "sans-serif";
  font-size: 96px;
  line-height: 1;
  text-shadow: 1px 1px 10px rgba(24, 35, 51, 0.3);
}
@media (max-width: 767px) {
  section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house .feature-showcase-image .count-number {
    font-size: 34px;
  }
}
section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house .feature-showcase-image .count-text {
  color: #FAFCFF;
  text-transform: uppercase;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  line-height: 137%;
  display: block;
  text-shadow: 1px 1px 10px rgba(24, 35, 51, 0.3);
}
@media (max-width: 767px) {
  section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house .feature-showcase-image .count-text {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width .feature-showcase-left .feature-showcase-image-house .feature-showcase-image {
    margin-left: 0px;
    width: 30vw;
    height: 60vw;
  }
}
section.m-feature-showcase .max-width .feature-showcase-right {
  flex: 1 1 30%;
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width .feature-showcase-right {
    max-width: 280px;
  }
}
section.m-feature-showcase .max-width .feature-showcase-right span.feature-showcase-pre-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #ED1C24;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width .feature-showcase-right span.feature-showcase-pre-title {
    font-size: 13px;
  }
}
section.m-feature-showcase .max-width .feature-showcase-right h2.feature-showcase-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  margin-top: 0;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width .feature-showcase-right h2.feature-showcase-title {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width .feature-showcase-right h2.feature-showcase-title {
    margin-bottom: 20px;
  }
}
section.m-feature-showcase .max-width .feature-showcase-right .feature {
  display: flex;
  align-items: flex-start;
  padding-left: 60px;
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width .feature-showcase-right .feature {
    padding-left: 30px;
  }
}
section.m-feature-showcase .max-width .feature-showcase-right .feature img.feature-check {
  width: 34px;
  margin-right: 5px;
  margin-top: 3px;
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width .feature-showcase-right .feature img.feature-check {
    width: 20px;
  }
}
section.m-feature-showcase .max-width .feature-showcase-right .feature span.feature-text {
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 26px;
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width .feature-showcase-right .feature span.feature-text {
    font-size: 15px;
  }
}
section.m-feature-showcase .max-width .feature-showcase-right a.feature-link {
  text-decoration: none;
}
section.m-feature-showcase .max-width .feature-showcase-right a.feature-link .feature {
  cursor: pointer;
}
section.m-feature-showcase .max-width .feature-showcase-right a.feature-link .feature img.feature-arrow {
  width: 34px;
  margin-right: 5px;
  margin-top: 8px;
  cursor: pointer;
}
@media (max-width: 1280px) {
  section.m-feature-showcase .max-width .feature-showcase-right a.feature-link .feature img.feature-arrow {
    width: 20px;
    margin-top: 5px;
  }
}
section.m-feature-showcase .max-width .feature-showcase-right a.feature-link .feature img.feature-arrow.arrow-gray {
  outline: none; /* Empty ruleset*/
}
section.m-feature-showcase .max-width .feature-showcase-right a.feature-link .feature img.feature-arrow.arrow-red {
  display: none;
}
section.m-feature-showcase .max-width .feature-showcase-right a.feature-link .feature span.feature-text {
  cursor: pointer;
}
section.m-feature-showcase .max-width .feature-showcase-right a.feature-link:hover {
  color: #ED1C24;
}
section.m-feature-showcase .max-width .feature-showcase-right a.feature-link:hover .feature img.feature-arrow.arrow-gray {
  display: none;
}
section.m-feature-showcase .max-width .feature-showcase-right a.feature-link:hover .feature img.feature-arrow.arrow-red {
  display: block;
}
section.m-feature-showcase .max-width .feature-showcase-right a.feature-link:hover .feature span.feature-text {
  color: #ED1C24;
}
section.m-feature-showcase.no-checks .max-width .feature-showcase-right .feature img.feature-check {
  opacity: 0;
}

section.m-logo-block {
  background-color: #061019;
  padding: 20px 40px 222px;
  position: relative;
}
@media (max-width: 1280px) {
  section.m-logo-block {
    padding: 20px 20px 111px;
  }
}
@media (max-width: 767px) {
  section.m-logo-block {
    padding: 20px 20px 55.5px;
  }
}
section.m-logo-block.black-top {
  padding: 222px 40px;
}
@media (max-width: 1280px) {
  section.m-logo-block.black-top {
    padding: 111px 20px;
  }
}
@media (max-width: 767px) {
  section.m-logo-block.black-top {
    padding: 20px 20px 55.5px;
  }
}
section.m-logo-block.light-logo-block {
  background-color: #E6EBF2;
  padding-top: 80px;
  padding-bottom: 20px;
}
section.m-logo-block.light-logo-block .max-width h2.logo-block-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #3F4D61;
  margin-top: 0;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  section.m-logo-block.light-logo-block .max-width h2.logo-block-title {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  section.m-logo-block.light-logo-block .max-width h2.logo-block-title {
    margin-bottom: 20px;
  }
}
section.m-logo-block.large-logo-block .max-width .logo-block-logos {
  justify-content: center;
}
section.m-logo-block.large-logo-block .max-width .logo-block-logos img.logo-block-logo {
  max-height: 190px;
  margin: 20px 40px;
}
section.m-logo-block .max-width {
  text-align: center;
}
section.m-logo-block .max-width h2.logo-block-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  margin-left: auto;
  margin-right: auto;
  color: #FAFCFF;
  margin-top: 0;
  text-align: center;
  margin-bottom: 60px;
  max-width: 888px;
}
@media (max-width: 1280px) {
  section.m-logo-block .max-width h2.logo-block-title {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  section.m-logo-block .max-width h2.logo-block-title {
    margin-bottom: 20px;
  }
}
section.m-logo-block .max-width span.logo-block-copy {
  display: block;
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 888px;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  section.m-logo-block .max-width span.logo-block-copy {
    font-size: 15px;
  }
}
section.m-logo-block .max-width .logo-block-logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  section.m-logo-block .max-width .logo-block-logos {
    justify-content: center;
    flex-direction: column;
  }
}
section.m-logo-block .max-width .logo-block-logos img.logo-block-logo {
  max-width: 250px;
  max-height: 120px;
  height: auto;
  width: auto;
  margin: 20px;
}
@media (max-width: 1340px) {
  section.m-logo-block .max-width .logo-block-logos img.logo-block-logo {
    max-width: 200px;
  }
}
@media (max-width: 1280px) {
  section.m-logo-block .max-width .logo-block-logos img.logo-block-logo {
    max-width: 140px;
    max-height: 60px;
  }
}
section.m-logo-block .max-width .logo-block-logos.three-wide img.logo-block-logo {
  max-width: 370px;
}
@media (max-width: 1280px) {
  section.m-logo-block .max-width .logo-block-logos.three-wide img.logo-block-logo {
    max-width: 200px;
    max-height: none;
  }
}
section.m-logo-block .max-width a.arrow-link.logo-block-link {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
}
section.m-logo-block .max-width a.arrow-link.logo-block-link:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}

section.m-icon-list {
  background-color: #061019;
  padding: 200px 40px 200px;
  position: relative;
  background-size: cover;
}
@media (max-width: 1280px) {
  section.m-icon-list {
    padding: 40px 20px;
  }
}
section.m-icon-list .icon-list-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(6, 16, 25);
  background: linear-gradient(90deg, rgb(6, 16, 25) 50%, rgba(6, 16, 25, 0) 100%);
  left: 0;
  top: 0;
}
@media (max-width: 1280px) {
  section.m-icon-list .icon-list-gradient {
    background: linear-gradient(0deg, rgb(6, 16, 25) 0%, rgba(6, 16, 25, 0.5) 50%, rgb(6, 16, 25) 100%);
  }
}
section.m-icon-list .max-width {
  position: relative;
  z-index: 2;
}
section.m-icon-list .max-width h2.icon-list-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  margin-top: 0;
  color: #FAFCFF;
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  section.m-icon-list .max-width h2.icon-list-title {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  section.m-icon-list .max-width h2.icon-list-title {
    margin-bottom: 40px;
  }
}
section.m-icon-list .max-width .icon-list-wrap {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 120px;
       column-gap: 120px;
}
section.m-icon-list .max-width .icon-list-wrap .icon-list-item {
  flex: 1 1 calc(50% - 120px);
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #A8080E;
}
@media (max-width: 1280px) {
  section.m-icon-list .max-width .icon-list-wrap .icon-list-item {
    margin-bottom: 20px;
    flex: 1 1 100%;
  }
}
section.m-icon-list .max-width .icon-list-wrap .icon-list-item div.icon-list-item-icon-wrap img.icon-list-item-icon {
  width: 30px;
  height: auto;
  margin-right: 15px;
}
@media (max-width: 1280px) {
  section.m-icon-list .max-width .icon-list-wrap .icon-list-item div.icon-list-item-icon-wrap img.icon-list-item-icon {
    width: 20px;
    margin-right: 5px;
  }
}
section.m-icon-list .max-width .icon-list-wrap .icon-list-item div.icon-list-item-content h3.icon-list-item-title {
  color: #FAFCFF;
  margin-top: 10px;
  text-transform: none;
}
@media (max-width: 1280px) {
  section.m-icon-list .max-width .icon-list-wrap .icon-list-item div.icon-list-item-content h3.icon-list-item-title {
    font-size: 16px;
    margin-top: 5px;
  }
}
section.m-icon-list .max-width .icon-list-wrap .icon-list-item div.icon-list-item-content span.icon-list-item-copy {
  color: #FAFCFF;
}
section.m-icon-list .max-width .icon-list-wrap .icon-list-item div.icon-list-item-content a.icon-list-item-link {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  justify-content: flex-start;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  section.m-icon-list .max-width .icon-list-wrap .icon-list-item div.icon-list-item-content a.icon-list-item-link {
    font-size: 13px;
  }
}
section.m-icon-list .max-width .icon-list-wrap .icon-list-item div.icon-list-item-content a.icon-list-item-link:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section.m-icon-list .max-width .icon-list-wrap .icon-list-item div.icon-list-item-content a.icon-list-item-link:hover {
  color: #FAFCFF;
}
section.m-icon-list .max-width .icon-list-wrap .icon-list-item div.icon-list-item-content a.icon-list-item-link:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}

section.m-persona-selector .desktop-only-section {
  background-color: #061019;
  padding: 0 40px 222px;
  position: relative;
}
@media (max-width: 1280px) {
  section.m-persona-selector .desktop-only-section {
    padding: 0 20px 111px;
  }
}
section.m-persona-selector .desktop-only-section .max-width h2.persona-selector-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  section.m-persona-selector .desktop-only-section .max-width h2.persona-selector-title {
    font-size: 24px;
  }
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #747E8C;
  margin-bottom: 60px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-bar button.persona-selector-bar-button {
  background-color: transparent;
  border: none;
  color: #747E8C;
  font-family: "Roboto", "sans-serif";
  font-size: 24px;
  font-weight: 700;
  border-bottom: 12px solid transparent;
  padding: 30px 60px;
  margin-bottom: -1px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-bar button.persona-selector-bar-button:hover {
  color: #FAFCFF;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-bar button.persona-selector-bar-button.active {
  border-bottom: 12px solid #ED1C24;
}
@media (max-width: 1280px) {
  section.m-persona-selector .desktop-only-section .max-width .persona-selector-bar button.persona-selector-bar-button {
    padding: 15px 30px;
    font-size: 18px;
  }
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides {
  position: relative;
  min-height: 400px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide.active {
  opacity: 1;
  pointer-events: none;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-left {
  flex: 1 1 666px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-left .persona-selector-slide-left-item {
  display: flex;
  margin-bottom: 60px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-left .persona-selector-slide-left-item .persona-item-icon-wrap {
  padding-right: 15px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-left .persona-selector-slide-left-item .persona-item-icon-wrap img.persona-item-icon {
  max-height: 40px;
  max-width: 40px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-left .persona-selector-slide-left-item .persona-item-content h3.persona-item-title {
  color: #FAFCFF;
  margin-top: 15px;
  text-transform: none;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-right-border {
  flex: 1 1 55.5px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-right-border img.persona-quotation-mark {
  max-height: 40px;
  max-width: 40px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-right-border .persona-border-dots {
  border-right: 5px dotted #ed1c24;
  height: 65%;
  width: 5px;
  margin: 5px auto 0;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-right {
  flex: 1 1 610.5px;
  display: flex;
  align-items: stretch;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-right .persona-selector-slide-right-content .persona-selector-slide-right-top {
  display: flex;
  align-items: center;
  color: #FAFCFF;
  margin-bottom: 20px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-right .persona-selector-slide-right-content .persona-selector-slide-right-top img.persona-right-portrait {
  max-height: 108px;
  max-width: 108px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-right .persona-selector-slide-right-content .persona-selector-slide-right-top span.persona-right-name {
  text-transform: uppercase;
  color: #ED1C24;
  font-weight: 500;
  display: block;
  padding: 10px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-right .persona-selector-slide-right-content .persona-selector-slide-right-top span.persona-right-job {
  text-transform: uppercase;
  display: block;
  padding: 10px;
}
section.m-persona-selector .desktop-only-section .max-width .persona-selector-slides .persona-selector-slide .persona-selector-slide-right .persona-selector-slide-right-content .persona-selector-slide-right-bottom blockquote.persona-selector-slide-quote {
  color: #B4BECC;
  font-family: "Roboto", "sans-serif";
  font-size: 24px;
  text-transform: none;
  line-height: 156%;
  font-weight: 500;
  margin: 0;
  padding-left: 0;
  border-left: 0;
}
section.m-persona-selector .mobile-only-section {
  background-color: #061019;
}
section.m-persona-selector .mobile-only-section h2.persona-selector-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  margin-top: 0;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 40px;
}
@media (max-width: 1280px) {
  section.m-persona-selector .mobile-only-section h2.persona-selector-title {
    font-size: 24px;
  }
}
section.m-persona-selector .mobile-only-section .persona-selector-bar {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
  justify-content: flex-start;
  margin-bottom: 40px;
}
section.m-persona-selector .mobile-only-section .persona-selector-bar button.persona-selector-bar-button-2 {
  flex: 1 1 50%;
  max-width: 50%;
  background-color: transparent;
  border: none;
  color: #B4BECC;
  font-family: "Roboto", "sans-serif";
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  padding: 20px;
  margin-bottom: -1px;
}
section.m-persona-selector .mobile-only-section .persona-selector-bar button.persona-selector-bar-button-2:hover {
  color: #FAFCFF;
}
section.m-persona-selector .mobile-only-section .persona-selector-bar button.persona-selector-bar-button-2.active {
  border-bottom: 2px solid #ED1C24;
  color: #FAFCFF;
}
section.m-persona-selector .mobile-only-section .persona-selector-slides-2 {
  position: relative;
}
section.m-persona-selector .mobile-only-section .persona-selector-slides-2 .persona-selector-slide-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0 40px;
}
section.m-persona-selector .mobile-only-section .persona-selector-slides-2 .persona-selector-slide-2.active {
  opacity: 1;
  pointer-events: none;
}
section.m-persona-selector .mobile-only-section .persona-selector-slides-2 .persona-selector-slide-2 .persona-selector-slide-item {
  display: flex;
  margin-bottom: 20px;
}
section.m-persona-selector .mobile-only-section .persona-selector-slides-2 .persona-selector-slide-2 .persona-selector-slide-item .persona-item-icon-wrap {
  flex: 1 1 25px;
  max-width: 25px;
}
section.m-persona-selector .mobile-only-section .persona-selector-slides-2 .persona-selector-slide-2 .persona-selector-slide-item .persona-item-icon-wrap img.persona-item-icon {
  max-width: 20px;
  max-height: 20px;
  height: auto;
  width: auto;
  margin-top: 8px;
}
section.m-persona-selector .mobile-only-section .persona-selector-slides-2 .persona-selector-slide-2 .persona-selector-slide-item .persona-item-content h3.persona-item-title {
  text-transform: none;
  color: #FAFCFF;
}
section.m-persona-selector .mobile-only-section .persona-selector-slides-2 .persona-selector-slide-2 .persona-selector-slide-item .persona-item-content span.persona-item-copy {
  color: #FAFCFF;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section {
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 80px 0;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(6, 16, 25);
  background: linear-gradient(0deg, rgb(6, 16, 25) 0%, rgba(6, 16, 25, 0.8) 50%, rgb(6, 16, 25) 100%);
  left: 0;
  top: 0;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section h2.testimonial-slide-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: red;
  padding: 0 40px;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1280px) {
  section.m-persona-selector .mobile-only-section .testimonial-slider-section h2.testimonial-slide-title {
    font-size: 13px;
  }
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap {
  position: relative;
  z-index: 2;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap div.slide-arrow {
  padding: 20px;
  position: absolute;
  top: 35%;
  cursor: pointer;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap div.slide-arrow.slide-next2 {
  right: 0;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap .testimonial-slider .testimonial-slide {
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap .testimonial-slider .testimonial-slide blockquote.testimonial-slide-quote {
  font-family: "Roboto", "sans-serif";
  text-transform: none;
  color: #FAFCFF;
  font-weight: 500;
  margin: 0 0 20px;
  flex: 1 1 100%;
  padding-left: 0;
  border-left: 0;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap .testimonial-slider .testimonial-slide .testimonial-slide-portrait-wrap {
  flex: 1 1 42px;
  max-width: 42px;
  margin-right: 10px;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap .testimonial-slider .testimonial-slide .testimonial-slide-portrait-wrap img.testimonial-slide-portrait {
  max-width: 42px;
  height: auto;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap .testimonial-slider .testimonial-slide .testimonial-slide-content-wrap {
  flex: 1 1 auto;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap .testimonial-slider .testimonial-slide .testimonial-slide-content-wrap span.testimonial-slide-name {
  font-family: "Hardware", "sans-serif";
  color: #ED1C24;
  display: block;
  font-size: 18px;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap .testimonial-slider .testimonial-slide .testimonial-slide-content-wrap span.testimonial-slide-job {
  text-transform: uppercase;
  font-size: 14px;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap ul.slick-dots {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap ul.slick-dots li button {
  background-color: #747E8C;
  border: none;
  font-size: 0;
  width: 23px;
  height: 3px;
  margin: 20px 2px;
}
section.m-persona-selector .mobile-only-section .testimonial-slider-section .testimonial-slider-wrap ul.slick-dots li.slick-active button {
  background-color: #ED1C24;
}

section.m-resource-cards {
  background-color: #061019;
  padding: 222px 40px 222px;
  position: relative;
}
section.m-resource-cards.no-top-padding {
  padding-top: 0;
}
@media (max-width: 1280px) {
  section.m-resource-cards {
    padding: 10px 20px 111px;
  }
}
section.m-resource-cards .max-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.m-resource-cards .max-width h2.resource-card-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  margin-top: 0;
  color: #FAFCFF;
  text-align: center;
}
@media (max-width: 1280px) {
  section.m-resource-cards .max-width h2.resource-card-title {
    font-size: 24px;
  }
}
section.m-resource-cards .max-width .resource-card-house {
  flex: 1 1 100%;
}
section.m-resource-cards .max-width .resource-card-house .resource-card-single {
  text-decoration: none;
  border-bottom: 1px solid #747E8C;
  display: flex;
  padding: 10px 0;
  align-items: center;
}
@media (max-width: 767px) {
  section.m-resource-cards .max-width .resource-card-house .resource-card-single {
    display: block;
    padding-bottom: 60px;
    padding-top: 50px;
  }
}
section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-image {
  width: 332px;
  height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 60px;
  flex: 1 1 332px;
}
@media (max-width: 767px) {
  section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-image {
    margin: 0 auto 20px;
  }
}
section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content {
  flex: 1 1 70%;
}
@media (max-width: 767px) {
  section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content {
    flex: 1 1 100%;
    width: 332px;
    margin: 0 auto;
  }
}
section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content span.resource-card-category {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
}
@media (max-width: 1280px) {
  section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content span.resource-card-category {
    font-size: 13px;
  }
}
section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content h3.resource-card-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #FAFCFF;
  margin-top: 7px;
  font-size: 28px;
}
@media (max-width: 1280px) {
  section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content h3.resource-card-title {
    font-size: 13px;
  }
}
section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content span.resource-card-copy {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
}
@media (max-width: 1280px) {
  section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content span.resource-card-copy {
    font-size: 15px;
  }
}
section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content a.resource-card-link {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  justify-content: flex-end;
  margin-top: 30px;
}
@media (max-width: 1280px) {
  section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content a.resource-card-link {
    font-size: 13px;
  }
}
section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content a.resource-card-link:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content a.resource-card-link:hover {
  color: #FAFCFF;
}
section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content a.resource-card-link:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}
@media (max-width: 767px) {
  section.m-resource-cards .max-width .resource-card-house .resource-card-single div.resource-card-content a.resource-card-link {
    justify-content: flex-start;
    margin-top: 20px;
  }
}
section.m-resource-cards .max-width a.resource-cards-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  margin-top: 80px;
}
section.m-resource-cards .max-width a.resource-cards-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
@media (max-width: 1280px) {
  section.m-resource-cards .max-width a.resource-cards-cta {
    font-family: "Roboto", "sans-serif";
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: auto;
    font-weight: 700;
    line-height: 118%;
    text-decoration: none;
    background-color: #ED1C24;
    color: #FAFCFF;
    border-radius: 4px;
    padding: 5px 28px;
    display: inline-block;
    border: 0;
    min-width: 180px;
    text-align: center;
    transition: all 0.1s ease-out;
    border: 2px solid #ED1C24;
    font-size: 21px;
  }
  section.m-resource-cards .max-width a.resource-cards-cta:hover {
    background-color: #061019;
    border: 2px solid #FAFCFF;
  }
}

section.m-review-cards {
  background-color: #061019;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-review-cards {
    padding: 0 20px 40px;
  }
}
section.m-review-cards .max-width {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  section.m-review-cards .max-width {
    justify-content: center;
  }
}
section.m-review-cards .max-width .review-card {
  background-color: #182333;
  border-radius: 40px;
  flex: 1 1 390px;
  padding: 30px;
  max-width: 390px;
  text-align: center;
}
@media (max-width: 1275px) {
  section.m-review-cards .max-width .review-card {
    max-width: 370px;
  }
}
@media (max-width: 1280px) {
  section.m-review-cards .max-width .review-card {
    padding: 20px;
    max-width: 260px;
    flex: 1 1 260px;
    margin: 20px;
  }
}
section.m-review-cards .max-width .review-card .review-card-top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: center;
}
@media (max-width: 1280px) {
  section.m-review-cards .max-width .review-card .review-card-top {
    margin-bottom: 10px;
  }
}
section.m-review-cards .max-width .review-card .review-card-top img.review-card-logo {
  width: 48px;
  height: 48px;
  margin-right: 20px;
}
@media (max-width: 1280px) {
  section.m-review-cards .max-width .review-card .review-card-top img.review-card-logo {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
}
section.m-review-cards .max-width .review-card .review-card-top span.review-card-title {
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 1280px) {
  section.m-review-cards .max-width .review-card .review-card-top span.review-card-title {
    font-size: 18px;
  }
}
section.m-review-cards .max-width .review-card img.review-rating {
  width: 240px;
  margin: 0 auto 30px;
}
@media (max-width: 1280px) {
  section.m-review-cards .max-width .review-card img.review-rating {
    width: 148px;
    margin-bottom: 20px;
  }
}
section.m-review-cards .max-width .review-card a.arrow-link.review-card-link {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
}
@media (max-width: 1280px) {
  section.m-review-cards .max-width .review-card a.arrow-link.review-card-link {
    font-size: 13px;
  }
}
section.m-review-cards .max-width .review-card a.arrow-link.review-card-link:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section.m-review-cards .max-width .review-card a.arrow-link.review-card-link:hover {
  color: #FAFCFF;
}
section.m-review-cards .max-width .review-card a.arrow-link.review-card-link:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}

section.m-video-feature {
  background-color: #061019;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-video-feature {
    padding: 0 20px 55.5px;
  }
}
section.m-video-feature .max-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section.m-video-feature .max-width {
    display: block;
  }
}
section.m-video-feature .max-width .video-feature-left {
  flex: 1 1 40%;
  padding-right: 8%;
}
@media (max-width: 767px) {
  section.m-video-feature .max-width .video-feature-left {
    padding-right: 0;
    margin-bottom: 30px;
    max-width: 500px;
  }
}
section.m-video-feature .max-width .video-feature-left .video-feature-embed {
  border-radius: 10px;
  overflow: hidden;
}
section.m-video-feature .max-width .video-feature-left .video-feature-embed #wistia_87.big_play_button_background {
  border-radius: 50% !important;
  left: 256px !important;
}
section.m-video-feature .max-width .video-feature-right {
  flex: 1 1 60%;
}
section.m-video-feature .max-width .video-feature-right span.video-feature-pre-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #ED1C24;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  section.m-video-feature .max-width .video-feature-right span.video-feature-pre-title {
    font-size: 13px;
  }
}
section.m-video-feature .max-width .video-feature-right h2.video-feature-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  margin-top: 0;
  max-width: 610.5px;
}
@media (max-width: 1280px) {
  section.m-video-feature .max-width .video-feature-right h2.video-feature-title {
    font-size: 24px;
  }
}
section.m-video-feature .max-width .video-feature-right span.video-feature-copy {
  color: #B4BECC;
  display: block;
}
section.m-video-feature.full-width-video .max-width .video-feature-left {
  padding-right: 0;
  order: 2;
}
section.m-video-feature.full-width-video .max-width .video-feature-right {
  order: 1;
  flex: 1 1 auto;
  min-width: 100%;
}

section.m-alternating {
  background-color: #061019;
  overflow: hidden;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-alternating {
    padding: 0 20px 111px;
  }
}
section.m-alternating.black-top {
  padding: 222px 40px;
}
@media (max-width: 1280px) {
  section.m-alternating.black-top {
    padding: 111px 20px;
  }
}
section.m-alternating.alternating-red {
  padding-top: 70px;
}
section.m-alternating h2.alternating-title.acc-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  width: 100%;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 80px;
}
@media (max-width: 1280px) {
  section.m-alternating h2.alternating-title.acc-title {
    font-size: 24px;
  }
}
section.m-alternating .max-width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.m-alternating .max-width.alt-accordion {
  align-items: flex-start;
}
@media (max-width: 1280px) {
  section.m-alternating .max-width {
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.m-alternating .max-width .alternating-content-wrap {
  flex: 1 1 50%;
  order: 1;
  max-width: 610.5px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  section.m-alternating .max-width .alternating-content-wrap {
    flex: 1 1 100%;
    order: 2;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  section.m-alternating .max-width .alternating-content-wrap {
    padding-left: 0;
  }
}
section.m-alternating .max-width .alternating-content-wrap .alternating-accordion-items .alternating-accordion-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #747E8C;
}
section.m-alternating .max-width .alternating-content-wrap .alternating-accordion-items .alternating-accordion-item .alternating-accordion-top {
  padding: 30px 0px 35px;
  position: relative;
  cursor: pointer;
}
section.m-alternating .max-width .alternating-content-wrap .alternating-accordion-items .alternating-accordion-item .alternating-accordion-top span.alternating-accordion-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #B4BECC;
  text-transform: none;
}
@media (max-width: 1280px) {
  section.m-alternating .max-width .alternating-content-wrap .alternating-accordion-items .alternating-accordion-item .alternating-accordion-top span.alternating-accordion-title {
    font-size: 13px;
  }
}
section.m-alternating .max-width .alternating-content-wrap .alternating-accordion-items .alternating-accordion-item .alternating-accordion-top.active span.alternating-accordion-title {
  color: #FAFCFF;
}
section.m-alternating .max-width .alternating-content-wrap .alternating-accordion-items .alternating-accordion-item .alternating-accordion-drawer {
  max-width: 1053px;
  margin: 0px auto 40px;
  display: none;
}
section.m-alternating .max-width .alternating-content-wrap .alternating-accordion-items .alternating-accordion-item .alternating-accordion-drawer span.alternating-accordion-bullet {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 50px;
}
@media (max-width: 1280px) {
  section.m-alternating .max-width .alternating-content-wrap .alternating-accordion-items .alternating-accordion-item .alternating-accordion-drawer span.alternating-accordion-bullet {
    font-size: 15px;
  }
}
section.m-alternating .max-width .alternating-content-wrap .alternating-accordion-items .alternating-accordion-item .alternating-accordion-drawer span.alternating-accordion-bullet:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background-image: url("/wp-content/uploads/2021/08/checkmark.png");
  background-size: contain;
  background-repeat: no-repeat;
}
section.m-alternating .max-width .alternating-content-wrap img.alternating-logo {
  margin-bottom: 30px;
}
section.m-alternating .max-width .alternating-content-wrap h2.alternating-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
}
@media (max-width: 1280px) {
  section.m-alternating .max-width .alternating-content-wrap h2.alternating-title {
    font-size: 24px;
  }
}
section.m-alternating .max-width .alternating-content-wrap span.alternating-copy {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  margin-bottom: 40px;
  display: block;
}
@media (max-width: 1280px) {
  section.m-alternating .max-width .alternating-content-wrap span.alternating-copy {
    font-size: 15px;
  }
}
section.m-alternating .max-width .alternating-content-wrap span.alternating-copy a {
  color: #ED1C24;
}
section.m-alternating .max-width .alternating-content-wrap a.alternating-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  margin-top: 40px;
}
section.m-alternating .max-width .alternating-content-wrap a.alternating-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-alternating .max-width .alternating-content-wrap a.alternating-cta:hover {
  background-color: #061019 !important;
  border-color: #FAFCFF !important;
}
section.m-alternating .max-width .alternating-content-wrap .alternating-bullets .alternating-bullet-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
section.m-alternating .max-width .alternating-content-wrap .alternating-bullets .alternating-bullet-wrap img.alternating-bullet {
  max-width: 25px;
  height: auto;
  margin: 1px 10px 0 30px;
}
section.m-alternating .max-width .alternating-image-wrap {
  position: relative;
  flex: 1 1 50%;
  max-width: 610.5px;
  order: 2;
}
section.m-alternating .max-width .alternating-image-wrap .red-bg {
  height: 120%;
  background-color: #ed1c24;
  position: absolute;
  width: 30%;
  top: 50%;
  transform: translate(50%, -50%);
  right: 0;
}
@media (max-width: 1280px) {
  section.m-alternating .max-width .alternating-image-wrap .red-bg {
    transform: translate(20%, -50%);
  }
}
section.m-alternating .max-width .alternating-image-wrap .red-bg.side-image {
  background-color: transparent;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40%;
  height: 130%;
}
@media (max-width: 1280px) {
  section.m-alternating .max-width .alternating-image-wrap {
    flex: 1 1 100%;
    order: 1;
    margin-bottom: 100px;
  }
}
section.m-alternating .max-width .alternating-image-wrap img.alternating-image {
  position: relative;
  transition: all 1s ease-out;
  box-shadow: 0 0 50px rgba(6, 16, 25, 0.8);
}
section.m-alternating .max-width .alternating-image-wrap img.alternating-image.accordion-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
section.m-alternating .max-width .alternating-image-wrap img.alternating-image.accordion-image.active {
  opacity: 1;
  transition: all 1s ease-out;
}
section.m-alternating.right-text .max-width .alternating-content-wrap {
  order: 2;
}
section.m-alternating.right-text .max-width .alternating-image-wrap {
  order: 1;
}
section.m-alternating.right-text .max-width .alternating-image-wrap .red-bg {
  transform: translate(-50%, -50%);
  left: 0;
}
section.m-alternating.alternating-blue .max-width .alternating-content-wrap a.alternating-cta {
  background-color: #12D1FE;
  border-color: #12D1FE;
}
section.m-alternating.alternating-blue .max-width .alternating-image-wrap .red-bg {
  background-color: #12D1FE;
}
section.m-alternating.alternating-teal .max-width .alternating-content-wrap a.alternating-cta {
  background-color: #15C6AB;
  border-color: #15C6AB;
}
section.m-alternating.alternating-teal .max-width .alternating-image-wrap .red-bg {
  background-color: #15C6AB;
}
section.m-alternating.alternating-purple .max-width .alternating-content-wrap a.alternating-cta {
  background-color: #8A7EFC;
  border-color: #8A7EFC;
}
section.m-alternating.alternating-purple .max-width .alternating-image-wrap .red-bg {
  background-color: #8A7EFC;
}
section.m-alternating.alternating-orange .max-width .alternating-content-wrap a.alternating-cta {
  background-color: #F27226;
  border-color: #F27226;
}
section.m-alternating.alternating-orange .max-width .alternating-image-wrap .red-bg {
  background-color: #F27226;
}
section.m-alternating.white-version {
  background-color: #FAFCFF;
}
section.m-alternating.white-version .max-width {
  align-items: flex-start;
}
section.m-alternating.white-version .max-width .alternating-content-wrap h2.alternating-title {
  color: #A8080E;
  font-size: 48px;
  margin-top: 0;
}
section.m-alternating.white-version .max-width .alternating-content-wrap span.alternating-copy {
  color: #3F4D61;
}
section.m-alternating.white-version .max-width .alternating-content-wrap span.alternating-copy a {
  color: #ED1C24;
}
section.m-alternating.white-version .max-width .alternating-image-wrap .red-bg {
  display: none;
}

section.m-career-listing {
  background-color: #061019;
  padding: 0 40px 111px;
}
@media (max-width: 1280px) {
  section.m-career-listing {
    padding: 0 20px 111px;
  }
}
section.m-career-listing .max-width {
  text-align: center;
}
section.m-career-listing .max-width h2 {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  margin-top: 0;
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  section.m-career-listing .max-width h2 {
    font-size: 24px;
  }
}
section.m-career-listing .max-width #BambooHR {
  text-align: left;
}
section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board h2 {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #747E8C;
  text-transform: none;
  font-weight: 500;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board h2 {
    font-size: 13px;
  }
}
section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List {
  list-style: none;
  padding-top: 20px;
}
section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List .BambooHR-ATS-Department-Header {
  padding-top: 20px;
}
section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item .BambooHR-ATS-Department-Header {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #747E8C;
  padding-bottom: 20px;
}
@media (max-width: 1280px) {
  section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item .BambooHR-ATS-Department-Header {
    font-size: 15px;
  }
}
section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List {
  border-bottom: 1px solid #747E8C;
  list-style: none;
  padding-bottom: 30px;
}
section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item {
    flex-direction: column;
  }
}
section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item a {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #ED1C24;
  text-decoration: underline;
  text-transform: none;
  font-size: 28px;
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 1280px) {
  section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item a {
    font-size: 13px;
  }
}
section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item span {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #E6EBF2;
}
@media (max-width: 1280px) {
  section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item span {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item span {
    font-size: 18px;
    line-height: 154%;
    font-weight: 400;
    font-family: "Roboto", "sans-serif";
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  section.m-career-listing .max-width #BambooHR #BambooHR-ATS .BambooHR-ATS-board ul.BambooHR-ATS-Department-List li.BambooHR-ATS-Department-Item ul.BambooHR-ATS-Jobs-List li.BambooHR-ATS-Jobs-Item span {
    font-size: 15px;
  }
}
section.m-career-listing .max-width #BambooHR #BambooHR-ATS #BambooHR-Footer {
  display: none;
}

section.m-centered-text {
  background-color: #061019;
  padding: 0 40px 200px;
}
@media (max-width: 1280px) {
  section.m-centered-text {
    padding: 0 20px 75px;
  }
}
section.m-centered-text .max-width {
  max-width: 888px;
  text-align: center;
}
section.m-centered-text .max-width img.centered-image {
  height: auto;
  width: auto;
  display: block;
  margin: 0 auto 40px;
}
@media (max-width: 767px) {
  section.m-centered-text .max-width img.centered-image {
    max-width: 300px !important;
  }
}
section.m-centered-text .max-width h2.centered-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  margin-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 1280px) {
  section.m-centered-text .max-width h2.centered-title {
    font-size: 24px;
  }
}
section.m-centered-text .max-width span.centered-copy {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
}
@media (max-width: 1280px) {
  section.m-centered-text .max-width span.centered-copy {
    font-size: 15px;
  }
}
section.m-centered-text .max-width span.centered-copy a {
  color: #ED1C24;
}

section.m-filter-hero {
  padding: 333px 40px 170px;
  background-color: #061019;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 1280px) {
  section.m-filter-hero {
    padding: 222px 40px 111px;
    border-bottom: none;
  }
}
section.m-filter-hero .filter-hero-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(6, 16, 25);
  background: linear-gradient(90deg, rgb(6, 16, 25) 0%, rgba(6, 16, 25, 0) 100%);
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  section.m-filter-hero .filter-hero-gradient {
    background: linear-gradient(0deg, rgb(6, 16, 25) 50%, rgba(6, 16, 25, 0) 100%);
    display: none;
  }
}
section.m-filter-hero .max-width {
  text-align: center;
  position: relative;
  z-index: 3;
}
section.m-filter-hero .max-width .filter-hero-content {
  z-index: 2;
  position: relative;
}
section.m-filter-hero .max-width .filter-hero-content h1.filter-hero-title {
  color: #FAFCFF;
  max-width: 999px;
  margin: 0 auto 40px;
}
section.m-filter-hero .max-width .filter-hero-content span.filter-hero-copy {
  color: #B4BECC;
  max-width: 777px;
  display: block;
  margin: 0 auto 80px;
}
section.m-filter-hero .max-width .filter-wrap {
  z-index: 4;
  position: relative;
}
section.m-filter-hero .max-width .filter-wrap form.mixitup-multifilter fieldset {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: 0;
}
@media (max-width: 767px) {
  section.m-filter-hero .max-width .filter-wrap form.mixitup-multifilter fieldset {
    flex-direction: column;
    align-items: center;
  }
}
section.m-filter-hero .max-width .filter-wrap form.mixitup-multifilter fieldset button {
  height: 56px;
  padding: 0 15px;
  border: 0;
  margin: 7px;
  font-size: 22px;
  font-family: "Hardware", "sans-serif";
  transition: all 0.2s ease-out;
}
section.m-filter-hero .max-width .filter-wrap form.mixitup-multifilter fieldset button:hover {
  background-color: #ED1C24;
  color: #FAFCFF;
}
section.m-filter-hero .max-width .filter-wrap form.mixitup-multifilter fieldset button.mixitup-control-active {
  background-color: #A8080E;
  color: #FAFCFF;
}
section.m-filter-hero .max-width .filter-wrap form.mixitup-multifilter fieldset input.mixitup-search {
  height: 56px;
  margin: 7px;
  width: auto;
  font-size: 22px;
  font-family: "Hardware", "sans-serif";
}
@media (max-width: 767px) {
  section.m-filter-hero .max-width .filter-wrap form.mixitup-multifilter fieldset input.mixitup-search {
    max-width: 280px;
  }
}
section.m-filter-hero img.torn-edge {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  pointer-events: none;
  left: 0;
  transform: rotate(0deg);
}

section.m-landing-content {
  background: #061019;
  padding: 0 40px 111px;
}
@media (max-width: 1280px) {
  section.m-landing-content {
    padding: 0 20px 55.5px;
  }
}
section.m-landing-content .max-width {
  display: flex;
}
@media (max-width: 1000px) {
  section.m-landing-content .max-width {
    display: block;
  }
}
section.m-landing-content .max-width .landing-content-left {
  flex: 1 1 50%;
}
@media (max-width: 1000px) {
  section.m-landing-content .max-width .landing-content-left {
    margin-bottom: 40px;
  }
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap {
  padding: 50px 40px;
  border: 2px solid #747E8C;
  border-radius: 26px;
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap .landing-form-title-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap .landing-form-title-wrap h2.landing-form-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #ED1C24;
  margin-top: 0;
  font-size: 48px;
}
@media (max-width: 1280px) {
  section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap .landing-form-title-wrap h2.landing-form-title {
    font-size: 24px;
  }
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap .landing-form-title-wrap img {
  max-width: 86px;
  margin-left: 10px;
  margin-top: 5px;
}
@media (max-width: 1280px) {
  section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap .landing-form-title-wrap img {
    max-width: 56px;
    margin-left: 5px;
    margin-top: 1px;
  }
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form div.iti.iti--allow-dropdown {
  max-height: 51px;
  margin-bottom: 15px;
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form div.iti.iti--allow-dropdown .iti__selected-flag {
  background-color: #E6EBF2;
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form label {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
  position: relative;
  font-size: 16px;
}
@media (max-width: 1280px) {
  section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form label {
    font-size: 15px;
  }
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form label .mktoAsterix {
  position: absolute;
  color: #ED1C24;
  right: -10px;
  top: -10px;
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form input, section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form select {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  background-color: #3F4D61;
  border: 1px solid #747E8C;
  max-width: 100%;
  width: 100%;
  color: #FAFCFF;
  padding: 10px 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}
@media (max-width: 1280px) {
  section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form input, section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form select {
    font-size: 15px;
  }
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form input::-moz-placeholder, section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form select::-moz-placeholder {
  color: #B4BECC;
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form input::placeholder, section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form select::placeholder {
  color: #B4BECC;
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form input#Phone, section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form select#Phone {
  padding-left: 60px;
}
@media (max-width: 1280px) {
  section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form input, section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form select {
    font-size: 16 !important;
  }
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form .mktoErrorMsg {
  color: #ED1C24;
  font-size: 16px;
  margin-bottom: 10px;
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form button.mktoButton {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  display: block;
  margin: 20px auto 0;
  background-image: none;
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form form button.mktoButton:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form-sub-content {
  text-align: center;
  color: #747E8C;
  display: block;
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form-sub-content a {
  color: #A8080E;
}
section.m-landing-content .max-width .landing-content-left .landing-content-form-wrap span.landing-form-sub-content a:hover {
  color: #ED1C24;
}
section.m-landing-content .max-width .landing-content-right {
  flex: 1 1 50%;
  margin-left: 80px;
}
@media (max-width: 1280px) {
  section.m-landing-content .max-width .landing-content-right {
    margin-left: 40px;
  }
}
@media (max-width: 1000px) {
  section.m-landing-content .max-width .landing-content-right {
    margin-left: 0;
  }
}
section.m-landing-content .max-width .landing-content-right .landing-content-video-wrap {
  margin-bottom: 111px;
}
@media (max-width: 1000px) {
  section.m-landing-content .max-width .landing-content-right .landing-content-video-wrap {
    margin-bottom: 40px;
  }
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .testimonial-top {
  display: flex;
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .testimonial-top .persona-selector-slide-border {
  flex: 1 1 55.5px;
  margin-right: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .testimonial-top .persona-selector-slide-border {
    display: none;
  }
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .testimonial-top .persona-selector-slide-border img.persona-quotation-mark {
  max-height: 40px;
  max-width: 40px;
  margin: 0 auto;
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .testimonial-top .persona-selector-slide-border .persona-border-dots {
  border-right: 5px dotted #ed1c24;
  height: 100%;
  width: 5px;
  margin: 5px auto 0;
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .testimonial-top .testimonial-slide-body-wrap {
  flex: 1 1 90%;
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .testimonial-top .testimonial-slide-body-wrap .testimonial-slide-portrait-wrap {
  display: flex;
  align-items: center;
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .testimonial-top .testimonial-slide-body-wrap .testimonial-slide-portrait-wrap img.testimonial-slide-portrait {
  margin: 0 20px 30px 0;
  max-height: 108px;
  max-width: 108px;
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .testimonial-top .testimonial-slide-body-wrap .testimonial-slide-portrait-wrap .testimonial-slide-content-wrap {
  margin-bottom: 30px;
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .testimonial-top .testimonial-slide-body-wrap .testimonial-slide-portrait-wrap .testimonial-slide-content-wrap span span.testimonial-slide-name {
  text-transform: uppercase;
  color: #ED1C24;
  font-weight: 500;
  padding: 10px 10px 10px 0;
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .testimonial-top .testimonial-slide-body-wrap .testimonial-slide-portrait-wrap .testimonial-slide-content-wrap span span.testimonial-slide-job {
  text-transform: uppercase;
  padding: 10px;
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .testimonial-top .testimonial-slide-body-wrap blockquote.testimonial-slide-quote {
  color: #B4BECC;
  font-family: "Roboto", "sans-serif";
  font-size: 24px;
  text-transform: none;
  line-height: 156%;
  font-weight: 500;
  margin: 0;
  padding-left: 0;
  border-left: 0;
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .robust-testimonial-images {
  display: flex;
  max-width: 666px;
  justify-content: center;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .robust-testimonial-images {
    flex-direction: column;
    align-items: center;
  }
}
section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .robust-testimonial-images img.testimonial-image {
  max-width: 130px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  section.m-landing-content .max-width .landing-content-right .landing-content-testimonial-wrap .robust-testimonial-images img.testimonial-image {
    margin-bottom: 20px;
  }
}

section.m-landing-hero {
  background-color: #061019;
  padding: 240px 40px 140px;
}
@media (max-width: 1280px) {
  section.m-landing-hero {
    padding: 120px 20px 70px;
  }
}
@media (max-width: 767px) {
  section.m-landing-hero {
    padding: 80px 40px 40px;
  }
}
section.m-landing-hero .max-width {
  text-align: center;
}
section.m-landing-hero .max-width h1.landing-hero-title {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  color: white;
  max-width: 888px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  section.m-landing-hero .max-width h1.landing-hero-title {
    font-size: 36px;
  }
}
section.m-landing-hero .max-width span.landing-hero-copy {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  max-width: 888px;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 1280px) {
  section.m-landing-hero .max-width span.landing-hero-copy {
    font-size: 15px;
  }
}

section.m-mid-page-cta {
  background-size: cover;
  background-position: center center;
  padding: 260px 40px;
  border-bottom: 40px solid #061019;
  position: relative;
}
@media (max-width: 1280px) {
  section.m-mid-page-cta {
    padding: 180px 20px;
    border-bottom: 20px solid #061019;
  }
}
@media (max-width: 767px) {
  section.m-mid-page-cta {
    padding: 140px 20px;
  }
}
section.m-mid-page-cta .vertical-grad {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, #061019 0%, rgba(6, 16, 25, 0) 20%, rgba(6, 16, 25, 0) 80%, #061019 100%);
  top: 0;
  left: 0;
  pointer-events: none;
}
section.m-mid-page-cta .max-width {
  position: relative;
  z-index: 2;
  text-align: center;
}
section.m-mid-page-cta .max-width h2.mid-page-cta-title {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  color: #FAFCFF;
  margin: 0 auto 40px;
  max-width: 888px;
}
@media (max-width: 1280px) {
  section.m-mid-page-cta .max-width h2.mid-page-cta-title {
    font-size: 36px;
  }
}
section.m-mid-page-cta .max-width span.centered-copy {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  display: block;
  margin: 0 auto 40px;
  max-width: 888px;
}
@media (max-width: 1280px) {
  section.m-mid-page-cta .max-width span.centered-copy {
    font-size: 15px;
  }
}
section.m-mid-page-cta .max-width a.centered-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  margin-bottom: 0;
}
section.m-mid-page-cta .max-width a.centered-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}

section.m-podcast-content {
  background-color: #061019;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-podcast-content {
    padding: 0 20px 111px;
  }
}
section.m-podcast-content .max-width .podcast-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  section.m-podcast-content .max-width .podcast-links {
    flex-direction: column;
  }
}
section.m-podcast-content .max-width .podcast-links a.podcast-link {
  flex: 0 1 auto;
  margin: 0 25px 25px;
}
section.m-podcast-content .max-width .podcast-links a.podcast-link img {
  height: 75px;
  width: auto;
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view__gallery-card-cover {
  background-color: #061019 !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view {
  background-color: #061019 !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view .w-gallery-view__hero-content {
  margin-top: 0 !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view .w-gallery-view__gallery-card-cover {
  background-image: none !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view .w-gallery-view__hero-content-wrapper .w-gallery-view__hero-content h1 {
  display: none !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view .w-gallery-view__hero-content-wrapper .w-gallery-view__hero-content .w-gallery-view__description span {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC !important;
}
@media (max-width: 1280px) {
  section.m-podcast-content .max-width div.wistia_channel .w-gallery-view .w-gallery-view__hero-content-wrapper .w-gallery-view__hero-content .w-gallery-view__description span {
    font-size: 15px;
  }
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view .w-gallery-view__hero-content-wrapper .w-gallery-view__hero-content .w-channel-big-button {
  font-family: "Roboto", "sans-serif" !important;
  text-transform: uppercase !important;
  font-size: 24px !important;
  letter-spacing: auto !important;
  font-weight: 700 !important;
  line-height: 118% !important;
  text-decoration: none !important;
  background-color: #ED1C24 !important;
  color: #FAFCFF !important;
  border-radius: 4px !important;
  padding: 5px 28px !important;
  display: inline-block !important;
  border: 0 !important;
  min-width: 180px !important;
  text-align: center !important;
  transition: all 0.1s ease-out !important;
  border: 2px solid #ED1C24 !important;
  font-size: 21px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view .w-gallery-view__hero-content-wrapper .w-gallery-view__hero-content .w-channel-big-button:hover {
  background-color: #061019 !important;
  border: 2px solid #FAFCFF !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view .w-gallery-view__hero-content-wrapper .w-gallery-view__hero-content .w-channel-big-button span {
  display: none !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view .w-gallery-view__hero-content-wrapper .w-gallery-view__hero-content .w-channel-big-button span + span {
  font-family: "Roboto", "sans-serif" !important;
  text-transform: uppercase !important;
  font-size: 21x !important;
  letter-spacing: auto !important;
  font-weight: 700 !important;
  line-height: 118% !important;
  display: block !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view .w-gallery-view__hero-content-wrapper .w-gallery-view__hero-content > div > div + div button.w-channel-big-button {
  background-color: #061019 !important;
  color: #FAFCFF !important;
  border: 2px solid #FAFCFF !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view .w-gallery-view__hero-content-wrapper .w-gallery-view__hero-content > div > div + div button.w-channel-big-button:hover {
  background-color: #FAFCFF !important;
  color: #061019 !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-gallery-view .w-gallery-view__hero-content-wrapper .w-gallery-view__hero-content > div > div + div button.w-channel-big-button span {
  font-family: "Roboto", "sans-serif" !important;
  text-transform: uppercase !important;
  font-size: 21x !important;
  letter-spacing: auto !important;
  font-weight: 700 !important;
  line-height: 118% !important;
  display: block !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section > div {
  justify-content: center !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section h2 {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  font-size: 55px !important;
  line-height: 97% !important;
  margin-bottom: 20px !important;
  font-family: "Hardware", "sans-serif" !important;
  color: #FAFCFF !important;
  text-align: center !important;
  margin-bottom: 40px !important;
}
@media (max-width: 1280px) {
  section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section h2 {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section h2 {
    font-size: 24px !important;
  }
}
section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section h2:after {
  content: ".";
  color: #ED1C24;
}
section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row {
  align-items: center !important;
}
@media (max-width: 767px) {
  section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row {
    display: block !important;
  }
}
section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row h3 {
  color: #FAFCFF !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row svg g {
  fill: #A8080E !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row > div {
  width: 200px !important;
}
@media (max-width: 880px) {
  section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row > div {
    width: 100% !important;
  }
}
section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row > div + div {
  width: auto !important;
  justify-content: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
}
section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row > div + div > div {
  order: 3;
}
section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row > div + div > div svg g {
  fill: #ED1C24;
}
section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row > div + div h3 {
  order: 1;
  color: #FAFCFF !important;
  line-height: 120% !important;
  margin-bottom: 10px !important;
  font-family: "Roboto", "sans-serif" !important;
  font-weight: 900 !important;
  font-size: 28px !important;
  text-transform: uppercase !important;
}
@media (max-width: 1280px) {
  section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row > div + div h3 {
    font-size: 13px !important;
  }
}
section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row > div + div p {
  order: 2;
  color: #B4BECC !important;
  font-size: 18px !important;
  line-height: 154% !important;
  font-weight: 400 !important;
  font-family: "Roboto", "sans-serif" !important;
}
@media (max-width: 1280px) {
  section.m-podcast-content .max-width div.wistia_channel .w-list-view__body section .row-list .w-video-row > div + div p {
    font-size: 15px !important;
  }
}

section.m-resource-listing {
  background-color: #061019;
  padding: 0 40px 222px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  section.m-resource-listing {
    padding: 0 20px 111px;
  }
}
section.m-resource-listing .max-width .mix-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transform: translateY(-60px);
}
@media (max-width: 1280px) {
  section.m-resource-listing .max-width .mix-container {
    justify-content: center;
  }
}
section.m-resource-listing .max-width .mix-container .mix {
  background-color: #182333;
  width: 32%;
  transition: none;
  text-decoration: none;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  section.m-resource-listing .max-width .mix-container .mix {
    width: 380px;
    margin: 0px 10px 30px;
  }
}
section.m-resource-listing .max-width .mix-container .mix:hover .listing-card-image img {
  height: 110%;
}
section.m-resource-listing .max-width .mix-container .mix .listing-card-image {
  height: 255px;
  background-color: #FAFCFF;
  overflow: hidden;
  padding: 10px 10px 0;
  background-color: #182333;
  position: relative;
}
@media (max-width: 1280px) {
  section.m-resource-listing .max-width .mix-container .mix .listing-card-image {
    height: 200px;
  }
}
section.m-resource-listing .max-width .mix-container .mix .listing-card-image span {
  background: rgba(237, 28, 36, 0.6);
  color: #FAFCFF;
  position: absolute;
  bottom: 0;
  left: 10px;
  font-family: "Hardware", "sans-serif";
  display: block;
  padding: 0 5px;
}
section.m-resource-listing .max-width .mix-container .mix .listing-card-image img {
  transition: all 0.5s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
}
section.m-resource-listing .max-width .mix-container .mix .listing-card-content-wrap .listing-card-content {
  padding: 40px 40px 80px;
}
@media (max-width: 1280px) {
  section.m-resource-listing .max-width .mix-container .mix .listing-card-content-wrap .listing-card-content {
    padding: 20px 20px 40px;
  }
}
section.m-resource-listing .max-width .mix-container .mix .listing-card-content-wrap .listing-card-content h2 {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #FAFCFF;
  font-size: 21px;
  line-height: 120%;
  margin-top: 0;
}
@media (max-width: 1280px) {
  section.m-resource-listing .max-width .mix-container .mix .listing-card-content-wrap .listing-card-content h2 {
    font-size: 13px;
  }
}
section.m-resource-listing .max-width .mix-container .mix .listing-card-content-wrap .listing-card-content p {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
}
@media (max-width: 1280px) {
  section.m-resource-listing .max-width .mix-container .mix .listing-card-content-wrap .listing-card-content p {
    font-size: 15px;
  }
}
section.m-resource-listing .max-width .mix-container .mix .listing-card-content-wrap .listing-card-content span.listing-card-link {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 1280px) {
  section.m-resource-listing .max-width .mix-container .mix .listing-card-content-wrap .listing-card-content span.listing-card-link {
    font-size: 13px;
  }
}
section.m-resource-listing .max-width .mix-container .mix .listing-card-content-wrap .listing-card-content span.listing-card-link:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section.m-resource-listing .max-width .mix-container .mix .listing-card-content-wrap .listing-card-content span.listing-card-link:hover {
  color: #FAFCFF;
}
section.m-resource-listing .max-width .mix-container .mix .listing-card-content-wrap .listing-card-content span.listing-card-link:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}
@media (max-width: 1280px) {
  section.m-resource-listing .max-width .mix-container .mix .listing-card-content-wrap .listing-card-content span.listing-card-link {
    left: 20px;
    bottom: 20px;
  }
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card {
  background-color: #E6EBF2;
  padding: 40px;
  display: flex;
  align-items: center;
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap form {
  margin-bottom: 0;
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap img {
  max-width: 45px;
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap h2 {
  font-size: 40px;
  color: #182333;
  margin-top: 0;
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap span.listing-subscribe-success {
  display: none;
  color: #3F4D61;
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap .mktoAsterix {
  display: none;
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap label {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  color: #182333;
  font-weight: 600;
  font-size: 20px;
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap input {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  display: block;
  width: 100%;
  background-color: #3F4D61;
  color: #B4BECC;
}
@media (max-width: 1280px) {
  section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap input {
    font-size: 15px;
  }
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap input::-moz-placeholder {
  color: #B4BECC;
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap input::placeholder {
  color: #B4BECC;
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap input[type=submit] {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  margin-top: 30px;
  margin-left: auto;
  width: auto;
  display: block;
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap input[type=submit]:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap button.mktoButton {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  margin-top: 30px;
  margin-left: auto;
  width: auto;
  display: block;
}
section.m-resource-listing .max-width .mix-container .mix.inserted-listing-card .resource-listing-form-wrap button.mktoButton:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-resource-listing .max-width .pagination {
  margin-top: 70px;
}
section.m-resource-listing .max-width .pagination .mixitup-page-list {
  text-align: center;
}
section.m-resource-listing .max-width .pagination .mixitup-page-list .mixitup-control {
  display: inline-block;
  height: 42px;
  min-width: 42px;
  font-size: 21px;
  background-color: #747E8C;
  color: #FAFCFF;
  font-family: "Roboto", "sans-serif";
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: none;
  outline: none;
  border-radius: 22px;
  margin: 0 5px;
}
@media (max-width: 1280px) {
  section.m-resource-listing .max-width .pagination .mixitup-page-list .mixitup-control {
    height: 24px;
    min-width: 24px;
    font-size: 16px;
    border-radius: 12px;
  }
}
section.m-resource-listing .max-width .pagination .mixitup-page-list .mixitup-control:hover {
  background-color: rgba(51, 51, 51, 0.8);
}
section.m-resource-listing .max-width .pagination .mixitup-page-list .mixitup-control.mixitup-control-active {
  background-color: #ED1C24;
}
section.m-resource-listing .max-width .pagination .mixitup-page-list .mixitup-control.mixitup-control-disabled {
  display: none;
}
section.m-resource-listing .max-width .pagination .mixitup-page-list .mixitup-control.mixitup-control-truncation-marker {
  background-color: transparent;
  color: #747E8C;
  pointer-events: none;
  min-width: 0px;
  margin: 0;
}

section.m-robust-cards {
  background-color: #061019;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-robust-cards {
    padding: 0 20px 111px;
  }
}
section.m-robust-cards.contain-image div.max-width div.robust-cards-house .robust-card div.robust-card-image {
  background-size: contain;
  background-repeat: no-repeat;
}
section.m-robust-cards .max-width {
  max-width: 1350px;
}
section.m-robust-cards .max-width h2.title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  text-align: center;
}
@media (max-width: 1280px) {
  section.m-robust-cards .max-width h2.title {
    font-size: 24px;
  }
}
section.m-robust-cards .max-width .robust-cards-house {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1280px) {
  section.m-robust-cards .max-width .robust-cards-house {
    justify-content: center;
  }
}
section.m-robust-cards .max-width .robust-cards-house .robust-card {
  display: block;
  text-decoration: none;
  background-color: #182333;
  max-width: 30%;
  margin-bottom: 25px;
  padding: 5px;
  margin: 0 12px 25px;
  position: relative;
  transition: all 0.2s ease-out;
}
section.m-robust-cards .max-width .robust-cards-house .robust-card:hover {
  transform: scale(1.05);
}
@media (max-width: 1280px) {
  section.m-robust-cards .max-width .robust-cards-house .robust-card {
    max-width: 425px;
  }
}
section.m-robust-cards .max-width .robust-cards-house .robust-card div.robust-card-image {
  background-size: cover;
  background-position: center center;
  height: 220px;
  width: 100%;
  position: relative;
  background-color: #061019;
}
section.m-robust-cards .max-width .robust-cards-house .robust-card .robust-card-content {
  padding: 40px 40px 80px;
}
section.m-robust-cards .max-width .robust-cards-house .robust-card .robust-card-content span.robust-card-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  display: block;
  color: #E6EBF2;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  section.m-robust-cards .max-width .robust-cards-house .robust-card .robust-card-content span.robust-card-title {
    font-size: 13px;
  }
}
section.m-robust-cards .max-width .robust-cards-house .robust-card .robust-card-content span.robust-card-copy {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  display: block;
  color: #B4BECC;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  section.m-robust-cards .max-width .robust-cards-house .robust-card .robust-card-content span.robust-card-copy {
    font-size: 15px;
  }
}
section.m-robust-cards .max-width .robust-cards-house .robust-card .robust-card-content span.robust-card-link {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  text-align: left;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 1280px) {
  section.m-robust-cards .max-width .robust-cards-house .robust-card .robust-card-content span.robust-card-link {
    font-size: 13px;
  }
}
section.m-robust-cards .max-width .robust-cards-house .robust-card .robust-card-content span.robust-card-link:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section.m-robust-cards .max-width .robust-cards-house .robust-card .robust-card-content span.robust-card-link:hover {
  color: #FAFCFF;
}
section.m-robust-cards .max-width .robust-cards-house .robust-card .robust-card-content span.robust-card-link:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}

section.m-robust-testimonial {
  background-color: #061019;
  padding: 222px 40px;
  position: relative;
}
@media (max-width: 1280px) {
  section.m-robust-testimonial {
    padding: 111px 20px;
  }
}
section.m-robust-testimonial .testimonial-slider-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(6, 16, 25);
  background: linear-gradient(0deg, rgb(6, 16, 25) 0%, rgba(6, 16, 25, 0.8) 50%, rgb(6, 16, 25) 100%);
  left: 0;
  top: 0;
}
section.m-robust-testimonial .max-width {
  position: relative;
  z-index: 2;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap {
  max-width: 888px;
  text-align: center;
  margin: 0 auto;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider {
  position: relative;
  min-height: 400px;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider ul.slick-dots {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider ul.slick-dots li {
  cursor: pointer;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider ul.slick-dots li button {
  background-color: #747E8C;
  border: none;
  border-radius: 50%;
  font-size: 0;
  width: 14px;
  height: 14px;
  margin: 0px 7px;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider ul.slick-dots li.slick-active button {
  background-color: #ED1C24;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider .testimonial-slide {
  display: flex;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider .testimonial-slide .persona-selector-slide-border {
  display: none;
  flex: 1 1 55.5px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider .testimonial-slide .persona-selector-slide-border {
    display: none;
  }
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider .testimonial-slide .persona-selector-slide-border img.persona-quotation-mark {
  max-height: 40px;
  max-width: 40px;
  margin: 0 auto;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider .testimonial-slide .persona-selector-slide-border .persona-border-dots {
  border-right: 5px dotted #ed1c24;
  height: 100%;
  width: 5px;
  margin: 5px auto 0;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider .testimonial-slide .testimonial-slide-body-wrap {
  flex: 1 1 90%;
  padding-top: 40px;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider .testimonial-slide .testimonial-slide-body-wrap .testimonial-slide-portrait-wrap img.testimonial-slide-portrait {
  margin: 0 auto 20px;
  max-height: 108px;
  max-width: 108px;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider .testimonial-slide .testimonial-slide-body-wrap .testimonial-slide-content-wrap {
  margin-top: 30px;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider .testimonial-slide .testimonial-slide-body-wrap .testimonial-slide-content-wrap span.testimonial-slide-name {
  text-transform: uppercase;
  color: #ED1C24;
  font-weight: 500;
  padding: 10px 10px 10px 0;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider .testimonial-slide .testimonial-slide-body-wrap .testimonial-slide-content-wrap span.testimonial-slide-job {
  text-transform: uppercase;
  padding: 10px;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap .testimonial-slider .testimonial-slide .testimonial-slide-body-wrap blockquote.testimonial-slide-quote {
  color: #B4BECC;
  font-family: "Roboto", "sans-serif";
  font-size: 24px;
  text-transform: none;
  line-height: 156%;
  font-weight: 500;
  margin: 0;
  padding-left: 0;
  border-left: 0;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap div.slide-arrow {
  padding: 20px;
  position: absolute;
  top: 25%;
  cursor: pointer;
}
@media (max-width: 767px) {
  section.m-robust-testimonial .max-width .testimonial-slider-wrap div.slide-arrow {
    display: none;
  }
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap div.slide-arrow.slide-prev2 {
  left: 0;
}
section.m-robust-testimonial .max-width .testimonial-slider-wrap div.slide-arrow.slide-next2 {
  right: 0;
}
section.m-robust-testimonial .max-width .robust-testimonial-images {
  display: flex;
  max-width: 666px;
  justify-content: center;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  section.m-robust-testimonial .max-width .robust-testimonial-images {
    flex-direction: column;
    align-items: center;
  }
}
section.m-robust-testimonial .max-width .robust-testimonial-images img.testimonial-image {
  max-width: 130px;
  margin: 0 20px;
}
@media (max-width: 767px) {
  section.m-robust-testimonial .max-width .robust-testimonial-images img.testimonial-image {
    margin-bottom: 20px;
  }
}

section.m-step-cards {
  padding: 0 40px 140px;
  background-color: #061019;
}
@media (max-width: 1280px) {
  section.m-step-cards {
    padding: 0 20px 111px;
  }
}
section.m-step-cards .max-width .step-cards-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  section.m-step-cards .max-width .step-cards-wrap {
    flex-direction: column;
    align-items: center;
  }
}
section.m-step-cards .max-width .step-cards-wrap .step-card {
  width: 400px;
}
@media (max-width: 1340px) {
  section.m-step-cards .max-width .step-cards-wrap .step-card {
    width: 370px;
  }
}
@media (max-width: 1280px) {
  section.m-step-cards .max-width .step-cards-wrap .step-card {
    padding: 20px;
  }
}
section.m-step-cards .max-width .step-cards-wrap .step-card h2.step-card-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  font-size: 48px;
  margin-top: 0;
  color: #ED1C24;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  section.m-step-cards .max-width .step-cards-wrap .step-card h2.step-card-title {
    font-size: 24px;
  }
}
section.m-step-cards .max-width .step-cards-wrap .step-card span.step-card-copy {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #FAFCFF;
  text-transform: none;
}
@media (max-width: 1280px) {
  section.m-step-cards .max-width .step-cards-wrap .step-card span.step-card-copy {
    font-size: 13px;
  }
}

section.m-team-listing {
  background-color: #061019;
  padding: 0 40px 111px;
}
@media (max-width: 1280px) {
  section.m-team-listing {
    padding: 0 20px 111px;
  }
}
section.m-team-listing .max-width {
  text-align: center;
}
section.m-team-listing .max-width h2.team-listing-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  max-width: 888px;
  text-align: center;
  margin: 0 auto 30px;
}
@media (max-width: 1280px) {
  section.m-team-listing .max-width h2.team-listing-title {
    font-size: 24px;
  }
}
section.m-team-listing .max-width span.team-listing-copy {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  max-width: 888px;
  text-align: center;
  margin: 0 auto 80px;
  display: block;
}
@media (max-width: 1280px) {
  section.m-team-listing .max-width span.team-listing-copy {
    font-size: 15px;
  }
}
section.m-team-listing .max-width .team-member-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.m-team-listing .max-width .team-member-wrap .team-member {
  width: 400px;
  padding: 20px;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  section.m-team-listing .max-width .team-member-wrap .team-member {
    margin-bottom: 20px;
  }
}
section.m-team-listing .max-width .team-member-wrap .team-member img.team-member-portrait {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin-bottom: 30px;
}
section.m-team-listing .max-width .team-member-wrap .team-member h3.team-member-name {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #FAFCFF;
  margin-top: 0;
}
@media (max-width: 1280px) {
  section.m-team-listing .max-width .team-member-wrap .team-member h3.team-member-name {
    font-size: 13px;
  }
}
section.m-team-listing .max-width .team-member-wrap .team-member a.team-member-linkedin {
  transition: all 0.2s ease-out;
  display: block;
}
section.m-team-listing .max-width .team-member-wrap .team-member a.team-member-linkedin img {
  max-width: 48px;
  display: block;
  margin: 10px auto 0;
}
section.m-team-listing .max-width .team-member-wrap .team-member a.team-member-linkedin:hover {
  transform: scale(1.1);
}

section.m-centered-cards {
  background-color: #061019;
  padding: 0 40px 200px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  section.m-centered-cards {
    padding: 0 20px 111px;
  }
}
section.m-centered-cards .max-width {
  text-align: center;
}
section.m-centered-cards .max-width h2.centered-cards-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
}
@media (max-width: 1280px) {
  section.m-centered-cards .max-width h2.centered-cards-title {
    font-size: 24px;
  }
}
section.m-centered-cards .max-width .centered-cards-wrap {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
section.m-centered-cards .max-width .centered-cards-wrap .centered-card {
  text-align: center;
  width: 400px;
  position: relative;
}
@media (max-width: 1340px) {
  section.m-centered-cards .max-width .centered-cards-wrap .centered-card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.m-centered-cards .max-width .centered-cards-wrap .centered-card {
    width: auto;
  }
}
section.m-centered-cards .max-width .centered-cards-wrap .centered-card.with-cta {
  padding-bottom: 70px;
}
section.m-centered-cards .max-width .centered-cards-wrap .centered-card img.centered-card-image {
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
}
section.m-centered-cards .max-width .centered-cards-wrap .centered-card h3.centered-card-title {
  color: #FAFCFF;
}
section.m-centered-cards .max-width .centered-cards-wrap .centered-card span.centered-card-copy {
  display: block;
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
}
@media (max-width: 1280px) {
  section.m-centered-cards .max-width .centered-cards-wrap .centered-card span.centered-card-copy {
    font-size: 15px;
  }
}
section.m-centered-cards .max-width .centered-cards-wrap .centered-card a.centered-card-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  position: static;
  bottom: 0;
  margin-top: 20px;
}
section.m-centered-cards .max-width .centered-cards-wrap .centered-card a.centered-card-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-centered-cards .max-width a.centered-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  margin-top: 40px;
}
section.m-centered-cards .max-width a.centered-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}

section.m-blog-hero {
  background-size: cover;
  background-position: center center;
  padding: 0px 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  section.m-blog-hero {
    padding: 111px 20px;
  }
}
section.m-blog-hero .blog-hero-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
section.m-blog-hero .max-width {
  position: relative;
  z-index: 2;
  margin-bottom: -40px;
}
section.m-blog-hero .max-width .blog-hero-content {
  padding-top: 50px;
  text-align: center;
}
section.m-blog-hero .max-width .blog-hero-content span.post-tag {
  display: inline-block;
  color: #FAFCFF;
  font-size: 90px;
  padding: 12px 24px;
  margin-bottom: 40px;
  font-family: "Hardware", "sans-serif";
}
section.m-blog-hero .max-width .blog-hero-content h1.blog-hero-title {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  color: #FAFCFF;
  margin-top: 0;
}
@media (max-width: 1280px) {
  section.m-blog-hero .max-width .blog-hero-content h1.blog-hero-title {
    font-size: 36px;
  }
}

section.customer-stats {
  padding: 80px 40px 80px;
  background-color: #061019;
}
section.customer-stats .max-width {
  text-align: center;
}
section.customer-stats .max-width h1.customer-stats-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #FAFCFF;
  max-width: 1110px;
  font-size: 36px;
  line-height: 107%;
  margin: 0 auto 40px;
}
@media (max-width: 1280px) {
  section.customer-stats .max-width h1.customer-stats-title {
    font-size: 13px;
  }
}
section.customer-stats .max-width .customer-stats-house {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  section.customer-stats .max-width .customer-stats-house {
    flex-direction: column;
  }
}
section.customer-stats .max-width .customer-stats-house .customer-stat {
  width: 400px;
  padding: 20px;
}
@media (max-width: 767px) {
  section.customer-stats .max-width .customer-stats-house .customer-stat {
    margin: 0 auto;
  }
}
section.customer-stats .max-width .customer-stats-house .customer-stat img.customer-stat-icon {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  width: auto;
}
section.customer-stats .max-width .customer-stats-house .customer-stat h3.customer-stat-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  color: #FAFCFF;
}
@media (max-width: 1280px) {
  section.customer-stats .max-width .customer-stats-house .customer-stat h3.customer-stat-title {
    font-size: 13px;
  }
}
section.customer-stats .max-width .customer-stats-house .customer-stat span.customer-stat-copy {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
}
@media (max-width: 1280px) {
  section.customer-stats .max-width .customer-stats-house .customer-stat span.customer-stat-copy {
    font-size: 15px;
  }
}

section.m-blog-content {
  padding: 0 40px 111px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  section.m-blog-content {
    padding: 0 20px 111px;
  }
}
section.m-blog-content .max-width .blog-content-wrap {
  display: grid;
  grid-template-columns: 680px auto;
  grid-gap: 100px;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap {
    display: block;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content {
  max-width: 822px;
  padding-top: 100px;
  position: relative;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content.webinar-content {
  padding-top: 0;
  margin-top: 80px;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content {
    max-width: 600px;
    margin-bottom: 80px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .above-content-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55.5px;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .above-content-block .above-content-read-time {
  flex: 1 1 50%;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .above-content-block .above-content-read-time .publish-date {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  color: #B4BECC;
  font-weight: 600;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content .above-content-block .above-content-read-time .publish-date {
    font-size: 13px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .above-content-block .above-content-read-time .read-time {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content .above-content-block .above-content-read-time .read-time {
    font-size: 13px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .above-content-block .above-content-author {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: right;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .above-content-block .above-content-author .above-avatar {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .above-content-block .above-content-author .above-avatar img {
  width: auto;
  height: auto;
  margin: 0;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .above-content-block .above-content-author span.above-author {
  margin-left: 10px;
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  font-size: 20px;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content .above-content-block .above-content-author span.above-author {
    font-size: 24px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content h1.blog-content-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content h1.blog-content-title {
    font-size: 24px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .blog-content-main-image {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .author-content {
  display: flex;
  margin-top: 111px;
  align-items: center;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .author-content .author-avatar {
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-right: 40px;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .author-content .author-avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .author-content .author-text .post-author {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  font-size: 24px;
  color: #3F4D61;
  display: block;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content .author-content .author-text .post-author {
    font-size: 24px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content .author-content .author-text .post-author-bio {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #3F4D61;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content .author-content .author-text .post-author-bio {
    font-size: 15px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content * {
  max-width: 100%;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content img {
  width: auto;
  margin: 20px 0;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content figure {
  margin: 40px 0;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content a {
  color: #A8080E;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content h1, section.m-blog-content .max-width .blog-content-wrap .blog-content h1 span {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  font-size: 48px;
  color: #182333;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content h1, section.m-blog-content .max-width .blog-content-wrap .blog-content h1 span {
    font-size: 36px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content h2, section.m-blog-content .max-width .blog-content-wrap .blog-content h2 span {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  font-size: 24px;
  color: #A8080E;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content h2, section.m-blog-content .max-width .blog-content-wrap .blog-content h2 span {
    font-size: 24px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content h3, section.m-blog-content .max-width .blog-content-wrap .blog-content h3 span {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #182333;
  text-transform: uppercase;
  font-size: 24px;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content h3, section.m-blog-content .max-width .blog-content-wrap .blog-content h3 span {
    font-size: 13px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content h4, section.m-blog-content .max-width .blog-content-wrap .blog-content h4 span {
  color: #A8080E;
  text-transform: uppercase;
  font-size: 20px;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content p, section.m-blog-content .max-width .blog-content-wrap .blog-content span {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #182333;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content p, section.m-blog-content .max-width .blog-content-wrap .blog-content span {
    font-size: 15px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content ul, section.m-blog-content .max-width .blog-content-wrap .blog-content ol {
  font-family: "Roboto", "sans-serif";
  margin: 40px 0;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content ul li, section.m-blog-content .max-width .blog-content-wrap .blog-content ol li {
  color: #182333;
  margin-bottom: 10px;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content ul ul, section.m-blog-content .max-width .blog-content-wrap .blog-content ul ol, section.m-blog-content .max-width .blog-content-wrap .blog-content ol ul, section.m-blog-content .max-width .blog-content-wrap .blog-content ol ol {
  margin: 20px 0;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content ul {
  list-style: none; /* Remove default bullets */
}
section.m-blog-content .max-width .blog-content-wrap .blog-content ul li:before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content blockquote {
  border-left: 10px solid #A8080E;
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  color: #182333;
  text-transform: none;
  padding: 10px 0 10px 40px;
  margin: 40px 0;
  line-height: 125%;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content blockquote {
    font-size: 13px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav {
  margin-top: 55.5px;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links {
  display: flex;
}
@media (max-width: 767px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links {
    display: block;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a .post-link-card img.nav-arrow {
  margin-right: 40px;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a .post-link-card img.nav-arrow {
  margin-left: 40px;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next {
  position: relative;
  flex: 1 1 99%;
  display: flex;
  justify-content: center;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a {
  text-decoration: none;
  display: block;
  align-items: center;
  width: 100%;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a .post-link-card, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a .post-link-card {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  transition: all 0.1s ease-out;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a .post-link-card .card-top, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a .post-link-card .card-top {
  display: flex;
  align-items: center;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a .post-link-card .card-top.left, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a .post-link-card .card-top.left {
  justify-content: left;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a .post-link-card .card-top.right, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a .post-link-card .card-top.right {
  justify-content: right;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a .post-link-card .card-top img.nav-arrow, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a .post-link-card .card-top img.nav-arrow {
  background-color: #A8080E;
  max-width: 36px;
  padding: 10px;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.1s ease-out;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a .post-link-card .card-top span.meta-nav, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a .post-link-card .card-top span.meta-nav {
  display: block;
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #A8080E;
  margin-bottom: 0;
  transition: all 0.1s ease-out;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a .post-link-card .card-top span.meta-nav, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a .post-link-card .card-top span.meta-nav {
    font-size: 13px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a .post-link-card .blog-nav-content img, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a .post-link-card .blog-nav-content img {
  margin-top: 10px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a .post-link-card .blog-nav-content span.post-title, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a .post-link-card .blog-nav-content span.post-title {
  display: block;
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  font-size: 24px;
  transition: all 0.1s ease-out;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a .post-link-card .blog-nav-content span.post-title, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a .post-link-card .blog-nav-content span.post-title {
    font-size: 24px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a:hover .post-link-card, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a:hover .post-link-card {
  background-color: #253452;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a:hover .post-link-card .card-top img.nav-arrow, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a:hover .post-link-card .card-top img.nav-arrow {
  background-color: #ED1C24;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a:hover .post-link-card .card-top span.meta-nav, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a:hover .post-link-card .card-top span.meta-nav {
  color: #ED1C24;
}
section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-previous a:hover .post-link-card .blog-nav-content span.post-title, section.m-blog-content .max-width .blog-content-wrap .blog-content div.m-blog-nav nav.navigation .nav-links .nav-next a:hover .post-link-card .blog-nav-content span.post-title {
  color: #FAFCFF;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form {
  max-width: 460px;
  transform: translateY(-80px);
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form.customer-form {
  transform: none;
  margin-top: 111px;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form.customer-form form.form-post {
  top: 80px;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .single-post-form {
    max-width: 600px;
    transform: none;
    margin: 0 auto;
  }
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-top: 8px solid var(--accent-color); /* Safari */
  position: sticky;
  top: 160px;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-top: none;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner {
  padding: 40px;
  background-color: #253452;
  background-image: url("");
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-top: 8px solid var(--accent-color);
  margin-bottom: 20px;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner img {
  width: 60px;
  margin: 0 0 12px 0;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner h3 {
  padding: 0 0 33px 0;
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  margin-top: 0;
  font-size: 42px;
  color: #182333;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner h3 {
    font-size: 24px;
  }
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form {
  margin-bottom: 0;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form label {
  display: block;
  padding: 0;
  font-size: 0.95rem;
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-weight: 600;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form label .mktoAsterix {
  display: none;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=text],
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=tel],
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=number],
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=email] {
  display: block;
  width: 100%;
  background-color: #3F4D61;
  color: #E6EBF2;
  border: none;
  transform: 0.2s;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=text]::-moz-placeholder, section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=tel]::-moz-placeholder, section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=number]::-moz-placeholder, section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=email]::-moz-placeholder {
  color: #B4BECC;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=text]::placeholder,
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=tel]::placeholder,
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=number]::placeholder,
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=email]::placeholder {
  color: #B4BECC;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=text]:focus,
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=tel]:focus,
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=number]:focus,
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=email]:focus {
  display: block;
  width: 100%;
  background-color: #3F4D61;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=submit], section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form button.mktoButton {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  display: block;
  width: 182px;
  margin-left: auto;
  margin-top: 20px;
  margin-right: 0;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=submit]:hover, section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form button.mktoButton:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input:not(:last-of-type) {
  margin: 0 0 22px 0;
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=text]:not(:-moz-placeholder-shown), section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=tel]:not(:-moz-placeholder-shown), section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=number]:not(:-moz-placeholder-shown), section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=email]:not(:-moz-placeholder-shown) {
  border-bottom: 2px solid rgb(102, 102, 102);
}
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=text]:not(:placeholder-shown),
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=tel]:not(:placeholder-shown),
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=number]:not(:placeholder-shown),
section.m-blog-content .max-width .blog-content-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=email]:not(:placeholder-shown) {
  border-bottom: 2px solid rgb(102, 102, 102);
}
section.m-rich-text {
  padding: 0 40px 150px;
}
@media (max-width: 1280px) {
  section.m-rich-text {
    padding: 0 20px 75px;
  }
}
section.m-rich-text.dark-rich {
  background-color: #061019;
}
section.m-rich-text.dark-rich .max-width h1, section.m-rich-text.dark-rich .max-width h1 span {
  color: #FAFCFF;
}
section.m-rich-text.dark-rich .max-width h2, section.m-rich-text.dark-rich .max-width h2 span {
  color: #FAFCFF;
}
section.m-rich-text.dark-rich .max-width h3, section.m-rich-text.dark-rich .max-width h3 span {
  color: #FAFCFF;
}
section.m-rich-text.dark-rich .max-width h4, section.m-rich-text.dark-rich .max-width h4 span {
  color: #A8080E;
}
section.m-rich-text.dark-rich .max-width p, section.m-rich-text.dark-rich .max-width span {
  color: #FAFCFF;
}
section.m-rich-text.dark-rich .max-width ul li, section.m-rich-text.dark-rich .max-width ol li {
  color: #FAFCFF;
}
section.m-rich-text.dark-rich .max-width blockquote {
  color: #FAFCFF;
}
section.m-rich-text .max-width {
  max-width: 822px;
  padding-top: 100px;
  position: relative;
}
@media (max-width: 1280px) {
  section.m-rich-text .max-width {
    max-width: 600px;
  }
}
section.m-rich-text .max-width * {
  max-width: 100%;
}
section.m-rich-text .max-width img {
  width: auto;
  margin: 20px 0;
}
section.m-rich-text .max-width figure {
  margin: 40px 0;
}
section.m-rich-text .max-width a {
  color: #A8080E;
}
section.m-rich-text .max-width h1, section.m-rich-text .max-width h1 span {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  font-size: 48px;
  color: #ED1C24;
}
@media (max-width: 1280px) {
  section.m-rich-text .max-width h1, section.m-rich-text .max-width h1 span {
    font-size: 36px;
  }
}
section.m-rich-text .max-width h2, section.m-rich-text .max-width h2 span {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  font-size: 38px;
  color: #182333;
}
@media (max-width: 1280px) {
  section.m-rich-text .max-width h2, section.m-rich-text .max-width h2 span {
    font-size: 24px;
  }
}
section.m-rich-text .max-width h3, section.m-rich-text .max-width h3 span {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #182333;
  text-transform: uppercase;
  font-size: 24px;
}
@media (max-width: 1280px) {
  section.m-rich-text .max-width h3, section.m-rich-text .max-width h3 span {
    font-size: 13px;
  }
}
section.m-rich-text .max-width h4, section.m-rich-text .max-width h4 span {
  color: #A8080E;
  text-transform: uppercase;
  font-size: 20px;
}
section.m-rich-text .max-width p, section.m-rich-text .max-width span {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #182333;
}
@media (max-width: 1280px) {
  section.m-rich-text .max-width p, section.m-rich-text .max-width span {
    font-size: 15px;
  }
}
section.m-rich-text .max-width ul, section.m-rich-text .max-width ol {
  font-family: "Roboto", "sans-serif";
  margin: 40px 0;
}
section.m-rich-text .max-width ul li, section.m-rich-text .max-width ol li {
  font-weight: 700;
  color: #182333;
  margin-bottom: 10px;
}
section.m-rich-text .max-width ul ul, section.m-rich-text .max-width ul ol, section.m-rich-text .max-width ol ul, section.m-rich-text .max-width ol ol {
  margin: 20px 0;
}
section.m-rich-text .max-width ul {
  list-style: none; /* Remove default bullets */
}
section.m-rich-text .max-width ul li:before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
section.m-rich-text .max-width blockquote {
  border-left: 10px solid #A8080E;
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  color: #182333;
  text-transform: none;
  padding: 10px 0 10px 40px;
  margin: 40px 0;
  line-height: 125%;
}
@media (max-width: 1280px) {
  section.m-rich-text .max-width blockquote {
    font-size: 13px;
  }
}

section.m-wistia-webinar-channel {
  margin-top: -32px;
}
section.m-wistia-webinar-channel .w-gallery-view {
  padding-bottom: 100px !important;
}

section.m-thank-you-hero .thank-you-background {
  padding: 333px 40px 222px;
  background-color: #061019;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 0;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-background {
    padding: 222px 20px 111px;
    border-bottom: 40px solid #061019;
  }
  section.m-thank-you-hero .thank-you-background.light {
    border-bottom: 20px solid #061019;
  }
  section.m-thank-you-hero .thank-you-background.overlap {
    border-bottom: 20px solid #061019;
    margin-bottom: 0px;
  }
}
section.m-thank-you-hero .thank-you-background .large-hero-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(6, 16, 25);
  background: linear-gradient(90deg, rgb(6, 16, 25) 0%, rgba(6, 16, 25, 0) 100%);
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  section.m-thank-you-hero .thank-you-background .large-hero-gradient {
    background: linear-gradient(0deg, rgb(6, 16, 25) 50%, rgba(6, 16, 25, 0) 100%);
  }
}
section.m-thank-you-hero .thank-you-background .max-width {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-background .max-width {
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  section.m-thank-you-hero .thank-you-background .max-width {
    display: block;
  }
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-content {
  position: relative;
  z-index: 2;
  flex: 1 1 70%;
  text-align: center;
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-content.video-width {
  flex: 1 1 50%;
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-content span.large-hero-pre-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #ED1C24;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-background .max-width .large-hero-content span.large-hero-pre-title {
    font-size: 13px;
  }
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-content img.large-hero-logo {
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-background .max-width .large-hero-content img.large-hero-logo {
    max-width: 50% !important;
  }
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-content h1.large-hero-title {
  color: #FAFCFF;
  max-width: 999px;
  margin: 0 auto 20px;
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-content span.large-hero-copy {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #E6EBF2;
  max-width: 777px;
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-background .max-width .large-hero-content span.large-hero-copy {
    font-size: 15px;
  }
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-content a.large-hero-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  margin-top: 50px;
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-content a.large-hero-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
@media (max-width: 767px) {
  section.m-thank-you-hero .thank-you-background .max-width .large-hero-content a.large-hero-cta {
    font-family: "Roboto", "sans-serif";
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: auto;
    font-weight: 700;
    line-height: 118%;
    text-decoration: none;
    background-color: #ED1C24;
    color: #FAFCFF;
    border-radius: 4px;
    padding: 5px 28px;
    display: inline-block;
    border: 0;
    min-width: 180px;
    text-align: center;
    transition: all 0.1s ease-out;
    border: 2px solid #ED1C24;
    font-size: 21px;
    margin-top: 20px;
  }
  section.m-thank-you-hero .thank-you-background .max-width .large-hero-content a.large-hero-cta:hover {
    background-color: #061019;
    border: 2px solid #FAFCFF;
  }
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-content .large-hero-cta-wrap {
  margin-top: 20px;
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-content .large-hero-cta-wrap:nth-of-type(1) {
  margin-top: 50px;
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-content .large-hero-cta-wrap a.small-hero-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-content .large-hero-cta-wrap a.small-hero-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-video {
  position: relative;
  z-index: 2;
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  section.m-thank-you-hero .thank-you-background .max-width .large-hero-video {
    margin-top: 40px;
  }
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-video span.large-hero-video-wrap {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  border: 1px solid #FAFCFF;
  margin-left: 40px;
}
@media (max-width: 767px) {
  section.m-thank-you-hero .thank-you-background .max-width .large-hero-video span.large-hero-video-wrap {
    margin-left: 0;
  }
}
section.m-thank-you-hero .thank-you-background .max-width .large-hero-video span.large-hero-video-wrap #wistia_87.big_play_button_background {
  border-radius: 50% !important;
  left: 256px !important;
}
section.m-thank-you-hero .thank-you-resource-wrap {
  position: relative;
  z-index: 2;
  background: #061019;
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-50px);
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house {
    justify-content: center;
  }
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix {
  background-color: #182333;
  width: 425px;
  transition: none;
  text-decoration: none;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix {
    width: 380px;
    margin: 0px 10px 30px;
  }
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix:hover .listing-card-image img {
  height: 110%;
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-image {
  height: 305px;
  background-color: #FAFCFF;
  overflow: hidden;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-image {
    height: 200px;
  }
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-image span {
  background: rgba(250, 252, 255, 0.6);
  color: #182333;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Hardware", "sans-serif";
  display: block;
  padding: 0 5px;
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-image img {
  transition: all 0.5s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content {
  padding: 40px 40px 80px;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content {
    padding: 20px 20px 40px;
  }
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content h2 {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #FAFCFF;
  font-size: 21px;
  line-height: 120%;
  margin-top: 0;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content h2 {
    font-size: 13px;
  }
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content p {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content p {
    font-size: 15px;
  }
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content span.listing-card-link {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content span.listing-card-link {
    font-size: 13px;
  }
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content span.listing-card-link:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content span.listing-card-link:hover {
  color: #FAFCFF;
}
section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content span.listing-card-link:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}
@media (max-width: 1280px) {
  section.m-thank-you-hero .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content span.listing-card-link {
    left: 20px;
    bottom: 20px;
  }
}

section.t-404 {
  border-bottom: 0;
}

section.m-contact {
  padding: 111px 40px 222px;
  border-bottom: 222px solid #061019;
  background-color: #061019;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  section.m-contact {
    padding: 111px 20px 111px;
    border-bottom: 40px solid #061019;
  }
  section.m-contact.light {
    border-bottom: 20px solid #061019;
  }
  section.m-contact.overlap {
    border-bottom: 20px solid #061019;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  section.m-contact {
    padding: 111px 20px 20px;
  }
}
section.m-contact .contact-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(6, 16, 25);
  background: linear-gradient(90deg, rgb(6, 16, 25) 0%, rgba(6, 16, 25, 0) 100%);
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  section.m-contact .contact-gradient {
    background: linear-gradient(0deg, rgb(6, 16, 25) 50%, rgba(6, 16, 25, 0) 100%);
  }
}
section.m-contact .max-width {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  section.m-contact .max-width {
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  section.m-contact .max-width {
    display: block;
  }
}
section.m-contact .max-width .contact-left {
  position: relative;
  z-index: 2;
  flex: 1 1 50%;
  max-width: 50%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  section.m-contact .max-width .contact-left {
    max-width: 100%;
  }
}
section.m-contact .max-width .contact-left h1.contact-title {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  color: #FAFCFF;
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  section.m-contact .max-width .contact-left h1.contact-title {
    font-size: 36px;
  }
}
section.m-contact .max-width .contact-left .contact-value-props .contact-value-prop {
  display: flex;
  margin-bottom: 40px;
}
section.m-contact .max-width .contact-left .contact-value-props .contact-value-prop .value-prop-left img.value-prop-icon {
  width: 40px;
  height: auto;
  min-width: 40px;
  margin-right: 30px;
}
section.m-contact .max-width .contact-left .contact-value-props .contact-value-prop .value-prop-right span.value-prop-title {
  display: block;
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #FAFCFF;
  font-size: 40px;
  text-transform: none;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  section.m-contact .max-width .contact-left .contact-value-props .contact-value-prop .value-prop-right span.value-prop-title {
    font-size: 13px;
  }
}
section.m-contact .max-width .contact-left .contact-value-props .contact-value-prop .value-prop-right span.value-prop-copy {
  display: block;
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
}
@media (max-width: 1280px) {
  section.m-contact .max-width .contact-left .contact-value-props .contact-value-prop .value-prop-right span.value-prop-copy {
    font-size: 15px;
  }
}
section.m-contact .max-width .contact-left .contact-value-props .contact-value-prop .value-prop-right span.value-prop-copy a {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  font-weight: 600;
}
@media (max-width: 1280px) {
  section.m-contact .max-width .contact-left .contact-value-props .contact-value-prop .value-prop-right span.value-prop-copy a {
    font-size: 15px;
  }
}
section.m-contact .max-width .contact-right {
  position: relative;
  z-index: 2;
  flex: 1 1 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  section.m-contact .max-width .contact-right {
    max-width: 100%;
  }
}
section.m-contact .max-width .contact-right .contact-form {
  padding: 50px 40px 40px;
  border: 1px solid #B4BECC;
  border-radius: 25px;
}
section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap {
  position: relative;
  margin-bottom: 20px;
}
section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap label {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  position: relative;
}
@media (max-width: 1280px) {
  section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap label {
    font-size: 15px;
  }
}
section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap label .mktoAsterix {
  position: absolute;
  right: -10px;
  top: -5px;
  color: #ED1C24;
}
section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap input[type=text],
section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap input[type=email],
section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap input[type=tel],
section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap input[type=number],
section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap textarea,
section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap select {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  width: 100%;
  background-color: #B4BECC;
  border: 1px solid #747E8C;
  color: #3F4D61;
}
@media (max-width: 1280px) {
  section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap input[type=text],
  section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap input[type=email],
  section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap input[type=tel],
  section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap input[type=number],
  section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap textarea,
  section.m-contact .max-width .contact-right .contact-form form .mktoFieldWrap select {
    font-size: 15px;
  }
}
section.m-contact .max-width .contact-right .contact-form form .mktoButtonRow {
  text-align: center;
}
section.m-contact .max-width .contact-right .contact-form form .mktoButtonRow button[type=submit] {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
}
section.m-contact .max-width .contact-right .contact-form form .mktoButtonRow button[type=submit]:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}

section.m-image-card {
  background-color: transparent;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-image-card {
    padding: 0 20px 111px;
  }
}
section.m-image-card.black-top {
  padding: 222px 40px;
}
@media (max-width: 1280px) {
  section.m-image-card.black-top {
    padding: 111px 20px;
  }
}
section.m-image-card .max-width .image-card-house {
  display: flex;
  justify-content: space-between;
  gap: 50px 50px;
}
@media (max-width: 767px) {
  section.m-image-card .max-width .image-card-house {
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.m-image-card .max-width .image-card-house .image-card {
  padding: 80px 50px 40px;
  border-radius: 40px;
  max-width: 575px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1280px) {
  section.m-image-card .max-width .image-card-house .image-card {
    padding: 40px 25px 20px;
  }
}
section.m-image-card .max-width .image-card-house .image-card h2.image-card-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  font-size: 48px;
  text-transform: uppercase;
  color: #A8080E;
}
@media (max-width: 1280px) {
  section.m-image-card .max-width .image-card-house .image-card h2.image-card-title {
    font-size: 24px;
  }
}
section.m-image-card .max-width .image-card-house .image-card span.image-card-copy {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #182333;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  section.m-image-card .max-width .image-card-house .image-card span.image-card-copy {
    font-size: 15px;
  }
}
section.m-image-card .max-width .image-card-house .image-card.dark-card h2.image-card-title {
  color: #ED1C24;
}
section.m-image-card .max-width .image-card-house .image-card.dark-card span.image-card-copy {
  color: #FAFCFF;
}

section.m-cement-card {
  background-color: transparent;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-cement-card {
    padding: 0 20px 111px;
  }
}
section.m-cement-card.black-top {
  padding: 222px 40px;
}
@media (max-width: 1280px) {
  section.m-cement-card.black-top {
    padding: 111px 20px;
  }
}
section.m-cement-card .max-width .cement-card {
  background-size: cover;
  background-position: center center;
  text-align: center;
  border-radius: 40px;
}
section.m-cement-card .max-width .cement-card .cement-card-top {
  position: relative;
}
section.m-cement-card .max-width .cement-card .cement-card-top .cement-testimonial-arrow {
  width: 247px;
  height: 184px;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translate(-150%, -30%);
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  section.m-cement-card .max-width .cement-card .cement-card-top .cement-testimonial-arrow {
    width: 120px;
    height: 90px;
    transform: translate(-200%, 20%);
  }
}
section.m-cement-card .max-width .cement-card .cement-card-top .cement-testimonial-portrait-wrap {
  margin-bottom: 30px;
}
section.m-cement-card .max-width .cement-card .cement-card-top .cement-testimonial-portrait-wrap img.cement-testimonial-portrait {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
section.m-cement-card .max-width .cement-card .cement-card-top h2.cement-card-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #A8080E;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 1280px) {
  section.m-cement-card .max-width .cement-card .cement-card-top h2.cement-card-title {
    font-size: 24px;
  }
}
section.m-cement-card .max-width .cement-card .cement-card-mid .cement-testimonial-wrap {
  max-width: 920px;
  margin: 0 auto 40px;
}
section.m-cement-card .max-width .cement-card .cement-card-mid .cement-testimonial-wrap span.cement-testimonial {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 36px;
  color: #A8080E;
  line-height: 156%;
  text-transform: none;
}
@media (max-width: 1280px) {
  section.m-cement-card .max-width .cement-card .cement-card-mid .cement-testimonial-wrap span.cement-testimonial {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  section.m-cement-card .max-width .cement-card .cement-card-mid .cement-testimonial-wrap span.cement-testimonial {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  section.m-cement-card .max-width .cement-card .cement-card-mid .cement-card-image-wrap img.cement-card-image-desktop {
    display: none;
  }
}
section.m-cement-card .max-width .cement-card .cement-card-mid .cement-card-image-wrap img.cement-card-image-mobile {
  display: none;
}
@media (max-width: 1280px) {
  section.m-cement-card .max-width .cement-card .cement-card-mid .cement-card-image-wrap img.cement-card-image-mobile {
    display: block;
  }
}
section.m-cement-card .max-width .cement-card .cement-card-bottom .cement-testimonial-info span.cement-testimonial-name {
  font-family: "Hardware", "sans-serif";
  color: #A8080E;
  font-size: 24px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
section.m-cement-card .max-width .cement-card .cement-card-bottom .cement-testimonial-info span.cement-testimonial-title {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #3F4D61;
}
@media (max-width: 1280px) {
  section.m-cement-card .max-width .cement-card .cement-card-bottom .cement-testimonial-info span.cement-testimonial-title {
    font-size: 15px;
  }
}
section.m-cement-card .max-width .cement-card .cement-card-bottom .cement-card-bottom-copy {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #3F4D61;
  display: block;
  margin-top: 20px;
}
@media (max-width: 1280px) {
  section.m-cement-card .max-width .cement-card .cement-card-bottom .cement-card-bottom-copy {
    font-size: 15px;
  }
}
section.m-cement-card.testimonial .cement-card {
  padding: 120px 80px 80px;
}
@media (max-width: 767px) {
  section.m-cement-card.testimonial .cement-card {
    padding: 80px 40px 40px;
  }
}
section.m-cement-card.testimonial h2.cement-card-title {
  display: none;
}
section.m-cement-card.testimonial .cement-card-image-wrap {
  display: none;
}
section.m-cement-card.testimonial .cement-card-bottom-copy {
  display: none;
}
section.m-cement-card.content .cement-card {
  padding: 80px 80px 40px;
}
@media (max-width: 767px) {
  section.m-cement-card.content .cement-card {
    padding: 40px 40px 20px;
  }
}
section.m-cement-card.content .cement-testimonial-arrow {
  display: none;
}
section.m-cement-card.content .cement-testimonial-portrait-wrap {
  display: none;
}
section.m-cement-card.content .cement-testimonial-wrap {
  display: none;
}
section.m-cement-card.content .cement-testimonial-info {
  display: none;
}

section.m-thank-you-hero-calendar + section {
  padding-top: 111px;
}
section.m-thank-you-hero-calendar .thank-you-background {
  padding: 333px 40px 111px;
  background-color: #061019;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 0;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-background {
    padding: 222px 20px 111px;
    border-bottom: 40px solid #061019;
  }
  section.m-thank-you-hero-calendar .thank-you-background.light {
    border-bottom: 20px solid #061019;
  }
  section.m-thank-you-hero-calendar .thank-you-background.overlap {
    border-bottom: 20px solid #061019;
    margin-bottom: 0px;
  }
}
section.m-thank-you-hero-calendar .thank-you-background .large-hero-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(6, 16, 25);
  background: linear-gradient(90deg, rgb(6, 16, 25) 0%, rgba(6, 16, 25, 0) 100%);
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  section.m-thank-you-hero-calendar .thank-you-background .large-hero-gradient {
    background: linear-gradient(0deg, rgb(6, 16, 25) 50%, rgba(6, 16, 25, 0) 100%);
  }
}
section.m-thank-you-hero-calendar .thank-you-background .max-width {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-background .max-width {
    max-width: 1000px;
  }
}
@media (max-width: 767px) {
  section.m-thank-you-hero-calendar .thank-you-background .max-width {
    display: block;
  }
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content {
  position: relative;
  z-index: 2;
  flex: 1 1 70%;
  text-align: center;
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content.video-width {
  flex: 1 1 50%;
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content span.large-hero-pre-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #ED1C24;
  margin-bottom: 15px;
  display: block;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content span.large-hero-pre-title {
    font-size: 13px;
  }
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content img.large-hero-logo {
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content img.large-hero-logo {
    max-width: 50% !important;
  }
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content h1.large-hero-title {
  color: #FAFCFF;
  max-width: 999px;
  margin: 0 auto 20px;
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content span.large-hero-copy {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #E6EBF2;
  max-width: 777px;
  display: block;
  margin: 0 auto 20px;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content span.large-hero-copy {
    font-size: 15px;
  }
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content #thank-you-calendar .chilipiper-popup.in-custom-element.fire {
  position: relative;
  background-color: transparent;
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content #thank-you-calendar .chilipiper-popup.in-custom-element.fire .chilipiper-popup-window.fire {
  max-width: 800px;
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content a.large-hero-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  margin-top: 50px;
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content a.large-hero-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
@media (max-width: 767px) {
  section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content a.large-hero-cta {
    font-family: "Roboto", "sans-serif";
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: auto;
    font-weight: 700;
    line-height: 118%;
    text-decoration: none;
    background-color: #ED1C24;
    color: #FAFCFF;
    border-radius: 4px;
    padding: 5px 28px;
    display: inline-block;
    border: 0;
    min-width: 180px;
    text-align: center;
    transition: all 0.1s ease-out;
    border: 2px solid #ED1C24;
    font-size: 21px;
    margin-top: 20px;
  }
  section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content a.large-hero-cta:hover {
    background-color: #061019;
    border: 2px solid #FAFCFF;
  }
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content .large-hero-cta-wrap {
  margin-top: 20px;
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content .large-hero-cta-wrap:nth-of-type(1) {
  margin-top: 50px;
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content .large-hero-cta-wrap a.small-hero-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-content .large-hero-cta-wrap a.small-hero-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-video {
  position: relative;
  z-index: 2;
  flex: 1 1 50%;
}
@media (max-width: 767px) {
  section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-video {
    margin-top: 40px;
  }
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-video span.large-hero-video-wrap {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  border: 1px solid #FAFCFF;
  margin-left: 40px;
}
@media (max-width: 767px) {
  section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-video span.large-hero-video-wrap {
    margin-left: 0;
  }
}
section.m-thank-you-hero-calendar .thank-you-background .max-width .large-hero-video span.large-hero-video-wrap #wistia_87.big_play_button_background {
  border-radius: 50% !important;
  left: 256px !important;
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap {
  position: relative;
  z-index: 2;
  background: #061019;
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  transform: translateY(-50px);
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house {
    justify-content: center;
  }
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix {
  background-color: #182333;
  width: 425px;
  transition: none;
  text-decoration: none;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix {
    width: 380px;
    margin: 0px 10px 30px;
  }
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix:hover .listing-card-image img {
  height: 110%;
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-image {
  height: 305px;
  background-color: #FAFCFF;
  overflow: hidden;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-image {
    height: 200px;
  }
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-image span {
  background: rgba(250, 252, 255, 0.6);
  color: #182333;
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Hardware", "sans-serif";
  display: block;
  padding: 0 5px;
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-image img {
  transition: all 0.5s ease-out;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content {
  padding: 40px 40px 80px;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content {
    padding: 20px 20px 40px;
  }
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content h2 {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #FAFCFF;
  font-size: 21px;
  line-height: 120%;
  margin-top: 0;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content h2 {
    font-size: 13px;
  }
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content p {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content p {
    font-size: 15px;
  }
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content span.listing-card-link {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  position: absolute;
  bottom: 40px;
  left: 40px;
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content span.listing-card-link {
    font-size: 13px;
  }
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content span.listing-card-link:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content span.listing-card-link:hover {
  color: #FAFCFF;
}
section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content span.listing-card-link:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}
@media (max-width: 1280px) {
  section.m-thank-you-hero-calendar .thank-you-resource-wrap .max-width .thank-you-resource-house .mix .listing-card-content-wrap .listing-card-content span.listing-card-link {
    left: 20px;
    bottom: 20px;
  }
}

section.m-simple-cta {
  padding: 0 20px;
  margin-top: -80px;
  margin-bottom: 140px;
}
section.m-simple-cta:before {
  margin-top: 0;
  height: 0;
}
section.m-simple-cta .max-width {
  text-align: center;
}
section.m-simple-cta .max-width span.simple-cta-copy span.simple-cta-text {
  color: #3F4D61;
}
section.m-simple-cta .max-width span.simple-cta-copy a.simple-cta {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  display: inline;
  color: #A8080E;
  margin-left: 10px;
}
@media (max-width: 1280px) {
  section.m-simple-cta .max-width span.simple-cta-copy a.simple-cta {
    font-size: 13px;
  }
}
section.m-simple-cta .max-width span.simple-cta-copy a.simple-cta:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section.m-simple-cta .max-width span.simple-cta-copy a.simple-cta:hover {
  color: #FAFCFF;
}
section.m-simple-cta .max-width span.simple-cta-copy a.simple-cta:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}
section.m-simple-cta .max-width span.simple-cta-copy a.simple-cta:after {
  display: inline-block;
}
section.m-simple-cta .max-width span.simple-cta-copy a.simple-cta:hover {
  color: #ED1C24;
}

section.m-grilles-hero {
  position: relative;
  padding: 111px 40px 111px;
  border-bottom: 222px solid #061019;
  background-color: #061019;
}
@media (max-width: 1280px) {
  section.m-grilles-hero {
    padding: 111px 20px 111px;
    border-bottom: 40px solid #061019;
  }
}
section.m-grilles-hero .grilles-hero-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
section.m-grilles-hero .max-width {
  z-index: 2;
  position: relative;
}
section.m-grilles-hero .max-width img.grilles-hero-icon {
  width: 50%;
  margin-bottom: 70px;
  margin-left: 70px;
}
section.m-grilles-hero .max-width h1.grilles-hero-title {
  font-size: 140px;
  text-transform: uppercase;
  font-family: "Hardware-Condensed", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  font-style: normal;
  color: #E6EBF2;
  max-width: 777px;
}
@media (max-width: 1280px) {
  section.m-grilles-hero .max-width h1.grilles-hero-title {
    font-size: 36px;
  }
}
section.m-grilles-hero .max-width span.grilles-hero-copy {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
  max-width: 555px;
  display: block;
}
@media (max-width: 1280px) {
  section.m-grilles-hero .max-width span.grilles-hero-copy {
    font-size: 15px;
  }
}

section.m-grilles-alternating {
  background-color: #061019;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-grilles-alternating {
    padding: 0 20px 111px;
  }
}
section.m-grilles-alternating .max-width {
  display: flex;
}
@media (max-width: 1280px) {
  section.m-grilles-alternating .max-width {
    display: block;
  }
}
section.m-grilles-alternating .max-width.left-text .grilles-alternating-image-wrap {
  order: 2;
}
section.m-grilles-alternating .max-width.left-text .grilles-alternating-content-wrap {
  order: 1;
  margin-left: 0;
  margin-right: 60px;
}
@media (max-width: 1280px) {
  section.m-grilles-alternating .max-width.left-text .grilles-alternating-content-wrap {
    margin-right: 0;
  }
}
section.m-grilles-alternating .max-width .grilles-alternating-image-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 570px;
  height: 570px;
  gap: 30px;
}
@media (max-width: 1280px) {
  section.m-grilles-alternating .max-width .grilles-alternating-image-wrap {
    margin: 0 auto 30px;
    justify-content: center;
    gap: 5%;
    height: auto;
    width: 100%;
  }
}
section.m-grilles-alternating .max-width .grilles-alternating-image-wrap .image-grid-image {
  width: 270px;
  height: 270px;
  max-width: 270px;
  max-height: 270px;
  background-size: cover;
  background-position: center center;
  flex: 1 1 50%;
  opacity: 0.6;
  position: relative;
  transition: all 0.5s ease-out;
}
@media (max-width: 1280px) {
  section.m-grilles-alternating .max-width .grilles-alternating-image-wrap .image-grid-image {
    width: 20vw;
    height: 20vw;
    max-width: 20vw;
    max-height: 20vw;
  }
}
section.m-grilles-alternating .max-width .grilles-alternating-image-wrap .image-grid-image .image-grid-image-overlay {
  background-color: #ED1C24;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  mix-blend-mode: color;
  transition: all 0.5s ease-out;
}
section.m-grilles-alternating .max-width .grilles-alternating-image-wrap .image-grid-image.active {
  opacity: 1;
}
section.m-grilles-alternating .max-width .grilles-alternating-image-wrap .image-grid-image.active .image-grid-image-overlay {
  opacity: 0.7;
}
section.m-grilles-alternating .max-width .grilles-alternating-content-wrap {
  flex: 1 1 50%;
  margin-left: 60px;
}
@media (max-width: 1280px) {
  section.m-grilles-alternating .max-width .grilles-alternating-content-wrap {
    margin-left: 0;
  }
}
section.m-grilles-alternating .max-width .grilles-alternating-content-wrap h2.grilles-alternating-title {
  font-size: 85px;
  line-height: 87.6%;
  margin-bottom: 20px;
  font-family: "Hardware-Condensed", "sans-serif";
  font-style: normal;
  font-weight: normal;
  color: #ED1C24;
}
@media (max-width: 1280px) {
  section.m-grilles-alternating .max-width .grilles-alternating-content-wrap h2.grilles-alternating-title {
    font-size: 24px;
  }
}
section.m-grilles-alternating .max-width .grilles-alternating-content-wrap span.grilles-alternating-subtitle {
  padding: 0;
  font-size: 32px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 600;
  text-transform: none;
  color: #E6EBF2;
  margin-bottom: 70px;
  display: block;
}
@media (max-width: 1280px) {
  section.m-grilles-alternating .max-width .grilles-alternating-content-wrap span.grilles-alternating-subtitle {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  section.m-grilles-alternating .max-width .grilles-alternating-content-wrap span.grilles-alternating-subtitle {
    margin-bottom: 30px;
  }
}
section.m-grilles-alternating .max-width .grilles-alternating-content-wrap span.grilles-alternating-copy {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
  padding-left: 90px;
  display: block;
}
@media (max-width: 1280px) {
  section.m-grilles-alternating .max-width .grilles-alternating-content-wrap span.grilles-alternating-copy {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  section.m-grilles-alternating .max-width .grilles-alternating-content-wrap span.grilles-alternating-copy {
    padding-left: 0;
  }
}
section.m-grilles-alternating .max-width .grilles-alternating-content-wrap a.grilles-alternating-cta {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid #FAFCFF;
  border-radius: 40px;
  padding: 12px 20px;
  color: #FAFCFF;
  font-family: "Roboto", "sans-serif";
  min-width: 270px;
  display: inline-block;
  margin-top: 40px;
  text-align: center;
  margin-left: 90px;
}
@media (max-width: 1280px) {
  section.m-grilles-alternating .max-width .grilles-alternating-content-wrap a.grilles-alternating-cta {
    margin-left: 0;
  }
}

section.m-centered-hero {
  padding: 222px 40px 222px;
  border-bottom: 222px solid #061019;
  background-color: #061019;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (max-width: 1280px) {
  section.m-centered-hero {
    padding: 111px 20px 111px;
    border-bottom: 40px solid #061019;
  }
}
section.m-centered-hero .wistia-video-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
section.m-centered-hero .wistia-video-background * {
  pointer-events: none;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  z-index: 5;
  left: 0 !important;
  margin: 0 !important;
  top: 0 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
section.m-centered-hero .video-click-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
section.m-centered-hero .max-width {
  text-align: center;
  position: relative;
  z-index: 2;
}
section.m-centered-hero .max-width .hero-pretitle {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #ED1C24;
  margin-bottom: 15px;
}
@media (max-width: 1280px) {
  section.m-centered-hero .max-width .hero-pretitle {
    font-size: 13px;
  }
}
section.m-centered-hero .max-width h1.hero-title {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  color: #FAFCFF;
}
@media (max-width: 1280px) {
  section.m-centered-hero .max-width h1.hero-title {
    font-size: 36px;
  }
}
section.m-centered-hero .max-width img.hero-image {
  max-width: 600px;
  margin: 50px auto;
}
@media (max-width: 1280px) {
  section.m-centered-hero .max-width img.hero-image {
    margin: 30px 0;
  }
}
section.m-centered-hero .max-width span.hero-copy {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  display: block;
  max-width: 600px;
  margin: 0 auto 30px;
}
@media (max-width: 1280px) {
  section.m-centered-hero .max-width span.hero-copy {
    font-size: 15px;
  }
}
section.m-centered-hero .max-width a.hero-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
}
section.m-centered-hero .max-width a.hero-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-centered-hero .max-width .hero-eventbrite-cta button {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
}
section.m-centered-hero .max-width .hero-eventbrite-cta button:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}

section.m-accordion {
  background-color: #061019;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-accordion {
    padding: 0 20px 111px;
  }
}
section.m-accordion .max-width img.accordion-icon {
  max-width: 88px;
  display: block;
  margin: 0 auto;
}
section.m-accordion .max-width h2.accordion-section-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  section.m-accordion .max-width h2.accordion-section-title {
    font-size: 24px;
  }
}
section.m-accordion .max-width .accordion-items .accordion-item {
  margin-bottom: 10px;
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-top {
  background-color: #E6EBF2;
  border-radius: 6px;
  padding: 10px 15px;
  position: relative;
  padding-right: 50px;
  cursor: pointer;
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-top span.accordion-title {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #3F4D61;
}
@media (max-width: 1280px) {
  section.m-accordion .max-width .accordion-items .accordion-item .accordion-top span.accordion-title {
    font-size: 15px;
  }
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-top .arrow-circle {
  position: absolute;
  right: 15px;
  border-radius: 50%;
  background-color: #ED1C24;
  width: 30px;
  height: 30px;
  top: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1280px) {
  section.m-accordion .max-width .accordion-items .accordion-item .accordion-top .arrow-circle {
    top: 8px;
  }
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-top .arrow-circle svg {
  transform: translateX(2px);
  fill: none;
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-top .arrow-circle svg path {
  stroke: #FAFCFF;
  fill: none;
  transition: all 0.3s ease-in-out;
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-top.active {
  background-color: #ED1C24;
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-top.active span.accordion-title {
  color: #FAFCFF;
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-top.active .arrow-circle {
  background-color: #FAFCFF;
  transform: rotate(90deg);
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-top.active .arrow-circle svg path {
  stroke: #ED1C24;
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-drawer {
  max-width: 1053px;
  margin: 30px auto 40px;
  display: none;
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-drawer span.accordion-headline {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #ED1C24;
  display: block;
}
@media (max-width: 1280px) {
  section.m-accordion .max-width .accordion-items .accordion-item .accordion-drawer span.accordion-headline {
    font-size: 15px;
  }
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-drawer span.accordion-copy {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  display: block;
}
@media (max-width: 1280px) {
  section.m-accordion .max-width .accordion-items .accordion-item .accordion-drawer span.accordion-copy {
    font-size: 15px;
  }
}
section.m-accordion .max-width .accordion-items .accordion-item .accordion-drawer span.accordion-copy span.red-text {
  color: #ED1C24;
}

section.m-grilles-product-listing {
  background-color: #061019;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-grilles-product-listing {
    padding: 0 20px 111px;
  }
}
section.m-grilles-product-listing section:not(:nth-of-type(2))::before {
  content: none;
}
section.m-grilles-product-listing .max-width .wps-item h2.wps-products-title {
  font-size: 21px;
  line-height: 162%;
  font-weight: 500;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
}
@media (max-width: 1280px) {
  section.m-grilles-product-listing .max-width .wps-item h2.wps-products-title {
    font-size: 15px;
  }
}
section.m-grilles-product-listing .max-width .wps-item .wps-product-from-price-separator {
  color: #FAFCFF;
  font-weight: 800;
  font-family: "Roboto", "sans-serif";
  font-size: 21px;
}
section.m-grilles-product-listing .max-width .wps-item span.wps-product-individual-price {
  color: #ED1C24;
  font-weight: 800;
  font-family: "Roboto", "sans-serif";
  font-size: 21px;
}
section.m-grilles-product-listing .max-width .wps-item .wps-component-products-add-button a.wps-products-link {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 40px;
  padding: 12px 20px;
  color: #FAFCFF;
  font-family: "Roboto", "sans-serif";
  display: block;
  text-align: center;
  background-color: #ED1C24;
}
section.m-grilles-product-listing .max-width .wps-item .wps-component-products-add-button a.wps-products-link button {
  min-height: 0;
  padding: 0;
  background-color: transparent;
}
section.m-grilles-product-listing .max-width .wps-item .wps-component-products-add-button a.wps-products-link button span {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #FAFCFF;
  font-family: "Roboto", "sans-serif";
}
section.m-recent-posts {
  background-color: #061019;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-recent-posts {
    padding: 0 20px 111px;
  }
}
@media (max-width: 1440px) {
  section.m-recent-posts .max-width {
    max-width: 660px;
  }
}
section.m-recent-posts .max-width .recent-posts-house {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
section.m-recent-posts .max-width .recent-posts-house .recent-post-first-block {
  max-width: 310px;
  align-self: center;
}
section.m-recent-posts .max-width .recent-posts-house .recent-post-first-block h2.recent-posts-section-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  text-align: left;
  margin-top: 0;
  font-size: 42px;
}
@media (max-width: 1280px) {
  section.m-recent-posts .max-width .recent-posts-house .recent-post-first-block h2.recent-posts-section-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  section.m-recent-posts .max-width .recent-posts-house .recent-post-first-block .recent-posts-first-block-arrow {
    display: none;
  }
}
section.m-recent-posts .max-width .recent-posts-house a.recent-post {
  padding: 15px;
  max-width: 320px;
  display: block;
  text-decoration: none;
  transition: all 0.2s ease-out;
  position: relative;
}
section.m-recent-posts .max-width .recent-posts-house a.recent-post:hover {
  background-color: rgba(168, 8, 14, 0.35);
}
section.m-recent-posts .max-width .recent-posts-house a.recent-post .recent-post-image {
  width: 100%;
  height: 150px;
  max-width: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center center;
}
section.m-recent-posts .max-width .recent-posts-house a.recent-post h3.recent-post-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #ED1C24;
}
@media (max-width: 1280px) {
  section.m-recent-posts .max-width .recent-posts-house a.recent-post h3.recent-post-title {
    font-size: 13px;
  }
}
section.m-recent-posts .max-width .recent-posts-house a.recent-post span.recent-post-copy {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  display: block;
  padding-bottom: 40px;
}
@media (max-width: 1280px) {
  section.m-recent-posts .max-width .recent-posts-house a.recent-post span.recent-post-copy {
    font-size: 15px;
  }
}
section.m-recent-posts .max-width .recent-posts-house a.recent-post span.recent-post-link {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  justify-content: flex-start;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1280px) {
  section.m-recent-posts .max-width .recent-posts-house a.recent-post span.recent-post-link {
    font-size: 13px;
  }
}
section.m-recent-posts .max-width .recent-posts-house a.recent-post span.recent-post-link:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section.m-recent-posts .max-width .recent-posts-house a.recent-post span.recent-post-link:hover {
  color: #FAFCFF;
}
section.m-recent-posts .max-width .recent-posts-house a.recent-post span.recent-post-link:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}

section.m-rating {
  background-color: #061019;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-rating {
    padding: 0 20px 111px;
  }
}
section.m-rating .max-width {
  text-align: center;
}
section.m-rating .max-width .rating-top {
  background-image: url("/wp-content/uploads/2023/03/bg-tread.png");
  background-size: 100% 100%;
  padding: 70px 0;
  background-position: center center;
  background-repeat: no-repeat;
}
section.m-rating .max-width .rating-top img.rating-stars {
  max-width: 228px;
}
section.m-rating .max-width .rating-top h2.rating-section-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
}
@media (max-width: 1280px) {
  section.m-rating .max-width .rating-top h2.rating-section-title {
    font-size: 24px;
  }
}
section.m-rating .max-width .rating-logos {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}
@media (max-width: 767px) {
  section.m-rating .max-width .rating-logos {
    flex-direction: column;
  }
}
section.m-rating .max-width .rating-logos .rating-logo svg path {
  transition: all 0.2s ease-out;
}
section.m-rating .max-width .rating-logos .rating-logo:hover path {
  fill: #ED1C24;
}
section.m-rating .max-width a.rating-cta {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  margin-top: 30px;
}
@media (max-width: 1280px) {
  section.m-rating .max-width a.rating-cta {
    font-size: 13px;
  }
}
section.m-rating .max-width a.rating-cta:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section.m-rating .max-width a.rating-cta:hover {
  color: #FAFCFF;
}
section.m-rating .max-width a.rating-cta:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}

section.m-reviews {
  background-color: #061019;
  padding: 200px 40px 200px;
  position: relative;
  background-size: cover;
  border-bottom: 40px solid #061019;
}
@media (max-width: 1280px) {
  section.m-reviews {
    padding: 40px 20px;
    border-bottom: 20px solid #061019;
  }
}
section.m-reviews .reviews-gradient {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(6, 16, 25);
  background: linear-gradient(90deg, rgb(6, 16, 25) 50%, rgba(6, 16, 25, 0) 100%);
  left: 0;
  top: 0;
}
@media (max-width: 1280px) {
  section.m-reviews .reviews-gradient {
    background: linear-gradient(0deg, rgb(6, 16, 25) 0%, rgba(6, 16, 25, 0.5) 50%, rgb(6, 16, 25) 100%);
  }
}
section.m-reviews .max-width {
  position: relative;
  z-index: 2;
  display: flex;
}
@media (max-width: 1280px) {
  section.m-reviews .max-width {
    display: block;
  }
}
section.m-reviews .max-width .reviews-left {
  padding-right: 50px;
}
@media (max-width: 1280px) {
  section.m-reviews .max-width .reviews-left {
    padding-right: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}
section.m-reviews .max-width .reviews-left h2.reviews-section-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
}
@media (max-width: 1280px) {
  section.m-reviews .max-width .reviews-left h2.reviews-section-title {
    font-size: 24px;
  }
}
section.m-reviews .max-width .reviews-left img.reviews-stars {
  max-width: 300px;
}
section.m-reviews .max-width .reviews-left span.reviews-subtext {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #ED1C24;
  font-weight: 600;
  display: block;
  font-size: 24px;
}
@media (max-width: 1280px) {
  section.m-reviews .max-width .reviews-left span.reviews-subtext {
    font-size: 15px;
  }
}
section.m-reviews .max-width .reviews-left .reviews-logos {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  height: 27px;
}
@media (max-width: 1280px) {
  section.m-reviews .max-width .reviews-left .reviews-logos {
    justify-content: center;
  }
}
section.m-reviews .max-width .reviews-right {
  position: relative;
  flex: 1 1 790px;
  max-width: 790px;
}
@media (max-width: 1280px) {
  section.m-reviews .max-width .reviews-right {
    margin: 0 auto;
  }
}
section.m-reviews .max-width .reviews-right .reviews-house {
  max-width: 100%;
}
section.m-reviews .max-width .reviews-right .reviews-house ul.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 27px;
}
section.m-reviews .max-width .reviews-right .reviews-house ul.slick-dots li {
  display: flex;
  align-items: center;
}
section.m-reviews .max-width .reviews-right .reviews-house ul.slick-dots li button {
  content: "";
  font-size: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #747E8C;
  border: none;
  transition: all 0.2s ease-out;
}
section.m-reviews .max-width .reviews-right .reviews-house ul.slick-dots li.slick-active button {
  background-color: #ED1C24;
  width: 26px;
  height: 26px;
}
section.m-reviews .max-width .reviews-right .reviews-house .slick-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
section.m-reviews .max-width .reviews-right .reviews-house .slick-track .review {
  text-align: center;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
section.m-reviews .max-width .reviews-right .reviews-house .slick-track .review .review-portrait {
  width: 88px;
  height: 88px;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  margin: 0 auto -44px;
  z-index: 2;
  position: relative;
}
section.m-reviews .max-width .reviews-right .reviews-house .slick-track .review blockquote.review-quote {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  padding: 0;
  margin: 0;
  background-color: rgba(237, 28, 36, 0.4);
  padding: 70px 20px 40px;
  text-align: center;
  margin-bottom: 20px;
  flex: 1 1 auto;
  border-radius: 5px;
}
@media (max-width: 1280px) {
  section.m-reviews .max-width .reviews-right .reviews-house .slick-track .review blockquote.review-quote {
    font-size: 15px;
  }
}
section.m-reviews .max-width .reviews-right .reviews-house .slick-track .review span.review-name {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #ED1C24;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  section.m-reviews .max-width .reviews-right .reviews-house .slick-track .review span.review-name {
    font-size: 15px;
  }
}
section.m-reviews .max-width .reviews-right .reviews-house .slick-track .review span.review-title {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #B4BECC;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  section.m-reviews .max-width .reviews-right .reviews-house .slick-track .review span.review-title {
    font-size: 15px;
  }
}
section.m-reviews .max-width .reviews-right .slide-next-reviews, section.m-reviews .max-width .reviews-right .slide-prev-reviews {
  display: flex;
  height: 100px;
  width: 40px;
  background-color: rgba(63, 77, 97, 0.8);
  position: absolute;
  transform: translateY(-50%);
  top: 40%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
section.m-reviews .max-width .reviews-right .slide-next-reviews:hover, section.m-reviews .max-width .reviews-right .slide-prev-reviews:hover {
  background-color: rgba(237, 28, 36, 0.8);
}
section.m-reviews .max-width .reviews-right .slide-next-reviews {
  right: -22px;
}
section.m-reviews .max-width .reviews-right .slide-prev-reviews {
  left: -15px;
}

section.m-review-listing {
  background-color: #061019;
}
section.m-review-listing .max-width .review-listing-wrap {
  display: grid;
  grid-template-columns: 680px auto;
  grid-gap: 100px;
}
@media (max-width: 1280px) {
  section.m-review-listing .max-width .review-listing-wrap {
    display: block;
  }
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review {
  background-color: #182333;
  padding: 80px 60px 40px;
  position: relative;
  border-radius: 25px;
  margin-bottom: 30px;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-rating {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-rating .review-logo {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-position: center center;
  margin-right: 10px;
  background-repeat: no-repeat;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-rating img.review-stars {
  max-height: 30px;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review span.shop-name {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #ED1C24;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  section.m-review-listing .max-width .review-listing-wrap .review-listing .review span.shop-name {
    font-size: 13px;
  }
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review span.review-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #FAFCFF;
  font-size: 36px;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  section.m-review-listing .max-width .review-listing-wrap .review-listing .review span.review-title {
    font-size: 13px;
  }
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-shop-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-shop-info .review-shop-info-left {
  flex: 1 1 auto;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-shop-info .review-shop-info-left span.shop-type-left {
  color: #ED1C24;
  text-transform: uppercase;
  padding-right: 10px;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-shop-info .review-shop-info-left span.shop-type {
  color: #B4BECC;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-shop-info .review-shop-info-right {
  flex: 1 1 auto;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-shop-info .review-shop-info-right span.shop-location-left {
  color: #ED1C24;
  text-transform: uppercase;
  padding-right: 10px;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-shop-info .review-shop-info-right span.shop-location {
  color: #B4BECC;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review span.review-quote {
  color: #B4BECC;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review span.wistia-embed {
  display: block;
  margin-top: 20px;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-bottom {
  border-top: 1px solid #B4BECC;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  margin-top: 50px;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-bottom .reviewer span.reviewer-name {
  color: #ED1C24;
  text-transform: uppercase;
  font-size: 21px;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-bottom .reviewer span.reviewer-title {
  color: #B4BECC;
  font-size: 21px;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-bottom a.review-link {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-bottom a.review-link {
    font-size: 13px;
  }
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-bottom a.review-link:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-bottom a.review-link:hover {
  color: #FAFCFF;
}
section.m-review-listing .max-width .review-listing-wrap .review-listing .review .review-bottom a.review-link:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form {
  max-width: 460px;
  transform: translateY(-80px);
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form.customer-form {
  transform: none;
  margin-top: 111px;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form.customer-form form.form-post {
  top: 80px;
}
@media (max-width: 1280px) {
  section.m-review-listing .max-width .review-listing-wrap .single-post-form {
    max-width: 600px;
    transform: none;
    margin: 0 auto;
  }
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap {
  padding: 55px 33px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-top: 8px solid var(--accent-color);
  /* Safari */
  position: sticky;
  top: 160px;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-top: none;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-review-wrap {
  background-size: cover;
  padding: 50px 30px 60px;
  margin-bottom: 20px;
  display: none;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-review-wrap .sidebar-review-quotation-mark {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-review-wrap .sidebar-review-quote {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #FAFCFF;
  font-size: 36px;
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-review-wrap .sidebar-review-quote {
    font-size: 13px;
  }
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-review-wrap .sidebar-review-name {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  color: #ED1C24;
  text-transform: none;
}
@media (max-width: 1280px) {
  section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-review-wrap .sidebar-review-name {
    font-size: 13px;
  }
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner {
  padding: 55px 33px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  border-top: 8px solid var(--accent-color);
  margin-bottom: 20px;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner img {
  width: 40px;
  margin: 0 0 22px 0;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner h3 {
  padding: 0 0 33px 0;
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  margin-top: 0;
  font-size: 42px;
  color: #182333;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner h3 {
    font-size: 24px;
  }
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form {
  margin-bottom: 0;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form label {
  display: block;
  padding: 0 0 8px 0;
  font-size: 0.95rem;
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-weight: 600;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form label .mktoAsterix {
  display: none;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=text],
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=tel],
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=number],
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=email] {
  display: block;
  width: 100%;
  background-color: #3F4D61;
  color: #E6EBF2;
  border: none;
  transform: 0.2s;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=text]::-moz-placeholder, section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=tel]::-moz-placeholder, section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=number]::-moz-placeholder, section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=email]::-moz-placeholder {
  color: #B4BECC;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=text]::placeholder,
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=tel]::placeholder,
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=number]::placeholder,
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=email]::placeholder {
  color: #B4BECC;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=text]:focus,
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=tel]:focus,
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=number]:focus,
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=email]:focus {
  display: block;
  width: 100%;
  background-color: #3F4D61;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=submit],
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form button.mktoButton {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  display: block;
  width: 182px;
  margin-left: auto;
  margin-top: 30px;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=submit]:hover,
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form button.mktoButton:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input:not(:last-of-type) {
  margin: 0 0 22px 0;
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=text]:not(:-moz-placeholder-shown), section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=tel]:not(:-moz-placeholder-shown), section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=number]:not(:-moz-placeholder-shown), section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=email]:not(:-moz-placeholder-shown) {
  border-bottom: 2px solid rgb(102, 102, 102);
}
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=text]:not(:placeholder-shown),
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=tel]:not(:placeholder-shown),
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=number]:not(:placeholder-shown),
section.m-review-listing .max-width .review-listing-wrap .single-post-form .sidebar-form-wrap .sidebar-form-wrap-inner form input[type=email]:not(:placeholder-shown) {
  border-bottom: 2px solid rgb(102, 102, 102);
}
section.m-centered-hero {
  padding: 222px 40px 222px;
  border-bottom: 222px solid #061019;
  background-color: #061019;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1280px) {
  section.m-centered-hero {
    padding: 111px 20px 111px;
    border-bottom: 40px solid #061019;
  }
}
section.m-centered-hero .max-width {
  text-align: center;
}
section.m-centered-hero .max-width h1.hero-title {
  font-size: 72px;
  font-family: "Hardware", "sans-serif";
  line-height: 90%;
  margin-bottom: 20px;
  color: #FAFCFF;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  section.m-centered-hero .max-width h1.hero-title {
    font-size: 36px;
  }
}
section.m-centered-hero .max-width img.review-stars {
  max-width: 228px;
  margin-bottom: 20px;
}
section.m-centered-hero .max-width span.hero-star-text {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #ED1C24;
  display: block;
  text-transform: none;
  margin-bottom: 60px;
  text-shadow: 5px 5px 30px rgb(0, 0, 0);
}
@media (max-width: 1280px) {
  section.m-centered-hero .max-width span.hero-star-text {
    font-size: 13px;
  }
}
section.m-centered-hero .max-width .reviews-logos {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.m-centered-hero .max-width .reviews-logos {
    flex-direction: column;
    gap: 30px;
  }
}
section.m-centered-hero .max-width .reviews-logos .reviews-logo a svg {
  width: auto;
  height: 1000px;
  max-height: 50px;
}
@media (max-width: 767px) {
  section.m-centered-hero .max-width .reviews-logos .reviews-logo a svg {
    max-height: 30px;
  }
}
section.m-centered-hero .max-width .reviews-logos .reviews-logo a.hover svg g path {
  fill: #ED1C24;
}

section.m-gallery-slider {
  background-color: #061019;
  padding: 0 40px 200px;
}
@media (max-width: 1280px) {
  section.m-gallery-slider {
    padding: 0 20px 111px;
  }
}
section.m-gallery-slider .max-width {
  text-align: center;
  position: relative;
}
section.m-gallery-slider .max-width h2.gallery-slider-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 0;
}
@media (max-width: 1280px) {
  section.m-gallery-slider .max-width h2.gallery-slider-title {
    font-size: 24px;
  }
}
section.m-gallery-slider .max-width .gallery-slider-nav-wrap {
  position: relative;
}
section.m-gallery-slider .max-width .gallery-slider-nav-wrap .prev, section.m-gallery-slider .max-width .gallery-slider-nav-wrap .next {
  position: absolute;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
section.m-gallery-slider .max-width .gallery-slider-nav-wrap .prev img, section.m-gallery-slider .max-width .gallery-slider-nav-wrap .next img {
  background-color: #A8080E;
  max-width: 36px;
  padding: 10px;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.1s ease-out;
}
section.m-gallery-slider .max-width .gallery-slider-nav-wrap .prev:hover img, section.m-gallery-slider .max-width .gallery-slider-nav-wrap .next:hover img {
  background-color: #ED1C24;
}
section.m-gallery-slider .max-width .gallery-slider-nav-wrap .prev {
  left: -15px;
}
section.m-gallery-slider .max-width .gallery-slider-nav-wrap .next {
  right: -15px;
}
section.m-gallery-slider .max-width .gallery-slider-cta {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  margin-top: 40px;
}
section.m-gallery-slider .max-width .gallery-slider-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}

.slick-lightbox .slick-lightbox-inner .slick-prev, .slick-lightbox .slick-lightbox-inner .slick-next {
  display: none !important;
}

section.m-tread-banner {
  background-color: #061019;
  padding: 20px 40px 222px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  section.m-tread-banner {
    padding: 10px 20px 111px;
  }
}
section.m-tread-banner img.tread-bg {
  position: absolute;
  z-index: 1;
}
section.m-tread-banner .max-width {
  position: relative;
  z-index: 2;
}
section.m-tread-banner .max-width h2.tread-title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #FAFCFF;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  section.m-tread-banner .max-width h2.tread-title {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  section.m-tread-banner .max-width h2.tread-title {
    margin-bottom: 20px;
  }
}
section.m-tread-banner .max-width .tread-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  section.m-tread-banner .max-width .tread-bottom {
    display: block;
  }
}
section.m-tread-banner .max-width .tread-bottom span.tread-copy {
  display: block;
  flex: 1 1 80%;
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
}
@media (max-width: 1280px) {
  section.m-tread-banner .max-width .tread-bottom span.tread-copy {
    font-size: 15px;
  }
}
section.m-tread-banner .max-width .tread-bottom a.tread-cta {
  flex: 1 1 20%;
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 4px;
  padding: 5px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
  font-size: 21px;
  min-width: 220px;
}
section.m-tread-banner .max-width .tread-bottom a.tread-cta:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
@media (max-width: 1280px) {
  section.m-tread-banner .max-width .tread-bottom a.tread-cta {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section.m-tread-banner .max-width .tread-bottom a.tread-cta {
    margin-top: 20px;
  }
}

section.m-speaker-module {
  background-color: #061019;
  padding: 0 40px 222px;
}
@media (max-width: 1280px) {
  section.m-speaker-module {
    padding: 0 20px 111px;
  }
}
section.m-speaker-module .max-width h2.speaker-module-banner-text-mobile {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Hardware", "sans-serif";
  top: 0;
  left: 20px;
  background: #ED1C24;
  color: #FAFCFF;
  z-index: 3;
  padding: 5px 10px;
  border-radius: 5px 5px 0px 0px;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width h2.speaker-module-banner-text-mobile {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width h2.speaker-module-banner-text-mobile {
    display: inline;
  }
}
section.m-speaker-module .max-width .speaker-module-wrap {
  border-top: 4px solid #ED1C24;
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-top {
  height: 300px;
  position: relative;
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-top {
    display: none;
  }
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-top .speaker-module-banner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity 0.5s ease-out;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-top .speaker-module-banner.active {
  z-index: 2;
  opacity: 1;
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-top h2.speaker-module-banner-text {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Hardware", "sans-serif";
  position: absolute;
  top: 0;
  left: 20px;
  background: #ED1C24;
  color: #FAFCFF;
  z-index: 3;
  padding: 5px 10px;
  border-radius: 0 0 5px 5px;
  margin-top: 0;
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-top h2.speaker-module-banner-text {
    font-size: 13px;
  }
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom {
  padding-top: 20px;
  display: flex;
  gap: 15px;
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom {
    flex-direction: column;
  }
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card {
  border-top: 4px solid #747E8C;
  padding-top: 20px;
  flex: 1 1 400px;
  position: relative;
  padding-bottom: 40px;
  transition: all 0.2s linear;
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card {
    border-top: 2px solid #747E8C;
  }
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card img.card-mobile-banner {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card img.card-mobile-banner {
    display: block;
  }
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card span.card-title {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  transition: all 0.2s ease-out;
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card span.card-title {
    font-size: 13px;
  }
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card span.card-title {
    color: #FAFCFF;
  }
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card span.card-copy {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  display: block;
  transition: all 0.2s ease-out;
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card span.card-copy {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card span.card-copy {
    color: #FAFCFF;
  }
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card a.card-link {
  padding: 0;
  font-size: 24px;
  line-height: 97%;
  margin-bottom: 10px;
  font-family: "Roboto", "sans-serif";
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  color: #ED1C24;
  display: flex;
  color: #ED1C24;
  font-size: 21px;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-out;
  font-size: 16px;
  justify-content: flex-start;
  text-decoration: none;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card a.card-link {
    font-size: 13px;
  }
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card a.card-link:after {
  content: "";
  width: 27px;
  background-image: url("/wp-content/uploads/2021/10/arrow-link.png");
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card a.card-link:hover {
  color: #FAFCFF;
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card a.card-link:hover:after {
  background-image: url("/wp-content/uploads/2021/10/arrow-link-hover.png");
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card a.card-link:after {
  width: 19px;
  height: 11px;
  margin-top: 3px;
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card.active {
  border-top: 12px solid #ED1C24;
  padding-top: 12px;
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card.active span.card-title {
  color: #FAFCFF;
}
section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card.active span.card-copy {
  color: #FAFCFF;
}
@media (max-width: 1280px) {
  section.m-speaker-module .max-width .speaker-module-wrap .speaker-module-bottom .speaker-module-card.active {
    border-top: 2px solid #747E8C;
    padding-top: inherit;
  }
}

section.m-comparison-grid {
  background-color: #061019;
  padding: 40px 40px 222px;
}
@media (max-width: 1280px) {
  section.m-comparison-grid {
    padding: 20px 20px 111px;
  }
}
section.m-comparison-grid .max-width h2.title {
  font-size: 55px;
  line-height: 97%;
  margin-bottom: 20px;
  font-family: "Hardware", "sans-serif";
  color: #ED1C24;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  section.m-comparison-grid .max-width h2.title {
    font-size: 24px;
  }
}
section.m-comparison-grid .max-width .comparison-grid .grid-key {
  display: flex;
  justify-content: flex-end;
  text-align: center;
  gap: 20px;
}
section.m-comparison-grid .max-width .comparison-grid .grid-key .key-spacer {
  flex: 1 1 auto;
}
section.m-comparison-grid .max-width .comparison-grid .grid-key .key-image {
  flex: 1 1 200px;
  max-width: 200px;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  section.m-comparison-grid .max-width .comparison-grid .grid-key .key-image {
    max-width: 100px;
  }
}
section.m-comparison-grid .max-width .comparison-grid .grid-key .key-text {
  flex: 1 1 200px;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  section.m-comparison-grid .max-width .comparison-grid .grid-key .key-text {
    max-width: 100px;
  }
}
section.m-comparison-grid .max-width .comparison-grid .grid-key .key-text span {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
  font-weight: 600;
}
@media (max-width: 1280px) {
  section.m-comparison-grid .max-width .comparison-grid .grid-key .key-text span {
    font-size: 15px;
  }
}
section.m-comparison-grid .max-width .comparison-grid .grid-row {
  display: flex;
  border-bottom: 1px solid #B4BECC;
  text-align: center;
  gap: 20px;
}
section.m-comparison-grid .max-width .comparison-grid .grid-row .title-cell {
  flex: 1 1 auto;
  text-align: left;
  display: flex;
  align-items: center;
}
section.m-comparison-grid .max-width .comparison-grid .grid-row .title-cell span.cell-title {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
}
@media (max-width: 1280px) {
  section.m-comparison-grid .max-width .comparison-grid .grid-row .title-cell span.cell-title {
    font-size: 15px;
  }
}
section.m-comparison-grid .max-width .comparison-grid .grid-row .grid-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 200px;
  max-width: 200px;
}
@media (max-width: 1280px) {
  section.m-comparison-grid .max-width .comparison-grid .grid-row .grid-cell {
    max-width: 100px;
  }
}
section.m-comparison-grid .max-width .comparison-grid .grid-row .grid-cell span.cell-text {
  font-size: 18px;
  line-height: 154%;
  font-weight: 400;
  font-family: "Roboto", "sans-serif";
  color: #FAFCFF;
}
@media (max-width: 1280px) {
  section.m-comparison-grid .max-width .comparison-grid .grid-row .grid-cell span.cell-text {
    font-size: 15px;
  }
}
section.m-comparison-grid .max-width .comparison-grid .grid-row .grid-cell img.check-true, section.m-comparison-grid .max-width .comparison-grid .grid-row .grid-cell img.check-false {
  width: 60px;
  height: 60px;
}
section.m-comparison-grid .max-width a.cta-large {
  font-family: "Roboto", "sans-serif";
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: auto;
  font-weight: 700;
  line-height: 118%;
  text-decoration: none;
  background-color: #ED1C24;
  color: #FAFCFF;
  border-radius: 7px;
  padding: 13px 28px;
  display: inline-block;
  border: 0;
  min-width: 180px;
  text-align: center;
  transition: all 0.1s ease-out;
  border: 2px solid #ED1C24;
}
section.m-comparison-grid .max-width a.cta-large:hover {
  background-color: #061019;
  border: 2px solid #FAFCFF;
}
