:root {
  --bs-blue: #42a5f5;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #ff2d20;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #e9f7fb;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #ff2d20;
  --bs-secondary: #1d1d1b;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-dark: #1d1d1b;
  --bs-blue: #42a5f5;
  --bs-red: #ff2d20;
  --bs-font-sans-serif: "Inter", "Arial", "Helvetica", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1d1d1b;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.2; }

h1 {
  font-size: calc(1.4625rem + 2.55vw); }

h2 {
  font-size: calc(1.375rem + 1.5vw); }

h3 {
  font-size: calc(1.325rem + 0.9vw); }

h4 {
  font-size: calc(1.3rem + 0.6vw); }

h5 {
  font-size: calc(1.275rem + 0.3vw); }

h6 {
  font-size: 1.125rem; }

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

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

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

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto; }

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  color: #1d1d1b;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 13px 25px;
  font-size: 0.9375rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover {
    color: #1d1d1b; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 45, 32, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #000;
  background-color: #ff2d20;
  border-color: #ff2d20; }
  .btn-primary:hover {
    color: #000;
    background-color: #ff4d41;
    border-color: #ff4236; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000;
    background-color: #ff4d41;
    border-color: #ff4236;
    box-shadow: 0 0 0 0.25rem rgba(217, 38, 27, 0.5); }
  .btn-check:checked + .btn-primary,
  .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
  .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #ff574d;
    border-color: #ff4236; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 38, 27, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #000;
    background-color: #ff2d20;
    border-color: #ff2d20; }

.btn-secondary {
  color: #fff;
  background-color: #1d1d1b;
  border-color: #1d1d1b; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #191917;
    border-color: #171716; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #191917;
    border-color: #171716;
    box-shadow: 0 0 0 0.25rem rgba(63, 63, 61, 0.5); }
  .btn-check:checked + .btn-secondary,
  .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #171716;
    border-color: #161614; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(63, 63, 61, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #1d1d1b;
    border-color: #1d1d1b; }

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #000;
    background-color: white;
    border-color: white; }
  .btn-check:focus + .btn-white, .btn-white:focus {
    color: #000;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-check:checked + .btn-white,
  .btn-check:active + .btn-white, .btn-white:active, .btn-white.active,
  .show > .btn-white.dropdown-toggle {
    color: #000;
    background-color: white;
    border-color: white; }
    .btn-check:checked + .btn-white:focus,
    .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5); }
  .btn-white:disabled, .btn-white.disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff; }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-check:focus + .btn-black, .btn-black:focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }
  .btn-check:checked + .btn-black,
  .btn-check:active + .btn-black, .btn-black:active, .btn-black.active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-check:checked + .btn-black:focus,
    .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }
  .btn-black:disabled, .btn-black.disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }

