
@import url("https://fast2mine.com/nitropack_static/kfGRTfkDSFvMAKudPULjOrbBYoWRPTyR/assets/static/optimized/rev-8b96639/use.typekit.net/05e86ec771ab8ea44eb596c7b7e8b0da.uoc1jot.css");

@import url("https://fast2mine.com/nitropack_static/kfGRTfkDSFvMAKudPULjOrbBYoWRPTyR/assets/static/source/rev-8b96639/fonts.googleapis.com/5ec0a174b4749637320e840b18f5cd1d.css2");

:root {
	--swiper-theme-color: #007aff;
}

:host {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.swiper {
	display: block;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	box-sizing: content-box;
	display: flex;
	height: 100%;
	position: relative;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	width: 100%;
	z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
	transform: translateZ(0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	display: block;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	transition-property: transform;
	width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
	transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
	height: var(--swiper-centered-offset-after);
	min-width: 1px;
	width: 100%;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent);
}

.swiper-lazy-preloader {
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid transparent;
	box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	transform-origin: 50%;
	width: 42px;
	z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
	align-items: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: flex;
	height: var(--swiper-navigation-size);
	justify-content: center;
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	z-index: 10;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: .35;
	pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
	cursor: auto;
	opacity: 0;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
	height: 100%;
	object-fit: contain;
	transform-origin: center;
	width: 100%;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
	transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	font-variant: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	left: auto;
	right: var(--swiper-navigation-sides-offset, 10px);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
	content: "next";
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transform: translateZ(0);
	transition: opacity .3s;
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	left: 0;
	top: var(--swiper-pagination-top, auto);
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(.33);
}

.swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	display: inline-block;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}

button.swiper-pagination-bullet {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
	left: var(--swiper-pagination-left, auto);
	right: var(--swiper-pagination-right, 8px);
	top: 50%;
	transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: transform .2s, top .2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, left .2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: transform .2s, right .2s;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: scale(0);
	transform-origin: left top;
	width: 100%;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
	width: 100%;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-pagination-lock {
	display: none;
}

.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	flex-direction: column;
	flex-wrap: wrap;
}

:root {
	--fast2mine-text-color: #111110;
	--fast2mine-black-color: #111110;
	--fast2mine-white-color: #f6f5ee;
	--fast2mine-text-tertiary: #355857;
	--fast2mine-text-positive: #14825a;
	--fast2mine-main-text: #6e736e;
	--fast2mine-primary-color: #fbfbfb;
	--fast2mine-secondary-color: #f0f2f0;
	--fast2mine-accent-color: #ffc300;
	--fast2mine-yellow-gold: #ffc300;
	--fast2mine-divider-color: #c8cdc8;
	--mobile: 320px;
	--mobile-m: 375px;
	--mobile-l: 414px;
	--tablet: 768px;
	--desktop: 1024px;
	--desktop-m: 1280px;
	--desktop-l: 1400px;
	--base-section-padding: 30px;
	--font-family: "Lato", sans-serif;
	--font-size: 16px;
	--border-radius: 8px;
	--ease-in-out: cubic-bezier(.4, 0, .14, 1);
}

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

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	margin: 0;
}

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

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

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

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

mark {
	background: #ff0;
	color: var(--fast2mine-black-color);
}

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

button[disabled], html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

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

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

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

::selection {
	background-color: var(--fast2mine-accent-color);
	color: #fff;
}

body, html {
	-webkit-overflow-scrolling: touch;
	height: 100%;
	scroll-behavior: smooth;
	width: 100%;
}

body {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: Montserrat, sans-serif;
	font-size: var(--ms1);
	font-weight: 400;
	font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "kern", "liga", "pnum";
	text-rendering: optimizeLegibility;
	text-size-adjust: 100%;
	background: #fff;
	color: var(--gray-900);
	height: auto;
	overflow-x: hidden;
}

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

blockquote, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul {
	margin-bottom: var(--ms0);
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: latino-gothic-variable, sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 40px;
	line-height: 48px;
}

