/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./wwwroot-src/scss/styles.scss ***!
  \*******************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Red+Hat+Display:wght@400;500;600&display=swap);
/*!***************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/slick-carousel/slick/slick.css ***!
  \***************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./wwwroot-src/scss/styles.scss (1) ***!
  \***********************************************************************************************************************************************************************************/
/* Media Queries */
/* Grid */
/* Colours */
/* Typography */
/* Spacing */
body {
  background-color: #FFFFFF;
}

/* Utilities */
/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/* 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

.container {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-fluid {
  padding: 0 20px;
}

.row {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}

@media (min-width: 0) {
  .col-xs-0 {
    width: calc(100% / 12 * 0);
    padding: 0 20px;
  }
  .col-xs-offset-0 {
    margin-left: calc(100% / 12 * 0);
  }
}
@media (min-width: 0) {
  .col-xs-1 {
    width: calc(100% / 12 * 1);
    padding: 0 20px;
  }
  .col-xs-offset-1 {
    margin-left: calc(100% / 12 * 1);
  }
}
@media (min-width: 0) {
  .col-xs-2 {
    width: calc(100% / 12 * 2);
    padding: 0 20px;
  }
  .col-xs-offset-2 {
    margin-left: calc(100% / 12 * 2);
  }
}
@media (min-width: 0) {
  .col-xs-3 {
    width: calc(100% / 12 * 3);
    padding: 0 20px;
  }
  .col-xs-offset-3 {
    margin-left: calc(100% / 12 * 3);
  }
}
@media (min-width: 0) {
  .col-xs-4 {
    width: calc(100% / 12 * 4);
    padding: 0 20px;
  }
  .col-xs-offset-4 {
    margin-left: calc(100% / 12 * 4);
  }
}
@media (min-width: 0) {
  .col-xs-5 {
    width: calc(100% / 12 * 5);
    padding: 0 20px;
  }
  .col-xs-offset-5 {
    margin-left: calc(100% / 12 * 5);
  }
}
@media (min-width: 0) {
  .col-xs-6 {
    width: calc(100% / 12 * 6);
    padding: 0 20px;
  }
  .col-xs-offset-6 {
    margin-left: calc(100% / 12 * 6);
  }
}
@media (min-width: 0) {
  .col-xs-7 {
    width: calc(100% / 12 * 7);
    padding: 0 20px;
  }
  .col-xs-offset-7 {
    margin-left: calc(100% / 12 * 7);
  }
}
@media (min-width: 0) {
  .col-xs-8 {
    width: calc(100% / 12 * 8);
    padding: 0 20px;
  }
  .col-xs-offset-8 {
    margin-left: calc(100% / 12 * 8);
  }
}
@media (min-width: 0) {
  .col-xs-9 {
    width: calc(100% / 12 * 9);
    padding: 0 20px;
  }
  .col-xs-offset-9 {
    margin-left: calc(100% / 12 * 9);
  }
}
@media (min-width: 0) {
  .col-xs-10 {
    width: calc(100% / 12 * 10);
    padding: 0 20px;
  }
  .col-xs-offset-10 {
    margin-left: calc(100% / 12 * 10);
  }
}
@media (min-width: 0) {
  .col-xs-11 {
    width: calc(100% / 12 * 11);
    padding: 0 20px;
  }
  .col-xs-offset-11 {
    margin-left: calc(100% / 12 * 11);
  }
}
@media (min-width: 0) {
  .col-xs-12 {
    width: calc(100% / 12 * 12);
    padding: 0 20px;
  }
  .col-xs-offset-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
@media (min-width: 0) {
  .hidden-xs {
    display: none !important;
  }
  .justify-centre-xs {
    justify-content: center;
  }
  .horizontal-padding-xs {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: -0.2px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .col-sm-0 {
    width: calc(100% / 12 * 0);
    padding: 0 20px;
  }
  .col-sm-offset-0 {
    margin-left: calc(100% / 12 * 0);
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    width: calc(100% / 12 * 1);
    padding: 0 20px;
  }
  .col-sm-offset-1 {
    margin-left: calc(100% / 12 * 1);
  }
}
@media (min-width: 576px) {
  .col-sm-2 {
    width: calc(100% / 12 * 2);
    padding: 0 20px;
  }
  .col-sm-offset-2 {
    margin-left: calc(100% / 12 * 2);
  }
}
@media (min-width: 576px) {
  .col-sm-3 {
    width: calc(100% / 12 * 3);
    padding: 0 20px;
  }
  .col-sm-offset-3 {
    margin-left: calc(100% / 12 * 3);
  }
}
@media (min-width: 576px) {
  .col-sm-4 {
    width: calc(100% / 12 * 4);
    padding: 0 20px;
  }
  .col-sm-offset-4 {
    margin-left: calc(100% / 12 * 4);
  }
}
@media (min-width: 576px) {
  .col-sm-5 {
    width: calc(100% / 12 * 5);
    padding: 0 20px;
  }
  .col-sm-offset-5 {
    margin-left: calc(100% / 12 * 5);
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
    width: calc(100% / 12 * 6);
    padding: 0 20px;
  }
  .col-sm-offset-6 {
    margin-left: calc(100% / 12 * 6);
  }
}
@media (min-width: 576px) {
  .col-sm-7 {
    width: calc(100% / 12 * 7);
    padding: 0 20px;
  }
  .col-sm-offset-7 {
    margin-left: calc(100% / 12 * 7);
  }
}
@media (min-width: 576px) {
  .col-sm-8 {
    width: calc(100% / 12 * 8);
    padding: 0 20px;
  }
  .col-sm-offset-8 {
    margin-left: calc(100% / 12 * 8);
  }
}
@media (min-width: 576px) {
  .col-sm-9 {
    width: calc(100% / 12 * 9);
    padding: 0 20px;
  }
  .col-sm-offset-9 {
    margin-left: calc(100% / 12 * 9);
  }
}
@media (min-width: 576px) {
  .col-sm-10 {
    width: calc(100% / 12 * 10);
    padding: 0 20px;
  }
  .col-sm-offset-10 {
    margin-left: calc(100% / 12 * 10);
  }
}
@media (min-width: 576px) {
  .col-sm-11 {
    width: calc(100% / 12 * 11);
    padding: 0 20px;
  }
  .col-sm-offset-11 {
    margin-left: calc(100% / 12 * 11);
  }
}
@media (min-width: 576px) {
  .col-sm-12 {
    width: calc(100% / 12 * 12);
    padding: 0 20px;
  }
  .col-sm-offset-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
@media (min-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
  .justify-centre-sm {
    justify-content: center;
  }
  .horizontal-padding-sm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 575.8px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .col-md-0 {
    width: calc(100% / 12 * 0);
    padding: 0 20px;
  }
  .col-md-offset-0 {
    margin-left: calc(100% / 12 * 0);
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    width: calc(100% / 12 * 1);
    padding: 0 20px;
  }
  .col-md-offset-1 {
    margin-left: calc(100% / 12 * 1);
  }
}
@media (min-width: 768px) {
  .col-md-2 {
    width: calc(100% / 12 * 2);
    padding: 0 20px;
  }
  .col-md-offset-2 {
    margin-left: calc(100% / 12 * 2);
  }
}
@media (min-width: 768px) {
  .col-md-3 {
    width: calc(100% / 12 * 3);
    padding: 0 20px;
  }
  .col-md-offset-3 {
    margin-left: calc(100% / 12 * 3);
  }
}
@media (min-width: 768px) {
  .col-md-4 {
    width: calc(100% / 12 * 4);
    padding: 0 20px;
  }
  .col-md-offset-4 {
    margin-left: calc(100% / 12 * 4);
  }
}
@media (min-width: 768px) {
  .col-md-5 {
    width: calc(100% / 12 * 5);
    padding: 0 20px;
  }
  .col-md-offset-5 {
    margin-left: calc(100% / 12 * 5);
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    width: calc(100% / 12 * 6);
    padding: 0 20px;
  }
  .col-md-offset-6 {
    margin-left: calc(100% / 12 * 6);
  }
}
@media (min-width: 768px) {
  .col-md-7 {
    width: calc(100% / 12 * 7);
    padding: 0 20px;
  }
  .col-md-offset-7 {
    margin-left: calc(100% / 12 * 7);
  }
}
@media (min-width: 768px) {
  .col-md-8 {
    width: calc(100% / 12 * 8);
    padding: 0 20px;
  }
  .col-md-offset-8 {
    margin-left: calc(100% / 12 * 8);
  }
}
@media (min-width: 768px) {
  .col-md-9 {
    width: calc(100% / 12 * 9);
    padding: 0 20px;
  }
  .col-md-offset-9 {
    margin-left: calc(100% / 12 * 9);
  }
}
@media (min-width: 768px) {
  .col-md-10 {
    width: calc(100% / 12 * 10);
    padding: 0 20px;
  }
  .col-md-offset-10 {
    margin-left: calc(100% / 12 * 10);
  }
}
@media (min-width: 768px) {
  .col-md-11 {
    width: calc(100% / 12 * 11);
    padding: 0 20px;
  }
  .col-md-offset-11 {
    margin-left: calc(100% / 12 * 11);
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    width: calc(100% / 12 * 12);
    padding: 0 20px;
  }
  .col-md-offset-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
@media (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
  .justify-centre-md {
    justify-content: center;
  }
  .horizontal-padding-md {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767.8px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .col-lg-0 {
    width: calc(100% / 12 * 0);
    padding: 0 20px;
  }
  .col-lg-offset-0 {
    margin-left: calc(100% / 12 * 0);
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    width: calc(100% / 12 * 1);
    padding: 0 20px;
  }
  .col-lg-offset-1 {
    margin-left: calc(100% / 12 * 1);
  }
}
@media (min-width: 992px) {
  .col-lg-2 {
    width: calc(100% / 12 * 2);
    padding: 0 20px;
  }
  .col-lg-offset-2 {
    margin-left: calc(100% / 12 * 2);
  }
}
@media (min-width: 992px) {
  .col-lg-3 {
    width: calc(100% / 12 * 3);
    padding: 0 20px;
  }
  .col-lg-offset-3 {
    margin-left: calc(100% / 12 * 3);
  }
}
@media (min-width: 992px) {
  .col-lg-4 {
    width: calc(100% / 12 * 4);
    padding: 0 20px;
  }
  .col-lg-offset-4 {
    margin-left: calc(100% / 12 * 4);
  }
}
@media (min-width: 992px) {
  .col-lg-5 {
    width: calc(100% / 12 * 5);
    padding: 0 20px;
  }
  .col-lg-offset-5 {
    margin-left: calc(100% / 12 * 5);
  }
}
@media (min-width: 992px) {
  .col-lg-6 {
    width: calc(100% / 12 * 6);
    padding: 0 20px;
  }
  .col-lg-offset-6 {
    margin-left: calc(100% / 12 * 6);
  }
}
@media (min-width: 992px) {
  .col-lg-7 {
    width: calc(100% / 12 * 7);
    padding: 0 20px;
  }
  .col-lg-offset-7 {
    margin-left: calc(100% / 12 * 7);
  }
}
@media (min-width: 992px) {
  .col-lg-8 {
    width: calc(100% / 12 * 8);
    padding: 0 20px;
  }
  .col-lg-offset-8 {
    margin-left: calc(100% / 12 * 8);
  }
}
@media (min-width: 992px) {
  .col-lg-9 {
    width: calc(100% / 12 * 9);
    padding: 0 20px;
  }
  .col-lg-offset-9 {
    margin-left: calc(100% / 12 * 9);
  }
}
@media (min-width: 992px) {
  .col-lg-10 {
    width: calc(100% / 12 * 10);
    padding: 0 20px;
  }
  .col-lg-offset-10 {
    margin-left: calc(100% / 12 * 10);
  }
}
@media (min-width: 992px) {
  .col-lg-11 {
    width: calc(100% / 12 * 11);
    padding: 0 20px;
  }
  .col-lg-offset-11 {
    margin-left: calc(100% / 12 * 11);
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    width: calc(100% / 12 * 12);
    padding: 0 20px;
  }
  .col-lg-offset-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
  .justify-centre-lg {
    justify-content: center;
  }
  .horizontal-padding-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 991.8px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .col-xl-0 {
    width: calc(100% / 12 * 0);
    padding: 0 20px;
  }
  .col-xl-offset-0 {
    margin-left: calc(100% / 12 * 0);
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    width: calc(100% / 12 * 1);
    padding: 0 20px;
  }
  .col-xl-offset-1 {
    margin-left: calc(100% / 12 * 1);
  }
}
@media (min-width: 1200px) {
  .col-xl-2 {
    width: calc(100% / 12 * 2);
    padding: 0 20px;
  }
  .col-xl-offset-2 {
    margin-left: calc(100% / 12 * 2);
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    width: calc(100% / 12 * 3);
    padding: 0 20px;
  }
  .col-xl-offset-3 {
    margin-left: calc(100% / 12 * 3);
  }
}
@media (min-width: 1200px) {
  .col-xl-4 {
    width: calc(100% / 12 * 4);
    padding: 0 20px;
  }
  .col-xl-offset-4 {
    margin-left: calc(100% / 12 * 4);
  }
}
@media (min-width: 1200px) {
  .col-xl-5 {
    width: calc(100% / 12 * 5);
    padding: 0 20px;
  }
  .col-xl-offset-5 {
    margin-left: calc(100% / 12 * 5);
  }
}
@media (min-width: 1200px) {
  .col-xl-6 {
    width: calc(100% / 12 * 6);
    padding: 0 20px;
  }
  .col-xl-offset-6 {
    margin-left: calc(100% / 12 * 6);
  }
}
@media (min-width: 1200px) {
  .col-xl-7 {
    width: calc(100% / 12 * 7);
    padding: 0 20px;
  }
  .col-xl-offset-7 {
    margin-left: calc(100% / 12 * 7);
  }
}
@media (min-width: 1200px) {
  .col-xl-8 {
    width: calc(100% / 12 * 8);
    padding: 0 20px;
  }
  .col-xl-offset-8 {
    margin-left: calc(100% / 12 * 8);
  }
}
@media (min-width: 1200px) {
  .col-xl-9 {
    width: calc(100% / 12 * 9);
    padding: 0 20px;
  }
  .col-xl-offset-9 {
    margin-left: calc(100% / 12 * 9);
  }
}
@media (min-width: 1200px) {
  .col-xl-10 {
    width: calc(100% / 12 * 10);
    padding: 0 20px;
  }
  .col-xl-offset-10 {
    margin-left: calc(100% / 12 * 10);
  }
}
@media (min-width: 1200px) {
  .col-xl-11 {
    width: calc(100% / 12 * 11);
    padding: 0 20px;
  }
  .col-xl-offset-11 {
    margin-left: calc(100% / 12 * 11);
  }
}
@media (min-width: 1200px) {
  .col-xl-12 {
    width: calc(100% / 12 * 12);
    padding: 0 20px;
  }
  .col-xl-offset-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
  .justify-centre-xl {
    justify-content: center;
  }
  .horizontal-padding-xl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 1199.8px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .col-xxl-0 {
    width: calc(100% / 12 * 0);
    padding: 0 20px;
  }
  .col-xxl-offset-0 {
    margin-left: calc(100% / 12 * 0);
  }
}
@media (min-width: 1400px) {
  .col-xxl-1 {
    width: calc(100% / 12 * 1);
    padding: 0 20px;
  }
  .col-xxl-offset-1 {
    margin-left: calc(100% / 12 * 1);
  }
}
@media (min-width: 1400px) {
  .col-xxl-2 {
    width: calc(100% / 12 * 2);
    padding: 0 20px;
  }
  .col-xxl-offset-2 {
    margin-left: calc(100% / 12 * 2);
  }
}
@media (min-width: 1400px) {
  .col-xxl-3 {
    width: calc(100% / 12 * 3);
    padding: 0 20px;
  }
  .col-xxl-offset-3 {
    margin-left: calc(100% / 12 * 3);
  }
}
@media (min-width: 1400px) {
  .col-xxl-4 {
    width: calc(100% / 12 * 4);
    padding: 0 20px;
  }
  .col-xxl-offset-4 {
    margin-left: calc(100% / 12 * 4);
  }
}
@media (min-width: 1400px) {
  .col-xxl-5 {
    width: calc(100% / 12 * 5);
    padding: 0 20px;
  }
  .col-xxl-offset-5 {
    margin-left: calc(100% / 12 * 5);
  }
}
@media (min-width: 1400px) {
  .col-xxl-6 {
    width: calc(100% / 12 * 6);
    padding: 0 20px;
  }
  .col-xxl-offset-6 {
    margin-left: calc(100% / 12 * 6);
  }
}
@media (min-width: 1400px) {
  .col-xxl-7 {
    width: calc(100% / 12 * 7);
    padding: 0 20px;
  }
  .col-xxl-offset-7 {
    margin-left: calc(100% / 12 * 7);
  }
}
@media (min-width: 1400px) {
  .col-xxl-8 {
    width: calc(100% / 12 * 8);
    padding: 0 20px;
  }
  .col-xxl-offset-8 {
    margin-left: calc(100% / 12 * 8);
  }
}
@media (min-width: 1400px) {
  .col-xxl-9 {
    width: calc(100% / 12 * 9);
    padding: 0 20px;
  }
  .col-xxl-offset-9 {
    margin-left: calc(100% / 12 * 9);
  }
}
@media (min-width: 1400px) {
  .col-xxl-10 {
    width: calc(100% / 12 * 10);
    padding: 0 20px;
  }
  .col-xxl-offset-10 {
    margin-left: calc(100% / 12 * 10);
  }
}
@media (min-width: 1400px) {
  .col-xxl-11 {
    width: calc(100% / 12 * 11);
    padding: 0 20px;
  }
  .col-xxl-offset-11 {
    margin-left: calc(100% / 12 * 11);
  }
}
@media (min-width: 1400px) {
  .col-xxl-12 {
    width: calc(100% / 12 * 12);
    padding: 0 20px;
  }
  .col-xxl-offset-12 {
    margin-left: calc(100% / 12 * 12);
  }
}
@media (min-width: 1400px) {
  .hidden-xxl {
    display: none !important;
  }
  .justify-centre-xxl {
    justify-content: center;
  }
  .horizontal-padding-xxl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 1399.8px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
.text-centre {
  text-align: center;
}

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

.full-width {
  width: 100%;
}

.flex {
  display: flex;
}

.align-centre {
  align-items: center;
}

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

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

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

.align-self-centre {
  align-self: center;
}

.justify-centre {
  justify-content: center;
}

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

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

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

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

.full-width {
  width: 100%;
}

.vh-100 {
  min-height: 100vh;
}

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

.vh-50 {
  min-height: 50vh;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.image-container--1-1 {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
.image-container--1-1 img, .image-container--1-1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image-container--4-3 {
  position: relative;
  overflow: hidden;
  padding-top: 75%;
}
.image-container--4-3 img, .image-container--4-3 iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.image-container--16-9 {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.image-container--16-9 img, .image-container--16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.video-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.video-wrapper img, .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.aspect-ratio-box-1-1 {
  width: 100%;
}
.aspect-ratio-box-1-1::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 100%;
}
.aspect-ratio-box-1-1::after {
  content: "";
  display: table;
  clear: both;
}

.aspect-ratio-box-4-3 {
  width: 100%;
}
.aspect-ratio-box-4-3::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 75%;
}
.aspect-ratio-box-4-3::after {
  content: "";
  display: table;
  clear: both;
}

.aspect-ratio-box-16-9 {
  width: 100%;
}
.aspect-ratio-box-16-9::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 56.25%;
}
.aspect-ratio-box-16-9::after {
  content: "";
  display: table;
  clear: both;
}

.aspect-ratio-box-16-6 {
  width: 100%;
}
.aspect-ratio-box-16-6::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 25%;
}
.aspect-ratio-box-16-6::after {
  content: "";
  display: table;
  clear: both;
}

.aspect-ratio-box-4-1 {
  width: 100%;
}
.aspect-ratio-box-4-1::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 25%;
}
.aspect-ratio-box-4-1::after {
  content: "";
  display: table;
  clear: both;
}

.highlight {
  display: inline;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 85%, #DB7931 85%);
}

.strapline {
  text-transform: uppercase;
  color: #DB7931;
  font-weight: bold;
  font-size: 0.8125rem;
  font-family: "Red Hat Display", sans-serif;
}

.border-black {
  border: 1px solid #0B1C26;
}

.border-orange {
  border: 1px solid #DB7931;
}

.colour-orange {
  color: #DB7931;
}

.colour-black {
  color: #0B1C26;
}

.colour-white {
  color: #FFFFFF;
}

.horizontal-padding {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.vertical-margin {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z3 {
  z-index: 3;
}

.overflow-hidden {
  overflow: hidden;
}

.background-no-repeat {
  background-repeat: no-repeat;
}

.background-centre {
  background-position: center;
}

.background-cover {
  background-size: cover;
}

.curved-image {
  border-top-right-radius: 50px;
}

/* Animations */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Base */
* {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  color: #0B1C26;
  font-weight: 400;
  line-height: 1.35;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin-top: 1rem;
}