.btn-dark {
  color: #fff;
  background-color: #1d1d1b;
  border-color: #1d1d1b; }
  .btn-dark:hover {
    color: #fff;
    background-color: #191917;
    border-color: #171716; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #191917;
    border-color: #171716;
    box-shadow: 0 0 0 0.25rem rgba(63, 63, 61, 0.5); }
  .btn-check:checked + .btn-dark,
  .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #171716;
    border-color: #161614; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(63, 63, 61, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #1d1d1b;
    border-color: #1d1d1b; }

.btn-blue {
  color: #000;
  background-color: #42a5f5;
  border-color: #42a5f5; }
  .btn-blue:hover {
    color: #000;
    background-color: #5eb3f7;
    border-color: #55aef6; }
  .btn-check:focus + .btn-blue, .btn-blue:focus {
    color: #000;
    background-color: #5eb3f7;
    border-color: #55aef6;
    box-shadow: 0 0 0 0.25rem rgba(56, 140, 208, 0.5); }
  .btn-check:checked + .btn-blue,
  .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active,
  .show > .btn-blue.dropdown-toggle {
    color: #000;
    background-color: #68b7f7;
    border-color: #55aef6; }
    .btn-check:checked + .btn-blue:focus,
    .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(56, 140, 208, 0.5); }
  .btn-blue:disabled, .btn-blue.disabled {
    color: #000;
    background-color: #42a5f5;
    border-color: #42a5f5; }

.btn-red {
  color: #000;
  background-color: #ff2d20;
  border-color: #ff2d20; }
  .btn-red:hover {
    color: #000;
    background-color: #ff4d41;
    border-color: #ff4236; }
  .btn-check:focus + .btn-red, .btn-red:focus {
    color: #000;
    background-color: #ff4d41;
    border-color: #ff4236;
    box-shadow: 0 0 0 0.25rem rgba(217, 38, 27, 0.5); }
  .btn-check:checked + .btn-red,
  .btn-check:active + .btn-red, .btn-red:active, .btn-red.active,
  .show > .btn-red.dropdown-toggle {
    color: #000;
    background-color: #ff574d;
    border-color: #ff4236; }
    .btn-check:checked + .btn-red:focus,
    .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 38, 27, 0.5); }
  .btn-red:disabled, .btn-red.disabled {
    color: #000;
    background-color: #ff2d20;
    border-color: #ff2d20; }

.btn-outline-primary {
  color: #ff2d20;
  border-color: #ff2d20; }
  .btn-outline-primary:hover {
    color: #000;
    background-color: #ff2d20;
    border-color: #ff2d20; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 45, 32, 0.5); }
  .btn-check:checked + .btn-outline-primary,
  .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #000;
    background-color: #ff2d20;
    border-color: #ff2d20; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 45, 32, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #ff2d20;
    background-color: transparent; }

.btn-outline-secondary {
  color: #1d1d1b;
  border-color: #1d1d1b; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #1d1d1b;
    border-color: #1d1d1b; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.5); }
  .btn-check:checked + .btn-outline-secondary,
  .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #1d1d1b;
    border-color: #1d1d1b; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #1d1d1b;
    background-color: transparent; }

.btn-outline-white {
  color: #fff;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
  .btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .btn-check:checked + .btn-outline-white,
  .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
    color: #000;
    background-color: #fff;
    border-color: #fff; }
    .btn-check:checked + .btn-outline-white:focus,
    .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white:disabled, .btn-outline-white.disabled {
    color: #fff;
    background-color: transparent; }

.btn-outline-black {
  color: #000;
  border-color: #000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }
  .btn-check:checked + .btn-outline-black,
  .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-check:checked + .btn-outline-black:focus,
    .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black:disabled, .btn-outline-black.disabled {
    color: #000;
    background-color: transparent; }

.btn-outline-dark {
  color: #1d1d1b;
  border-color: #1d1d1b; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #1d1d1b;
    border-color: #1d1d1b; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.5); }
  .btn-check:checked + .btn-outline-dark,
  .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #1d1d1b;
    border-color: #1d1d1b; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #1d1d1b;
    background-color: transparent; }

.btn-outline-blue {
  color: #42a5f5;
  border-color: #42a5f5; }
  .btn-outline-blue:hover {
    color: #000;
    background-color: #42a5f5;
    border-color: #42a5f5; }
  .btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
    box-shadow: 0 0 0 0.25rem rgba(66, 165, 245, 0.5); }
  .btn-check:checked + .btn-outline-blue,
  .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
    color: #000;
    background-color: #42a5f5;
    border-color: #42a5f5; }
    .btn-check:checked + .btn-outline-blue:focus,
    .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(66, 165, 245, 0.5); }
  .btn-outline-blue:disabled, .btn-outline-blue.disabled {
    color: #42a5f5;
    background-color: transparent; }

.btn-outline-red {
  color: #ff2d20;
  border-color: #ff2d20; }
  .btn-outline-red:hover {
    color: #000;
    background-color: #ff2d20;
    border-color: #ff2d20; }
  .btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 45, 32, 0.5); }
  .btn-check:checked + .btn-outline-red,
  .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
    color: #000;
    background-color: #ff2d20;
    border-color: #ff2d20; }
    .btn-check:checked + .btn-outline-red:focus,
    .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 45, 32, 0.5); }
  .btn-outline-red:disabled, .btn-outline-red.disabled {
    color: #ff2d20;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #ff2d20;
  text-decoration: underline; }
  .btn-link:hover {
    color: #cc241a; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 2rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 2rem; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px); }
  .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 0 solid #979797;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid #979797;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

.fade {
  transition: opacity 0.15s linear; }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

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

.bg-primary {
  background-color: #ff2d20 !important; }

.bg-secondary {
  background-color: #1d1d1b !important; }

.bg-blue {
  background-color: #42a5f5 !important; }

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

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

.bg-light {
  background-color: #e9e9e9 !important; }

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

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

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

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

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

.text-blue {
  color: #42a5f5 !important; }

.text-red {
  color: #ff2d20 !important; }

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

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

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

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

.py-sm {
  padding-top: calc(1.35rem + 1.2vw) !important;
  padding-bottom: calc(1.35rem + 1.2vw) !important; }

.py-md {
  padding-top: calc(1.425rem + 2.1vw) !important;
  padding-bottom: calc(1.425rem + 2.1vw) !important; }

.py-lg {
  padding-top: calc(1.5rem + 3vw) !important;
  padding-bottom: calc(1.5rem + 3vw) !important; }

.py-xl {
  padding-top: calc(1.725rem + 5.7vw) !important;
  padding-bottom: calc(1.725rem + 5.7vw) !important; }

.pt-sm {
  padding-top: calc(1.35rem + 1.2vw) !important; }

.pt-md {
  padding-top: calc(1.425rem + 2.1vw) !important; }

.pt-lg {
  padding-top: calc(1.5rem + 3vw) !important; }

.pt-xl {
  padding-top: calc(1.725rem + 5.7vw) !important; }

.pb-sm {
  padding-bottom: calc(1.35rem + 1.2vw) !important; }

.pb-md {
  padding-bottom: calc(1.425rem + 2.1vw) !important; }

.pb-lg {
  padding-bottom: calc(1.5rem + 3vw) !important; }

.pb-xl {
  padding-bottom: calc(1.725rem + 5.7vw) !important; }

.my-sm {
  margin-top: calc(1.35rem + 1.2vw) !important;
  margin-bottom: calc(1.35rem + 1.2vw) !important; }

.my-md {
  margin-top: calc(1.425rem + 2.1vw) !important;
  margin-bottom: calc(1.425rem + 2.1vw) !important; }

.my-lg {
  margin-top: calc(1.5rem + 3vw) !important;
  margin-bottom: calc(1.5rem + 3vw) !important; }

.my-xl {
  margin-top: calc(1.725rem + 5.7vw) !important;
  margin-bottom: calc(1.725rem + 5.7vw) !important; }

.mt-sm {
  margin-top: calc(1.35rem + 1.2vw) !important; }

.mt-md {
  margin-top: calc(1.425rem + 2.1vw) !important; }

.mt-lg {
  margin-top: calc(1.5rem + 3vw) !important; }

.mt-xl {
  margin-top: calc(1.725rem + 5.7vw) !important; }

.mb-sm {
  margin-bottom: calc(1.35rem + 1.2vw) !important; }

.mb-md {
  margin-bottom: calc(1.425rem + 2.1vw) !important; }

.mb-lg {
  margin-bottom: calc(1.5rem + 3vw) !important; }

.mb-xl {
  margin-bottom: calc(1.725rem + 5.7vw) !important; }

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

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

.fw-medium {
  font-weight: 500 !important; }

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

.ff-base {
  font-family: "Inter", "Arial", "Helvetica", sans-serif !important; }

.ff-header {
  font-family: "Lato", sans-serif !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 0.25rem !important; }

.mt-2 {
  margin-top: 0.5rem !important; }

.mt-3 {
  margin-top: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mt-5 {
  margin-top: 2rem !important; }

.mt-auto {
  margin-top: auto !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 0.25rem !important; }

.mb-2 {
  margin-bottom: 0.5rem !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mb-5 {
  margin-bottom: 2rem !important; }

.mb-auto {
  margin-bottom: auto !important; }

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 0.25rem !important; }

.pt-2 {
  padding-top: 0.5rem !important; }

.pt-3 {
  padding-top: 1rem !important; }

.pt-4 {
  padding-top: 1.5rem !important; }

.pt-5 {
  padding-top: 2rem !important; }

.pt-auto {
  padding-top: auto !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-1 {
  padding-bottom: 0.25rem !important; }

.pb-2 {
  padding-bottom: 0.5rem !important; }

.pb-3 {
  padding-bottom: 1rem !important; }

.pb-4 {
  padding-bottom: 1.5rem !important; }

.pb-5 {
  padding-bottom: 2rem !important; }

.pb-auto {
  padding-bottom: auto !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  line-height: 1.2;
  font-size: 2rem;
  font-family: "Lato", sans-serif; }

h2 {
  line-height: 1.3;
  font-size: 1.75rem;
  font-family: "Lato", sans-serif; }

h3 {
  line-height: 1.3;
  font-size: 1.375rem;
  font-family: "Lato", sans-serif; }

h4 {
  line-height: 1.3;
  font-size: 1.25rem;
  font-family: "Lato", sans-serif; }

h5 {
  line-height: 1.3;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif; }

h6 {
  line-height: 1.3;
  font-size: 1.125rem;
  font-family: "Lato", sans-serif; }

.fs-p {
  line-height: 1.4;
  font-size: 1rem; }

.fs-p-lg {
  line-height: 1.4;
  font-size: 1.0625rem; }

.fs-p-md {
  line-height: 1.4;
  font-size: 1rem; }

.fs-p-sm {
  line-height: 1.4;
  font-size: 0.875rem; }

.fs-h1 {
  line-height: 1.2;
  font-size: 2rem; }

.fs-h2 {
  line-height: 1.3;
  font-size: 1.75rem; }

.fs-h3 {
  line-height: 1.3;
  font-size: 1.375rem; }

.fs-h4 {
  line-height: 1.3;
  font-size: 1.25rem; }

.fs-h5 {
  line-height: 1.3;
  font-size: 1.125rem; }

.fs-h6 {
  line-height: 1.3;
  font-size: 1.125rem; }

p {
  line-height: 1.4;
  font-size: 1rem; }
  p:last-child {
    margin-bottom: 0; }
  p a {
    text-decoration: none; }
    p a:hover {
      text-decoration: underline; }

a {
  transition: color 0.2s ease; }

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

b,
strong {
  font-weight: 700; }

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.btn {
  text-transform: uppercase; }

.btn-primary {
  color: #fff; }
  .btn-primary:focus, .btn-primary:active {
    color: #fff; }
  .btn-primary:hover {
    background-color: #fff;
    color: #1d1d1b; }

.btn-outline-primary {
  color: #1d1d1b; }
  .btn-outline-primary:hover {
    color: #fff; }

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0; }

.header {
  padding-top: 15px;
  padding-bottom: 15px; }
  .header .row {
    align-items: center;
    justify-content: space-between; }
    .header .row > * {
      width: auto; }
  .header__burger {
    padding-top: 1rem;
    padding-bottom: 1rem;
    cursor: pointer; }
  .header__overlay {
    cursor: pointer;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw !important;
    height: 100vh;
    z-index: 97;
    background: rgba(0, 0, 0, 0.4); }

.footer__inner {
  border-top: 1px solid rgba(29, 29, 27, 0.1);
  padding: 32px 0 48px; }

.footer__copyright p {
  color: #585858; }

.footer__menu {
  padding-left: 15px; }

.footer__socials {
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin: 0;
  list-style: none; }
  .footer__socials svg {
    height: 19px;
    width: auto; }
  .footer__socials li {
    margin-right: 1rem; }
    .footer__socials li:last-child {
      margin-right: 0; }

.footer .row > * {
  width: auto; }

.field__eyebrow {
  display: flex;
  align-items: center; }
  .field__eyebrow::before {
    content: '';
    display: block;
    width: 37px;
    background: #ff2d20;
    height: 1px;
    margin-right: 16px; }

.breadcrumbs {
  display: flex;
  list-style: none;
  padding: 15px 0;
  margin: 0; }
  .breadcrumbs li {
    color: #585858;
    margin-right: 8px;
    white-space: nowrap;
    flex: 0 0 auto; }
    .breadcrumbs li:last-child {
      margin-right: 0;
      flex: initial;
      overflow: hidden;
      text-overflow: ellipsis; }
    .breadcrumbs li svg {
      margin-right: 5px; }
  .breadcrumbs a {
    text-decoration: none; }

.view-pager {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center; }
  .view-pager__item {
    background: rgba(198, 198, 198, 0.2);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .view-pager__item.is-active {
      font-weight: 700;
      border: 1px solid #ff2d20; }
    .view-pager__item a {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid transparent;
      text-decoration: none;
      color: #1d1d1b;
      height: 100%;
      width: 100%;
      transition: border-color 0.2s ease; }
      .view-pager__item a:hover {
        border-color: #ff2d20; }
  .view-pager .first::before {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    right: 100%; }
  .view-pager .last::before {
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    left: 100%; }
  .view-pager__next, .view-pager__prev {
    font-size: 0;
    color: transparent;
    border-radius: 50%; }
    .view-pager__next.disabled svg, .view-pager__prev.disabled svg {
      opacity: 0.2; }
    .view-pager__next a, .view-pager__prev a {
      border-radius: 50%; }
  .view-pager__prev {
    margin-right: 30px; }
  .view-pager__next {
    margin-left: 30px; }

.modal-content {
  padding: 3rem; }

.modal-careers .modal-dialog {
  max-width: 670px; }

.btn-close {
  position: absolute;
  right: 30px;
  top: 20px;
  padding: 0;
  border: 0;
  background: none; }
  .btn-close:hover {
    opacity: 0.6; }

.swiper-nav {
  display: flex; }

.swiper-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(198, 198, 198, 0.2);
  position: static;
  -webkit-transform: none;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color 0.2s ease; }
  .swiper-button:hover {
    border-color: #ff2d20; }
  .swiper-button-disabled {
    pointer-events: none; }
    .swiper-button-disabled svg {
      opacity: 0.2; }
    .swiper-button-disabled:hover {
      border-color: transparent; }
  .swiper-button-right {
    margin-left: 24px; }
    .swiper-button-right svg {
      margin-left: 3px; }
  .swiper-button-left svg {
    margin-right: 3px; }

.main-menu ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none; }
  .main-menu ul li:last-child {
    margin-right: 0; }

.main-menu a {
  text-decoration: none;
  color: #1d1d1b;
  transition: color 0.2s ease; }
  .main-menu a:hover {
    color: #ff2d20; }

.main-menu__item {
  position: relative; }
  .main-menu__item::after {
    content: '';
    display: block;
    width: 80%;
    border-top: 1px solid transparent;
    margin-top: 4px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.footer__menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0; }
  .footer__menu li {
    margin-right: 24px; }
    .footer__menu li:last-child {
      margin-right: 0; }
  .footer__menu a {
    color: #585858;
    text-decoration: none; }
    .footer__menu a:hover {
      text-decoration: underline; }

.flex-column-reverse .hero__image {
  margin-top: 2rem; }

.banner {
  min-height: 310px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .banner .container {
    position: relative;
    z-index: 1; }
  .banner__bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .banner__description ul {
    padding-left: 12px;
    list-style-position: inside; }
    .banner__description ul:last-child {
      margin-bottom: 0; }
  .banner__bg-contain {
    min-height: 265px;
    justify-content: initial; }
    .banner__bg-contain.py-lg {
      padding-top: 10px !important; }
    .banner__bg-contain .banner__bg-image img {
      -o-object-fit: contain;
      object-fit: contain; }

.flex-column-reverse .banner__image {
  margin-top: 2rem; }

.banner-node {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px; }
  .banner-node__bg-image::before {
    position: absolute;
    content: '';
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6); }
  .banner-node__bg-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .banner-node__content {
    position: relative;
    z-index: 2; }
  .banner-node__eyebrow {
    color: #585858; }
  .banner-node__tags {
    display: flex;
    flex-wrap: wrap; }
    .banner-node__tags a,
    .banner-node__tags span {
      color: #ff2d20;
      text-decoration: none;
      margin-right: 1rem; }
  .banner-node__author {
    display: flex;
    align-items: center; }
    .banner-node__author img {
      margin-right: 1rem;
      border-radius: 50%;
      width: 48px;
      height: 48px;
      flex: 0 0 48px;
      -o-object-fit: cover;
      object-fit: cover; }

.t-boxes__item {
  padding: 24px;
  border: 1px solid rgba(29, 29, 27, 0.25);
  height: 100%; }

.c-boxes__item {
  position: relative;
  height: 100%;
  min-height: 80px; }
  .c-boxes__item::before {
    content: '';
    display: block;
    position: absolute;
    background: rgba(29, 29, 27, 0.1);
    width: 1px;
    height: 100%;
    left: 42px;
    top: 54px; }
  .c-boxes__item:last-child::before {
    display: none; }

.c-boxes__counter {
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffeae9;
  position: relative;
  z-index: 1; }

.i-boxes__item {
  padding: 24px;
  border: 1px solid rgba(29, 29, 27, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column; }

.i-boxes__eyebrow, .i-boxes__info-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem; }
  .i-boxes__eyebrow a, .i-boxes__info-item a {
    text-decoration: none; }
  .i-boxes__eyebrow:last-child, .i-boxes__info-item:last-child {
    margin-bottom: 0; }
  .i-boxes__eyebrow__icon, .i-boxes__info-item__icon {
    width: 36px;
    margin-right: 1rem;
    flex: 0 0 36px; }
    .i-boxes__eyebrow__icon img,
    .i-boxes__eyebrow__icon svg, .i-boxes__info-item__icon img,
    .i-boxes__info-item__icon svg {
      max-width: 100%;
      width: auto;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; }

.i-boxes__eyebrow {
  color: #585858; }

.i-boxes__cta {
  margin-top: auto; }
  .i-boxes__cta a {
    display: inline-flex;
    align-items: center;
    text-decoration: none; }
    .i-boxes__cta a:hover svg {
      margin-left: 16px; }
    .i-boxes__cta a svg {
      margin-left: 12px;
      transition: margin-left 0.2s ease; }

.i-buttons__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.i-buttons__item {
  border: 1px solid #ff2d20;
  padding: 8px 34px;
  margin-left: 8px;
  margin-right: 8px; }

.squares-list__content {
  justify-content: center; }

.squares-list__item {
  border: 1px solid rgba(29, 29, 27, 0.25);
  display: flex;
  flex-direction: column;
  padding: 30px 10px;
  align-items: center;
  text-align: center;
  height: 100%; }

.squares-list__image {
  height: 64px;
  display: flex;
  align-items: center; }
  .squares-list__image svg,
  .squares-list__image img {
    max-height: 100%;
    height: auto;
    width: auto; }

.view-blog-teasers .col {
  margin-bottom: 30px;
  height: auto; }

.blog__read-more {
  border-top: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.blog__taxonomy .btn {
  text-transform: none; }

.blog-slider {
  position: relative; }

form label {
  line-height: 1.4;
  font-size: 0.875rem;
  margin-bottom: 10px;
  display: block;
  font-weight: 700; }
  form label.form-required::after {
    content: '*';
    display: inline;
    color: #ff2d20;
    margin-left: 3px; }

form .descripton {
  margin-top: 10px;
  color: #585858; }

.form-item {
  margin-bottom: 24px; }

.form-actions {
  margin-top: 32px;
  text-align: center; }

input[type='tel'],
input[type='text'],
input[type='file'],
input[type='email'],
input[type='search'] {
  max-width: 100%;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.25); }

input[type='file'],
textarea {
  width: 100%; }

.contact-form__header {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto; }

.careers-form {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.node-careers ul {
  padding-left: 1rem; }

.node-careers__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  color: #585858; }
  .node-careers__info-item {
    margin-right: 14px;
    margin-left: 14px; }
    .node-careers__info-item svg {
      margin-right: 12px; }

.node-blog img {
  margin-bottom: 2rem; }

.node-blog ul {
  padding-left: 1rem; }

.node-blog__socials {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: center; }
  .node-blog__socials li {
    padding-left: 12px;
    padding-right: 12px; }
  .node-blog__socials svg {
    height: 19px;
    width: auto; }

.blog-teaser {
  height: 100%;
  border: 1px solid #c6c6c6; }
  .blog-teaser__image {
    margin-left: -1px;
    margin-top: -1px;
    margin-right: -1px; }
    .blog-teaser__image img {
      height: 180px;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .blog-teaser__content {
    padding: 24px;
    border-top: 0; }
  .blog-teaser__eyebrow {
    color: #585858; }
  .blog-teaser__author {
    display: flex;
    align-items: center; }
    .blog-teaser__author svg {
      margin-right: 13px; }
  .blog-teaser__title a {
    color: #1d1d1b;
    text-decoration: none; }
    .blog-teaser__title a:hover {
      color: #ff2d20; }
  .blog-teaser__tags {
    display: flex;
    flex-wrap: wrap; }
    .blog-teaser__tags a {
      text-decoration: none; }
    .blog-teaser__tags a,
    .blog-teaser__tags span {
      margin-right: 1rem; }
      .blog-teaser__tags a:last-child,
      .blog-teaser__tags span:last-child {
        margin-right: 0; }

.page-node-blog .breadcrumbs {
  margin-bottom: 21px; }

@media (min-width: 600px) {
  .container, .container-sm {
    max-width: 100%; }
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 2rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 2rem; }
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-sm {
    max-width: 300px; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 2rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 2rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 2rem !important; }
  .pt-sm-auto {
    padding-top: auto !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 2rem !important; }
  .pb-sm-auto {
    padding-bottom: auto !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
    .view-pager .first,
    .view-pager .last {
      position: relative; }
      .view-pager .first::before,
      .view-pager .last::before {
        content: '';
        background: rgba(198, 198, 198, 0.2);
        display: block;
        position: absolute;
        width: 18px;
        height: 100%; }
  .form-group {
    display: flex;
    margin-left: -12px;
    margin-right: -12px; }
    .form-group > .form-item {
      flex: 0 0 50%;
      max-width: 50%;
      padding-left: 12px;
      padding-right: 12px; } }

@media (min-width: 600px) and (max-width: 767.98px) {
  .hero .narrow.reversed {
    flex-direction: row-reverse !important; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100%; }
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 2rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 2rem; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 2rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 2rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 2rem !important; }
  .pt-md-auto {
    padding-top: auto !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 2rem !important; }
  .pb-md-auto {
    padding-bottom: auto !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
    h1 {
      font-size: calc(1.4625rem + 2.55vw); }
    h2 {
      font-size: calc(1.375rem + 1.5vw); }
    h3 {
      font-size: calc(1.325rem + 0.9vw); }
    h4 {
      font-size: calc(1.3rem + 0.6vw); }
    h5 {
      font-size: calc(1.275rem + 0.3vw); }
    h6 {
      font-size: 1.125rem; }
    .fs-p {
      font-size: 1rem; }
    .fs-p-lg {
      font-size: 1.25rem; }
    .fs-p-md {
      font-size: 1.125rem; }
    .fs-p-sm {
      font-size: 0.875rem; }
    .fs-h1 {
      font-size: calc(1.4625rem + 2.55vw); }
    .fs-h2 {
      font-size: calc(1.375rem + 1.5vw); }
    .fs-h3 {
      font-size: calc(1.325rem + 0.9vw); }
    .fs-h4 {
      font-size: calc(1.3rem + 0.6vw); }
    .fs-h5 {
      font-size: calc(1.275rem + 0.3vw); }
    .fs-h6 {
      font-size: 1.125rem; }
    p {
      font-size: 1rem; }
      .header__burger {
        display: none; }
    .main-menu ul {
      align-items: center; }
    .main-menu ul li {
      margin-right: 30px; }
      .main-menu ul li.mobile {
        display: none; }
    .main-menu__item.is-active::after {
      border-top-color: #ff2d20; }
      .banner__description ul {
        -webkit-columns: 2;
        columns: 2; }
      .banner-node__bg-image::before {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.86) 55.81%, rgba(255, 255, 255, 0) 100%), rgba(0, 0, 0, 0.2); }
      .c-boxes__item::before {
        top: 27px;
        left: 54px;
        width: 100%;
        height: 1px; }
    form label {
      font-size: 0.875rem; } }

@media (min-width: 768px) and (max-width: 1023.98px) {
  h1,
  .fs-h1 {
    font-size: 2.25rem; }
  h2,
  .fs-h2 {
    font-size: 2rem; }
  .t-boxes .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .t-boxes .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .i-boxes .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .i-boxes .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
      .i-boxes__eyebrow__icon, .i-boxes__info-item__icon {
        width: 28px;
        margin-right: 12px;
        flex: 0 0 28px; }
  .squares-list .row {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .squares-list .col {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media (min-width: 768px) and (min-width: 1200px) {
    h1 {
      font-size: 3.375rem; }
    h2 {
      font-size: 2.5rem; }
    h3 {
      font-size: 2rem; }
    h4 {
      font-size: 1.75rem; }
    h5 {
      font-size: 1.5rem; }
    .fs-h1 {
      font-size: 3.375rem; }
    .fs-h2 {
      font-size: 2.5rem; }
    .fs-h3 {
      font-size: 2rem; }
    .fs-h4 {
      font-size: 1.75rem; }
    .fs-h5 {
      font-size: 1.5rem; } }

@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100%; }
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 2rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 2rem; }
  .modal-lg,
  .modal-xl {
    max-width: 800px; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 2rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 2rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 2rem !important; }
  .pt-lg-auto {
    padding-top: auto !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 2rem !important; }
  .pb-lg-auto {
    padding-bottom: auto !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
    .footer__inner {
      padding-left: 40px;
      padding-right: 40px; }
      .footer__socials li {
        margin-right: 2rem; }
    .main-menu ul li {
      margin-right: 55px; }
  .hero__content {
    padding-left: 65px; }
  .flex-md-row-reverse .hero__content {
    padding-left: 15px;
    padding-right: 65px; }
    .banner-node {
      min-height: 540px; }
  .t-boxes .container {
    padding-left: 45px;
    padding-right: 45px; }
  .squares-list + .squares-list {
    margin-top: -50px; }
      .node-blog__socials li {
        padding-left: 24px;
        padding-right: 24px; } }

@media (min-width: 1200px) {
    h1 {
      font-size: 3.375rem; }
    h2 {
      font-size: 2.5rem; }
    h3 {
      font-size: 2rem; }
    h4 {
      font-size: 1.75rem; }
    h5 {
      font-size: 1.5rem; }
    legend {
      font-size: 1.5rem; }
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 100%; }
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 2rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 2rem; }
  .modal-xl {
    max-width: 1140px; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 2rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 2rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 2rem !important; }
  .pt-xl-auto {
    padding-top: auto !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 2rem !important; }
  .pb-xl-auto {
    padding-bottom: auto !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .py-sm {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important; }
  .py-md {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important; }
  .py-xl {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .pt-sm {
    padding-top: 2.25rem !important; }
  .pt-md {
    padding-top: 3rem !important; }
  .pt-lg {
    padding-top: 3.75rem !important; }
  .pt-xl {
    padding-top: 6rem !important; }
  .pb-sm {
    padding-bottom: 2.25rem !important; }
  .pb-md {
    padding-bottom: 3rem !important; }
  .pb-lg {
    padding-bottom: 3.75rem !important; }
  .pb-xl {
    padding-bottom: 6rem !important; }
  .my-sm {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important; }
  .my-md {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important; }
  .my-xl {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .mt-sm {
    margin-top: 2.25rem !important; }
  .mt-md {
    margin-top: 3rem !important; }
  .mt-lg {
    margin-top: 3.75rem !important; }
  .mt-xl {
    margin-top: 6rem !important; }
  .mb-sm {
    margin-bottom: 2.25rem !important; }
  .mb-md {
    margin-bottom: 3rem !important; }
  .mb-lg {
    margin-bottom: 3.75rem !important; }
  .mb-xl {
    margin-bottom: 6rem !important; } }

@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1200px; }
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 2rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 2rem; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 2rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 2rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 2rem !important; }
  .pt-xxl-auto {
    padding-top: auto !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 2rem !important; }
  .pb-xxl-auto {
    padding-bottom: auto !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .page-careers {
    background: url("../images/triangles-right.svg") no-repeat right top 180px/18% auto; }
  .page-node-careers {
    background: url("../images/triangles-left.svg") no-repeat left top 150px/20% auto, url("../images/triangles-right.svg") no-repeat right top 300px/20% auto; }
  .page-laravel-vue {
    background: url("../images/triangles-left.svg") no-repeat left top 350px/20% auto, url("../images/triangles-right.svg") no-repeat right top 500px/20% auto; }
  .page-about {
    background: url("../images/triangles-left.svg") no-repeat left top 850px/15% auto; }
  .page-connect {
    background: url("../images/triangles-left.svg") no-repeat left top 250px/15% auto; }
  .page-blog {
    background: url("../images/triangles-left.svg") no-repeat left top -100px/20% auto; }
  .page-node-blog {
    background: url("../images/triangles-left.svg") no-repeat left top 700px/20% auto, url("../images/triangles-right.svg") no-repeat right top 900px/20% auto; } }

@media (max-width: 1439.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; }
    .header__cta {
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
      position: fixed;
      bottom: 0;
      right: 0;
      z-index: 100;
      background: #fff;
      width: 340px !important;
      max-width: 100%;
      text-align: center;
      padding: 1rem; }
      .header__cta.processed {
        transition: -webkit-transform 0.2s ease;
        transition: transform 0.2s ease;
        transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
      .header__cta.opened {
        -webkit-transform: translateX(0);
        transform: translateX(0); }
    .header .opened ~ .header__overlay {
      display: block; }
  .footer__copyright {
    order: 3; }
    .footer__menu {
      order: 1;
      margin-bottom: 2rem; }
    .footer__socials {
      order: 0;
      margin-bottom: 2rem; }
    .modal-content {
      padding: 20px; }
    .btn-close {
      right: 15px;
      top: 15px; }
      .btn-close svg {
        width: 18px;
        height: auto; }
  .main-menu {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    padding: 40px 16px 74px;
    background: #fff;
    width: 340px !important;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99; }
    .main-menu.processed {
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
    .main-menu.opened {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .main-menu ul {
      flex-direction: column; }
      .main-menu ul .is-active a {
        color: #ff2d20;
        background: #e9f7fb; }
      .main-menu ul a {
        display: block;
        padding: 12px;
        border-bottom: 1px solid #e9e9e9; }
        .main-menu ul a:hover {
          background: #e9f7fb;
          color: #1d1d1b; }
  .hero__image img {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    .banner__image img {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto;
      width: 100%; }
      .banner__bg-contain {
        min-height: 200px; }
        .banner__bg-contain .banner__bg-image img {
          width: 60%;
          left: 20%;
          bottom: 0;
          top: auto;
          height: auto; }
    .c-boxes__item {
      padding-left: 93px; }
    .c-boxes__counter {
      position: absolute;
      left: 15px;
      top: 0;
      z-index: 1; }
    .squares-list__content {
      margin-left: -0.25rem;
      margin-right: -0.25rem; }
    .squares-list__content .col {
      padding-left: 0.25rem;
      padding-right: 0.25rem; } }

@media (max-width: 599.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
      .view-pager__prev {
        margin-right: 10px; }
      .view-pager__next {
        margin-left: 10px; }
        .banner__bg-contain .banner__bg-image img {
          width: 80%;
          left: 10%; } }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

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