h2 {
	color: var(--fast2mine-text-color);
	font-size: 30px;
	line-height: 36px;
}

@media (min-width:1280px) {
	h2 {
		font-size: 34px;
		line-height: 42px;
	}
}

@media (min-width:1400px) {
	h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

h3 {
	color: var(--fast2mine-text-color);
	font-size: 18px;
	line-height: 28px;
}

@media (min-width:1024px) {
	h3 {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (min-width:1280px) {
	h3 {
		font-size: 22px;
		line-height: 32px;
	}
}

h4 {
	font-size: 20px;
	line-height: 28px;
}

@media (min-width:1280px) {
	h4 {
		font-size: 24px;
		line-height: 32px;
	}
}

h5 {
	font-size: 18px;
	line-height: 21px;
}

@media (min-width:1280px) {
	h5 {
		font-size: 20px;
		line-height: 24px;
	}
}

ol li, p, span, ul li {
	color: var(--fast2mine-text-color);
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

@media (min-width:1400px) {
	ol li, p, span, ul li {
		font-size: 18px;
		line-height: 28px;
	}
}

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

.weight--regular {
	font-weight: 400;
}

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

.white--color {
	color: var(--fast2mine-white-color);
}

.pre--highlight-title {
	display: block;
	font-family: latino-gothic-variable, sans-serif;
	font-size: 24px;
	font-variation-settings: "slnt" 1, "wdth" 1, "wght" 70;
	line-height: 1;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

@media (min-width:1024px) {
	.pre--highlight-title {
		font-size: 36px;
	}
}

@media (min-width:1280px) {
	.pre--highlight-title {
		font-size: 46px;
	}
}

.highlight--title {
	color: #fff;
	font-size: 36px;
	font-variation-settings: "slnt" 1, "wdth" 100, "wght" 100;
	line-height: .9;
	text-transform: uppercase;
	word-break: break-word;
}

.highlight--title span {
	color: var(--fast2mine-accent-color);
	font-size: 36px;
}

.highlight--title.medium-weight {
	font-variation-settings: "slnt" 1, "wdth" 60, "wght" 90;
}

.highlight--title.x-large, .highlight--title.x-large span {
	font-size: 36px;
}

@media (min-width:1024px) {
	.highlight--title, .highlight--title span {
		font-size: 38px;
	}
	
	.highlight--title.x-large, .highlight--title.x-large span {
		font-size: 48px;
	}
	
	.highlight--title, .highlight--title span {
		font-size: 40px;
	}
	
	.highlight--title.x-large, .highlight--title.x-large span {
		font-size: 72px;
	}
}

@media (min-width:1280px) {
	.highlight--title, .highlight--title span {
		font-size: 48px;
	}
	
	.highlight--title.x-large, .highlight--title.x-large span {
		font-size: 80px;
	}
}

.black--mode {
	color: #000 !important;
}

.accent--mode {
	color: var(--fast2mine-accent-color);
}

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

.highlight--title-ultra {
	color: var(--fast2mine-black-color);
	font-size: 20vw;
	font-variation-settings: "slnt" 1, "wdth" 100, "wght" 20;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.highlight--description {
	color: #fff;
	font-size: 18px;
	margin-bottom: 1rem;
}

.highlight--description br {
	display: none;
}

@media (min-width:1024px) {
	.highlight--description {
		font-size: 20px;
	}
	
	.highlight--description br {
		display: inline-block;
	}
}

@media (min-width:1280px) {
	.highlight--description {
		font-size: 24px;
		margin-bottom: 2rem;
	}
}

strong {
	font-weight: 700;
}

small {
	font-size: 12px;
}

a {
	outline-color: var(--fast2mine-primary);
	outline-offset: 4px;
}

button {
	background-color: transparent;
	border: none;
}

body:before {
	content: "mobile";
	display: none;
}

@media (min-width:375px) {
	body:before {
		content: "mobile-m";
	}
}

@media (min-width:414px) {
	body:before {
		content: "mobile-l";
	}
}

@media (min-width:768px) {
	body:before {
		content: "tablet";
	}
}

@media (min-width:1024px) {
	body:before {
		content: "desktop";
	}
}

@media (min-width:1280px) {
	body:before {
		content: "desktop-m";
	}
}

@media (min-width:1400px) {
	body:before {
		content: "desktop-l";
	}
}

.fast2mine-section {
	overflow-x: hidden;
	padding-bottom: var(--base-section-padding);
	padding-top: var(--base-section-padding);
}

@media (min-width:1024px) {
	.fast2mine-section {
		padding-bottom: calc(var(--base-section-padding) * 2);
		padding-top: calc(var(--base-section-padding) * 2);
	}
}

.fast2mine-section.no--padding {
	padding-bottom: 0;
	padding-top: 0;
}

.fast2mine-section.full-height-section {
	height: 100%;
	min-height: 100vh;
	width: 100%;
}

.fast2mine-section.simple-swiper-section {
	align-items: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	text-align: center;
}

.fast2mine-section.simple-swiper-section > .container {
	position: relative;
	z-index: 3;
}

.fast2mine-section.simple-swiper-section .title {
	margin-bottom: 3rem;
}

.fast2mine-section.simple-swiper-section .swiper {
	max-width: 960px;
}

.fast2mine-section.simple-swiper-section .swiper .swiper-pagination {
	bottom: 0;
	margin-top: 2rem;
	position: relative;
}

.fast2mine-section.simple-swiper-section .swiper .swiper-pagination .swiper-pagination-bullet {
	background-color: #fff;
	height: 18px;
	opacity: 1;
	width: 18px;
}

.fast2mine-section.simple-swiper-section .swiper .swiper-pagination .swiper-pagination-bullet-active-main {
	background-color: var(--fast2mine-accent-color);
	height: 18px;
	width: 18px;
}

.fast2mine-section.simple-swiper-section .swiper .swiper-pagination.black--mode .swiper-pagination-bullet:not(.swiper-pagination-bullet-active-main) {
	background-color: var(--fast2mine-black-color);
}

.fast2mine-section.world-map-section {
	min-height: 100vh;
	overflow-y: hidden;
}

.fast2mine-section.world-map-section .world-map-container {
	bottom: 0;
	left: 50%;
	margin: 0 auto;
	max-width: 1500px;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.fast2mine-section.fast2mine-columns-text {
	align-items: center;
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
}

.fast2mine-section.fast2mine-columns-text ul {
	margin: 0;
	padding-left: 15px;
}

.hero-overlay, .section-overlay {
	background-color: rgba(0, 0, 0, .75);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.hero-overlay.gradient--mode, .section-overlay.gradient--mode {
	background: #000;
	background: linear-gradient(0deg, #000, rgba(0, 0, 0, .7) 50%, rgba(0, 0, 0, .35));
}

.gray--background {
	background-color: var(--fast2mine-primary-color);
}

.container {
	margin: 0 auto;
	max-width: var(--desktop-m);
	padding: 0 var(--ms1);
	width: 100%;
}

.container.size--medium {
	max-width: var(--desktop);
}

.container.full--width {
	max-width: 1920px;
}

.container.collection-container {
	display: grid;
	gap: 30px 0;
	grid-template-areas: "section_title" "section_container" "section_button";
}

@media (min-width:1024px) {
	.container.collection-container {
		grid-template-areas: "section_title section_button" "section_container section_container";
	}
}

.container.collection-container .section-title {
	grid-area: section_title;
}

.container.collection-container .section-button {
	align-items: center;
	display: flex;
	grid-area: section_button;
	justify-content: center;
}

@media (min-width:1024px) {
	.container.collection-container .section-button {
		justify-content: flex-end;
	}
}

.container.collection-container .fast2mine-container, .container.collection-container .section-container {
	grid-area: section_container;
}

.container.collection-container > .fast2mine-container {
	padding: 0;
}

.container.hero__grid {
	display: grid;
}

.container.basic-grid, .container.hero__grid {
	align-items: center;
	gap: 15px 0;
	grid-template-columns: 1fr;
	justify-content: center;
}

.container.article-layout-grid {
	display: grid;
	gap: 30px 0;
	grid-template-columns: 1fr;
}

@media (min-width:1024px) {
	.container.article-layout-grid {
		gap: 0 30px;
		grid-template-columns: 1.4fr .6fr;
	}
}

.container.layout-grid-2 {
	display: grid;
	gap: 30px 0;
	grid-template-columns: 1fr;
}

@media (min-width:1024px) {
	.container.layout-grid-2 {
		gap: 30px;
		grid-template-columns: repeat(2, 1fr);
	}
}

.container.layout-grid-3 {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr;
}

@media (min-width:1024px) {
	.container.layout-grid-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.container.layout-grid-4 {
	display: grid;
	gap: 30px 0;
	grid-template-columns: 1fr;
}

@media (min-width:768px) {
	.container.layout-grid-4 {
		gap: 30px 15px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width:1280px) {
	.container.layout-grid-4 {
		grid-template-columns: repeat(4, 1fr);
	}
}

.container.layout-grid-5 {
	display: grid;
	gap: 30px 0;
	grid-template-columns: 1fr;
}

@media (min-width:1024px) {
	.container.layout-grid-5 {
		gap: 30px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width:1280px) {
	.container.layout-grid-5 {
		grid-template-columns: repeat(5, 1fr);
	}
}

.container.layout-deck {
	display: grid;
	gap: 0;
	grid-template-columns: 1fr;
	height: auto;
}

.container.layout-deck .column {
	position: relative;
	z-index: 2;
}

@media (min-width:768px) {
	.container.layout-deck {
		height: auto;
	}
}

@media (min-width:1024px) {
	.container.layout-deck {
		grid-template-columns: 1.2fr .8fr;
		height: 100%;
		min-height: 100vh;
	}
}

.desktop-m--visible {
	display: none;
}

@media (min-width:1280px) {
	.desktop-m--visible {
		display: block;
	}
}

.desktop--visible {
	display: none;
}

@media (min-width:1024px) {
	.desktop--visible {
		display: block;
	}
}

.mobile--visible {
	display: block;
}

@media (min-width:1024px) {
	.mobile--visible {
		display: none;
	}
}

@supports (--css:variables) {
	:root {
		--ms-4: 4px;
		--ms-3: 6px;
		--ms-2: 8px;
		--ms-1: 10px;
		--ms0: 12px;
		--ms1: 14px;
		--ms2: 16px;
		--ms3: 18px;
	}
	
	@media (min-width:1024px) {
		:root {
			--ms-4: 6px;
			--ms-3: 8px;
			--ms-2: 10px;
			--ms-1: 12px;
			--ms0: 14px;
			--ms1: 16px;
			--ms2: 18px;
			--ms3: 20px;
		}
	}
}

.image {
	display: block;
	position: relative;
	z-index: 1;
}

.image img {
	display: block;
	width: 100%;
}

[class*=aspect-ratio--] img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.image--transparent {
	background: transparent;
}

.image--rounded {
	border-radius: 50%;
	overflow: hidden;
}

.image--fluid {
	height: auto;
	max-width: 100%;
}

[class*=aspect-ratio--]:before {
	content: "";
	display: block;
	padding-top: 100%;
	width: 100%;
}

.aspect-ratio--1\:1:before {
	padding-top: 100%;
}

.aspect-ratio--2\.2\:1:before {
	padding-top: 45.454545455%;
}

.aspect-ratio--2\.74\:1:before {
	padding-top: 36.496350365%;
}

.aspect-ratio--4\.8\:1:before {
	padding-top: 20.5696202532%;
}

.aspect-ratio--2\:3:before {
	padding-top: 150%;
}

.aspect-ratio--3\:2:before {
	padding-top: 66.666666667%;
}

.aspect-ratio--4\:5:before {
	padding-top: 125%;
}

.aspect-ratio--9\:16:before {
	padding-top: 177.777777778%;
}

.aspect-ratio--16\:9:before {
	padding-top: 56.25%;
}

.responsive-embed {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.responsive-embed iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.border-radius--rounded {
	border-radius: var(--border-radius);
}

.border-radius--rounded-circle {
	border-radius: 50em;
}

.image.border-radius--rounded img {
	border-radius: var(--border-radius);
}

.image.border-radius--rounded-circle img {
	border-radius: 50em;
}

:root {
	--swiper-pagination-color: #ffc300;
	--swiper-theme-color: #ffc300;
	--swiper-pagination-bottom: 0;
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-bullet-horizontal-gap: 8px;
	--swiper-pagination-bullet-width: 16px;
	--swiper-pagination-bullet-size: 16px;
}

.step__next, .step__prev {
	color: #fff;
}

.step__next.black, .step__prev.black {
	color: #000;
}

.pagination--topics {
	margin-top: 2rem;
	position: relative;
}

.solutions__card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.solutions__card .solutions__card-head {
	background-color: var(--fast2mine-black-color);
}

.solutions__card .solutions__card-title {
	color: var(--fast2mine-accent-color);
	font-variation-settings: "slnt" 1, "wdth" 10, "wght" 50;
	margin-bottom: -10px;
	padding: 1rem;
	text-align: center;
	text-transform: uppercase;
}

.solutions__card .solutions__card-body {
	align-items: center;
	background-color: var(--fast2mine-white-color);
	display: flex;
	flex-grow: 1;
	padding: 1.5rem;
	width: 100%;
}

.solutions__card .solutions__card-body p {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
}

.solutions__card .solutions__card-footer {
	background-color: var(--fast2mine-white-color);
	padding-bottom: 1.5rem;
	text-align: center;
}

.solutions__card .solutions__card-footer .fast2mine-button span {
	font-variation-settings: "slnt" 1, "wdth" 1, "wght" 60;
}

.case-study-section, .solutions-list-section, .solutions-section {
	align-items: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	padding-bottom: calc(var(--base-section-padding) * 4);
	padding-top: calc(var(--base-section-padding) * 4);
	position: relative;
}

.case-study-section > .container, .solutions-list-section > .container, .solutions-section > .container {
	position: relative;
	z-index: 3;
}

.solutions-section {
	min-height: 75vh;
}

.solutions-section .highlight--description {
	max-width: 600px;
	width: 100%;
}

.solutions-list-section {
	background-color: var(--fast2mine-black-color);
	padding-bottom: calc(var(--base-section-padding) * 2);
	padding-top: 0;
}

.solutions-list-section.with-title {
	padding-top: calc(var(--base-section-padding) * 2);
}

.fast2mine-solutions-swiper {
	margin-top: -4.5rem;
}

.fast2mine-solutions-swiper .swiper-slide {
	height: auto;
}

.fast2mine-solutions-swiper.with-title {
	margin-top: 0;
}

.case-study-section {
	text-align: center;
}

.case-study-section .case-study__subtitle, .case-study-section .highlight--description, .case-study-section .title {
	margin-bottom: 2rem;
}

.case-study-section .case-study__subtitle, .case-study-section .case-study__subtitle span {
	font-size: 30px;
	text-transform: uppercase;
}

@media (min-width:414px) {
	.case-study-section .case-study__subtitle, .case-study-section .case-study__subtitle span {
		font-size: 40px;
	}
}

@media (min-width:768px) {
	.case-study-section .case-study__subtitle, .case-study-section .case-study__subtitle span {
		font-size: 50px;
	}
}

@media (min-width:1024px) {
	.case-study-section .case-study__subtitle, .case-study-section .case-study__subtitle span {
		font-size: 60px;
	}
}

.case-study-section .case-study__subtitle {
	color: #fff;
	font-variation-settings: "slnt" .64, "wdth" 1, "wght" 50;
}

.case-study-section .case-study__subtitle span {
	color: var(--fast2mine-accent-color);
	font-variation-settings: "slnt" .64, "wdth" 1, "wght" 100;
}
