:root {
  --bg-dark: #171925;
  --bg-light: #20222E;
}

/*----------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
  margin-top: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:hover,
a:focus,
a:active {
  color: #191970;
  color: #fff;
}

a:focus {
  outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

.btn,
.forminator-button-submit {
  cursor: pointer;
  border: 1px solid #3560EE;
  border-radius: 100px;
  background-color: #3560EE;
  color: #F3F3F3;
  display: inline-flex;
  justify-content: space-between;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.75rem 3rem;
  text-decoration: none;
  box-shadow: 0px 0px 15.9px 6px rgba(100, 86, 255, 0.3);
  transition: all 0.3s ease;
}
.btn:hover,
.forminator-button-submit:hover {
  text-decoration: none;
  color: #F3F3F3;
  box-shadow: 0px 0px 0px 0px rgba(100, 86, 255, 0.3);
  background-color: rgb(29.4794520548, 77.4863013699, 236.0205479452);
}
.btn:visited,
.forminator-button-submit:visited {
  color: #F3F3F3;
}
.btn img,
.forminator-button-submit img {
  display: inline-block;
}
.btn svg,
.forminator-button-submit svg {
  display: flex;
}
.btn svg *,
.forminator-button-submit svg * {
  stroke: #F3F3F3;
}
.btn.has-icon,
.forminator-button-submit.has-icon {
  padding: 0.75rem 1.875rem;
  gap: 0.5rem;
}

.btn-outline {
  background-color: transparent;
}

.svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.svg-icon * {
  transition: all 0.3s ease-in-out;
}

.main-navigation {
  display: flex;
  justify-content: flex-end;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.main-navigation ul li {
  margin: 0;
  padding: 2.5rem 0;
  border-top: 1px solid #3B3D48;
}
.main-navigation ul li:last-child {
  border-bottom: 1px solid #3B3D48;
}
@media (max-width: 768px) {
  .main-navigation ul li {
    padding: 1.5rem 0;
  }
}
.main-navigation ul li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(1.75rem, 1.1574rem + 2.963vw, 3.75rem);
  line-height: 1.1;
  color: #7e7e81;
  color: #797A88;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-navigation ul li a::after {
  content: "";
  opacity: 0;
  background: url("/wp-content/themes/mammoth-orbital/assets/img/accent-arrow.svg") no-repeat;
  background-position: center;
  background-size: cover;
  width: 3rem;
  height: 3rem;
  display: block;
  transition: all 0.3s linear;
}
.main-navigation ul li a:hover {
  color: #F3F3F3;
}
.main-navigation ul li a:hover::after {
  opacity: 1;
}
.main-navigation .menu-toggle {
  border: none;
  background: transparent;
  cursor: pointer;
}
.main-navigation.menu-opened .offcanvas-menu {
  z-index: 10;
  transform: translateX(0);
}

body.menu-opened {
  overflow-y: hidden;
}

/*Off canvas*/
.offcanvas-menu {
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100vw;
  left: 0;
  background: #20222E;
  transition: all 0.4s ease;
  transform: translateX(100vw);
}
.offcanvas-menu__content {
  display: flex;
  align-items: center;
  gap: 4.375rem;
  height: 100vh;
  padding-right: 4rem;
}
.offcanvas-menu__list {
  flex-grow: 1;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .offcanvas-menu__list {
    max-width: 45rem;
  }
}
@media (max-width: 768px) {
  .offcanvas-menu__list {
    max-width: 100%;
    padding: 0 1.875rem;
  }
}
.offcanvas-menu__button {
  position: relative;
  width: 100%;
}
.offcanvas-menu .menu-toggle {
  position: absolute;
  top: 2rem;
  right: 0.5rem;
}
.offcanvas-menu .menu-img {
  width: 36%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 768px) {
  .offcanvas-menu .menu-img {
    display: none;
  }
}

#footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
#footer-menu li a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #F3F3F3;
  text-decoration: none;
  transition: all 0.3s ease;
}
#footer-menu li a:hover {
  color: #3560EE;
}
@media (max-width: 768px) {
  #footer-menu {
    flex-direction: column;
    gap: 0.75rem;
  }
}