h1 {
  font-size: 3.5625rem;
}
@media (max-width: 767.8px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.1875rem;
}
@media (max-width: 767.8px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.75rem;
}
@media (max-width: 767.8px) {
  h3 {
    font-size: 1.375rem;
  }
}

p {
  font-weight: 500;
}
@media (max-width: 767.8px) {
  p {
    font-size: 0.875rem;
  }
}

a {
  color: #0B1C26;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 300ms;
  letter-spacing: 1.8px;
  font-weight: bold;
}
a:hover {
  opacity: 0.7;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  letter-spacing: normal;
}

li {
  padding-bottom: 20px;
}

input[type=text], input[type=password], input[type=email], input[type=search], textarea {
  display: inline-block;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #001325;
  padding: 0.3rem;
  background-color: transparent;
  resize: none;
  padding: 0.75rem 0;
  margin: 1rem 0;
}

form {
  display: contents;
}

.btn--orange, .btn--white, .btn {
  background: none;
  border: 1px solid black;
  cursor: pointer;
  padding: 0.6rem 2rem;
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.full-width.btn--orange, .full-width.btn--white, .full-width.btn {
  width: 100%;
  max-width: none;
}

.btn--white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn--orange {
  color: #FFFFFF;
  background-color: #DB7931;
  border-color: #DB7931;
}

.slick-arrow-btn {
  border-radius: 100%;
  background-color: #DB7931;
  position: relative;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  border: 2px solid #DB7931;
  cursor: pointer;
  margin: 1rem 0.25rem;
  transition: 300ms;
}
.slick-arrow-btn:hover {
  opacity: 0.8;
}
.slick-arrow-btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #FFFFFF;
}
.slick-arrow-btn.disabled {
  background-color: transparent;
  cursor: auto;
  opacity: 0.6;
  pointer-events: none;
}
.slick-arrow-btn.disabled svg {
  fill: #DB7931;
}