/*Breadcrumbs*/
.breadcrumbs {
  display: flex;
  justify-content: center;
  padding-top: 1.4375rem;
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 0.7rem;
}
.breadcrumbs ul li {
  color: #7e7e81;
  display: flex;
  align-items: center;
}
.breadcrumbs ul li::after {
  content: "/";
  display: inline-flex;
  font-size: 1.25rem;
  position: relative;
  left: 0.375rem;
}
.breadcrumbs ul li:last-child::after {
  display: none;
}
.breadcrumbs ul li a {
  color: #7e7e81;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  color: #F3F3F3;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

.site-main,
.site-footer {
  font-family: "Inter", sans-serif;
  background: #20222E;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 0;
}

.site-main h1, .site-main .h1,
.site-main h2, .site-main .h2,
.site-main h3, .site-main .h3,
.site-main h4, .site-main .h4,
.site-main h5, .site-main .h5,
.site-main h6, .site-main .h6 {
  font-family: "Oswald", sans-serif;
  line-height: 1.1em;
  color: #F3F3F3;
  text-transform: uppercase;
  font-weight: 600;
}

.site-main h1, .site-main .h1 {
  font-size: 4.375rem;
  font-size: clamp(2.25rem, 1.45rem + 3.2vw, 4.25rem);
}
.site-main h2, .site-main .h2 {
  font-size: 3.75rem;
  font-size: clamp(2rem, 1.3rem + 2.8vw, 3.75rem);
}
.site-main h3, .site-main .h3 {
  font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.75rem);
}
.site-main h4, .site-main .h4 {
  font-size: 1.25rem;
}

.page-title {
  font-size: clamp(3.125rem, 2.625rem + 2vw, 4.375rem);
}

.card-title,
.product-content__desc h2,
.product-content__desc h3,
.product-content__desc h4 {
  font-size: clamp(1.25rem, 1.05rem + 0.8vw, 1.75rem);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  line-height: 1.1em;
}

.product-content__desc h4 {
  font-size: 18px;
}

.title-container {
  overflow: hidden;
}

.label,
.forminator-label {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #F3F3F3;
  margin-bottom: 0.375rem;
}

.site-main p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.site-main p:last-child {
  margin-bottom: 0;
}
.site-main p strong {
  color: #F3F3F3;
}

a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: #3560EE;
}

.editor-styles-wrapper h1 {
  color: initial;
}
.editor-styles-wrapper h2, .editor-styles-wrapper h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.editor-styles-wrapper h2 {
  font-size: 40px;
}
.editor-styles-wrapper div, .editor-styles-wrapper p, .editor-styles-wrapper .btn {
  font-family: Arial, Helvetica, sans-serif;
}

#forminator-form input[type=text],
#forminator-form input[type=email],
#forminator-form input[type=url],
#forminator-form input[type=password],
#forminator-form input[type=search],
#forminator-form textarea,
.forminator-input[type=text] {
  width: 100%;
  padding: 0.5rem;
  border: none;
  border-bottom: 1px solid #7e7e81;
  background-color: transparent;
  border-radius: 0;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  color: #F3F3F3;
}
#forminator-form input[type=text]:focus,
#forminator-form input[type=email]:focus,
#forminator-form input[type=url]:focus,
#forminator-form input[type=password]:focus,
#forminator-form input[type=search]:focus,
#forminator-form textarea:focus,
.forminator-input[type=text]:focus {
  outline: none;
}

#forminator-form textarea {
  resize: none;
  border: none;
  border-width: 0 !important;
  border-bottom: 1px solid #7e7e81 !important;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  color: #F3F3F3;
}

#forminator-form {
  width: 100%;
}
#forminator-form .forminator-button-submit {
  min-width: 8.75rem;
  font-weight: 400 !important;
  font-size: 1rem !important;
  border-radius: 50px;
  padding: 12px 48px;
  box-shadow: 0px 0px 15.9px 6px rgba(100, 86, 255, 0.3);
}
#forminator-form .forminator-button-submit:hover {
  color: #F3F3F3;
  box-shadow: 0px 0px 0px 0px rgba(100, 86, 255, 0.3);
}
#forminator-form .forminator-label {
  font-weight: 500 !important;
  font-family: "Oswald", sans-serif !important;
  padding: 0 !important;
  z-index: 0;
}

.forminator-ui.forminator-custom-form[data-design=material] .forminator-field.forminator-has_error .forminator-textarea--wrap:after, .forminator-ui.forminator-custom-form[data-design=material] .forminator-field.forminator-is_active .forminator-textarea--wrap:after, .forminator-ui.forminator-custom-form[data-design=material] .forminator-field.forminator-is_hover .forminator-textarea--wrap:after {
  opacity: 0 !important;
}

.forminator-error-message {
  color: #d65656 !important;
}

.container {
  --bs-gutter-x: 1.875rem; /*30px*/
  --bs-gutter-y: 0;
  width: 100%;
  /* padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5); */
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

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

.col {
  flex: 1 0 0%;
}

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1402px;
  }
}
@media (max-width: 767.98px) {
  .container {
    --bs-gutter-x: 1.125rem;
  }
}
.section {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}
@media (max-width: 768px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.section-100 {
  min-height: 70vh;
}
@media (min-width: 1200px) {
  .section-100 {
    min-height: 100vh;
  }
}

.section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 35px;
}
@media (max-width: 768px) {
  .section-content {
    gap: 25px;
  }
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .flex-end {
    justify-content: flex-start;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .flex-center {
    gap: 2rem;
    flex-direction: column;
  }
}

.flex-between {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.partner-cta-section {
  --min-height: 80vh;
  position: relative;
  overflow: hidden;
  min-height: var(--min-height);
  display: flex;
  align-items: flex-end;
  background: #171925;
}
@media (max-width: 1024px) {
  .partner-cta-section .container {
    padding: 0;
  }
}
.partner-cta-section .row {
  align-items: flex-end;
}
.partner-cta-section .side-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 33.3333% - 2em);
  max-width: 55%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1200px) {
  .partner-cta-section .side-image img {
    max-width: 60%;
  }
}
@media (min-width: 1920px) {
  .partner-cta-section .side-image img {
    max-width: 55%;
  }
}
@media (max-width: 1024px) {
  .partner-cta-section .side-image img {
    position: initial;
    width: 100%;
    max-width: 100%;
    min-height: var(--min-height);
  }
}
@media (max-width: 768px) {
  .partner-cta-section .side-image img {
    min-height: unset;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 1024px) {
  .partner-cta-section .side-image {
    padding: 0;
  }
}
.partner-cta-section.img-right .row {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.partner-cta-section.img-right .side-image img {
  left: unset;
  right: 0;
  max-width: 57%;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .partner-cta-section.img-right .side-image img {
    position: initial;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .partner-cta-section.img-right .side-image img {
    max-width: 65%;
  }
}
@media (min-width: 1920px) {
  .partner-cta-section.img-right .side-image img {
    max-width: 55%;
  }
}
@media (min-width: 1200px) {
  .partner-cta-section.img-right .section-content {
    max-width: 21rem;
  }
}
.partner-cta-section .section-content {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  color: #7e7e81;
  align-self: flex-end;
}
.partner-cta-section .section-content_desc {
  color: #7e7e81;
}
@media (max-width: 1024px) {
  .partner-cta-section .section-content {
    padding: 0 1.875rem;
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
@media (max-width: 768px) {
  .partner-cta-section .section-content {
    padding: 0 1.125rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.partner-cta-section .btn-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/*Editor styles*/
.editor-styles-wrapper .section-content {
  gap: 15px;
}
.editor-styles-wrapper .partner-cta-section {
  display: flex;
  align-items: flex-end;
  background: #171925;
}
.editor-styles-wrapper .partner-cta-section .side-image img {
  position: relative;
  min-height: 900px;
  max-width: 90%;
}
.editor-styles-wrapper .partner-cta-section.img-right .side-image img {
  max-width: 100%;
}

.site-header {
  padding: 0;
  position: relative;
  z-index: 10;
}
.site-header .custom-logo-link {
  display: block;
}
.site-header__content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 30px 0;
}

.subpage-header {
  padding: 12.5rem 0 4.75rem;
  text-align: center;
}

.site-footer {
  padding-top: 5rem;
  background-color: #20222E;
}
@media (max-width: 1024px) {
  .site-footer {
    padding: 4rem 0 0;
  }
}
.site-footer .site-logo {
  margin-bottom: 1.25rem;
}
.site-footer .site-logo .custom-logo {
  width: 16.875rem;
}
.site-footer__description {
  color: #7e7e81;
  max-width: 24.0625rem;
}
@media (max-width: 768px) {
  .site-footer__description {
    max-width: 100%;
  }
}
.site-footer .contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #7e7e81;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 768px) {
  .site-footer .contact-info {
    margin-left: 0;
    margin-top: 1.25rem;
  }
}
.site-footer .contact-info li a {
  color: #7e7e81;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-footer .contact-info li a:hover {
  color: #F3F3F3;
}
.site-footer .site-info {
  background: #171925;
  padding: 1.25rem 0;
  color: #7e7e81;
  margin-top: 2.5rem;
}

.single-product .subpage-header {
  background: #171925;
}
.single-product .product-image {
  object-fit: cover;
  aspect-ratio: 4/3;
  width: 100%;
}
@media (max-width: 768px) {
  .single-product .product-content {
    padding-top: 2rem;
  }
}
.single-product .product-content__intro {
  color: #F3F3F3;
  margin-bottom: 1.875rem;
}
.single-product .product-content__desc {
  color: #7e7e81;
  margin-bottom: 1.875rem;
  max-width: 32rem;
}
.single-product .product-content__desc h2, .single-product .product-content__desc h3, .single-product .product-content__desc h4 {
  margin-bottom: 1rem;
}
.single-product .product-content__sidebar {
  padding-left: 4rem;
}
@media (max-width: 1024px) {
  .single-product .product-content__sidebar {
    padding-left: 0;
    padding-top: 3.75rem;
  }
}
.single-product .product-content__sidebar .card-title {
  margin-bottom: 1.25rem;
}
.single-product .product-content__sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-product .product-content__sidebar ul li {
  padding: 0.8125rem 0;
  border-bottom: 1px solid #7e7e81;
}
.single-product .product-content__sidebar ul li a {
  color: #7e7e81;
  display: flex;
  justify-content: space-between;
}
.single-product .product-content__sidebar ul li a .svg-icon * {
  stroke: #7e7e81;
}
.single-product .product-content__sidebar ul li a:hover {
  text-decoration: none;
  color: #F3F3F3;
}
.single-product .product-content__sidebar ul li a:hover .svg-icon * {
  stroke: #F3F3F3;
}
.single-product .product-gallery .swiper-button-next::after,
.single-product .product-gallery .swiper-button-prev::after {
  display: none;
}
.single-product .product-gallery .swiper-button-next,
.single-product .product-gallery .swiper-button-prev {
  --swiper-navigation-sides-offset:10px;
  background: #3560EE;
  border-radius: 100%;
  transition: background 0.3s ease;
}
.single-product .product-gallery .swiper-button-next svg,
.single-product .product-gallery .swiper-button-prev svg {
  width: 1.5rem;
}
.single-product .product-gallery .swiper-button-next svg *,
.single-product .product-gallery .swiper-button-prev svg * {
  stroke: #F3F3F3;
}
.single-product .product-gallery .swiper-button-next:hover,
.single-product .product-gallery .swiper-button-prev:hover {
  background: rgb(29.4794520548, 77.4863013699, 236.0205479452);
}
.single-product .product-gallery .product-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-product .thumb-slider {
  margin-top: 10px;
}
.single-product .thumb-slider .swiper-slide {
  height: 100%;
  opacity: 0.3;
}
.single-product .thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.single-product .thumb-slider.is-hidden {
  display: none;
}

.error-404 {
  background-color: #171925;
  text-align: center;
  background-image: url("/wp-content/themes/mammoth-orbital/assets/img/planet-image.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  min-height: 66vh;
  display: flex;
  align-items: center;
}
.error-404__title {
  font-size: clamp(5rem, 4.25rem + 3vw, 6.875rem);
}
.error-404 h1 {
  margin: 2rem 0;
}

/*# sourceMappingURL=style.css.map */