@media (min-width: 992px) {
  .overflow-slider--chrome, .overflow-slider--navy, .overflow-slider {
    padding: 3rem;
  }
  .overflow-slider--chrome::before, .overflow-slider--navy::before, .overflow-slider::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    transform: translateX(-100%);
    pointer-events: none;
  }
  .overflow-slider--chrome .slick-slide, .overflow-slider--navy .slick-slide, .overflow-slider .slick-slide {
    margin: 0 1.5rem;
  }
  .overflow-slider--chrome .slick-list, .overflow-slider--navy .slick-list, .overflow-slider .slick-list {
    overflow: visible;
    margin: 0 -1.5rem;
  }
}
.overflow-slider--chrome .slick-slide, .overflow-slider--navy .slick-slide, .overflow-slider .slick-slide {
  margin: 0 0.75rem;
}

.overflow-slider::before {
  background-color: #FFFFFF;
}
.overflow-slider--navy::before {
  background-color: #001325;
}

.overflow-slider--chrome::before {
  background-color: #CFD4DA;
}

/* Layout */
.header {
  background-color: #001325;
  color: #FFFFFF;
  padding: 1rem 0;
}
.header * {
  color: #FFFFFF;
}
.header__logo {
  margin: 1rem 0;
}
.header__navigation {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
}
.header__navigation-item {
  position: relative;
  display: inline-block;
  margin: 1rem 0.75rem;
  padding: 0;
}
.header__navigation-item a {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.header__navigation-item a.current {
  color: #DB7931;
}
.header__navigation-item:hover .header__submenu {
  display: block;
}
.header__submenu {
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  background: #001325;
  text-align: left;
}
.header__submenu * {
  text-align: left;
  white-space: nowrap;
}
.header__navigation-seperator {
  border-left: 1px solid #DB7931;
  align-self: stretch;
  margin: 0 1.5rem;
}
.header__navigation-contact a {
  color: #DB7931;
}
.header__hamburger {
  position: relative;
  height: 10px;
  width: 25px;
}
.header__burger {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #DB7931;
  height: 2px;
}
.header__burger:last-child {
  top: 100%;
}

.footer {
  color: #FFFFFF;
  padding: 2rem 0;
  background-color: #001325;
  font-size: 0.8125rem;
}
.footer__nav {
  list-style-type: none;
  margin: 0;
  margin-top: 1rem;
  padding: 0;
}
.footer__socials {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__socials li {
  display: inline-block;
}
@media (max-width: 991.8px) {
  .footer__socials {
    margin-top: 1rem;
  }
}
.footer__social-actual {
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.8px) {
  .footer__social-actual {
    height: 50px;
    width: 50px;
  }
}
.footer__social-actual svg {
  fill: #DB7931;
}
@media (min-width: 992px) {
  .footer__social-actual svg {
    font-size: 0.8rem;
  }
}

@media (max-width: 991.8px) {
  .mobile-expand {
    overflow: hidden;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #001325;
  z-index: 100;
  overflow-y: auto;
  padding: 3rem 0 1rem 0;
  transform: translateX(100%);
  transition: transform 400ms ease-out;
}
.mobile-expand .mobile-menu {
  transform: translateX(0);
}
.mobile-menu__navigation {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-menu__navigation-item {
  width: 100%;
  font-size: 1.1875rem;
  text-transform: uppercase;
  padding: 0;
  margin: 1rem 0;
}
.mobile-menu__navigation-seperator {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #DB7931;
  margin-top: auto;
}
.mobile-menu__navigation-contact * {
  color: #DB7931;
}

/* Components */
.block--overlap, .block--image, .block {
  min-height: 20vh;
  padding: 3rem 0;
}
@media (max-width: 767.8px) {
  .block--overlap, .block--image, .block {
    padding: 2rem 0;
  }
}

.block--image {
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
}

.block--overlap {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, #FFFFFF 55%);
}

.header-block--navy .header-block__header, .header-block--chrome .header-block__header, .header-block--light .header-block__header, .header-block .header-block__header {
  text-transform: uppercase;
  border-bottom: 1px solid #001325;
}
.header-block--navy .header-block__header h5, .header-block--chrome .header-block__header h5, .header-block--light .header-block__header h5, .header-block .header-block__header h5 {
  margin: 1rem 0;
}
.header-block--navy .header-block__btns, .header-block--chrome .header-block__btns, .header-block--light .header-block__btns, .header-block .header-block__btns {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-block--navy .header-block__btn, .header-block--chrome .header-block__btn, .header-block--light .header-block__btn, .header-block .header-block__btn {
  padding: 1rem 1.5rem;
  border-left: 1px solid #001325;
  display: flex;
  align-items: center;
}
.header-block--navy .header-block__btn *, .header-block--chrome .header-block__btn *, .header-block--light .header-block__btn *, .header-block .header-block__btn * {
  margin: 0 !important;
}
@media (min-width: 768px) {
  .header-block--navy .header-block__btn:last-child, .header-block--chrome .header-block__btn:last-child, .header-block--light .header-block__btn:last-child, .header-block .header-block__btn:last-child {
    border-right: 1px solid #001325;
  }
}

.header-block--light {
  background-color: #ECECE7;
}

.header-block--chrome {
  background-color: #CFD4DA;
}

.header-block--navy {
  background-color: #001325;
  color: #FFFFFF;
  fill: #FFFFFF;
}
.header-block--navy .header-block__header, .header-block--navy .header-block__btn {
  border-color: #FFFFFF;
}

.image-card {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 70px;
  display: flex;
  align-items: center;
  padding: 1rem 4.5rem;
}
.image-card::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 37.5%;
}
.image-card::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767.8px) {
  .image-card {
    padding: 5rem 1.5rem;
  }
}
.image-card__container {
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 33.33%;
}
@media (max-width: 767.8px) {
  .image-card__container {
    width: 80%;
  }
}

.people-item {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  aspect-ratio: 0.72/1;
  padding: 2rem 3rem;
  color: #FFFFFF;
}
.people-item__title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .people-item__title {
    font-size: 1.5rem;
  }
}
.people-item svg {
  fill: #FFFFFF;
  font-size: 1.875rem;
}
.people-item__role {
  text-transform: uppercase;
}

.portfolio-item {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  aspect-ratio: 0.72/1;
  padding: 2rem 3rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
  position: relative;
}
.portfolio-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.portfolio-item > * {
  z-index: 2;
}
.portfolio-item__title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .portfolio-item__title {
    font-size: 1.8rem;
  }
}
.portfolio-item svg {
  fill: #FFFFFF;
  font-size: 1.875rem;
}

.portfolio-company {
  background-color: #DB7931;
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
  margin: 1rem 0;
}
.portfolio-company__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  opacity: 0;
  flex-wrap: wrap;
  text-align: center;
  padding: 1rem 1.5rem;
}
.portfolio-company__content * {
  color: #FFFFFF;
  width: 100%;
}
.portfolio-company svg, .portfolio-company img {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: calc(100% - 2rem);
  object-fit: contain;
}
.portfolio-company .tquila-automation__logo svg {
  fill: white;
}
.portfolio-company * {
  transition: opacity 300ms;
}
.portfolio-company:hover .portfolio-company__content {
  opacity: 1;
}
.portfolio-company:hover svg, .portfolio-company:hover img {
  opacity: 0;
}

.portfolio-item-container .portfolio-img {
  width: 100%;
  border-top-right-radius: 50px;
  max-height: 850px;
  object-fit: cover;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 20px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

.news-item {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center;
  padding: 2rem 3rem;
  margin-bottom: 1rem;
  position: relative;
  background-color: #ECECE7;
}
.news-item:nth-child(odd) {
  background: #FFFFFF;
}
.news-item > * {
  z-index: 2;
}
.news-item__title {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .news-item__title {
    font-size: 1.8rem;
  }
}
.news-item svg {
  fill: #FFFFFF;
  font-size: 1.875rem;
}

.news-item-container {
  background-color: #ECECE7;
  aspect-ratio: 16/9;
  width: 100%;
  position: relative;
  margin: 1rem 0;
  position: relative;
  border-top-right-radius: 25px;
}
.news-item-container img {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  width: calc(100% - 3rem);
  height: calc(100% - 2rem);
  object-fit: contain;
}

.number-list--white, .number-list {
  list-style-type: none;
  counter-reset: index;
  position: relative;
  padding-left: 5rem;
}
.number-list--white li, .number-list li {
  margin: 1rem 0;
}
.number-list--white li *, .number-list li * {
  margin: 0;
}
.number-list--white li::before, .number-list li::before {
  counter-increment: index;
  content: "0" counter(index);
  position: absolute;
  left: 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 3.125rem;
  color: #DB7931;
  margin-top: -0.5rem;
}
.number-list--white li:nth-child(n+10)::before, .number-list li:nth-child(n+10)::before {
  content: counter(index);
}

.number-list--white li::before {
  color: #FFFFFF;
}

.flow-box {
  display: flex;
  align-items: center;
}
.flow-box__inner {
  aspect-ratio: 16/9;
  background-image: url(b2a327e41d7a30b32f21.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 2rem 3rem;
  position: relative;
  margin-bottom: 30%;
}
@media (min-width: 992px) {
  .flow-box__inner {
    margin-bottom: 0;
  }
}
.flow-box__inner::after {
  content: "";
  aspect-ratio: 16/9;
  width: 25%;
  position: absolute;
  background-image: url(d20a50eabaede4cd2fe7.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 100%;
  right: 50%;
  transform: translate(50%, 80%) rotate(90deg);
}
@media (min-width: 992px) {
  .flow-box__inner::after {
    margin-bottom: 0;
    right: 0;
    top: 50%;
    transform: translate(140%, -50%);
  }
}
@media (min-width: 992px) {
  .flow-box__inner {
    margin-left: 10%;
    margin-right: 10%;
  }
  .flow-box:first-of-type .flow-box__inner {
    margin-right: 20%;
  }
  .flow-box:last-of-type .flow-box__inner {
    margin-left: 20%;
  }
  .flow-box:last-of-type .flow-box__inner::after {
    display: none;
  }
}
.flow-box:last-of-type .flow-box__inner {
  margin-bottom: 0;
}
.flow-box:last-of-type .flow-box__inner::after {
  display: none;
}

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