<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*

No CSS declaration, this file is only for .scss imports!
You can see folder structure below.

|– base/
|   |– _reset.scss       # Reset/normalize
|   |– _typography.scss  # Typography rules
|   ...                  # Etc…
|
|– components/
|   |– _buttons.scss     # Buttons
|   |– _carousel.scss    # Carousel
|   |– _cover.scss       # Cover
|   |– _dropdown.scss    # Dropdown
|   ...                  # Etc…
|
|– layout/
|   |– _navigation.scss  # Navigation
|   |– _grid.scss        # Grid system
|   |– _header.scss      # Header
|   |– _footer.scss      # Footer
|   |– _sidebar.scss     # Sidebar
|   |– _forms.scss       # Forms
|   ...                  # Etc…
|
|– pages/
|   |– _home.scss        # Home specific styles
|   |– _contact.scss     # Contact specific styles
|   ...                  # Etc…
|
|– themes/
|   |– _theme.scss       # Default theme
|   |– _admin.scss       # Admin theme
|   ...                  # Etc…
|
|– abstract/
|   |– _variables.scss   # Sass Variables
|   |– _functions.scss   # Sass Functions
|   |– _mixins.scss      # Sass Mixins
|   |– _helpers.scss     # Class &amp; placeholders helpers
|
|– vendors/
|   |– _bootstrap.scss   # Bootstrap
|   |– _jquery-ui.scss   # jQuery UI
|   ...                  # Etc…

*/

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

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

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1216px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters &gt; .col,
.no-gutters &gt; [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 &gt; * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 &gt; * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 &gt; * {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.row-cols-4 &gt; * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 &gt; * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 &gt; * {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 &gt; * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-sm-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 &gt; * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 &gt; * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-md-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 &gt; * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 &gt; * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-lg-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 &gt; * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 &gt; * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 &gt; * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 &gt; * {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-xl-4 &gt; * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 &gt; * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 &gt; * {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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;
}

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !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;
}

.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;
}

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

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

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

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

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

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

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .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;
  }

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !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;
  }

  .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;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .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;
  }

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !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;
  }

  .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;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .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;
  }

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !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;
  }

  .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;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1280px) {
  .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;
  }

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !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;
  }

  .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;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

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

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

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

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

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

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

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

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

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

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

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

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

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

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

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

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

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

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

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

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

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

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

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

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

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

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

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

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

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

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

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

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

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

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

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

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

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

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

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

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

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

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

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

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

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

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

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

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

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

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

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

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

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

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

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

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

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

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

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

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

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

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

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

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

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

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

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

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

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

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

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

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

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

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

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

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

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

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

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

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

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

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

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

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

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

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

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

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

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

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

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

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

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

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

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

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

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

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

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

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

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

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

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

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

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

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

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

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

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

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

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

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

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

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

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

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

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

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

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

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

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

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

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

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

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

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

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

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

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

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

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

.font-weight-lighter {
  font-weight: lighter !important;
}

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

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

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@font-face {
  font-style: normal;
  font-weight: 500;
  font-family: "TT Norms Pro";
  src: url("/theme/fonts/TTNormsPro-Medium.woff2") format("woff2"), url("/theme/fonts/TTNormsPro-Medium.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-style: normal;
  font-weight: bold;
  font-family: "TT Norms Pro";
  src: url("/theme/fonts/TTNormsPro-Bold.woff2") format("woff2"), url("/theme/fonts/TTNormsPro-Bold.woff") format("woff");
  font-display: fallback;
}

@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: "TT Norms Pro";
  src: url("/theme/fonts/TTNormsPro-Regular.woff2") format("woff2"), url("/theme/fonts/TTNormsPro-Regular.woff") format("woff");
  font-display: fallback;
}

.ox-u-global-overflow-hidden {
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  background: white;
}

@media screen and (min-height: 750px) {
  .ox-u-global-overflow-hidden {
    margin-bottom: 79.5rem;
    /* footer height */
  }
}

.ox-u-menu-open {
  overflow: hidden;
}

.ox-u-sticky-heder {
  padding-top: 6.6rem;
}

@media only screen and (min-width: 36em) {
  .ox-u-sticky-heder {
    padding-top: 8.6rem;
  }
}

.ox-u-fw-bold {
  font-weight: bold;
}

.ox-u-fc-black {
  color: black;
}

.ox-u-blog-margin {
  margin: 3rem 0;
}

@media only screen and (min-width: 36em) {
  .ox-u-blog-margin {
    margin: 4rem 0;
  }
}

@media only screen and (min-width: 62em) {
  .ox-u-blog-margin {
    margin: 7rem 0;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-weight: 500;
  font-family: "TT Norms Pro", arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: 600;
}

h2 {
  font-weight: normal;
  font-size: 3.4rem;
  line-height: 5.2rem;
}

input {
  border-radius: 0 !important;
}

.ox-l-main-detail {
  padding-bottom: 6.6rem;
  cursor: url("/theme/images/close.png"), auto;
}

@media only screen and (min-width: 36em) {
  .ox-l-main-detail {
    padding-bottom: 8.6rem;
  }
}

.ox-section {
  display: flex;
  flex-direction: column;
  padding: 3rem 2rem 8.2rem;
}

@media only screen and (min-width: 48em) {
  .ox-section {
    padding: 3rem 9.3rem 8.2rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-section--podcasts {
    padding: 3rem calc(50% - 47rem) 8.2rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-section--magazin {
    padding: 3rem 7.5rem 8.2rem;
  }
}

@media only screen and (min-width: 90em) {
  .ox-section--magazin {
    padding: 3rem calc(50% - 64.5rem) 8.2rem;
  }
}

.ox-link {
  color: #212529;
  font-size: inherit;
}

.ox-link:hover,
.ox-link:active,
.ox-link:focus {
  color: #7f7f7f;
}

.ox-link_default {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
}

.ox-link_underline {
  text-decoration: underline;
}

.ox-grid {
  max-width: 100%;
  overflow: hidden;
}

.ox-grid__cols {
  display: flex;
  align-items: flex-start;
  margin: 0 0.5rem;
  transition: all 0.2s ease-in-out;
}

.ox-grid__cols--space-0.ox-grid__cols {
  margin: 0;
}

.ox-grid__cols--space-1.ox-grid__cols {
  margin: 0 0.214rem;
}

.ox-grid__cols--space-2.ox-grid__cols {
  margin: 0 0.428rem;
}

.ox-grid__cols--space-3.ox-grid__cols {
  margin: 0 0.642rem;
}

.ox-grid__cols--space-4.ox-grid__cols {
  margin: 0 0.882rem;
}

.ox-grid__cols--space-5.ox-grid__cols {
  margin: 0 1.096rem;
}

.ox-grid__cols--space-6.ox-grid__cols {
  margin: 0 1.31rem;
}

.ox-grid__cols--space-7.ox-grid__cols {
  margin: 0 1.5rem;
}

.ox-grid__col {
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 36em) {
  .ox-grid__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__col {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__col {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__col {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

.ox-grid__cols--3 .ox-grid__col {
  flex: 0 0 50%;
  max-width: 50%;
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--3 .ox-grid__col {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--5 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--6 .ox-grid__col {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--7 .ox-grid__col {
    flex: 0 0 calc(100% / 10);
    max-width: calc(100% / 10);
  }
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 10);
    max-width: calc(100% / 10);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--8 .ox-grid__col {
    flex: 0 0 calc(100% / 11);
    max-width: calc(100% / 11);
  }
}

.ox-grid__cols--9 .ox-grid__col {
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 10);
    max-width: calc(100% / 10);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 11);
    max-width: calc(100% / 11);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--9 .ox-grid__col {
    flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }
}

.ox-grid__cols--10 .ox-grid__col {
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}

@media only screen and (min-width: 25em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
  }
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 10);
    max-width: calc(100% / 10);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 11);
    max-width: calc(100% / 11);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--10 .ox-grid__col {
    flex: 0 0 calc(100% / 13);
    max-width: calc(100% / 13);
  }
}

.ox-grid__cols--11 .ox-grid__col {
  flex: 0 0 calc(100% / 2);
  max-width: calc(100% / 2);
}

@media only screen and (min-width: 25em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
  }
}

@media only screen and (min-width: 36em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 7);
    max-width: calc(100% / 7);
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 8);
    max-width: calc(100% / 8);
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 9);
    max-width: calc(100% / 9);
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 10);
    max-width: calc(100% / 10);
  }
}

@media only screen and (min-width: 120em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 11);
    max-width: calc(100% / 11);
  }
}

@media only screen and (min-width: 157.5em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 12);
    max-width: calc(100% / 12);
  }
}

@media only screen and (min-width: 195em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 13);
    max-width: calc(100% / 13);
  }
}

@media only screen and (min-width: 240em) {
  .ox-grid__cols--11 .ox-grid__col {
    flex: 0 0 calc(100% / 14);
    max-width: calc(100% / 14);
  }
}

.ox-grid__item {
  padding: 0;
  transition: all 0.2s ease-in-out;
}

.ox-grid__cols--space-0 .ox-grid__item {
  padding: 0;
}

.ox-grid__cols--space-1 .ox-grid__item {
  padding: 0 0.214rem 0.428rem 0.214rem;
}

.ox-grid__cols--space-2 .ox-grid__item {
  padding: 0 0.428rem 0.856rem 0.428rem;
}

.ox-grid__cols--space-3 .ox-grid__item {
  padding: 0 0.642rem 1.284rem 0.642rem;
}

.ox-grid__cols--space-4 .ox-grid__item {
  padding: 0 0.882rem 1.764rem 0.882rem;
}

.ox-grid__cols--space-5 .ox-grid__item {
  padding: 0 1.096rem 2.192rem 1.096rem;
}

.ox-grid__cols--space-6 .ox-grid__item {
  padding: 0 1.31rem 2.62rem 1.31rem;
}

.ox-grid__cols--space-7 .ox-grid__item {
  padding: 0 1.5rem 3rem 1.5rem;
}

.ox-grid__link {
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.ox-grid__img-el {
  display: block;
  width: 100%;
  height: 100%;
}

.ox-image-div {
  min-height: 250px;
}

.ox-grid__iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: calc(100% + 17px);
  height: 100%;
}

.ox-grid-loader {
  position: relative;
  height: 100vh;
}

.ox-grid-loader__lottie {
  position: absolute;
  top: calc(50% - 8rem);
  left: 50%;
  width: 75px;
  height: 75px;
  transform: translate(-50%, -50%);
}

.ox-grid__filter-found {
  font-size: 2rem;
}

.ox-grid__filter-title {
  font-weight: bold;
  text-decoration: underline;
}

[v-cloak] {
  display: none;
}

.ox-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8.6rem;
  padding: 1rem 1.5rem;
  background-color: #fff;
  /*
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 8.6rem;
    padding: 1rem 1.5rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 5;
  */
}

@media only screen and (min-width: 36em) {
  .ox-header {
    padding: 2rem 3rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-u-menu-open .ox-header {
    padding: 2rem 4.4rem 2rem 3rem;
  }
}

.ox-header--sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}

.ox-header__logo {
  position: relative;
  z-index: 2;
  display: block;
}

.ox-header__logo svg {
  opacity: 1;
  width: 10rem;
  transition: opacity 0.2s ease-in-out;
}

@media only screen and (min-width: 36em) {
  .ox-header__logo svg {
    width: 13.3rem;
  }
}

.ox-header__logo:hover &gt; svg {
  opacity: 0;
}

.ox-header__logo-hover-el {
  position: absolute;
  top: 4px;
  left: 3px;
  display: flex;
  opacity: 0;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.2s ease-in-out;
  /*
  background: #fff;
  */
}

.ox-header__logo-hover-el svg {
  width: 15rem;
  position: relative;
  top: -2px;
  left: -13px;
}

@media only screen and (max-width: 36em) {
  .ox-header__logo-hover-el svg {
    width: 11.6rem;
    top: -3px;
  }
}

.ox-header__logo:hover .ox-header__logo-hover-el {
  opacity: 1;
}

.ox-header__logo-text {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  color: #7f7f7f;
  letter-spacing: 0.25rem;
}

@media only screen and (min-width: 36em) {
  .ox-header__logo-text {
    font-size: 1.2rem;
  }
}

.ox-header__logo-trans {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1rem;
  margin-left: 1rem;
  font-weight: bold;
  font-size: 1.4rem;
  color: #000;
  letter-spacing: -0.051rem;
}

@media only screen and (min-width: 36em) {
  .ox-header__logo-trans {
    padding: 0 2rem;
    margin-left: 1.7rem;
    font-size: 1.8rem;
  }
}

.ox-header__logo-trans::after,
.ox-header__logo-trans::before {
  content: "";
  position: absolute;
  top: -12px;
  font-weight: 500;
  font-size: 2.6rem;
}

@media only screen and (min-width: 36em) {
  .ox-header__logo-trans::after,
  .ox-header__logo-trans::before {
    top: -18px;
    font-size: 3.6rem;
  }
}

.ox-header__logo-trans::before {
  content: "[";
  left: 0;
}

.ox-header__logo-trans::after {
  content: "]";
  right: 0;
}

.ox-header__navs {
  display: flex;
  align-items: center;
}

.ox-header__nav {
  /*
  margin: 0 0.5rem;

  @include more-than(sm) {
    margin: 0 1.5rem;
  }

  &amp;:last-child {
    margin-right: 0;
  }
  */
  margin: 0;
}

.ox-header__nav.ox-header__nav--menu-toggler {
  margin-left: 0.5rem;
}

.ox-header__nav-btn {
  padding: 0;
  border: 0;
  background-color: transparent;
  transition: opacity 0.2s ease-in-out;
}

.ox-header__nav-btn:hover,
.ox-header__nav-btn:focus,
.ox-header__nav-btn:active {
  opacity: 0.5;
}

.ox-header__nav-btn:focus,
.ox-header__nav-btn:active {
  outline: 0;
}

.ox-header__nav-btn--disabled {
  opacity: 0.5;
}

.ox-header__dropwindow {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 100vh;
  overflow: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.92);
  will-change: top;
  transform: translateY(-100%);
  transition: transform 0.4s linear;
}

@media only screen and (min-width: 48em) {
  .ox-header__dropwindow {
    height: auto;
    max-height: 100vh;
  }
}

.ox-header__dropwindow--in-anim {
  transform: translateY(0);
}

@media only screen and (min-width: 48em) {
  .ox-header__dropwindow--in-anim {
    transform: translateY(-100%);
    -webkit-animation: dropAnim 0.4s forwards;
            animation: dropAnim 0.4s forwards;
    -webkit-animation-play-state: running;
            animation-play-state: running;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.ox-header__dropwindow--active {
  transform: translateY(0);
}

.ox-header__dropwindow--small {
  height: auto;
}

.ox-header__close-btn {
  position: absolute;
  top: 3rem;
  right: 3.1rem;
}

@-webkit-keyframes dropAnim {
  80% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes dropAnim {
  80% {
    transform: translateY(5%);
  }

  100% {
    transform: translateY(0%);
  }
}

.ox-header__nav--user {
  display: none;
}

.ox-header__language-link {
  display: inline-block;
  padding: 1rem 0;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}

.ox-header__language-link:hover {
  color: #000;
}

@media only screen and (min-width: 80em) {
  .ox-header__language-link {
    font-size: 1.2rem;
  }
}

.ox-header__icon-link {
  display: flex;
  width: 3rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 1.5rem;
  /*
  margin: 0 1.5rem;

  @include more-than(sm) {
    margin: 0 2.5rem;
  }
  */
}

.ox-header__icon-link.ox-header__language-link {
  font-size: 2rem;
  font-weight: 400;
}

.ox-header__icon-link svg {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 30px;
  max-height: 30px;
}

@media (max-width: 767px) {
  .ox-header__icon-link {
    display: none;
  }
}

.ox-toogler {
  padding: 1rem 0 1rem 1rem;
  border: 0;
  background-color: transparent;
  transition: opacity 0.2s ease-in-out;
}

.ox-toogler:hover,
.ox-toogler:focus,
.ox-toogler:active {
  opacity: 0.5;
}

.ox-toogler:focus,
.ox-toogler:active {
  outline: 0;
}

.ox-toggler__bar {
  display: block;
  width: 2.6rem;
  height: 1px;
  margin-bottom: 0.7rem;
  background-color: #000;
}

.ox-toggler__bar:last-child {
  margin-bottom: 0;
}

.ox-close-btn {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background-color: transparent;
  transition: opacity 0.2s ease-in-out;
}

.ox-close-btn::after,
.ox-close-btn::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -2px;
  width: calc(100% + 0.5rem);
  height: 2px;
  background-color: #fff;
  transform-origin: center;
}

@media only screen and (min-width: 36em) {
  .ox-close-btn::after,
  .ox-close-btn::before {
    height: 1px;
  }
}

.ox-close-btn::after {
  transform: rotate(45deg);
}

.ox-close-btn::before {
  transform: rotate(-45deg);
}

.ox-close-btn:hover,
.ox-close-btn:active,
.ox-close-btn:focus {
  opacity: 0.5;
}

.ox-close-btn:focus,
.ox-close-btn:active {
  outline: 0;
}

.ox-close-btn--dark::after,
.ox-close-btn--dark::before {
  background-color: #000;
}

.ox-close-btn--sm {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

@media only screen and (min-width: 36em) {
  .ox-close-btn--sm {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.ox-close-btn--sm::after,
.ox-close-btn--sm::before {
  top: 7px;
}

.ox-close-btn--no-hover:hover {
  opacity: 1;
}

.ox-setting-menu {
  max-width: 94.4rem;
  padding: 7.4rem 1.5rem 3.1rem 1.5rem;
  margin: 0 auto;
}

@media only screen and (min-width: 48em) {
  .ox-setting-menu {
    display: flex;
    padding: 3.4rem 3rem 3.1rem 3rem;
  }
}

.ox-setting-menu__option {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: #fff;
}

@media only screen and (min-width: 48em) {
  .ox-setting-menu__option {
    margin: 0;
  }
}

.ox-setting-menu__option:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .ox-setting-menu__option:first-child {
    margin-right: 3rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-setting-menu__option:first-child {
    margin-right: 10rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-setting-menu__option:first-child {
    margin-right: 12.8rem;
  }
}

.ox-setting-menu__text {
  flex: 0 0 8.5rem;
  max-width: 8.5rem;
}

@media only screen and (min-width: 36em) {
  .ox-setting-menu__text {
    flex: 0 0 17rem;
    max-width: 17rem;
  }
}

@media only screen and (min-width: 48em) {
  .ox-setting-menu__text {
    flex: auto;
    max-width: 100%;
  }
}

.ox-setting-menu__bar {
  position: relative;
  width: 15rem;
  height: 1px;
  margin-left: 2rem;
  background-color: #fff;
}

@media only screen and (min-width: 36em) {
  .ox-setting-menu__bar {
    width: 18rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-setting-menu__bar {
    width: 21.5rem;
    margin-left: 4rem;
  }
}

.ox-setting-menu__control {
  position: absolute;
  top: -1.7rem;
  left: 3%;
  display: block;
  width: 3.4rem;
  height: 3.4rem;
  padding: 1rem;
  cursor: pointer;
}

.ox-setting-menu__control::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
}

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -14px;
  /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  /* Add cool effects to your sliders! */
}

.ox-range-dot {
  position: absolute;
  top: -4px;
  width: 100%;
}

.ox-search-menu {
  padding: 5rem 0 4rem 0;
}

@media only screen and (min-width: 48em) {
  .ox-search-menu {
    padding: 11rem 0 11.9rem 0;
  }
}

@media only screen and (min-width: 62em) {
  .ox-search-menu {
    padding: 12rem 0 11.9rem 0;
  }
}

@media only screen and (min-width: 80em) {
  .ox-search-menu {
    padding: 13.7rem 0 11.9rem 0;
  }
}

.ox-search-menu__option {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  margin: 0 1rem;
  margin-bottom: 0.7rem;
  font-weight: 500;
  font-size: 3.4rem;
  color: #fff;
  border: 0;
  background-color: transparent;
}

@media only screen and (min-width: 48em) {
  .ox-search-menu__option {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-search-menu__option {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-search-menu__option {
    margin: 0 2.5rem;
    font-size: 3.4rem;
  }
}

.ox-search-menu__option:focus,
.ox-search-menu__option:active {
  outline: 0;
}

@media only screen and (min-width: 48em) {
  .ox-search-menu__option::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1rem;
    width: calc(100% - 2rem);
    height: 1px;
    background-color: #fff;
    transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
  }
}

.ox-search-menu__option:hover::after {
  bottom: 100%;
  opacity: 0;
}

@media only screen and (min-width: 48em) {
  .ox-search-menu__option--select::after {
    bottom: 100%;
  }

  .ox-search-menu__option--select:hover::after {
    bottom: 100%;
    opacity: 1;
  }
}

.ox-search-menu__option-items {
  margin-top: 4rem;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .ox-search-menu__option-items {
    margin-top: 6rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-search-menu__option-items {
    margin-top: 7rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-search-menu__option-items {
    margin-top: 8rem;
  }
}

.ox-search-menu__link {
  position: relative;
  display: inline-block;
  padding: 0.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

@media only screen and (min-width: 48em) {
  .ox-search-menu__link {
    margin: 0 0.5rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-search-menu__link {
    margin: 0 1.5rem;
  }
}

.ox-search-menu__link:hover,
.ox-search-menu__link:focus,
.ox-search-menu__link:active {
  text-decoration: none;
  color: #fff;
}

.ox-search-menu__link::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  width: calc(100% - 1rem);
  height: 1px;
  background-color: #fff;
  transition: bottom 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.ox-search-menu__link:hover::after {
  bottom: 100%;
  opacity: 0;
}

.ox-search-menu__link--select {
  cursor: auto;
}

.ox-search-menu__link--select::after {
  bottom: 100%;
}

.ox-search-menu__link--select:hover::after {
  bottom: 100%;
  opacity: 1;
}

.ox-search-menu__item {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 48em) {
  .ox-search-menu__item {
    margin-bottom: 7rem;
  }
}

.ox-search-menu__option-values {
  display: block;
  padding-left: 6rem;
}

@media only screen and (min-width: 28.125em) {
  .ox-search-menu__option-values {
    padding-left: 12rem;
  }
}

@media only screen and (min-width: 48em) {
  .ox-search-menu__option-values {
    position: absolute;
    bottom: 8rem;
    left: 50%;
    display: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
    transform: translateX(-50%);
    -moz-column-count: unset;
         column-count: unset;
  }
}

.ox-search-menu__option-label {
  display: inline-block;
  width: 49%;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 48em) {
  .ox-search-menu__option-label {
    width: auto;
  }
}

.ox-search-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 48em) {
  .ox-search-menu__inner {
    flex-direction: row;
  }
}

.ox-detail-img {
  position: relative;
  min-height: calc(100vh - 6.6rem);
  padding: 0 1rem 6.6rem 1rem;
  text-align: center;
}

@media only screen and (min-width: 36em) {
  .ox-detail-img {
    min-height: calc(100vh - 8.6rem);
    padding: 0 1rem 8.6rem 1rem;
  }
}

.ox-detail-img__img-el {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 6.6rem - 6.6rem);
}

@media only screen and (min-width: 36em) {
  .ox-detail-img__img-el {
    max-height: calc(100vh - 8.6rem - 8.6rem);
  }
}

.ox-detail-img__title {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.007rem;
  text-align: center;
}

@media only screen and (min-width: 80em) {
  .ox-detail-img__title {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 3.5rem;
  }
}

.ox-detail-img__text {
  margin: 0;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.3rem;
  text-align: center;
  color: #969696;
  letter-spacing: 0.1rem;
}

@media only screen and (min-width: 80em) {
  .ox-detail-img__text {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.ox-vertical-menu {
  display: none;
}

@media only screen and (min-width: 36em) {
  .ox-vertical-menu {
    position: fixed;
    top: 50%;
    right: 5.5rem;
    z-index: 9;
    display: block;
    transform: translateX(50%) rotate(-90deg);
    transform-origin: center;
  }
}

@media screen and (max-height: 680px) {
  .ox-vertical-menu {
    display: none;
  }
}

.ox-vertical-menu__list {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ox-vertical-menu__link {
  padding: 1.5rem;
  font-size: 1.2rem;
  white-space: nowrap;
  color: #000;
  transition: opacity 0.2s ease-in-out;
}

@media only screen and (min-width: 48em) {
  .ox-vertical-menu__link {
    padding: 2rem;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-vertical-menu__link {
    padding: 2.5rem;
  }
}

.ox-vertical-menu__link:hover,
.ox-vertical-menu__link:active,
.ox-vertical-menu__link:focus {
  opacity: 0.5;
  text-decoration: none;
  color: #000;
}

.ox-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  height: 100vh;
  max-height: 100vh;
  padding: 3.4rem 2.7rem 1.3rem 2.7rem;
  overflow: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.92);
  transform: translateX(100%);
  transition: transform 0.5s;
}

@media only screen and (min-width: 36em) {
  .ox-menu {
    padding: 10.9rem 3.5rem 3.95rem 3.5rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu {
    padding: 10rem 12rem;
  }
}

.ox-menu--active {
  transform: translateX(0);
}

.ox-menu--in-anim {
  transform: translateX(0);
}

@-webkit-keyframes menuAnim {
  80% {
    transform: translateX(-5%);
  }

  100% {
    transform: translateX(0%);
  }
}

@keyframes menuAnim {
  80% {
    transform: translateX(-5%);
  }

  100% {
    transform: translateX(0%);
  }
}

.ox-menu__close-btn {
  z-index: 30;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

@media only screen and (min-width: 36em) {
  .ox-menu__close-btn {
    top: 3rem;
    right: 3rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__close-btn {
    top: 3rem;
    right: 4.5rem;
  }
}

.ox-menu__content {
  max-width: 35rem;
  margin: 0 auto;
}

@media only screen and (min-width: 36em) {
  .ox-menu__content {
    max-width: 100%;
  }
}

@media only screen and (min-width: 80em) {
  .ox-menu__content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.ox-menu__language {
  display: flex;
  gap: 15px;
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
}

@media only screen and (min-width: 80em) {
  .ox-menu__language {
    margin-bottom: 5rem;
  }
}

@media only screen and (min-width: 36em) {
  .ox-menu__company-box {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 48em) {
  .ox-menu__company-box {
    flex: 0 0 40%;
    order: 2;
    max-width: 40%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__company-box {
    flex: 0 0 calc((100% / 12) * 5);
    max-width: calc((100% / 12) * 5);
  }
}

.ox-menu__content-links {
  display: block;
  margin-bottom: 8.8rem;
}

@media only screen and (min-width: 36em) {
  .ox-menu__content-links {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 48em) {
  .ox-menu__content-links {
    flex: 0 0 25%;
    order: 3;
    max-width: 25%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__content-links {
    flex: 0 0 calc((100% / 12) * 3);
    order: 3;
    max-width: calc((100% / 12) * 3);
  }
}

@media only screen and (min-width: 80em) {
  .ox-menu__content-links {
    margin-bottom: 0;
  }
}

.ox-menu__additional-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 -1rem;
}

@media only screen and (min-width: 48em) {
  .ox-menu__additional-links {
    flex: 0 0 35%;
    align-self: flex-end;
    align-items: start;
    order: 1;
    max-width: 35%;
    padding-right: 8%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__additional-links {
    flex: 0 0 calc((77% / 12) * 4);
    max-width: calc((77% / 12) * 4);
  }
}

@media only screen and (min-width: 80em) {
  .ox-menu__additional-links {
    padding-right: 10%;
    margin-bottom: 5rem;
  }
}

.ox-menu__additional-links .ox-menu__about-links,
.ox-menu__additional-links .ox-menu__social-links {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .ox-menu__additional-links .ox-menu__about-links,
  .ox-menu__additional-links .ox-menu__social-links {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 35%;
    align-self: flex-end;
    justify-content: start;
    order: 1;
  }
}

.ox-menu__additional-links .ox-menu__about-links {
  padding: 1rem;
  margin-bottom: 15px;
}

@media only screen and (min-width: 48em) {
  .ox-menu__additional-links .ox-menu__about-links {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__additional-links .ox-menu__about-links {
    margin-bottom: 50px;
  }
}

.ox-menu__company-links {
  display: block;
  margin-bottom: 4.6rem;
}

@media only screen and (min-width: 80em) {
  .ox-menu__company-links {
    margin-bottom: 0;
  }
}

.ox-menu__company {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 80em) {
  .ox-menu__company {
    margin-bottom: 0;
  }
}

.ox-menu__subtitle {
  height: 2rem;
  padding-left: 1rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 2rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 80em) {
  .ox-menu__subtitle {
    margin-top: -3rem;
  }
}

.ox-menu__link {
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 3rem;
  letter-spacing: -0.051rem;
  color: #fff;
  transition: opacity 0.2 ease-in-out;
  white-space: nowrap;
  line-height: 1;
}

@media only screen and (min-width: 36em) {
  .ox-menu__link {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 4rem;
  }
}

@media only screen and (min-width: 48em) {
  .ox-menu__link {
    max-width: 50%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__link {
    font-size: 4vw;
    flex: 0 0 90%;
    max-width: 90%;
  }
}

@media only screen and (min-width: 80em) {
  .ox-menu__link {
    padding: 3rem 0;
  }
}

.ox-menu__link:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
}

.ox-menu__link.ox-menu__link--disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
}

.ox-menu__link.ox-menu__link--disabled:hover {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
}

.ox-menu__link.ox-menu__link--blank {
  display: none;
  pointer-events: none;
  cursor: default;
  opacity: 0;
  font-size: 3rem;
}

@media only screen and (min-width: 36em) {
  .ox-menu__link.ox-menu__link--blank {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__link.ox-menu__link--blank {
    font-size: 4vw;
  }
}

@media only screen and (min-width: 80em) {
  .ox-menu__link.ox-menu__link--blank {
    display: block;
  }
}

.ox-menu__link.ox-menu__link--blank--half {
  font-size: 1.5rem;
}

@media only screen and (min-width: 36em) {
  .ox-menu__link.ox-menu__link--blank--half {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__link.ox-menu__link--blank--half {
    font-size: 2vw;
  }
}

.ox-menu__link--title {
  margin: 0;
  font-size: 4.5rem;
  letter-spacing: -0.051rem;
}

@media only screen and (min-width: 36em) {
  .ox-menu__link--title {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__link--title {
    margin-bottom: -1rem;
    font-size: 5vw;
  }
}

@media only screen and (min-width: 120em) {
  .ox-menu__link--title {
    margin-bottom: -2rem;
  }
}

.ox-menu__about-link {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: -0.0255rem;
  margin-bottom: 0.5em;
  color: #fff;
  transition: opacity 0.2 ease-in-out;
  white-space: nowrap;
  line-height: 1;
}

@media only screen and (min-width: 36em) {
  .ox-menu__about-link {
    font-size: 2rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-menu__about-link {
    font-size: 2vw;
  }
}

.ox-menu__about-link:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
}

.ox-menu__social-link {
  display: inline-block;
  padding: 1rem;
  font-size: 1.3rem;
  letter-spacing: 0.25rem;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff;
  transition: opacity 0.2 ease-in-out;
}

@media only screen and (min-width: 80em) {
  .ox-menu__social-link {
    font-size: 1.2rem;
  }
}

.ox-menu__social-link:hover {
  opacity: 0.5;
  color: #fff;
}

.ox-menu__language-link {
  display: inline-block;
  padding: 1rem 0;
  font-size: 1rem;
  letter-spacing: 0.25rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  transition: opacity 0.2 ease-in-out;
}

@media only screen and (min-width: 80em) {
  .ox-menu__language-link {
    font-size: 1.2rem;
  }
}

.ox-menu__language-link:hover {
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
}

.ox-menu__language-link:not(.ox-menu__language-link--active) {
  opacity: 0.5;
  color: #fff;
}

.ox-menu__language-link--active {
  color: #fff;
  text-decoration: none;
}

.ox-menu__language-link--active:hover {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

@media only screen and (min-width: 80em) {
  .ox-menu__client-section-link {
    position: absolute;
    bottom: 32%;
  }
}

#filterText {
  background: #e4e4e4;
  position: relative;
}

@media only screen and (min-width: 36em) {
  #filterText {
    background: transparent;
  }
}

.ox-filter-text {
  font-weight: normal;
  font-size: 2.1rem;
  line-height: 2.7rem;
  padding: 2rem 3rem;
  width: 79%;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 36em) {
  .ox-filter-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-bottom: 0;
    padding: 0 0 3.6rem;
  }
}

@media only screen and (min-width: 48em) {
  .ox-filter-text {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-filter-text {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 36em) {
  .ox-filter-text .d-flex {
    display: inline-block !important;
  }
}

.ox-filter-text__text {
  display: inline;
}

@media only screen and (min-width: 36em) {
  .ox-filter-text__text {
    padding-right: 1.5rem;
  }
}

.ox-filter-text__item {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
}

.ox-filter-text__item span {
  position: relative;
  display: inline-block;
}

.ox-filter-text__item span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transition: opacity 0.2s ease-in-out, bottom 0.2s ease-in-out;
}

.ox-filter-text__item:hover span::after {
  bottom: 100%;
  opacity: 0;
}

.ox-filter-text__close {
  position: absolute;
  top: -0.8rem;
  left: 19rem;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

@media only screen and (min-width: 36em) {
  .ox-filter-text__close {
    position: relative;
    top: 1px;
    display: inline-flex;
    align-items: center;
    margin-left: .8rem;
    left: initial;
    vertical-align: middle;
  }
}

.ox-videos-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-row: auto;
  grid-column: auto;
  width: 100%;
  max-width: 171.7rem;
  padding: 5rem 0 2.5rem 0;
  margin: auto;
}

@media only screen and (min-width: 36em) {
  .ox-videos-grid {
    grid-row-gap: 7rem;
  }
}

@media only screen and (min-width: 48em) {
  .ox-videos-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 10rem 0 5rem 0;
  }
}

@media only screen and (min-width: 62em) {
  .ox-videos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ox-videos-grid__video {
  opacity: 0;
  width: 100%;
}

.ox-videos-grid__video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}

.ox-videos-grid__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s;
}

.ox-videos-grid__video-overlay:hover .ox-videos-grid__video-play {
  transform: translate(-50%, -50%) scale(1.1);
}

.ox-videos-grid__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}

.ox-videos-grid__video-overlay:hover {
  cursor: pointer;
}

.ox-videos-grid__video-overlay--hidden {
  opacity: 0;
}

.ox-videos-grid__thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ox-videos-grid__description {
  max-width: 43rem;
  margin: 1rem 0 0 0;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media only screen and (min-width: 48em) {
  .ox-videos-grid__description {
    padding-left: 2.5rem;
    margin: 3rem 0 0 0;
    font-size: 1.9rem;
  }
}

.ox-videos-filter {
  z-index: 4;
  padding: 2.3rem calc(50% - 38rem);
  margin: auto;
  font-size: 1.2rem;
  text-align: center;
  color: #7f7f7f;
  background: black;
  position: relative;
  transition: .3 ease;
}

@media only screen and (max-width: 48em) {
  .ox-videos-filter {
    display: flex;
    overflow: hidden;
  }
}

@media only screen and (min-width: 36em) {
  .ox-videos-filter {
    background: #fff;
  }
}

.ox-videos-filter_angle {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
}

.ox-videos-filter_angle::after {
  content: '';
  display: block;
  position: absolute;
  top: .5rem;
  left: .8rem;
  height: 1rem;
  width: 1rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
}

@media only screen and (min-width: 62em) {
  .ox-videos-filter_angle {
    display: none;
  }
}

.ox-videos-filter_angle--up::after {
  transform: rotate(-135deg);
  top: 1rem;
}

.ox-videos-filter--full-width {
  padding: 2.3rem;
}

@media only screen and (max-width: 48em) {
  .ox-videos-filter--full-width {
    padding: 1.3rem;
  }
}

.ox-videos-filter-container--active {
  position: fixed;
  top: 8.5rem;
  left: 0;
  z-index: 4;
  width: 100%;
  background: transparent;
}

.ox-videos-filter-container--active .ox-videos-filter {
  padding: 0 9.3rem;
}

.ox-videos-filter-container--active .ox-videos-filter__inner {
  padding: 2.3rem calc(50% - 38rem);
  color: white;
  background: black;
  transition: color 0.3s, background 0.3s;
}

.ox-videos-filter-container--active .ox-videos-filter__inner--full-width {
  padding: 2.3rem;
}

.ox-videos-filter__item {
  display: inline-block;
  margin: 1rem 1.5rem;
  letter-spacing: 0.25rem;
  cursor: pointer;
}

.ox-videos-filter__link {
  text-decoration: underline;
  text-transform: uppercase;
  color: inherit;
}

.ox-videos-filter__link:hover {
  text-decoration: none;
  color: inherit;
}

@media only screen and (max-width: 48em) {
  .ox-videos-filter__inner {
    flex: 0 0 60%;
    max-width: 60%;
    order: 2;
    text-align: left;
    color: #fff;
  }
}

@media only screen and (max-width: 48em) {
  .ox-videos-filter__inner--half {
    flex: 0 0 40%;
    max-width: 40%;
    order: 1;
    text-decoration: none;
  }
}

@media only screen and (max-width: 48em) {
  .ox-videos-filter__inner--half .ox-videos-filter__link {
    text-decoration: none;
  }
}

.ox-hero {
  position: relative;
  height: auto;
  max-height: 88rem;
  padding-bottom: 4rem;
}

@media only screen and (min-width: 62em) {
  .ox-hero {
    height: calc(100vh - 8.5rem);
    padding-bottom: 8rem;
  }
}

.ox-hero-block {
  position: relative;
  min-height: calc(100vh - 8.5rem);
  height: auto;
  max-height: none;
  padding-bottom: 8rem;
}

.ox-hero__title {
  font-weight: 500;
  font-size: 11rem;
  letter-spacing: -0.6rem;
  line-height: 9rem;
  margin-bottom: 7rem;
}

@media only screen and (min-width: 36em) {
  .ox-hero__title {
    font-size: 17rem;
    letter-spacing: -1.3rem;
    line-height: 30rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-hero__title {
    font-size: 30rem;
    letter-spacing: -2rem;
    line-height: 40rem;
    padding: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 115.625em) {
  .ox-hero__title {
    font-size: 50rem;
    line-height: 50rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-hero__title--smaller {
    font-size: 37rem;
    letter-spacing: -2rem;
    line-height: 22rem;
    margin-bottom: 10rem;
  }
}

.ox-hero__title--smaller.ox-hero__title--smaller--more {
  font-size: 5rem;
  letter-spacing: -0.054054054em;
  line-height: 0.594594594em;
  margin-bottom: 0.270270270em;
}

@media only screen and (min-width: 33.125em) {
  .ox-hero__title--smaller.ox-hero__title--smaller--more {
    font-size: 8.5rem;
  }
}

@media only screen and (min-width: 40.625em) {
  .ox-hero__title--smaller.ox-hero__title--smaller--more {
    font-size: 10rem;
  }
}

@media only screen and (min-width: 48em) {
  .ox-hero__title--smaller.ox-hero__title--smaller--more {
    font-size: 14rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-hero__title--smaller.ox-hero__title--smaller--more {
    font-size: 16rem;
  }
}

@media only screen and (min-width: 75em) {
  .ox-hero__title--smaller.ox-hero__title--smaller--more {
    font-size: 20rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .ox-hero__title--smaller.ox-hero__title--smaller--more {
    font-size: 22rem;
  }
}

@media only screen and (min-width: 93.75em) {
  .ox-hero__title--smaller.ox-hero__title--smaller--more {
    font-size: 26rem;
  }
}

@media only screen and (min-width: 100em) {
  .ox-hero__title--smaller.ox-hero__title--smaller--more {
    font-size: 28rem;
  }
}

@media only screen and (min-width: 112.5em) {
  .ox-hero__title--smaller.ox-hero__title--smaller--more {
    font-size: 30rem;
  }
}

@media only screen and (min-width: 137.5em) {
  .ox-hero__title--smaller.ox-hero__title--smaller--more {
    font-size: 37rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-hero__title--left-padding {
    padding-left: 20rem;
  }
}

.ox-hero__quote-box {
  position: relative;
  left: 3rem;
}

@media only screen and (min-width: 36em) {
  .ox-hero__quote-box {
    left: 8rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-hero__quote-box {
    left: 38rem;
  }
}

.ox-hero__quote-link {
  margin-top: 4rem;
  display: block;
  padding-left: 1.5rem;
}

@media only screen and (max-width: 36em) {
  .ox-hero__quote-link {
    padding-left: 8.5rem;
  }
}

.ox-hero__quote-box-third {
  width: 100%;
  left: 3rem;
  float: left;
}

.ox-hero__quote-box-third:nth-child(4) {
  margin-top: 2rem;
}

@media only screen and (max-width: 36em) {
  .ox-hero__quote-box-third:nth-child(4) {
    margin-top: 12rem;
  }
}

@media only screen and (min-width: 36em) {
  .ox-hero__quote-box-third {
    width: 40%;
    left: 10rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-hero__quote-box-third {
    width: 15%;
    left: 38rem;
  }

  .ox-hero__quote-box-third:nth-child(4) {
    margin-top: 0;
  }
}

.ox-hero__quote-box-third strong {
  font-weight: 800;
  font-size: 1.8rem;
}

.ox-hero__quote-box-third .ox-hero__quote {
  padding-left: 8.5rem;
}

@media only screen and (min-width: 62em) {
  .ox-hero__quote-box-third .ox-hero__quote {
    margin-left: 1.5rem;
    padding-left: 0;
  }
}

.ox-hero__quote-box-third .ox-hero__quote-title {
  margin-left: 0;
}

@media only screen and (min-width: 62em) {
  .ox-hero__quote-box-third .ox-hero__quote-title {
    margin-left: -8rem;
  }
}

.ox-hero__quote-box--offset-left {
  margin-left: 0;
}

@media only screen and (min-width: 62em) {
  .ox-hero__quote-box--offset-left {
    margin-left: 15rem;
  }
}

.ox-hero__quote-title {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #7f7f7f;
  letter-spacing: 0.25rem;
}

.ox-hero__quote {
  box-sizing: content-box;
  max-width: 30rem;
  padding-left: 3.5rem;
  margin-top: 2.2rem;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.04rem;
  line-height: 2.5rem;
}

@media only screen and (min-width: 36em) {
  .ox-hero__quote {
    padding-left: 6.5rem;
    margin-top: 2.5rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-hero__quote {
    padding-left: 11.5rem;
    margin-top: 3.2rem;
  }
}

.ox-hero__scroll-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4rem;
  height: 4rem;
  border: none;
  background: transparent;
  transform: translateX(-50%);
  transition: bottom 0.3s;
}

@media only screen and (min-width: 62em) {
  .ox-hero__scroll-btn {
    bottom: 0;
  }

  .ox-hero__scroll-btn:hover {
    bottom: -0.3rem;
  }
}

.ox-hero__scroll-btn:focus {
  outline: none;
}

.ox-scroll-to__db {
  display: block;
  clear: both;
}

.ox-footer-fixed {
  width: 100%;
  background: black;
}

@media screen and (min-height: 750px) {
  .ox-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -100;
  }
}

.ox-footer {
  width: 100%;
  padding: 6rem 0 4rem 0;
}

@media only screen and (min-width: 48em) {
  .ox-footer {
    padding: 12rem 0 10rem 0;
  }
}

@media only screen and (min-width: 62em) {
  .ox-footer {
    padding: 12rem 0 16rem;
  }
}

@media only screen and (max-width: 48em) {
  .ox-footer {
    padding: 6rem 2rem 2rem;
  }
}

.ox-footer__title {
  margin-bottom: 4rem;
  font-weight: bold;
  font-size: 5.3rem;
  line-height: 6rem;
  color: white;
  letter-spacing: -0.4rem;
  display: none;
}

@media only screen and (min-width: 48em) {
  .ox-footer__title {
    margin-bottom: 8rem;
    font-size: 7.3rem;
    line-height: 8rem;
    display: block;
  }
}

.ox-footer__menu,
.ox-footer__social-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 48em) {
  .ox-footer__menu,
  .ox-footer__social-menu {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media only screen and (max-width: 48em) {
  .ox-footer__menu,
  .ox-footer__social-menu {
    max-height: calc(4.7rem * 5);
  }
}

.ox-footer__social-menu {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .ox-footer__social-menu {
    width: 17rem;
  }
}

@media only screen and (max-width: 48em) {
  .ox-footer__social-menu {
    text-align: center;
    width: 80%;
    margin: 6rem auto 2rem;
  }
}

.ox-footer__menu-item {
  text-align: right;
}

@media only screen and (max-width: 48em) {
  .ox-footer__menu-item {
    padding-bottom: 1rem;
  }

  .ox-footer__menu-item:nth-child(-n+5) {
    text-align: left;
    width: 60%;
  }

  .ox-footer__menu-item:nth-child(n+6) {
    position: relative;
    top: calc(4.7rem * 5 * (-1));
    width: 40%;
    margin-left: auto;
  }
}

.ox-footer__menu-item--empty {
  display: block;
  height: 4.7rem;
}

.ox-footer__menu-link {
  font-size: 2.5rem;
  color: white;
}

.ox-footer__menu-link:hover {
  color: white;
}

.ox-footer__social-menu-item {
  height: 2.3rem;
  line-height: 3.3rem;
}

@media only screen and (max-width: 48em) {
  .ox-footer__social-menu-item {
    display: inline-block;
    padding: 0 1.5rem;
  }
}

@media only screen and (min-width: 36em) {
  .ox-footer__social-menu-item {
    height: 3.3rem;
  }
}

.ox-footer__social-menu-link {
  font-size: 1.4rem;
  text-decoration: underline;
  color: white;
}

.ox-footer__social-menu-link:hover {
  text-decoration: none;
  color: white;
}

@media only screen and (max-width: 48em) {
  .ox-footer-signature {
    font-size: .9rem !important;
  }
}

.ox-footer-xs-logo {
  padding-bottom: 3rem;
}

.ox-footer__menu-columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.ox-footer__menu-columns .ox-footer__menu-column {
  display: flex;
  flex-direction: column;
  height: auto;
  padding: 0 15px;
  margin: 0 0 15px;
  list-style: none;
}

.ox-footer__menu-columns .ox-footer__menu-column.ox-footer__menu-column--social {
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .ox-footer__menu-columns .ox-footer__menu-column {
    width: 50%;
  }

  .ox-footer__menu-columns .ox-footer__menu-column.ox-footer__menu-column--social {
    gap: 15px;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .ox-footer__menu-columns .ox-footer__menu-column {
    width: 20%;
  }
}

@media (max-width: 1023px) {
  .ox-footer__menu-columns .ox-footer__menu-column.ox-footer__menu-column--social .ox-footer__social-menu-item {
    width: auto;
  }
}

@media (min-width: 1024px) {
  .ox-footer__menu-columns .ox-footer__menu-column.ox-footer__menu-column--social .ox-footer__social-menu-item {
    width: 50%;
  }
}

.ox-footer__menu-columns .ox-footer__menu-column.ox-footer__menu-column--social .ox-footer__social-menu-item.ox-footer__social-menu-item--right {
  text-align: right;
}

.ox-footer__menu-columns .ox-footer__menu-column .ox-footer__menu-item {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 2rem;
  color: white;
  font-weight: 500;
}

.ox-footer__menu-columns .ox-footer__menu-column .ox-footer__menu-item .ox-footer__menu-link {
  font-size: 2rem;
}

.ox-footer__menu-columns .ox-footer__menu-column .ox-footer__menu-item-heading {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 0 10px;
  text-align: left;
  font-size: 1.8rem;
  color: white;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .ox-footer__menu-columns .ox-footer__menu-column .ox-footer__menu-item-heading.ox-footer__menu-item-heading--blank {
    display: none;
  }
}

.ox-footer-signature {
  padding: 2rem 0;
  font-size: 1rem;
  line-height: 2.9rem;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.2rem;
}

@media only screen and (min-width: 62em) {
  .ox-footer-signature {
    font-size: 1.2rem;
  }
}

.ox-footer-signature__link {
  text-decoration: underline;
  color: white;
}

.ox-footer-signature__link:hover {
  text-decoration: none;
  color: white;
}

.ox-pagination {
  padding: 5rem 0 0 0;
  text-align: center;
}

.ox-pagination__title {
  display: inline-block;
  margin-bottom: 2.2rem;
  font-size: 2.4rem;
  cursor: pointer;
}

.ox-pagination__title::after {
  content: " ";
  display: block;
  float: right;
  width: 100%;
  height: 0.2rem;
  margin-top: 0.5rem;
  background: black;
}

.ox-pagination__item {
  display: inline-block;
  width: 3.9rem;
  height: 3.9rem;
  margin: 1rem;
  font-size: 1.3rem;
  line-height: 3.9rem;
  color: black;
  border: solid 0.1rem transparent;
}

.ox-pagination__item:hover {
  text-decoration: none;
  color: inherit;
  border: solid 0.1rem black;
}

.ox-pagination__item:not(.ox-pagination__item--active) {
  cursor: pointer;
}

.ox-pagination__item--active {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: solid 0.1rem black;
}

.ox-newsletter {
  padding: 8rem 2rem;
  text-align: center;
  background: #F6F8FA;
}

.ox-newsletter__title {
  margin: 0;
  font-weight: bold;
  font-size: 4.3rem;
  line-height: 5rem;
  color: black;
  letter-spacing: -0.3rem;
}

@media only screen and (min-width: 48em) {
  .ox-newsletter__title {
    font-size: 5.3rem;
  }
}

.ox-newsletter__input {
  width: 100%;
  max-width: 40rem;
  height: 6rem;
  padding: 0 2rem;
  margin: 6rem 0 5rem 0;
  font-size: 1.5rem;
  text-align: center;
  border: solid 1px black;
  background: transparent;
}

@media only screen and (min-width: 48em) {
  .ox-newsletter__input {
    margin: 8rem 0 7rem 0;
  }
}

.ox-newsletter__input:focus {
  outline: none !important;
  box-shadow: 0 0 10px #7f7f7f;
}

.ox-newsletter__submit {
  display: block;
  margin: auto;
  font-size: 1.2rem;
  text-decoration: underline;
  text-transform: uppercase;
  color: #7A7B7C;
  border: none;
  background: none;
  letter-spacing: 0.25rem;
}

.ox-newsletter__submit:hover {
  text-decoration: none;
}

.ox-newsletter-alert {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 1rem 0;
  max-width: 100%;
  width: 40rem;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -4rem;
}

.ox-newsletter__social {
  margin-top: 8rem;
  font-size: 2.2rem;
}

.ox-newsletter__social a {
  color: #7f7f7f;
  font-size: 1.2rem;
  text-decoration: underline;
  background-color: transparent;
  transition: .3s ease;
  font-weight: normal;
  margin-left: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.ox-newsletter__social a:hover,
.ox-newsletter__social a:active,
.ox-newsletter__social a:focus {
  color: #7f7f7f;
}

.ox-blog-list__title {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 5.3rem;
  letter-spacing: -0.2rem;
  color: black;
}

.ox-blog-list__grid {
  display: grid;
  grid-template-columns: 32rem;
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-row: auto;
  grid-column: auto;
  padding: 6rem 0 2rem 0;
  margin: auto;
}

@media only screen and (min-width: 32.5em) {
  .ox-blog-list__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 53.75em) {
  .ox-blog-list__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 62em) {
  .ox-blog-list__grid {
    grid-column-gap: 3rem;
    grid-row-gap: 5rem;
  }
}

@media only screen and (min-width: 75em) {
  .ox-blog-list__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (min-width: 84.375em) {
  .ox-blog-list__grid {
    grid-column-gap: 4rem;
    grid-row-gap: 5rem;
  }
}

@media only screen and (min-width: 107.8125em) {
  .ox-blog-list__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.ox-blog-list__grid a:hover {
  text-decoration: none;
  color: inherit;
}

.blog-main-article {
  padding-top: 7rem;
}

@media only screen and (max-width: 62em) {
  .blog-main-article {
    padding-top: 3rem;
  }
}

.ox-maincontainer {
  position: relative;
  padding: 0 2rem;
}

@media only screen and (min-width: 62em) {
  .ox-maincontainer {
    padding-left: 3rem;
    min-height: 46rem;
  }
}

.ox-maincontainer .ox-blog-item__category {
  padding-top: 8rem;
}

.ox-maincontainer .ox-blog-list__title {
  padding-top: 4rem;
  font-weight: 500;
  padding-left: 0;
  font-size: 2.4rem;
  line-height: 2.9rem;
}

@media only screen and (min-width: 80em) {
  .ox-maincontainer .ox-blog-list__title {
    font-size: 5.3rem;
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-maincontainer .ox-blog-list__title {
    font-size: 4rem;
  }
}

.ox-maincontainer .ox-blog-list__perex {
  color: black;
  font-size: 1.3rem;
  line-height: 2rem;
}

@media only screen and (min-width: 62em) {
  .ox-maincontainer .ox-blog-list__perex {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.ox-maincontainer .ox-blog-item__info {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media only screen and (min-width: 62em) {
  .ox-maincontainer .ox-blog-item__info {
    position: absolute;
    bottom: 0;
  }
}

.ox-blog-item {
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border: solid 1px transparent;
  cursor: pointer;
  transition: border 0.2s;
}

@media only screen and (min-width: 62em) {
  .ox-blog-item {
    padding: 4rem;
  }
}

.ox-blog-item:hover {
  border: solid 1px black;
}

.ox-blog-item__category {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  color: black;
}

.ox-blog-item__title {
  min-height: 5.8rem;
  padding-right: 2rem;
  margin: 2.1rem 0 1.2rem 0;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: black;
}

.ox-blog-item__perex {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  height: 6.7rem;
  overflow: hidden;
  color: black;
}

.ox-blog-item__info {
  margin: auto 0 0 0;
  font-size: 1rem;
  text-transform: uppercase;
  color: #797474;
  letter-spacing: 0.1rem;
}

.ox-blog-item__image--block {
  margin-bottom: 2rem;
  overflow: hidden;
  height: 20rem;
}

.ox-blog-item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ox-blog-detail {
  width: 100%;
  max-width: 2200px;
  padding: 5rem 2rem 5rem 2rem;
  margin: auto;
}

.ox-blog-detail.ox-blog-detail--new-ref {
  padding-top: 45px;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail {
    padding: 10rem 2rem 10rem 2rem;
  }
}

.ox-blog-detail.ox-blog-detail--smaller {
  padding-bottom: 2.5rem;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail.ox-blog-detail--smaller-pb {
    padding-bottom: 5rem;
  }
}

.ox-blog-detail.ox-blog-detail--smaller-pt {
  padding-top: 2.5rem;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail.ox-blog-detail--smaller-pt {
    padding-top: 5rem;
  }
}

.ox-blog-detail.ox-blog-detail--new-ref strong {
  font-weight: 500;
}

.ox-blog-detail.ox-blog-detail--new-ref .ox-blog-detail__sub-title strong {
  font-weight: 700;
}

.ox-blog-detail .ox-blog-detail__container {
  position: relative;
  width: 100%;
  margin: auto;
}

.ox-blog-detail .ox-blog-detail__container:not(.ox-blog-detail__container--full-width):not(.ox-blog-detail__container--wide):not(.ox-blog-detail__container--wider) {
  max-width: 78rem;
}

.ox-blog-detail .ox-blog-detail__container.ox-blog-detail__container--full-width .ox-cta-form {
  margin-top: 3rem;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__container--full-width .ox-cta-form {
    margin-top: 6rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__container--full-width .ox-cta-form {
    margin-top: 10.5rem;
  }
}

.ox-blog-detail .ox-blog-detail__container.ox-blog-detail__container--wider {
  max-width: 120rem;
  margin-bottom: 5px;
}

@media (max-width: 1399px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__container--wider {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1630px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__container--wider {
    max-width: 140rem;
  }
}

@media (min-width: 1920px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__container--wider {
    max-width: 160rem;
  }
}

.ox-blog-detail .ox-blog-detail__container.ox-blog-detail__container--wider iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1280/720;
  border: none;
  outline: none;
  box-shadow: none;
}

.ox-blog-detail .ox-blog-detail__container.ox-blog-detail__container--wide {
  width: auto;
  min-width: 100%;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--text--wide &gt; div {
    max-width: 70%;
  }
}

.ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--intro-wide .ox-btn-back {
  color: #000;
}

@media (max-width: 767px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--intro-wide .ox-btn-back {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--intro-wide .ox-btn-back {
    position: absolute;
    top: 50px;
    left: 50px;
    right: auto;
    bottom: auto;
  }
}

@media (min-width: 1400px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--intro-wide .ox-btn-back {
    left: 20px;
  }
}

@media (min-width: 1630px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--intro-wide .ox-btn-back {
    left: 0;
  }
}

.ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--image-text--wide .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--image {
  order: -1;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--image-text--wide .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--image {
    order: -1;
    margin-bottom: 0;
  }

  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--image-text--wide .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--image .ox-blog-detail__image {
    left: auto;
    /*
                right: 10px;
                */
    right: 0;
  }
}

.ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--image-text--wide .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--text {
  order: 0;
}

@media (min-width: 992px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--image-text--wide .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--text {
    order: 0;
    padding-left: 50px;
  }
}

@media (min-width: 1200px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--image-text--wide .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--text {
    padding-left: 100px;
  }
}

.ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--text-image--wide .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--image {
  order: -1;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--text-image--wide .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--image {
    order: 0;
    margin-bottom: 0;
  }

  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--text-image--wide .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--image .ox-blog-detail__image {
    /*
                left: 10px;
                */
    left: 0;
    right: auto;
  }
}

.ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--text-image--wide .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--text {
  order: 0;
}

@media (min-width: 992px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--text-image--wide .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--text {
    order: -1;
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .ox-blog-detail .ox-blog-detail__container.ox-blog-detail__content-module.ox-blog-detail__content-module--text-image--wide .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--text {
    padding-right: 100px;
  }
}

.ox-blog-detail .ox-blog-detail__container .ox-blog-detail__container__content {
  width: 100%;
  height: auto;
  position: relative;
}

.ox-blog-detail .ox-blog-detail__container .ox-blog-detail__container__content.ox-blog-detail__container__content-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  position: relative;
}

@media (min-width: 992px) {
  .ox-blog-detail .ox-blog-detail__container .ox-blog-detail__container__content.ox-blog-detail__container__content-blocks {
    gap: 5px;
  }
}

.ox-blog-detail .ox-blog-detail__container .ox-blog-detail__container__content.ox-blog-detail__container__content-blocks .ox-blog-detail__container__content-block {
  width: 100%;
  height: auto;
  position: relative;
}

@media (min-width: 992px) {
  .ox-blog-detail .ox-blog-detail__container .ox-blog-detail__container__content.ox-blog-detail__container__content-blocks .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: calc(50% - 2.5px);
  }

  .ox-blog-detail .ox-blog-detail__container .ox-blog-detail__container__content.ox-blog-detail__container__content-blocks .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--image {
    width: calc(50% - 2.5px);
    height: auto;
    aspect-ratio: 1090/1012;
    position: relative;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .ox-blog-detail .ox-blog-detail__container .ox-blog-detail__container__content.ox-blog-detail__container__content-blocks .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--image {
    aspect-ratio: 1090/1379;
  }
}

@media (min-width: 992px) {
  .ox-blog-detail .ox-blog-detail__container .ox-blog-detail__container__content.ox-blog-detail__container__content-blocks .ox-blog-detail__container__content-block.ox-blog-detail__container__content-block--image .ox-blog-detail__image {
    min-width: 100%;
    width: 50vw;
    max-width: 1100px;
    position: absolute;
    top: 0;
    bottom: 0;
  }
}

.ox-blog-detail__intro {
  display: block;
  width: 100%;
  max-width: 2200px;
  margin: 0 auto;
}

.ox-blog-detail__intro .ox-blog-detail__intro-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.77777778;
}

.ox-blog-detail__intro-text {
  position: relative;
  padding: 0;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail__intro-text {
    padding: 0;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.ox-blog-detail__title {
  font-size: 3.3rem;
  line-height: 4.5rem;
  letter-spacing: -0.1rem;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail__title {
    font-size: 6.3rem;
    line-height: 6.7rem;
    letter-spacing: -0.3rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-blog-detail__title {
    font-size: 7.3rem;
    line-height: 7.7rem;
    letter-spacing: -0.3rem;
  }
}

.ox-blog-detail__sub-title {
  font-size: 2.7rem;
  line-height: 4rem;
  letter-spacing: 0;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail__sub-title {
    font-size: 4.5rem;
    line-height: 5rem;
    letter-spacing: -0.3rem;
  }
}

.ox-blog-detail__text {
  position: relative;
  padding-left: 4rem;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail__text {
    padding-left: 16rem;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.ox-blog-detail ul {
  margin-left: 16rem;
}

.ox-blog-detail ul li {
  position: relative;
  padding-left: 0rem;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail ul li {
    padding-left: 0rem;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.ox-blog-detail__text--line:first-of-type::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 2.5rem;
  height: 0.1rem;
  background: black;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail__text--line:first-of-type::before {
    width: 6rem;
  }
}

.ox-blog-detail__image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 71.5%;
}

.ox-blog-detail__container.ox-blog-detail__container--wide .ox-blog-detail__image-container {
  padding-bottom: 46%;
}

.ox-blog-detail__container.ox-blog-detail__container--wide .ox-blog-detail__text {
  padding: 0;
}

.ox-blog-detail__image-container-inner {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
}

.ox-blog-detail__image-container-inner:not(.ox-blog-detail__image-container-inner--images-wide) {
  justify-content: space-between;
}

.ox-blog-detail__image-container-inner.ox-blog-detail__image-container-inner--images-wide {
  justify-content: center;
  gap: 5px;
}

.ox-blog-detail__image-container-inner.ox-blog-detail__image-container-inner--images-wide .ox-blog-detail__image.ox-blog-detail__image--half {
  width: calc(50% - 2.5px);
}

.ox-blog-detail__image-container-inner.ox-blog-detail__image-container-inner--images-wide .ox-blog-detail__image.ox-blog-detail__image--third {
  width: calc(33.33333333% - 2.5px);
}

/*
  .ox-blog-detail__image-container-inner.ox-blog-detail__image-container-inner--images-wide {
    flex-wrap: wrap;
  }
*/

.ox-blog-detail__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ox-blog-detail__image.ox-blog-detail__image--intro {
  height: auto;
  aspect-ratio: 1920/1080;
}

.ox-blog-detail__image.ox-blog-detail__image--half {
  width: calc(50% - 1rem);
}

.ox-blog-detail__image.ox-blog-detail__image--third {
  width: calc(33.33333333% - 1rem);
}

.ox-blog-detail__image__shadow {
  display: none;
  position: absolute;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) 0% 0% no-repeat padding-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) {
  .ox-blog-detail__image__shadow {
    display: block;
  }
}

.ox-blog-detail__image__content-block {
  display: block;
  width: 100%;
  height: auto;
  max-width: 120rem;
}

@media (max-width: 1399px) {
  .ox-blog-detail__image__content-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1630px) {
  .ox-blog-detail__image__content-block {
    max-width: 140rem;
  }
}

@media (min-width: 1920px) {
  .ox-blog-detail__image__content-block {
    max-width: 160rem;
  }
}

@media (max-width: 767px) {
  .ox-blog-detail__image__content-block {
    position: relative;
  }
}

@media (min-width: 768px) {
  .ox-blog-detail__image__content-block {
    position: absolute;
    min-height: 100%;
    top: 0;
    left: 50%;
    bottom: 0;
    right: auto;
    transform: translateX(-50%);
  }
}

.ox-blog-detail__image__content-block .ox-blog-detail__image__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px 20px;
}

@media (max-width: 767px) {
  .ox-blog-detail__image__content-block .ox-blog-detail__image__content {
    position: relative;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 768px) {
  .ox-blog-detail__image__content-block .ox-blog-detail__image__content {
    position: absolute;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px 20px;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .ox-blog-detail__image__content-block .ox-blog-detail__image__content {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1630px) {
  .ox-blog-detail__image__content-block .ox-blog-detail__image__content {
    padding: 50px 0;
  }
}

.ox-blog-detail__image__content-block .ox-blog-detail__image__content * {
  color: #000;
}

@media (min-width: 768px) {
  .ox-blog-detail__image__content-block .ox-blog-detail__image__content * {
    color: #fff;
  }
}

@media (min-width: 992px) {
  .ox-blog-detail__image__content-block .ox-blog-detail__image__content * {
    max-width: 50%;
  }
}

.ox-blog-detail__signature {
  margin-top: 8rem;
  font-size: 1rem;
  line-height: 5rem;
  text-transform: uppercase;
  color: #797474;
  border-top: solid 2px black;
  letter-spacing: 0.1rem;
  padding-left: 0.5rem;
  /*
  @include more-than(sm) {
    margin-top: 30rem;
  }
  */
}

.ox-blog-detail__text a,
.ox-blog-detail__title a {
  color: black;
  text-decoration: underline;
  background-color: transparent;
  transition: .3s ease;
  font-weight: normal;
}

.ox-blog-detail__text a:hover,
.ox-blog-detail__text a:active,
.ox-blog-detail__text a:focus,
.ox-blog-detail__title a:hover,
.ox-blog-detail__title a:active,
.ox-blog-detail__title a:focus {
  color: #7f7f7f;
}

.ox-blog-detail__others {
  padding-top: 0;
  margin-bottom: 8rem;
  /*
    @include more-than(md) {
      padding-top: 3rem;
    }
  */
}

.ox-blog-detail__prev-link,
.ox-blog-detail__next-link {
  flex: 0 0 50%;
  max-width: 50%;
}

.ox-blog-detail__prev-link a,
.ox-blog-detail__next-link a {
  color: black;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: -0.3rem;
}

@media only screen and (min-width: 48em) {
  .ox-blog-detail__prev-link a,
  .ox-blog-detail__next-link a {
    font-size: 7rem;
    letter-spacing: -0.5rem;
  }
}

.ox-blog-detail__prev-link a:hover,
.ox-blog-detail__next-link a:hover {
  text-decoration: underline;
}

.ox-blog-detail__next-link {
  text-align: right;
}

.ox-blog-detail__album .ox-blog-detail__album-container-inner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}

.ox-blog-detail__album .ox-blog-detail__album-container-inner,
.ox-blog-detail__album .ox-blog-detail__album-container-inner:hover {
  text-decoration: none;
}

.ox-blog-detail__album .ox-blog-detail__album-container-inner .ox-blog-detail__album__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
}

.ox-blog-detail__album .ox-blog-detail__album-container-inner .ox-blog-detail__album__image--shadow {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.25;
}

.ox-blog-detail__album .ox-blog-detail__album-container-inner .ox-blog-detail__title {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

@media only screen and (min-width: 62em) {
  .ox-blog-detail__album .ox-blog-detail__album-container-inner {
    max-width: 50%;
  }
}

.ox-blog-detail__comparison-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
  width: 100%;
  height: auto;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 800/600;
  position: relative;
  overflow: hidden;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__item {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__item .ox-blog-detail__comparison__item__image {
  width: 100%;
  height: 100%;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller:hover {
  opacity: 1;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller--scrolling {
  pointer-events: none;
  opacity: 1;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller__thumb {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller:before,
.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller:after {
  content: " ";
  display: block;
  width: 3px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -1.5px;
  z-index: 30;
  transition: 0.1s;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller:before {
  top: 100%;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller:after {
  bottom: 100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller,
.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller.ox-blog-detail__comparison__scroller--white {
  border: 3px solid #fff;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller:before,
.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller:after,
.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller.ox-blog-detail__comparison__scroller--white:before,
.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller.ox-blog-detail__comparison__scroller--white:after {
  background: #fff;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller svg polygon,
.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller.ox-blog-detail__comparison__scroller--white svg polygon {
  fill: #fff;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller.ox-blog-detail__comparison__scroller--black {
  border: 3px solid #000;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller.ox-blog-detail__comparison__scroller--black:before,
.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller.ox-blog-detail__comparison__scroller--black:after {
  background: #000;
}

.ox-blog-detail__comparison-container .ox-blog-detail__comparison-container-inner .ox-blog-detail__comparison__scroller.ox-blog-detail__comparison__scroller--black svg polygon {
  fill: #000;
}

.ox-blog-detail .ox-u-blog-margin {
  margin: 3rem 0;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail .ox-u-blog-margin {
    margin: 4rem 0;
  }
}

@media only screen and (min-width: 62em) {
  .ox-blog-detail .ox-u-blog-margin {
    margin: 7rem 0;
  }
}

.ox-blog-detail.ox-blog-detail--new-ref .ox-blog-margin-up:not(.ox-blog-margin-up--mob) {
  margin-top: 3rem;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail.ox-blog-detail--new-ref .ox-blog-margin-up:not(.ox-blog-margin-up--mob) {
    margin-top: 6rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-blog-detail.ox-blog-detail--new-ref .ox-blog-margin-up:not(.ox-blog-margin-up--mob) {
    margin-top: 10.5rem;
  }
}

@media only screen and (max-width: 36em) {
  .ox-blog-detail.ox-blog-detail--new-ref .ox-blog-margin-up.ox-blog-margin-up--mob {
    margin-top: 3rem;
  }
}

.ox-blog-detail__content-module.ox-blog-detail__content-module--yt-video--wide {
  margin-bottom: 0;
}

.ox-blog-detail__content-module.ox-blog-detail__content-module--yt-video--wide .ox-blog-margin-up:not(.ox-blog-margin-up--mob) {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 36em) {
  .ox-blog-detail__content-module.ox-blog-detail__content-module--yt-video--wide .ox-blog-margin-up:not(.ox-blog-margin-up--mob) {
    margin-bottom: 6rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-blog-detail__content-module.ox-blog-detail__content-module--yt-video--wide .ox-blog-margin-up:not(.ox-blog-margin-up--mob) {
    margin-bottom: 10.5rem;
  }
}

@media only screen and (max-width: 36em) {
  .ox-blog-detail__content-module.ox-blog-detail__content-module--yt-video--wide .ox-blog-margin-up.ox-blog-margin-up--mob {
    margin-bottom: 3rem;
  }
}

p.ox-blog-detail__text.ox-blog-detail__text--no-p {
  padding-left: 0;
}

.ox-btn-back {
  position: relative;
  padding-left: 6rem;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  background: url("/theme/images/arrow-back.svg") no-repeat 0.4rem 0.3rem;
  letter-spacing: 0.2rem;
  transition: background 0.3s;
}

@media only screen and (min-width: 62em) {
  .ox-btn-back {
    left: -9rem;
  }
}

.ox-btn-back:hover {
  text-decoration: underline;
  color: black;
  background: url("/theme/images/arrow-back.svg") no-repeat 0 0.3rem;
}

.ox-hero-block__main {
  position: relative;
}

.ox-blog-search {
  padding: 0 2rem;
}

@media only screen and (min-width: 62em) {
  .ox-blog-search {
    padding: 0 9.3rem;
    position: absolute;
    right: 0;
    bottom: 9.45rem;
    width: 58rem;
    height: 6.5rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-blog-search {
    bottom: 6.8rem;
  }
}

.ox-blog-search__form {
  display: block;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (min-width: 62em) {
  .ox-blog-search__form {
    height: 6.5rem;
  }
}

.ox-blog-search__button {
  border: 1px solid #7f7f7f;
  height: 4.5rem;
  width: 4.5rem;
  position: absolute;
  right: 0;
  top: 0;
  padding: 1rem;
  cursor: pointer;
  z-index: 20;
  background: #fff;
}

@media only screen and (min-width: 62em) {
  .ox-blog-search__button {
    border-width: 2px;
    height: 6.5rem;
    width: 6.5rem;
    padding: 1.8rem;
  }
}

.ox-blog-search__input {
  font-size: 2rem;
  line-height: 1;
  width: 100%;
  color: black;
  padding: 0;
  border: none;
  border: 1px solid #eee;
  padding: .8rem 1.5rem;
  height: 4.5rem;
  z-index: 10;
}

@media only screen and (min-width: 62em) {
  .ox-blog-search__input {
    border-width: 2px;
    height: 6.5rem;
    width: 6.5rem;
    position: absolute;
    top: 0;
    right: 0;
    transition: .5s ease;
    transition-delay: .2s;
    opacity: 0;
  }
}

.ox-blog-search__input::-webkit-input-placeholder {
  color: black;
  text-shadow: none;
  -webkit-text-fill-color: initial;
}

@media only screen and (min-width: 62em) {
  .ox-blog-search__form:hover .ox-blog-search__input {
    width: 40rem;
    opacity: 1;
  }
}

.ox-blog-search__results--title {
  background: #F6F8FA;
  width: 100%;
  padding: 2rem 0;
  color: #7f7f7f;
  font-size: 4rem;
  font-weight: 500;
  display: inline-block;
}

.ox-blog-search__results--title span {
  color: black;
}

.ox-blog-search__results--title &gt; div {
  display: inline-block;
  color: black;
  margin-left: 1rem;
}

.ox-blog-search-disable {
  width: 4rem;
  height: 4rem;
  display: inline-block;
  position: relative;
  top: 0.5rem;
  left: 3rem;
}

.ox-blog-search-disable::before,
.ox-blog-search-disable::after {
  content: '';
  position: absolute;
  top: 2.4rem;
  left: 0;
  width: 2.8rem;
  height: 2px;
  background: black;
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}

.ox-blog-search-disable::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
}

.ox-podcast-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 5.3rem;
  grid-row: auto;
  grid-column: auto;
  padding: 5rem 0 2.5rem 0;
}

@media only screen and (min-width: 36em) {
  .ox-podcast-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 54.75em) {
  .ox-podcast-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 62em) {
  .ox-podcast-grid {
    grid-column-gap: 7rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-podcast-grid {
    grid-column-gap: 14rem;
  }
}

.ox-podcast__number {
  position: relative;
  padding-left: 5.7rem;
  margin-bottom: 2rem;
  font-size: 1.7rem;
}

.ox-podcast__number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1.7rem;
  height: 0.2rem;
  background: black;
  transform: translateY(-50%);
}

.ox-podcast__name {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 8rem;
  padding: 1rem 2rem;
  margin-bottom: 2.4rem;
  overflow: hidden;
  font-size: 2.2rem;
  line-height: 2.8rem;
  border: solid 0.2rem black;
  /*
  &amp;:hover .ox-podcast__overlay {
    opacity: 1;
  }

  &amp;:hover .ox-podcast__overlay span {
    left: calc(100% - 16.5rem);
    transition: left 0.3s;
  }

  &amp;:hover .ox-podcast__name-el {
    left: 50%;
  }
  */
}

.ox-podcast__name .ox-podcast__name-el {
  position: absolute;
  left: 2rem;
  width: calc(100% - 4rem);
  transition: all 0.3s;
}

.ox-podcast__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  opacity: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  background: black;
}

.ox-podcast__overlay span {
  position: absolute;
  left: 2rem;
  display: inline-block;
  color: white;
}

.ox-podcast__audio {
  margin: 2rem 0;
}

.ox-podcast__description {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #969696;
  letter-spacing: 0.038rem;
}

.ox-magazin {
  margin: 5rem 0;
}

.ox-magazin__image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.4%;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 48em) {
  .ox-magazin__image-container {
    float: left;
    width: 38.2%;
    padding-bottom: 21.9%;
    margin-right: 3rem;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 62em) {
  .ox-magazin__image-container {
    width: 58.2%;
    padding-bottom: 33.4%;
    margin-right: 5rem;
  }
}

.ox-magazin__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 48em) {
  .ox-magazin__text-container {
    float: left;
    width: calc(61.8% - 3rem);
  }
}

@media only screen and (min-width: 62em) {
  .ox-magazin__text-container {
    width: calc(41.8% - 5rem);
    max-width: 35rem;
  }
}

.ox-magazin__date {
  margin: 0;
  font-weight: bold;
  font-size: 5.3rem;
  line-height: 4.7rem;
}

.ox-magazin__name {
  margin-top: 3.2rem;
  margin-bottom: 0;
  font-size: 3.4rem;
  line-height: 4.2rem;
  letter-spacing: -0.017rem;
}

@media only screen and (min-width: 62em) {
  .ox-magazin__name {
    margin-top: 6.2rem;
  }
}

.ox-magazin__description {
  margin: 3.5rem 0;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.038rem;
}

@media only screen and (min-width: 62em) {
  .ox-magazin__description {
    margin: 4.5rem 0;
  }
}

.ox-magazin__download-container {
  display: flex;
  justify-content: space-between;
}

.ox-play-link {
  display: block;
  padding-left: 2rem;
  margin: 1.3rem 0;
  font-size: 1.2rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #7f7f7f;
  letter-spacing: 0.35rem;
  cursor: pointer;
}

.ox-play-link:hover {
  text-decoration: none;
  color: #7f7f7f;
}

.ox-play-link svg {
  position: relative;
  top: -0.2rem;
  left: -2rem;
  border: solid 1px black;
  border-radius: 50px;
}

.ox-play-link svg circle,
.ox-play-link svg path {
  transition: all 0.3s;
}

.ox-play-link:hover svg circle {
  fill: white;
}

.ox-play-link:hover svg path {
  fill: black;
}

.ox-play-link--inline {
  margin: 0;
}

.ox-video-detail,
.ox-yt-video-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 13.5rem);
  padding: 0 2rem 6.6rem 2rem;
}

@media only screen and (min-width: 36em) {
  .ox-video-detail,
  .ox-yt-video-detail {
    padding: 0 2rem 8.6rem 2rem;
  }
}

.ox-video-detail__video-container,
.ox-yt-video-detail__video-container {
  width: 100%;
  max-height: calc(100vh - 8.6rem - 8.6rem);
  margin-bottom: 6.6rem;
  text-align: center;
}

@media only screen and (min-width: 48em) {
  .ox-video-detail__video-container,
  .ox-yt-video-detail__video-container {
    height: calc(100vh - 8.6rem - 8.6rem);
    margin-bottom: 8.6rem;
  }
}

.ox-video-detail__video {
  position: relative;
  z-index: 2;
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .ox-video-detail__video {
    width: auto;
    height: 100%;
  }
}

.ox-yt-video-detail__video-holder {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  aspect-ratio: 1280/720;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ox-yt-video-detail__video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  aspect-ratio: 1280/720;
  z-index: 2;
  border: none;
  outline: none;
}

.ox-video-detail__back,
.ox-yt-video-detail__back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: url("/theme/images/close.png"), auto;
}

.ox-video-detail__name,
.ox-yt-video-detail__name {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
  letter-spacing: 0.007rem;
  text-align: center;
}

@media only screen and (min-width: 80em) {
  .ox-video-detail__name,
  .ox-yt-video-detail__name {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 3.5rem;
  }
}

.ox-video-detail__desc,
.ox-yt-video-detail__desc {
  margin: 0;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.3rem;
  text-align: center;
  color: #969696;
  letter-spacing: 0.1rem;
}

@media only screen and (min-width: 80em) {
  .ox-video-detail__desc,
  .ox-yt-video-detail__desc {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

.ox-cookie-bar {
  position: fixed;
  top: unset !important;
  bottom: 20px;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 82rem;
  padding: 2rem;
  background: black;
  transform: translateX(-50%);
}

.ox-cookie-bar__text p {
  margin: 0;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #989898;
  letter-spacing: 0.138rem;
}

.ox-cookie-bar__text a {
  text-decoration: underline;
  color: white;
}

.ox-cookie-bar__text a:hover {
  text-decoration: none;
}

.ox-cookie-bar__confirm {
  display: block;
  flex: 1 0 7.7rem;
  width: 9.7rem;
  height: 7.7rem;
  padding: 0;
  margin-left: 5rem;
  border: solid 1px #2F2F2F;
  background: black;
  cursor: pointer;
  transition: border 0.3s;
}

.ox-cookie-bar__confirm:hover {
  border: solid 1px #929292;
}

.ox-cookie-bar__confirm:focus {
  outline: none;
}

.ox-contact {
  padding-bottom: 9rem;
  clear: both;
}

@media only screen and (max-width: 62em) {
  .ox-contact {
    padding-top: 5rem;
  }
}

@media screen and (min-width: 1280px) and (max-height: 850px) {
  .ox-contact {
    padding-top: 5rem;
  }
}

.ox-contact-heading {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 600;
  text-align: left;
  width: 61%;
  margin-left: 12rem;
  margin-top: 4rem;
}

@media only screen and (min-width: 48em) {
  .ox-contact-heading {
    text-align: right;
    margin-left: auto;
    margin-right: initial;
  }
}

@media only screen and (min-width: 62em) {
  .ox-contact-heading {
    font-size: 2.6rem;
    line-height: 3rem;
    width: 70%;
  }
}

.ox-contact-delimiter {
  width: 25%;
  clear: both;
  display: block;
  background: #212529;
  height: 1px;
  margin: 6rem 0 5rem 12rem;
}

@media only screen and (min-width: 62em) {
  .ox-contact-delimiter {
    width: 30%;
    margin: 6rem auto 8rem auto;
  }
}

@media only screen and (min-width: 48em) {
  .ox-contact-delimiter {
    margin: 6rem 0 8rem auto;
  }
}

.ox-contact-image {
  width: 100%;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 48em) {
  .ox-contact-image {
    margin: 0;
  }
}

.ox-contact-column {
  float: left;
  display: inline-block;
}

.ox-contact-first-column {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .ox-contact-first-column {
    padding-right: 5rem;
    width: 50%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-contact-first-column {
    padding-right: 7rem;
    width: 35%;
  }
}

@media only screen and (max-width: 36em) {
  .ox-contact-first-column {
    order: 2;
  }

  .ox-contact-first-column img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}

.ox-contact-second-column {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .ox-contact-second-column {
    width: 50%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-contact-second-column {
    width: 65%;
    height: 62rem;
    overflow: hidden;
  }
}

@media only screen and (max-width: 36em) {
  .ox-contact-second-column {
    margin-top: 6rem;
    order: 1;
  }

  .ox-contact-second-column img {
    width: 90%;
  }
}

.ox-hero__scroll-btn--contact {
  bottom: 8rem;
}

@media only screen and (max-width: 62em) {
  .ox-hero__scroll-btn--contact {
    position: relative;
    bottom: -5rem;
  }
}

.ox-hero__scroll-btn--contact:hover {
  bottom: 6.7rem;
}

@media only screen and (max-width: 62em) {
  .ox-hero__scroll-btn--contact:hover {
    bottom: -5rem;
  }
}

.ox-intro {
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
  opacity: 1;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 5rem 2rem;
  background: black;
  background-size: cover;
  transition: opacity 0.8s;
}

@media only screen and (min-width: 36em) {
  .ox-intro {
    padding: 5rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-intro {
    padding: 13rem;
  }
}

.ox-intro__video {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 1.5s;
}

.ox-intro__title {
  position: absolute;
  top: 12rem;
  left: 2rem;
  max-height: 0;
  overflow: hidden;
  font-size: 3.5rem;
  line-height: 5rem;
  letter-spacing: 0;
  color: white;
  transition: max-height 1.3s;
}

@media only screen and (min-width: 36em) {
  .ox-intro__title {
    left: 5rem;
    font-size: 6rem;
    line-height: 8rem;
  }
}

@media only screen and (min-width: 48em) {
  .ox-intro__title {
    font-size: 7rem;
    line-height: 9rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-intro__title {
    top: 10rem;
    left: 13rem;
    font-size: 11rem;
    line-height: 13rem;
    letter-spacing: -0.51rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .ox-intro__title {
    top: 13rem;
    font-size: 16rem;
    line-height: 18rem;
  }
}

@media screen and (max-width: 767px) {
  .ox-intro__title--one {
    font-size: 8rem;
    line-height: 8rem;
  }
}

@media screen and (max-width: 480px) {
  .ox-intro__title--one {
    font-size: 6rem;
    line-height: 7rem;
  }
}

@media screen and (max-width: 575px) {
  .ox-intro__title--two,
  .ox-intro__title--three {
    font-size: 4.9rem;
    line-height: 5.5rem;
  }
}

@media screen and (max-width: 420px) {
  .ox-intro__title--two,
  .ox-intro__title--three {
    font-size: 4rem;
    line-height: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .ox-intro__title-oooox {
    font-size: 10rem;
    line-height: 8rem;
  }
}

@media screen and (max-width: 575px) {
  .ox-intro__title-oooox {
    font-size: 8rem;
    line-height: 8rem;
  }
}

@media screen and (max-width: 420px) {
  .ox-intro__title-oooox {
    font-size: 7rem;
    line-height: 7rem;
  }
}

.ox-intro__loading-bar-container {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.25rem;
  cursor: pointer;
}

.ox-intro__loading-bar-container .ox-intro__loading-bar {
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #332F2F;
}

.ox-intro__loading-bar-container .ox-intro__loading-bar &gt; span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: white;
  transition: width 12s linear;
}

.ox-intro__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.ox-intro__slide-position-container {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-left: 3rem;
  overflow: hidden;
  font-size: 2rem;
  color: white;
}

.ox-intro__slide-position-container span[data-slide-num] {
  position: absolute;
  top: -2.5rem;
  left: -1.5rem;
  transition: top 0.8s linear;
}

.ox-intro__slide-position-container span[data-slide-num]:first-of-type {
  top: 0;
}

.ox-intro__slide-position {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 2.2rem;
  margin-left: -0.3rem;
}

.ox-intro__number-separator {
  display: inline-block;
  width: 3rem;
  margin-bottom: -0.5rem;
  border-bottom: solid 1px white;
}

.ox-hero-about {
  box-sizing: content-box;
  position: relative;
  font-size: 6rem;
  letter-spacing: .04rem;
  line-height: 6.2rem;
}

@media only screen and (min-width: 62em) {
  .ox-hero-about {
    max-width: 30rem;
    padding-left: 3.5rem;
    margin-top: 2.2rem;
    font-size: 6rem;
    letter-spacing: .04rem;
    line-height: 2.5rem;
  }
}

.ox-about-column {
  float: left;
  display: inline-block;
  padding: 0 2rem;
}

@media only screen and (min-width: 62em) {
  .ox-about-column {
    padding: 0;
  }
}

.ox-about-title {
  box-sizing: content-box;
  font-size: 3rem;
  letter-spacing: .04rem;
}

.ox-about-description {
  box-sizing: content-box;
  font-size: 2rem;
  letter-spacing: .04rem;
  font-weight: 300;
}

.ox-about-description p {
  padding-top: 3rem;
}

.ox-about-column {
  width: 100%;
}

@media only screen and (min-width: 48em) {
  .ox-about-column {
    padding-left: 5rem;
    width: 80%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-about-column {
    padding-left: 7rem;
    width: 55%;
  }
}

.ox-hero-about-container {
  margin: 9rem;
}

.ox-hero-about-picture {
  background: #F6F8FA;
  width: 100%;
}

.ox-hero-about-picture img {
  width: auto;
}

@media only screen and (min-width: 62em) {
  .ox-hero-about-picture img {
    width: 50%;
  }
}

@media only screen and (max-width: 62em) {
  .ox-hero-about-picture img {
    width: 100%;
  }
}

.ox-hero-about:last-child::after {
  display: none;
}

.ox-hero-about::after {
  content: "";
  display: block;
  position: absolute;
  right: -18%;
  top: -100%;
  height: 300%;
  width: 1px;
  background: #7f7f7f;
  transform: rotate(30deg);
}

@media only screen and (max-width: 62em) {
  .ox-hero-about::after {
    display: none;
  }
}

.ox-about {
  padding-top: 6rem;
  padding-left: 10rem;
  padding-bottom: 5rem;
}

@media only screen and (min-width: 62em) {
  .ox-about {
    display: flex;
    justify-content: space-between;
    width: 90rem;
    padding-top: 3rem;
    padding-left: 3.2rem;
  }
}

.ox-about-column a {
  color: black;
  text-decoration: underline;
  background-color: transparent;
  transition: .3s ease;
  font-weight: normal;
}

.ox-about-column a:hover,
.ox-about-column a:active,
.ox-about-column a:focus {
  color: #7f7f7f;
}

.ox-about-gallery {
  margin-bottom: 100px;
}

@media only screen and (min-width: 62em) {
  .ox-about-gallery .no-padding {
    padding: 0;
  }
}

.ox-about-gallery__paddinged {
  padding: 0 3rem;
}

@media only screen and (min-width: 62em) {
  .ox-about-gallery__paddinged {
    padding: 0;
  }
}

.ox-about-gallery__main-block--title {
  text-transform: uppercase;
  color: #7f7f7f;
  letter-spacing: .3rem;
  font-size: 1.4rem;
  padding: 0 5rem 15rem;
}

@media only screen and (min-width: 62em) {
  .ox-about-gallery__main-block--title {
    padding: 20rem 7rem;
  }
}

@media only screen and (max-width: 48em) {
  .ox-about-gallery__main-block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ox-about-gallery__main-block--image {
  background-position: center center;
  background-size: cover;
  padding-top: 90%;
}

.ox-about-gallery__image {
  height: 25rem;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 48em) {
  .ox-about-gallery__image {
    height: 40rem;
  }
}

@media only screen and (max-width: 62em) {
  .ox-about-gallery__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.ox-about-gallery__image--text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 40% 3rem;
  font-size: 1.4rem;
  text-align: center;
  opacity: 0;
  transition: .3s ease;
}

.ox-about-gallery__image--text:hover {
  opacity: 1;
}

.ox-about-gallery__free {
  height: 300px;
}

@media only screen and (min-width: 62em) {
  .ox-about-gallery__free {
    height: 400px;
  }
}

@media only screen and (max-width: 62em) {
  .ox-about-gallery__free {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.ox-about-gallery__free--link {
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  font-size: 2.4rem;
  padding-left: 70px;
  color: black;
  padding-bottom: 6rem;
}

.ox-about-gallery__free--link::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 60%;
  transform: rotate(-45deg);
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transition: .3s ease;
}

.ox-about-gallery__free--link::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 2px;
  left: calc(60% - 22px);
  width: 2.7rem;
  height: 1px;
  background: #000;
  transition: .3s ease;
}

.ox-about-gallery__free--link:hover,
.ox-about-gallery__free--link:active,
.ox-about-gallery__free--link:focus {
  color: black;
  text-decoration: none;
}

.ox-about-gallery__free--link:hover::before,
.ox-about-gallery__free--link:active::before,
.ox-about-gallery__free--link:focus::before {
  left: 96%;
}

.ox-about-gallery__free--link:hover::after,
.ox-about-gallery__free--link:active::after,
.ox-about-gallery__free--link:focus::after {
  content: '';
  left: calc(34% - 22px);
  width: 72%;
}

.ox-about-gallery__title {
  position: relative;
  padding-top: 100%;
}

.ox-about-gallery__title--block {
  font-size: 6rem;
  color: black;
  font-weight: 600;
  line-height: 6.4rem;
  transform: rotate(-90deg);
  min-width: 531px;
  bottom: 190%;
  left: -19.5rem;
  position: relative;
}

@supports (-webkit-touch-callout: none) {
  .ox-about-gallery__title--block {
    bottom: 90%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-about-gallery__title--block {
    bottom: 15rem;
    right: -6rem;
    left: initial;
    min-width: 800px;
    font-size: 7rem;
    line-height: 7.4rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-about-gallery__title--first {
    padding-left: 14rem;
  }
}

.ox-about-gallery__title--second {
  position: relative;
}

.ox-about-gallery__title--second::before {
  content: '';
  display: block;
  position: absolute;
  left: -13rem;
  width: 11rem;
  height: .7rem;
  background: black;
  top: 50%;
}

@media only screen and (min-width: 62em) {
  .ox-about-gallery__title--second::before {
    height: 1rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-about-gallery__title--third {
    padding-left: 4.5rem;
  }
}

.ox-working {
  margin-bottom: 14rem;
}

@media only screen and (min-width: 62em) {
  .ox-working {
    margin-bottom: 10rem;
  }
}

.ox-working a {
  color: black;
  text-decoration: underline;
  background-color: transparent;
  transition: .3s ease;
  font-weight: normal;
}

.ox-working a:hover,
.ox-working a:active,
.ox-working a:focus {
  color: #7f7f7f;
}

.ox-working-first {
  margin-top: 18rem;
}

@media only screen and (min-width: 62em) {
  .ox-working-first {
    margin-top: 30rem;
    margin-bottom: 20rem;
  }
}

@media only screen and (max-width: 62em) {
  .ox-working-second {
    margin-bottom: 7rem;
  }
}

.ox-working__title {
  position: relative;
}

.ox-working__title--block {
  font-size: 7rem;
  color: black;
  font-weight: 600;
  line-height: 7.4rem;
  transform: rotate(-90deg);
  min-width: 800px;
  position: relative;
  bottom: 30rem;
  right: 20rem;
}

@media only screen and (max-width: 80em) {
  .ox-working__title--block {
    bottom: 39rem;
    right: 20rem;
    font-size: 6rem;
    line-height: 6.4rem;
  }
}

@media only screen and (max-width: 62em) {
  .ox-working__title--block {
    bottom: 51rem;
    font-size: 4rem;
    line-height: 4.5rem;
    right: -75vw;
    float: right;
  }
}

@media (max-width: 375px) {
  .ox-working__title--block {
    right: -85vw;
  }
}

@media (max-width: 360px) {
  .ox-working__title--block {
    right: -90vw;
  }
}

@media (max-width: 320px) {
  .ox-working__title--block {
    right: -109vw;
  }
}

@media only screen and (min-width: 62em) {
  .ox-working__title--block-right {
    right: 27rem;
  }
}

.ox-working__number {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 9rem 0 10rem;
  padding-left: 4.5rem;
}

@media only screen and (min-width: 62em) {
  .ox-working__number {
    padding: 14rem 0 20rem;
  }
}

.ox-working__number::after {
  color: #f5f5f5;
  position: absolute;
  font-size: 12rem;
  font-weight: 500;
  top: 0.7rem;
  left: 1rem;
}

@media only screen and (min-width: 62em) {
  .ox-working__number::after {
    font-size: 34rem;
    top: -12rem;
    left: -11.5rem;
  }
}

@media only screen and (min-width: 48em) {
  .ox-working__number--right {
    float: right;
  }
}

@media only screen and (min-width: 80em) {
  .ox-working__number--right {
    left: -20rem;
  }
}

.ox-working__number--one::after {
  content: '01';
}

.ox-working__number--two::after {
  content: '02';
}

.ox-working__number--three::after {
  content: '03';
}

.ox-working__number--four::after {
  content: '04';
}

@media only screen and (min-width: 62em) {
  .ox-working__title--first {
    padding-left: 0;
  }
}

.ox-working__title--second {
  position: relative;
}

@media only screen and (min-width: 62em) {
  .ox-working__title--second {
    padding-left: 6rem;
  }
}

.ox-working__title--second::before {
  content: '';
  display: block;
  position: absolute;
  left: -7rem;
  width: 11rem;
  height: 1rem;
  background: black;
  top: 50%;
}

@media only screen and (max-width: 62em) {
  .ox-working__title--second::before {
    width: 8rem;
    height: 0.6rem;
    left: -10rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-working__title--third {
    padding-left: 25.5rem;
  }
}

.ox-working-description {
  font-size: 2rem;
  letter-spacing: .04rem;
  font-weight: 300;
}

.ox-abroad {
  margin-bottom: 14rem;
}

@media only screen and (min-width: 62em) {
  .ox-abroad {
    margin-bottom: 10rem;
  }
}

.ox-abroad a {
  color: black;
  text-decoration: underline;
  background-color: transparent;
  transition: .3s ease;
  font-weight: normal;
}

.ox-abroad a:hover,
.ox-abroad a:active,
.ox-abroad a:focus {
  color: #7f7f7f;
}

.ox-abroad .ox-abroad-banner {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  text-decoration: none;
}

.ox-abroad .ox-abroad-banner .ox-abroad-banner-image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.77777778;
}

.ox-abroad .ox-abroad-banner .ox-abroad-banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  height: auto;
  /*
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      padding: 30px;
      */
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  padding: 0;
  z-index: 1;
}

@media only screen and (min-width: 62em) {
  .ox-abroad .ox-abroad-banner .ox-abroad-banner-content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 80px;
  }
}

@media only screen and (min-width: 80em) {
  .ox-abroad .ox-abroad-banner .ox-abroad-banner-content {
    padding: 100px;
  }
}

.ox-abroad .ox-abroad-banner .ox-abroad-banner-content:before {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: 0;
}

@media only screen and (min-width: 62em) {
  .ox-abroad .ox-abroad-banner .ox-abroad-banner-content:before {
    display: block;
  }
}

.ox-abroad .ox-abroad-banner .ox-abroad-banner-content .ox-abroad-banner-content-block {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.ox-abroad .ox-abroad-banner .ox-abroad-banner-content .ox-abroad-banner-content-block.ox-abroad-banner-content-block-end {
  align-items: flex-end;
}

.ox-abroad .ox-abroad-banner .ox-abroad-banner-content .ox-abroad-banner-content-block .ox-abroad-banner-title {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 5.3rem;
  line-height: 6rem;
  color: #000;
  letter-spacing: -0.4rem;
}

@media only screen and (min-width: 62em) {
  .ox-abroad .ox-abroad-banner .ox-abroad-banner-content .ox-abroad-banner-content-block .ox-abroad-banner-title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 4rem;
    font-size: 7.3rem;
    line-height: 8rem;
  }
}

.ox-abroad .ox-abroad-banner .ox-abroad-banner-content .ox-abroad-banner-content-block .ox-abroad-banner-text {
  width: 100%;
  color: #000;
  padding-left: 0;
  font-size: 1.8rem;
  letter-spacing: .036rem;
  font-weight: 300;
}

@media only screen and (min-width: 62em) {
  .ox-abroad .ox-abroad-banner .ox-abroad-banner-content .ox-abroad-banner-content-block .ox-abroad-banner-text {
    color: #fff;
    padding-left: 80px;
    max-width: 75%;
  }
}

@media only screen and (min-width: 80em) {
  .ox-abroad .ox-abroad-banner .ox-abroad-banner-content .ox-abroad-banner-content-block .ox-abroad-banner-text {
    max-width: 50%;
  }
}

.ox-abroad .ox-abroad-banner .ox-abroad-banner-content .ox-abroad-banner-content-block .ox-abroad-banner-link {
  font-size: 1rem;
  line-height: 2.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-decoration: underline;
  color: #000;
  padding: 0;
  margin: 0;
}

.ox-abroad .ox-abroad-banner .ox-abroad-banner-content .ox-abroad-banner-content-block .ox-abroad-banner-link:hover {
  text-decoration: none;
  color: #000;
}

@media only screen and (min-width: 62em) {
  .ox-abroad .ox-abroad-banner .ox-abroad-banner-content .ox-abroad-banner-content-block .ox-abroad-banner-link:hover {
    color: #fff;
  }
}

@media only screen and (min-width: 62em) {
  .ox-abroad .ox-abroad-banner .ox-abroad-banner-content .ox-abroad-banner-content-block .ox-abroad-banner-link {
    font-size: 1.2rem;
    color: #fff;
  }
}

.ox-abroad .ox-abroad--project__items--heading {
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
}

@media only screen and (min-width: 62em) {
  .ox-abroad .ox-abroad--project__items--heading {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-abroad .ox-abroad--project__items--heading {
    font-size: 3rem;
  }
}

.ox-abroad .ox-abroad--project__item {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

@media only screen and (min-width: 62em) {
  .ox-abroad .ox-abroad--project__item {
    max-width: 50%;
  }
}

.ox-abroad .ox-abroad--project__item &gt; a {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
}

.ox-abroad .ox-abroad--project__item &gt; a:hover {
  text-decoration: none;
}

.ox-abroad .ox-abroad--project__item .ox-abroad--project__item--image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.77777778;
}

.ox-abroad .ox-abroad--project__item .ox-abroad--project__item--text-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background: #f5f5f5;
}

.ox-abroad .ox-abroad--project__item .ox-abroad--project__item--heading {
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
}

@media only screen and (min-width: 62em) {
  .ox-abroad .ox-abroad--project__item .ox-abroad--project__item--heading {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-abroad .ox-abroad--project__item .ox-abroad--project__item--heading {
    font-size: 3rem;
  }
}

.ox-abroad .ox-abroad--project__item .ox-abroad--project__item--link {
  font-size: 1rem;
  line-height: 2.9rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-decoration: underline;
  color: #808080;
  padding: 0;
  margin: 0;
}

.ox-abroad .ox-abroad--project__item .ox-abroad--project__item--link:hover {
  text-decoration: none;
  color: #808080;
}

@media only screen and (min-width: 62em) {
  .ox-abroad .ox-abroad--project__item .ox-abroad--project__item--link {
    font-size: 1.2rem;
  }
}

.ox-abroad .ox-abroad--article__items--heading {
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
}

@media only screen and (min-width: 62em) {
  .ox-abroad .ox-abroad--article__items--heading {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-abroad .ox-abroad--article__items--heading {
    font-size: 3rem;
  }
}

.ox-abroad #ox-abroad--article__items__carousel.swiper {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
}

@media only screen and (min-width: 62em) {
  .ox-abroad #ox-abroad--article__items__carousel.swiper {
    padding-left: 16%;
  }
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 62em) {
  .ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper {
    width: 120%;
  }
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  height: auto;
  position: relative;
}

@media only screen and (min-width: 32.5em) {
  .ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide {
    max-width: 50%;
  }
}

@media only screen and (min-width: 53.75em) {
  .ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide {
    max-width: 33.33333333%;
  }
}

@media only screen and (min-width: 75em) {
  .ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide {
    max-width: 25%;
    padding-left: 0;
    padding-right: 30px;
  }
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item {
  width: 100%;
  height: auto;
  position: relative;
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item &gt; a {
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item &gt; a:hover {
  text-decoration: none;
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item .ox-abroad--article__item--image {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item .ox-abroad--article__item--text-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  padding: 30px;
  background: #f5f5f5;
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item .ox-abroad--article__item--heading {
  color: #000;
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
}

@media only screen and (min-width: 62em) {
  .ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item .ox-abroad--article__item--heading {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item .ox-abroad--article__item--heading {
    font-size: 3rem;
  }
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item .ox-abroad--article__item--sub-heading {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 62em) {
  .ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item .ox-abroad--article__item--sub-heading {
    font-size: 1.2rem;
  }
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item .ox-abroad--article__item--date {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #000;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 62em) {
  .ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item .ox-abroad--article__item--date {
    font-size: 1.2rem;
  }
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-wrapper .swiper-slide .ox-abroad--article__item .ox-abroad--article__item--date .ox-abroad--article__item--date__author-part .ox-abroad--article__item--date__author-part--bold {
  font-weight: bold;
  letter-spacing: normal;
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  gap: 15px;
  margin-top: 20px;
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-buttons .swiper-button-prev,
.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-buttons .swiper-button-next {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  background: #000;
  border-radius: 100%;
  box-shadow: none;
  outline: none;
  margin-top: 0;
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-buttons .swiper-button-prev:hover,
.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-buttons .swiper-button-prev:focus,
.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-buttons .swiper-button-next:hover,
.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-buttons .swiper-button-next:focus {
  box-shadow: none;
  outline: none;
}

.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-buttons .swiper-button-prev:after,
.ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-buttons .swiper-button-next:after {
  display: none;
}

@media only screen and (min-width: 62em) {
  .ox-abroad #ox-abroad--article__items__carousel.swiper .swiper-buttons {
    justify-content: flex-start;
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .ox-abroad #ox-abroad--article__items__carousel.swiper.swiper-button-disabled-mobile .swiper-buttons {
    display: none;
  }
}

@media (min-width: 992px) {
  .ox-abroad #ox-abroad--article__items__carousel.swiper.swiper-button-disabled-pc .swiper-buttons {
    display: none;
  }
}

.ox-abroad-first {
  margin-top: 18rem;
}

@media only screen and (min-width: 62em) {
  .ox-abroad-first {
    margin-top: 30rem;
    margin-bottom: 20rem;
  }
}

@media only screen and (max-width: 62em) {
  .ox-abroad-second {
    margin-bottom: 7rem;
  }
}

.ox-abroad__title {
  position: relative;
}

.ox-abroad__title--block {
  font-size: 7rem;
  color: black;
  font-weight: 600;
  line-height: 7.4rem;
  transform: rotate(-90deg);
  min-width: 800px;
  position: relative;
  bottom: 30rem;
  right: 20rem;
}

@media only screen and (max-width: 80em) {
  .ox-abroad__title--block {
    bottom: 39rem;
    right: 20rem;
    font-size: 6rem;
    line-height: 6.4rem;
  }
}

@media only screen and (max-width: 62em) {
  .ox-abroad__title--block {
    bottom: 51rem;
    font-size: 4rem;
    line-height: 4.5rem;
    right: -75vw;
    float: right;
  }
}

@media (max-width: 375px) {
  .ox-abroad__title--block {
    right: -85vw;
  }
}

@media (max-width: 360px) {
  .ox-abroad__title--block {
    right: -90vw;
  }
}

@media (max-width: 320px) {
  .ox-abroad__title--block {
    right: -109vw;
  }
}

@media only screen and (min-width: 62em) {
  .ox-abroad__title--block-right {
    right: 27rem;
  }
}

.ox-abroad__number {
  position: relative;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 9rem 0 10rem;
  padding-left: 4.5rem;
}

@media only screen and (min-width: 62em) {
  .ox-abroad__number {
    padding: 14rem 0 20rem;
  }
}

.ox-abroad__number::after {
  color: #f5f5f5;
  position: absolute;
  font-size: 12rem;
  font-weight: 500;
  top: 0.7rem;
  left: 1rem;
}

@media only screen and (min-width: 62em) {
  .ox-abroad__number::after {
    font-size: 34rem;
    top: -12rem;
    left: -11.5rem;
  }
}

@media only screen and (min-width: 48em) {
  .ox-abroad__number--right {
    float: right;
  }
}

@media only screen and (min-width: 80em) {
  .ox-abroad__number--right {
    left: -20rem;
  }
}

.ox-abroad__number--one::after {
  content: '01';
}

.ox-abroad__number--two::after {
  content: '02';
}

.ox-abroad__number--three::after {
  content: '03';
}

.ox-abroad__number--four::after {
  content: '04';
}

@media only screen and (min-width: 62em) {
  .ox-abroad__title--first {
    padding-left: 0;
  }
}

.ox-abroad__title--second {
  position: relative;
}

@media only screen and (min-width: 62em) {
  .ox-abroad__title--second {
    padding-left: 6rem;
  }
}

.ox-abroad__title--second::before {
  content: '';
  display: block;
  position: absolute;
  left: -7rem;
  width: 11rem;
  height: 1rem;
  background: black;
  top: 50%;
}

@media only screen and (max-width: 62em) {
  .ox-abroad__title--second::before {
    width: 8rem;
    height: 0.6rem;
    left: -10rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-abroad__title--third {
    padding-left: 25.5rem;
  }
}

.ox-abroad-intro-description {
  font-size: 2.4rem;
  letter-spacing: .048rem;
  font-weight: 300;
}

.ox-abroad-description {
  font-size: 2rem;
  letter-spacing: .04rem;
  font-weight: 300;
}

.preloader-client {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  background-image: url("/theme/images/animation_500_kz46081v.gif");
  background-size: 5%;
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}

.ox-client-zone_login {
  width: 100%;
  height: 100%;
  background-color: white;
  position: fixed;
  z-index: 99;
  top: 0 !important;
}

.ox-client-zone_login_title {
  position: absolute;
  top: 130px;
  left: 35px;
}

.ox-client-zone_login_title p {
  font-size: 171px;
  line-height: 1;
  font-weight: 200;
  letter-spacing: -8.55px;
  color: black;
}

@media (max-width: 991px) {
  .ox-client-zone_login_title p {
    font-size: 90px;
  }
}

.ox-client-zone_login_title p:nth-child(2) {
  margin-top: -40px;
  text-align: right;
  margin-right: -125px;
}

@media (max-width: 991px) {
  .ox-client-zone_login_title p:nth-child(2) {
    margin-top: -10px;
    margin-right: 48px;
  }
}

.ox-client-zone_login_form {
  position: absolute;
  bottom: 32%;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: 475px;
}

@media (max-width: 1500px) {
  .ox-client-zone_login_form {
    bottom: 18%;
    left: 52%;
  }
}

@media (max-height: 880px) {
  .ox-client-zone_login_form {
    bottom: 18%;
    left: 52%;
  }
}

.ox-client-zone_login_form form {
  display: flex;
  flex-direction: column;
}

.ox-client-zone_login_form form input.form-control {
  border: 0;
  margin: 0px 0px 15px;
  border-bottom: 1px solid black;
  padding: 6px 0px;
  font-size: 17px;
  background-color: transparent;
}

.ox-client-zone_login_form form input:focus-visible {
  outline: 0px;
}

.ox-client-zone_login_form form input.btn-primary {
  padding: 12px;
  width: 50%;
  margin-left: auto;
  background: black;
  border: 0;
  color: white;
  text-decoration: underline;
  letter-spacing: 3.25px;
  font-size: 13px;
  margin-top: 15px;
}

.ox-client-zone-first {
  background-color: black !important;
}

.ox-client-zone {
  background-color: black;
}

.ox-client-zone-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .ox-client-zone-top {
    flex-direction: column;
  }
}

.ox-client-zone-header-photo {
  margin-right: 50px;
  margin-top: 120px;
  width: 35%;
  height: 100%;
}

@media (max-width: 768px) {
  .ox-client-zone-header-photo {
    margin-top: 20px !important;
    width: 100% !important;
    margin-right: 0;
  }
}

@media (max-width: 1500px) {
  .ox-client-zone-header-photo {
    margin-top: 200px;
    width: 30%;
  }
}

.ox-client-zone-h1 {
  color: white;
  font-size: 171px;
  font-weight: normal;
  line-height: 0.8;
}

@media (max-width: 1500px) {
  .ox-client-zone-h1 {
    font-size: 130px;
  }
}

@media (max-width: 1300px) {
  .ox-client-zone-h1 {
    font-size: 110px;
  }
}

@media (max-width: 768px) {
  .ox-client-zone-h1 {
    font-size: 55px;
  }
}

.ox-client-zone-h1.first {
  padding-top: 75px;
  padding-left: 25px;
}

@media (max-width: 1500px) {
  .ox-client-zone-h1.first {
    padding-top: 30px;
  }
}

.ox-client-zone-h1.second {
  margin-left: 425px;
}

@media (max-width: 1500px) {
  .ox-client-zone-h1.second {
    margin-left: 330px;
  }
}

@media (max-width: 1300px) {
  .ox-client-zone-h1.second {
    margin-left: 285px;
  }
}

@media (max-width: 768px) {
  .ox-client-zone-h1.second {
    margin-left: 155px;
  }
}

.ox-client-zone-h2 {
  color: #000;
  font-size: 101px;
  font-weight: normal;
  line-height: 1.34;
  margin-bottom: 38px;
  letter-spacing: -7px;
}

@media (max-width: 1500px) {
  .ox-client-zone-h2 {
    font-size: 70px;
    letter-spacing: -7px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1300px) {
  .ox-client-zone-h2 {
    font-size: 64px;
    letter-spacing: -3px;
  }
}

@media (max-width: 768px) {
  .ox-client-zone-h2 {
    font-size: 32px;
    margin-bottom: 14px;
    letter-spacing: -3px;
  }
}

.ox-client-zone-part {
  min-height: 100vh;
  height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: white;
  transform: translate(0px, 0vh);
  transition: transform 1s;
}

@media (min-width: 991px) {
  .ox-client-zone-part {
    position: absolute;
    overflow: hidden;
  }
}

.ox-client-zone-part.ox-client-zone-part-overlay {
  padding-top: 30px;
  overflow-y: auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.92);
  background: rgba(0, 0, 0, 0.92);
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-step-section {
  width: auto;
  max-width: 850px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row.ox-client-zone-section-table-row-total {
    border-top: 1px solid #fff;
  }

  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row.ox-client-zone-section-table-row-total .ox-client-zone-section-table-row-price-line {
    border-bottom: none;
  }
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row:last-of-type {
  padding-bottom: 0;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-item-title-main {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 5px;
  white-space: nowrap;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-item-title-sub {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 3px;
  white-space: nowrap;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-price {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-price-line {
  width: auto;
  flex-grow: 1;
  height: 80%;
  border-bottom: 1px solid #fff;
  margin-top: -5px;
  opacity: 0.3;
  margin-right: 25px;
  margin-left: 25px;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-price-group {
  width: auto;
  text-align: right;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-price-group-text-main {
  text-transform: uppercase;
  font-size: 63px;
  font-weight: bold;
  color: #fff;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-price-group-text-sub {
  text-transform: uppercase;
  font-size: 25px;
  color: #fff;
  letter-spacing: 2.5px;
  font-weight: 200;
}

@media (max-width: 992px) {
  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-price-group-text-main {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-item-title-main {
    font-size: 13px;
  }

  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-item-title-sub {
    font-size: 8px;
  }

  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-price-group-text-main {
    font-size: 13px;
  }

  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-pricing .ox-client-zone-section-table-row-price-group-text-sub {
    font-size: 13px;
  }
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 768px) {
  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row.ox-client-zone-section-table-row-total {
    border-top: 1px solid #fff;
  }

  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row.ox-client-zone-section-table-row-total .ox-client-zone-section-table-row-price-line {
    border-bottom: none;
  }
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row:last-of-type {
  padding-bottom: 0;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row-item-line-group {
  width: 10%;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row-item-line-group .ox-client-zone-section-table-row-item-line {
  width: 50%;
  height: 15px;
  border-bottom: 1px solid #fff;
  margin: 0px 15px;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row-item-title-group {
  width: 90%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row-item-title-group .ox-client-zone-section-table-row-item-title-main {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 5px;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row-item-title-group .ox-client-zone-section-table-row-item-title-sub {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 5px;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row-desc-text {
  font-size: 25px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0px;
}

@media (max-width: 768px) {
  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row-item-line-group {
    width: 0;
  }

  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row-item-title-group {
    width: 100%;
  }

  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row-item-title-group .ox-client-zone-section-table-row-item-title-main,
  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row-item-title-group .ox-client-zone-section-table-row-item-title-sub {
    font-size: 12px;
  }

  .ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-table-schedule .ox-client-zone-section-table-row-desc-text {
    font-size: 12px;
  }
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-step-section .ox-client-zone-h2 {
  color: #fff;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-step-section .ox-client-zone-section-text-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-step-section .ox-client-zone-section-text-group .ox-client-zone-section-text-line-group {
  width: 36%;
  display: flex;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-step-section .ox-client-zone-section-text-group .ox-client-zone-section-text-line-group .ox-client-zone-section-text-line {
  width: auto;
  max-width: 63%;
  flex-grow: 1;
  height: 20px;
  border-bottom: 2px solid #fff;
  opacity: 0.5;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-step-section .ox-client-zone-section-text-group .ox-client-zone-section-text {
  width: 64%;
  color: #fff;
}

.ox-client-zone-part.ox-client-zone-part-overlay .ox-client-zone-section-text2 {
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .ox-client-zone-part.ox-client-zone-part-overlay {
    padding-top: 30px;
  }
}

.ox-client-zone-step {
  position: relative;
  margin-top: 25px;
  width: 100%;
  overflow: hidden;
}

.ox-client-zone-step-section {
  position: relative;
  width: 100%;
  padding-left: 120px;
  padding-right: 120px;
}

.ox-client-zone-step-section-flex-row-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.ox-client-zone-step-section-flex-column1,
.ox-client-zone-step-section-flex-column2 {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.ox-client-zone-step-section-line {
  position: absolute;
  width: 77px;
  top: 11.5px;
  left: 0;
  border-bottom: 1px solid #7F7F7F;
}

@media (max-width: 768px) {
  .ox-client-zone-step-section-line {
    width: 10px;
    top: 9px;
    left: 7.5px;
  }
}

.ox-client-zone-step-section-line-text {
  font-size: 20px;
  font-weight: normal;
  line-height: 27px;
  letter-spacing: 3.06px;
  text-transform: uppercase;
  color: #7F7F7F;
}

@media (max-width: 768px) {
  .ox-client-zone-step-section-line-text {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  .ox-client-zone-step-section {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 768px) {
  .ox-client-zone-step {
    margin-top: 75px;
  }
}

.ox-client-zone-pinterest .ox-client-zone-step-section-flex-column1 {
  width: 48%;
}

.ox-client-zone-pinterest .ox-client-zone-step-section-flex-column2 {
  width: 52%;
}

@media (max-width: 1279px) {
  .ox-client-zone-pinterest .ox-client-zone-step-section-flex-column1,
  .ox-client-zone-pinterest .ox-client-zone-step-section-flex-column2 {
    width: 100%;
  }
}

.ox-client-zone-torleidi {
  background-image: url("/theme/images/torleidi_bg_img.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 1500px) {
  .ox-client-zone-torleidi {
    background-position-y: -98px;
  }
}

@media (max-width: 991px) {
  .ox-client-zone-torleidi {
    background-size: 390%;
    background-position-y: 0px;
  }
}

.ox-client-zone-top-text-perex,
.ox-client-zone-step .ox-client-zone-step-section .ox-client-zone-section-text {
  font-size: 20px;
  color: #000;
  font-weight: normal;
}

@media (max-width: 768px) {
  .ox-client-zone-top-text-perex,
  .ox-client-zone-step .ox-client-zone-step-section .ox-client-zone-section-text {
    font-size: 13px;
  }
}

.ox-client-zone-step .ox-client-zone-step-section .ox-client-zone-section-text {
  width: 35%;
}

@media (max-width: 768px) {
  .ox-client-zone-step .ox-client-zone-step-section .ox-client-zone-section-text {
    margin-top: 20px;
    width: 67%;
  }
}

.ox-client-zone-section-text-group {
  width: 100%;
  display: flex;
  max-width: 1440px;
  flex-wrap: wrap;
}

.ox-client-zone-section-text-group .ox-client-zone-section-detail-text-b {
  font-size: 88px;
  line-height: 117px;
  font-weight: normal;
}

@media (max-width: 1500px) {
  .ox-client-zone-section-text-group .ox-client-zone-section-detail-text-b {
    font-size: 78px;
    line-height: 98px;
  }
}

@media (max-width: 1300px) {
  .ox-client-zone-section-text-group .ox-client-zone-section-detail-text-b {
    font-size: 69px;
    line-height: 89px;
  }
}

@media (max-width: 768px) {
  .ox-client-zone-section-text-group .ox-client-zone-section-detail-text-b {
    font-size: 59px;
    line-height: 79px;
  }
}

.ox-client-zone-section-text-group .ox-client-zone-section-detail-text-s {
  margin-top: 40px;
  font-size: 47px;
  line-height: 63px;
  font-weight: normal;
}

@media (max-width: 1500px) {
  .ox-client-zone-section-text-group .ox-client-zone-section-detail-text-s {
    font-size: 45px;
    line-height: 66px;
    margin-top: 18px;
  }
}

@media (max-width: 1300px) {
  .ox-client-zone-section-text-group .ox-client-zone-section-detail-text-s {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .ox-client-zone-section-text-group .ox-client-zone-section-detail-text-s {
    margin-top: 0;
    font-size: 27px;
    line-height: 36px;
  }
}

.ox-client-zone-section-text-group .ox-client-zone-section-detail-text-b,
.ox-client-zone-section-text-group .ox-client-zone-section-detail-text-s {
  display: flex;
}

@media (min-width: 991px) and (max-width: 1500px) {
  .ox-client-zone-section-text-group .ox-client-zone-section-detail-text-b,
  .ox-client-zone-section-text-group .ox-client-zone-section-detail-text-s {
    margin-right: 100px;
    font-size: 40px;
  }
}

.ox-client-zone-section-text-group .ox-client-zone-section-detail-text-b p:not(:first-of-type),
.ox-client-zone-section-text-group .ox-client-zone-section-detail-text-s p:not(:first-of-type) {
  margin-left: 50px;
}

.ox-client-zone-section-text-group .ox-client-zone-section-detail-text-b .bold,
.ox-client-zone-section-text-group .ox-client-zone-section-detail-text-s .bold {
  font-weight: bold;
}

@media (max-width: 991px) {
  .ox-client-zone-section-text-group .ox-client-zone-section-detail-text-b,
  .ox-client-zone-section-text-group .ox-client-zone-section-detail-text-s {
    width: 100%;
    margin-top: 27px;
  }

  .ox-client-zone-section-text-group .ox-client-zone-section-detail-text-b p,
  .ox-client-zone-section-text-group .ox-client-zone-section-detail-text-s p {
    margin-left: 0;
  }
}

@media (min-width: 769px) {
  .ox-client-zone-section-text-group {
    justify-content: space-between;
  }
}

.ox-client-zone-section-detail-btn {
  display: inline-block;
  padding: 15px 30px;
  background: #000;
  text-decoration: underline;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 11px;
  margin-top: -15px;
  margin-bottom: 60px;
  font-weight: 200;
  letter-spacing: 2.75px;
}

.ox-client-zone-section-detail-btn:hover {
  color: white;
}

@media (max-width: 768px) {
  .ox-client-zone-section-detail-btn {
    font-size: 9px;
    margin-top: 27px;
    margin-bottom: 28px;
  }
}

.ox-client-zone-section-process-group {
  width: 100%;
  display: flex;
  max-width: 1570px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-left: auto;
  margin-right: auto;
}

.ox-client-zone-section-process-group .ox-client-zone-section-process-item {
  display: flex;
  justify-content: center;
  width: 20%;
  flex-wrap: wrap;
  margin-top: 92px;
}

.ox-client-zone-section-process-group .ox-client-zone-section-process-item:hover {
  cursor: pointer;
}

.ox-client-zone-section-process-group .ox-client-zone-section-process-item .item-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 65px 25px;
  background: #000;
  border-radius: 100%;
  width: 192px;
  height: 192px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 23px;
  line-height: 29px;
  margin-bottom: 56px;
  font-weight: 200;
  box-shadow: 30px 30px 60px #00000029;
}

@media (max-width: 991px) {
  .ox-client-zone-section-process-group .ox-client-zone-section-process-item .item-circle {
    padding: 35px 15px;
    width: 100px;
    height: 100px;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 27px;
  }
}

.ox-client-zone-section-process-group .ox-client-zone-section-process-item .ox-client-zone-section-text {
  width: 100%;
  text-align: center;
}

@media (max-width: 1199px) {
  .ox-client-zone-section-process-group .ox-client-zone-section-process-item {
    width: 40%;
    margin-top: 50px;
    margin-bottom: 36px;
  }
}

.ox-client-zone-section-links-group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1310px;
  justify-content: space-between;
}

.ox-client-zone-section-links-group .link-group-item {
  width: 50%;
  margin-bottom: 30px;
}

.ox-client-zone-section-links-group .link-group-item .link-group-title {
  width: 100%;
  display: flex;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  font-size: 29px;
}

.ox-client-zone-section-links-group .link-group-item .link-group-perex {
  width: 100%;
  display: flex;
  font-weight: normal;
  color: #000;
  font-size: 20px;
}

.ox-client-zone-section-links-group .link-group-item .link-item {
  width: 100%;
  display: flex;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: normal;
  color: #000;
  opacity: 0.5;
  font-size: 14px;
}

.ox-client-zone-section-links-group .link-group-item .link-media-group {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.ox-client-zone-section-links-group .link-group-item .link-media-group .link-media-item {
  width: 100%;
  display: flex;
  font-weight: normal;
  color: #000;
  font-size: 20px;
  align-items: center;
}

.ox-client-zone-section-links-group .link-group-item .link-media-group .link-media-item .link-media-item-btn {
  width: 13px;
  height: 13px;
  background: #000;
  margin-right: 16px;
  border-radius: 100%;
}

@media (max-width: 991px) {
  .ox-client-zone-section-links-group .link-group-item {
    width: 100%;
    margin-bottom: 26px;
  }

  .ox-client-zone-section-links-group .link-group-item .link-group-title {
    font-size: 16px;
  }

  .ox-client-zone-section-links-group .link-group-item .link-group-perex {
    font-size: 12px;
  }

  .ox-client-zone-section-links-group .link-group-item .link-item {
    font-size: 12px;
  }

  .ox-client-zone-section-links-group .link-group-item .link-media-group {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ox-client-zone-section-links-group .link-group-item .link-media-group .link-media-item {
    width: auto;
    font-size: 12px;
    margin-right: 29px;
  }

  .ox-client-zone-section-links-group .link-group-item .link-media-group .link-media-item .link-media-item-btn {
    margin-right: 8px;
  }
}

.ox-client-zone-section-tip-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .ox-client-zone-section-tip-group {
    padding-bottom: 15px;
  }
}

.ox-client-zone-section-tip-group a:hover {
  cursor: pointer;
  text-decoration: none;
}

.ox-client-zone-section-tip-group .ox-client-zone-section-tip-logo {
  background: #000;
  width: 120px;
  height: 120px;
  margin-right: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ox-client-zone-section-tip-group .ox-client-zone-section-tip-logo:hover {
  cursor: pointer;
  text-decoration: none;
}

.ox-client-zone-section-tip-group .ox-client-zone-section-tip-logo img {
  width: 97%;
}

@media (max-width: 768px) {
  .ox-client-zone-section-tip-group .ox-client-zone-section-tip-logo {
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }
}

.ox-client-zone-section-tip-group .ox-client-zone-section-text {
  width: 100%;
}

.ox-client-zone-section-pinterest-image-group {
  position: relative;
  width: 100%;
  right: -120px;
  height: 0;
  padding-top: 84%;
}

.ox-client-zone-section-pinterest-image-group .ox-client-zone-section-pinterest-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(/theme/images/pinterest.png);
  background-size: 145%;
  background-repeat: no-repeat;
  background-position-y: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 1279px) {
  .ox-client-zone-section-pinterest-image-group {
    margin-top: 27px;
    margin-bottom: 27px;
  }
}

@media (max-width: 768px) {
  .ox-client-zone-section-pinterest-image-group {
    right: -25px;
  }
}

.ox-client-zone-section-faq-steps-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1340px;
  margin-top: 20%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 95px;
}

.ox-client-zone-section-faq-steps-group .faq-steps-item {
  letter-spacing: -3.25px;
  font-size: 65px;
  line-height: 86px;
  text-decoration: none;
  color: #000;
  font-weight: normal;
}

.ox-client-zone-section-faq-steps-group .faq-steps-item-active {
  font-weight: bold;
}

.ox-client-zone-section-faq-steps-group .faq-steps-spacer {
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #7F7F7F;
  transform: rotate(45deg);
  margin-left: 40px;
  margin-right: 15px;
}

@media (max-width: 1500px) {
  .ox-client-zone-section-faq-steps-group .faq-steps-item {
    letter-spacing: normal;
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 1300px) {
  .ox-client-zone-section-faq-steps-group .faq-steps-item {
    letter-spacing: normal;
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  .ox-client-zone-section-faq-steps-group {
    margin-top: 100px;
    flex-direction: column;
  }

  .ox-client-zone-section-faq-steps-group .faq-steps-item {
    letter-spacing: normal;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .ox-client-zone-section-faq-steps-group .faq-steps-item-active {
    text-decoration: underline;
    font-size: 29px;
    line-height: 38px;
  }

  .ox-client-zone-section-faq-steps-group .faq-steps-spacer {
    display: none;
  }
}

.ox-client-zone .ox-client-zone-top-text {
  margin-left: 425px;
  margin-top: 150px;
  width: 46%;
}

@media (max-width: 1500px) {
  .ox-client-zone .ox-client-zone-top-text {
    margin-left: 330px;
    margin-top: 80px;
  }
}

@media (max-width: 1300px) {
  .ox-client-zone .ox-client-zone-top-text {
    margin-left: 285px;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .ox-client-zone .ox-client-zone-top-text {
    margin-left: 25px;
    margin-top: 50px;
    width: 90%;
  }
}

.ox-client-zone .ox-client-zone-top-text .ox-client-zone-top-text-title,
.ox-client-zone .ox-client-zone-top-text .ox-client-zone-top-text-perex {
  color: white;
  font-weight: normal;
}

.ox-client-zone .ox-client-zone-top-text .ox-client-zone-top-text-title {
  font-size: 29px;
}

@media (min-width: 768px) and (max-width: 1500px) {
  .ox-client-zone .ox-client-zone-top-text .ox-client-zone-top-text-title {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .ox-client-zone .ox-client-zone-top-text .ox-client-zone-top-text-title {
    font-size: 16px;
  }
}

.ox-client-zone .ox-client-zone-top-text .ox-client-zone-top-text-perex {
  margin-top: 50px;
}

@media (max-width: 1500px) {
  .ox-client-zone .ox-client-zone-top-text .ox-client-zone-top-text-perex {
    margin-top: 25px;
  }
}

.ox-client-zone-start {
  position: absolute;
  background-color: white;
  color: #000;
  padding: 50px;
  border-radius: 100%;
  bottom: 15%;
  right: 5%;
  font-size: 23px;
  text-align: center;
}

@media (max-width: 768px) {
  .ox-client-zone-start {
    padding: 25px;
    bottom: 9%;
    right: 10px;
    font-size: 12px;
  }
}

.big-number {
  position: absolute;
  bottom: -350px;
  left: -70px;
  font-size: 823px;
  font-weight: 600;
  color: #F6F8FA;
}

@media (max-width: 768px) {
  .big-number {
    position: absolute;
    left: 0px;
    font-size: 350px;
    font-weight: 600;
    color: #F6F8FA;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .big-number-res {
    left: -60px;
  }
}

.big-number-torleidi {
  left: 20%;
  font-size: 650px;
  bottom: -250px;
}

@media (max-width: 1500px) {
  .big-number-torleidi {
    left: 12%;
    font-size: 580px;
    bottom: -200px;
  }
}

.ox-client-zone-arrow {
  background: #000;
  height: 1px;
  width: 60px;
  margin: 35px 18px;
  position: relative;
  cursor: pointer;
}

.ox-client-zone-arrow:before,
.ox-client-zone-arrow:after {
  content: "";
  background: #000;
  position: absolute;
  height: 1px;
  width: 15px;
}

.ox-client-zone-arrow:before {
  right: -3px;
  bottom: -5px;
  transform: rotate(-45deg);
}

.ox-client-zone-arrow:after {
  right: -3px;
  top: -5px;
  transform: rotate(45deg);
}

.ox-client-zone-carousel img {
  margin: 10px;
  width: 524px;
  height: 309px;
}

@media (max-width: 1500px) {
  .ox-client-zone-carousel img {
    width: 350px;
    height: 206px;
  }
}

.slick-list {
  overflow: unset !important;
}

.ox-client-zone-carousel-arrows {
  display: flex;
  margin-bottom: 25px;
}

.ox-client-zone-carousel-arrows .arrow-bg {
  background: #000;
  border-radius: 100%;
  width: 59px;
  height: 59px;
  margin-right: 25px;
}

@media (max-width: 1500px) {
  .ox-client-zone-carousel-arrows .arrow-bg {
    width: 40px;
    height: 40px;
  }
}

.ox-client-zone-carousel-arrows .arrow-bg:hover {
  cursor: pointer;
}

.ox-client-zone-carousel-arrows .arrow-left {
  background: #fff;
  height: 1px;
  width: 25px;
  margin: 30px auto;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1500px) {
  .ox-client-zone-carousel-arrows .arrow-left {
    width: 18px;
    margin: 20px auto;
  }
}

.ox-client-zone-carousel-arrows .arrow-left:before,
.ox-client-zone-carousel-arrows .arrow-left:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 1px;
  width: 6px;
}

.ox-client-zone-carousel-arrows .arrow-left:before {
  left: -2px;
  bottom: -2px;
  transform: rotate(45deg);
}

.ox-client-zone-carousel-arrows .arrow-left:after {
  left: -2px;
  top: -2px;
  transform: rotate(-45deg);
}

.ox-client-zone-carousel-arrows .arrow-right {
  background: #fff;
  height: 1px;
  width: 25px;
  margin: 30px auto;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1500px) {
  .ox-client-zone-carousel-arrows .arrow-right {
    width: 18px;
    margin: 20px auto;
  }
}

.ox-client-zone-carousel-arrows .arrow-right:before,
.ox-client-zone-carousel-arrows .arrow-right:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 1px;
  width: 6px;
}

.ox-client-zone-carousel-arrows .arrow-right:before {
  right: -2px;
  bottom: -2px;
  transform: rotate(-45deg);
}

.ox-client-zone-carousel-arrows .arrow-right:after {
  right: -2px;
  top: -2px;
  transform: rotate(45deg);
}

.timeline-link-next:hover,
.timeline-link-back:hover {
  color: white;
  text-decoration: none;
}

.ox-client-timeline {
  position: absolute;
  top: -15px;
  right: -45px;
  z-index: 90;
}

@media (max-width: 768px) {
  .ox-client-timeline {
    display: none;
  }
}

.ox-client-timeline-back {
  width: 100px;
  height: 100px;
  background-color: black;
  border-radius: 50px;
  text-align: center;
  margin-left: 80px;
}

.ox-client-timeline-next {
  width: 250px;
  height: 250px;
  background-color: black;
  border-radius: 100%;
  text-align: center;
  bottom: 15px;
  right: -60px;
}

.ox-client-timeline .arrow-down {
  background: #fff;
  height: 75px;
  width: 1px;
  margin: 30px auto;
  position: relative;
  cursor: pointer;
  top: 30px;
}

@media (max-width: 1500px) {
  .ox-client-timeline .arrow-down {
    height: 75px;
    margin: 20px auto;
  }
}

.ox-client-timeline .arrow-down:before,
.ox-client-timeline .arrow-down:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 1px;
  width: 35px;
}

.ox-client-timeline .arrow-down:before {
  left: -4px;
  bottom: 12px;
  transform: rotate(-45deg);
}

.ox-client-timeline .arrow-down:after {
  right: -4px;
  bottom: 12px;
  transform: rotate(45deg);
}

.ox-client-timeline .arrow-up {
  background: #fff;
  height: 25px;
  width: 1px;
  margin: 20px auto 10px;
  position: relative;
  cursor: pointer;
  top: 20px;
}

@media (max-width: 1500px) {
  .ox-client-timeline .arrow-up {
    height: 18px;
    margin: 20px auto;
  }
}

.ox-client-timeline .arrow-up:before,
.ox-client-timeline .arrow-up:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 1px;
  width: 6px;
}

.ox-client-timeline .arrow-up:before {
  left: 0px;
  top: 2px;
  transform: rotate(45deg);
}

.ox-client-timeline .arrow-up:after {
  right: 0px;
  top: 2px;
  transform: rotate(-45deg);
}

.ox-client-timeline .back-text {
  color: white;
  font-size: 16px;
  position: relative;
  top: 20px;
}

.ox-client-timeline .back-text:hover {
  color: white;
  text-decoration: none;
}

.ox-client-timeline .next-text {
  color: white;
  font-size: 30px;
  position: relative;
  top: 20px;
}

.ox-client-timeline .next-text:hover {
  color: white;
  text-decoration: none;
}

.ox-client-timeline .timeline-dots {
  margin: 100px;
}

@media (max-width: 1500px) {
  .ox-client-timeline .timeline-dots {
    margin: 50px;
  }
}

.ox-client-timeline .timeline-dots .dots-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ox-client-timeline .timeline-dots .dots-wrapper .dot {
  width: 10px;
  height: 10px;
  border: 1px solid black;
  border-radius: 100%;
  margin: 25px;
  background-color: white;
  /*&amp;:hover {
          background-color: black;
        }*/
}

@media (max-width: 1500px) {
  .ox-client-timeline .timeline-dots .dots-wrapper .dot {
    margin: 20px;
  }
}

.ox-client-timeline .timeline-dots .dots-wrapper .dot.active {
  background-color: black;
}

#price-offer-detail {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 999;
}

#price-offer-detail .close {
  position: absolute;
  right: 60px;
  top: -5px;
  font-size: 76px;
  font-weight: 200;
  color: white;
  opacity: 1;
  z-index: 999;
}

#price-offer-detail .close:hover {
  cursor: pointer;
}

#price-offer-detail .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#price-offer-detail .content h1 {
  font-size: 101px;
  color: white;
  width: 50%;
  font-weight: 200;
  letter-spacing: -7.07px;
}

#price-offer-detail .content .content-price-text {
  display: flex;
  flex-direction: row;
  width: 50%;
}

#price-offer-detail .content .content-price-text hr {
  width: 40%;
  margin-right: 50px;
  margin-top: 15px;
}

#price-offer-detail .content .content-price-text p {
  font-size: 20px;
  color: white;
  font-weight: 200;
}

#price-offer-detail .content .price-list {
  width: 50%;
}

#price-offer-detail .content .price-list .price-row {
  display: flex;
}

#price-offer-detail .content .price-list .price-row .left-side p:first-child {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
}

#price-offer-detail .content .price-list .price-row .left-side p:nth-child(2) {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
}

#price-offer-detail .content .price-list .price-row p {
  font-size: 25px;
  color: white;
}

#harmonogram-detail {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 999;
}

#harmonogram-detail .close {
  position: absolute;
  right: 60px;
  top: -5px;
  font-size: 76px;
  font-weight: 200;
  color: white;
  opacity: 1;
  z-index: 999;
}

#harmonogram-detail .close:hover {
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  opacity: 0.9;
  z-index: 9999;
}

.modal .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.modal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.modal .close:hover,
.modal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.modal video {
  width: 100%;
  height: 100%;
}

.logout {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  background-color: transparent;
  transition: opacity 0.2s ease-in-out;
}

.logout::before {
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 12px;
  left: -2px;
  width: 2.5rem;
  height: 2px;
  background-color: #000;
  transform-origin: center;
  height: 1px;
}

.logout::after {
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 12px;
  left: -2px;
  width: 2.5rem;
  height: 2px;
  background-color: #000;
  transform-origin: center;
  height: 1px;
}

.logout:hover {
  cursor: pointer;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(1, 1);
  }

  5% {
    transform: scale(1.1, 1.1);
  }

  10% {
    transform: scale(1, 1);
  }

  15% {
    transform: scale(1.1, 1.1);
  }

  20% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes pulsate {
  0% {
    transform: scale(1, 1);
  }

  5% {
    transform: scale(1.1, 1.1);
  }

  10% {
    transform: scale(1, 1);
  }

  15% {
    transform: scale(1.1, 1.1);
  }

  20% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}

.logo-bounce {
  -webkit-animation-name: pulsate;
          animation-name: pulsate;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.client-login-icon {
  height: 2.5rem;
  position: relative;
  margin-right: 20px;
  margin-left: 20px;
}

.client-login-icon:hover {
  cursor: pointer;
}

.client-faq {
  color: white;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

.client-faq:hover {
  text-decoration: none;
}

#modal-file {
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

#modal-file .modal-file-close {
  position: absolute;
  font-size: 71px;
  font-weight: 100;
  top: -15px;
  right: 50px;
  color: white;
}

#modal-file .modal-file-close:hover {
  cursor: pointer;
}

#modal-file p {
  text-align: center;
  font-size: 18px;
  max-width: 550px;
  color: white;
}

#modal-file .modal-file-download {
  margin-top: 25px;
  padding: 10px 25px;
  background-color: white;
  color: black;
  font-size: 18px;
  font-weight: 200;
  width: 150px;
  text-align: center;
}

#modal-file .modal-file-download:hover {
  cursor: pointer;
}

.z-99 {
  z-index: 99;
}

@media (min-width: 991px) {
  .ox-client-section_hidden {
    transform: translate(0px, 100vh);
    transition: transform 0s;
    visibility: hidden;
  }

  .ox-client-section_hidden-up {
    transform: translate(0px, -100vh);
    transition: transform 0s;
  }
}

.modal-phase,
.modal-profes,
.modal-visual,
.modal-dict {
  background-color: #fff !important;
}

.modal-phase .modal-file-close,
.modal-profes .modal-file-close,
.modal-visual .modal-file-close,
.modal-dict .modal-file-close {
  color: black !important;
}

.modal-phase .modal-content,
.modal-profes .modal-content,
.modal-visual .modal-content,
.modal-dict .modal-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100vh;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-phase .modal-content::-webkit-scrollbar,
.modal-profes .modal-content::-webkit-scrollbar,
.modal-visual .modal-content::-webkit-scrollbar,
.modal-dict .modal-content::-webkit-scrollbar {
  display: none;
}

.modal-phase .modal-content h1,
.modal-profes .modal-content h1,
.modal-visual .modal-content h1,
.modal-dict .modal-content h1 {
  color: black;
  font-size: 38px;
}

.modal-phase .modal-content h2,
.modal-profes .modal-content h2,
.modal-visual .modal-content h2,
.modal-dict .modal-content h2 {
  color: black;
  font-size: 32px;
}

.modal-phase .modal-content p,
.modal-profes .modal-content p,
.modal-visual .modal-content p,
.modal-dict .modal-content p {
  text-align: left !important;
  max-width: 700px !important;
  color: black !important;
}

.modal-phase .modal-content ul,
.modal-profes .modal-content ul,
.modal-visual .modal-content ul,
.modal-dict .modal-content ul {
  -webkit-margin-start: 35px;
          margin-inline-start: 35px;
  max-width: 700px;
  font-weight: normal;
  padding-left: 16rem !important;
  font-size: 2rem !important;
  line-height: 3rem !important;
  margin-top: 7rem !important;
}

.modal-phase .modal-content ul li,
.modal-profes .modal-content ul li,
.modal-visual .modal-content ul li,
.modal-dict .modal-content ul li {
  font-size: 18px;
  color: black;
}

.modal-blog-client a {
  color: black;
}

#album-grid {
  display: flex;
  gap: 15px;
}

#album-grid .ox-grid__col {
  display: inline-block;
  width: 100%;
  height: auto;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px;
  margin: 0;
}

@media only screen and (min-width: 36em) {
  #album-grid .ox-grid__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 80em) {
  #album-grid .ox-grid__col {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.ox-grid__link:hover {
  color: black;
  text-decoration: none;
}

.ox-album__item {
  background-color: #f6f8fa;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*margin-bottom: 15px;*/
}

.ox-album__item:hover {
  color: black;
  text-decoration: none;
}

.ox-album__item .ox-album-item__image--block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ox-album__item .ox-album-item__title {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
  text-decoration: none;
}

.ox-album__item .ox-album-item__title:hover {
  color: black;
  text-decoration: none;
}

.ox-album__item .ox-album-item__info {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: black;
  text-decoration: none;
}

.ox-album__item .ox-album-item__info:hover {
  color: black;
  text-decoration: none;
}

.albums-main-album {
  padding-top: 7rem;
}

@media only screen and (max-width: 62em) {
  .albums-main-album {
    padding-top: 3rem;
  }
}

.albums-main-album .ox-hero-about-picture {
  max-height: 550px;
}

.albums-main-album img {
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ox-grid {
  padding: 1rem;
}

@media only screen and (min-width: 62em) {
  .ox-grid .ox-btn-back {
    left: 2rem;
  }
}

.ox-grid .ox-album__container {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media only screen and (min-width: 36em) {
  .ox-grid .ox-album__container {
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid .ox-album__container {
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid .ox-album__container {
    padding-right: 20%;
    padding-left: 20%;
  }
}

.ox-grid .ox-album__top {
  display: flex;
  flex-direction: row;
  padding: 10px 15px;
  gap: 25px;
}

.ox-grid .ox-album__video {
  flex: 1;
}

.ox-grid .ox-album__video video {
  width: 100%;
}

.ox-grid .ox-album__perex {
  flex: 1;
  padding-right: 50px;
}

.ox-grid .ox-album-list__perex {
  position: relative;
  padding-right: 4rem;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.7rem;
}

@media only screen and (min-width: 36em) {
  .ox-grid .ox-album-list__perex {
    font-size: 2rem;
    line-height: 3rem;
  }
}

@media (max-width: 768px) {
  .ox-grid .ox-album-list__perex {
    max-width: 90%;
  }
}

.ox-grid .ox-album__title {
  padding: 1rem 0;
  flex: 2;
}

.ox-grid .ox-album__title h1 {
  font-size: 3rem;
  line-height: 0.85555556em;
  letter-spacing: calc(0.03333333em * (-1));
}

@media only screen and (min-width: 36em) {
  .ox-grid .ox-album__title h1 {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 48em) {
  .ox-grid .ox-album__title h1 {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 62em) {
  .ox-grid .ox-album__title h1 {
    font-size: 7rem;
  }
}

@media only screen and (min-width: 80em) {
  .ox-grid .ox-album__title h1 {
    font-size: 9rem;
    /*
        line-height: 7.7rem;
        letter-spacing: -0.3rem;
        */
  }
}

.ox-grid .ox-album-detail__gallery {
  display: flex;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.ox-grid .ox-album-detail__gallery .grid-item {
  padding: 5px !important;
}

.ox-grid .ox-album-detail__gallery .grid-sizer {
  width: calc(100VW - 60px);
}

.ox-grid .ox-album-detail__gallery .ox-album-detail__column {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ox-grid .ox-album-detail__gallery .ox-album-detail__column .ox-album-detail__image {
  width: 100%;
  padding: 10px;
}

.ox-grid .ox-album-detail__gallery .ox-album-detail__column .ox-album-detail__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ox-article-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

.ox-article-item .ox-article-item__logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.ox-article-item a {
  color: black;
}

.ox-article-item a:hover {
  color: black;
  text-decoration: none;
}

.ox-article-item .ox-article-item__title {
  font-size: 2rem;
  font-weight: 600;
}

.ox-article-item .ox-article-item__info {
  font-size: 1.5rem;
  font-weight: 300;
}

.hp-block {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.hp-block .hp-block-heading {
  padding: 0 30px;
}

.hp-block .hp-block__content {
  display: block;
  width: 100%;
  max-width: 2200px;
  max-height: inherit;
  height: auto;
  position: relative;
  background-color: inherit;
  margin: 0 auto;
  padding: 0;
}

.hp-block .hp-block__content .hp-block__content__container {
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1920px;
}

@media (min-width: 1024px) {
  .hp-block .hp-block__content .hp-block__content__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1400px) {
  .hp-block .hp-block__content .hp-block__content__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.hp-block .hp-block__content .hp-block__content__container .hp-block-heading {
  padding: 0;
}

.hp-block#hp-block__intro {
  max-width: 100%;
  max-height: 100vh;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.hp-block#hp-block__intro .hp-block__intro__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: inherit;
  position: relative;
}

@media (max-width: 767px) {
  .hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image--mobile {
    display: block;
  }

  .hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image--desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image--mobile {
    display: none;
  }

  .hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image--desktop {
    display: block;
  }
}

.hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image img,
.hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image--desktop img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1650/928;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  margin: 0 auto;
  /*
                    opacity: 1;
                    visibility: visible;
                    */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image video,
.hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image--desktop video {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image iframe,
.hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image--desktop iframe {
  display: block;
  width: 100%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: 0;
  bottom: -10%;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  border: none;
  outline: none;
  transition: opacity 0.3s, visibility 0.3s;
}

.hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image--mobile img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 780/975;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  margin: 0 auto;
  /*
                    opacity: 1;
                    visibility: visible;
                    */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image--mobile video {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.hp-block#hp-block__intro .hp-block__intro__image#hp-block__intro__image--mobile iframe {
  display: block;
  width: 100%;
  height: 120%;
  position: absolute;
  top: -10%;
  left: 0;
  bottom: -10%;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  border: none;
  outline: none;
  transition: opacity 0.3s, visibility 0.3s;
}

.hp-block#hp-block__intro .hp-block__intro__image.video-loaded img,
.hp-block#hp-block__intro .hp-block__intro__image.iframe-loaded img {
  opacity: 0 !important;
  visibility: hidden !important;
}

.hp-block#hp-block__intro .hp-block__intro__image.video-loaded video,
.hp-block#hp-block__intro .hp-block__intro__image.video-loaded iframe,
.hp-block#hp-block__intro .hp-block__intro__image.iframe-loaded video,
.hp-block#hp-block__intro .hp-block__intro__image.iframe-loaded iframe {
  opacity: 1 !important;
  visibility: visible !important;
}

.hp-block#hp-block__intro #hp-block__intro__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hp-block#hp-block__intro #hp-block__intro__text h1 {
  color: #fff;
  margin: 0;
}

.hp-block#hp-block__about-us {
  background: #000;
}

@media (min-width: 992px) {
  .hp-block#hp-block__about-us {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

@media (min-width: 1200px) {
  .hp-block#hp-block__about-us {
    padding-top: 110px;
    padding-bottom: 140px;
  }
}

@media (min-width: 1400px) {
  .hp-block#hp-block__about-us {
    padding-top: 120px;
  }
}

@media (min-width: 1800px) {
  .hp-block#hp-block__about-us {
    padding-bottom: 120px;
  }
}

.hp-block#hp-block__about-us #hp-block__about-us__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  /*
                #hp-block__about-us__mobile {
                    img {
                        width: auto;
                        height: auto;
                        max-width: 100%;
                    }

                    padding: 0 30px;

                    @media (max-width: 575px) {
                        display: block;
                    }

                    @media (min-width: 576px) {
                        display: none;
                    }
                }
            */
}

.hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 30%;
  height: auto;
  position: relative;
}

@media (max-width: 575px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side {
    width: 25%;
  }
}

@media (max-width: 399px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side {
    width: 20%;
  }
}

.hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side #hp-block__about-us__side-text {
  font-size: 7rem;
  color: #fff;
  font-weight: 600;
  line-height: 7.4rem;
  transform: rotate(-90deg);
  position: relative;
  min-width: 800px;
  z-index: 1;
  /*
                    bottom: 30rem;
                    right: 20rem;
                    */
  /*
                    @media(max-width: 375px) {
                        right: -85vw;
                    }
                  
                    @media(max-width: 360px) {
                        right: -90vw;
                    }
                    @media(max-width: 320px) {
                        right: -109vw;
                    }
                    */
}

@media only screen and (max-width: 80em) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side #hp-block__about-us__side-text {
    /*
                      bottom: 39rem;
                        right: 20rem;
                        */
    font-size: 6rem;
    line-height: 6.4rem;
  }
}

@media only screen and (max-width: 62em) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side #hp-block__about-us__side-text {
    /*
                      bottom: 51rem;
                      right: -75vw;
                      float: right;
                      */
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

@media (max-width: 575px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side #hp-block__about-us__side-text {
    min-width: 600px;
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

@media (max-width: 399px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side #hp-block__about-us__side-text {
    min-width: 500px;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side #hp-block__about-us__side-text #hp-block__about-us__side-text--first {
    padding-left: 0;
  }
}

.hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side #hp-block__about-us__side-text #hp-block__about-us__side-text--second {
  position: relative;
}

@media only screen and (min-width: 62em) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side #hp-block__about-us__side-text #hp-block__about-us__side-text--second {
    padding-left: 6rem;
  }
}

.hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side #hp-block__about-us__side-text #hp-block__about-us__side-text--second::before {
  content: '';
  display: block;
  position: absolute;
  left: -7rem;
  width: 11rem;
  height: 1rem;
  background: #fff;
  top: 50%;
}

@media only screen and (max-width: 62em) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side #hp-block__about-us__side-text #hp-block__about-us__side-text--second::before {
    width: 8rem;
    height: 0.6rem;
    left: -10rem;
  }
}

@media (min-width: 993px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side {
    align-items: center;
  }
}

@media (min-width: 1800px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__side {
    /*
                    justify-content: flex-end;
                    */
    width: 30%;
  }
}

.hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main {
  display: block;
  width: 81%;
  height: auto;
  margin-left: -11%;
  position: relative;
  padding-left: 30px;
}

@media (max-width: 575px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main {
    width: 85%;
  }
}

@media (max-width: 399px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main {
    width: 90%;
  }
}

@media (min-width: 768px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main {
    padding-left: 0;
  }
}

.hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main img {
  width: auto;
  height: auto;
  padding-left: 30px;
  max-width: 100%;
  /*
                        @media (max-width: 575px) {
                            display: none;
                        }

                        @media (min-width: 576px) {
                            display: block;
                        }
                    */
}

.hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main #hp-block__about-us__main__blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: -18%;
}

@media (min-width: 768px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main #hp-block__about-us__main__blocks {
    padding-left: 8%;
  }
}

@media (min-width: 992px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main #hp-block__about-us__main__blocks {
    gap: 6%;
    margin-top: -15%;
  }
}

@media (min-width: 1400px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main #hp-block__about-us__main__blocks {
    gap: 8%;
  }
}

@media (min-width: 1400px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main #hp-block__about-us__main__blocks {
    gap: 10%;
  }
}

@media (min-width: 1600px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main #hp-block__about-us__main__blocks {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    padding-left: 11%;
    margin-top: 0;
  }
}

.hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main #hp-block__about-us__main__blocks .hp-block__about-us__main__block {
  position: relative;
  padding: 30px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

@media (min-width: 992px) {
  .hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main #hp-block__about-us__main__blocks .hp-block__about-us__main__block {
    max-width: 50%;
  }
}

.hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main #hp-block__about-us__main__blocks .hp-block__about-us__main__block#hp-block__about-us__main__text p {
  font-size: 2.4rem;
  letter-spacing: .048rem;
  font-weight: 300;
  color: #fff;
}

.hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main #hp-block__about-us__main__blocks .hp-block__about-us__main__block#hp-block__about-us__main__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hp-block#hp-block__about-us #hp-block__about-us__container #hp-block__about-us__main #hp-block__about-us__main__blocks .hp-block__about-us__main__block#hp-block__about-us__main__links ul li a {
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.hp-block#hp-block__services {
  background: #fff;
}

.hp-block#hp-block__services:before {
  content: '';
  background: #000;
  width: 100vw;
  height: 50%;
  top: 0;
  left: 50%;
  right: auto;
  bottom: auto;
  position: absolute;
  transform: translateX(-50%);
}

.hp-block#hp-block__services h2 {
  color: #fff;
  background: #000;
  position: relative;
  margin: 0;
  padding-bottom: 0.270270270em;
}

.hp-block#hp-block__services #hp-block__services__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  max-width: 1920px;
  position: relative;
  padding: 15px;
  margin: 0 auto;
}

.hp-block#hp-block__services #hp-block__services__items:before {
  content: '';
  background: #000;
  width: 100vw;
  height: auto;
  top: 0;
  left: 50%;
  right: auto;
  bottom: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.hp-block#hp-block__services #hp-block__services__items .hp-block__services__item {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  padding: 15px;
  position: relative;
}

.hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ccc;
}

.hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__image:after {
  content: '';
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)) 0% 0% no-repeat padding-box;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}

.hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}

@media (max-width: 767px) {
  .hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__image img.hp-block__services__item__image__img.hp-block__services__item__image__img--mobile {
    display: block;
  }

  .hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__image img.hp-block__services__item__image__img.hp-block__services__item__image__img--desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__image img.hp-block__services__item__image__img.hp-block__services__item__image__img--mobile {
    display: none;
  }

  .hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__image img.hp-block__services__item__image__img.hp-block__services__item__image__img--desktop {
    display: block;
  }
}

.hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 30px;
  color: #fff;
}

.hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__text h3 {
  color: #fff;
  height: auto;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__text h3 {
    min-height: 3.6em;
  }
}

@media (min-width: 1150px) {
  .hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__text h3 {
    min-height: 2.4em;
  }
}

@media (min-width: 1900px) {
  .hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__text h3 {
    min-height: 1.2em;
  }
}

.hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__text span {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  padding-top: 0;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  transition: padding-top 0.3s, max-height 0.3s;
}

@media (min-width: 1024px) {
  .hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame .hp-block__services__item__text {
    padding: 40px;
  }
}

@media (min-width: 1024px) {
  .hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame:hover .hp-block__services__item__image img {
    transform: scale(1.1);
  }

  .hp-block#hp-block__services #hp-block__services__items .hp-block__services__item .hp-block__services__item-frame:hover span {
    padding-top: 1em;
    max-height: 2em;
  }
}

@media (min-width: 768px) {
  .hp-block#hp-block__services #hp-block__services__items .hp-block__services__item {
    aspect-ratio: 1/1.2;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .hp-block#hp-block__services #hp-block__services__items .hp-block__services__item {
    width: 33.33333333%;
  }
}

.hp-block#hp-block__blog #hp-block__blog__items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px;
}

.hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item {
  display: block;
  width: 100%;
  padding: 15px;
}

.hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame {
  display: flex;
  flex-direction: column;
  padding: 0;
  border: solid 1px transparent;
  cursor: pointer;
  width: 100%;
  height: auto;
  position: relative;
  transition: border 0.2s;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame {
    padding: 2rem;
  }

  .hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame:hover {
    text-decoration: none;
    border: solid 1px black;
  }
}

@media (min-width: 1280px) {
  .hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame {
    padding: 4rem;
  }
}

.hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame .hp-block__blog__item__category {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  color: black;
}

.hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame .hp-block__blog__item__title {
  min-height: 5.8rem;
  padding-right: 2rem;
  margin: 2.1rem 0 1.2rem 0;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 500;
  color: black;
}

.hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame .hp-block__blog__item__perex {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  height: 6.7rem;
  overflow: hidden;
  color: black;
}

.hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame .hp-block__blog__item__info {
  margin: auto 0 0 0;
  font-size: 1rem;
  text-transform: uppercase;
  color: #797474;
  letter-spacing: 0.1rem;
}

.hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame .hp-block__blog__item__image--block {
  margin-bottom: 2rem;
  overflow: hidden;
  aspect-ratio: 3/2;
  height: auto;
}

.hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame .hp-block__blog__item__image--block .hp-block__blog__item__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1023px) {
  .hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame .hp-block__blog__item__image--block .hp-block__blog__item__image.hp-block__blog__item__image--desktop {
    display: none;
  }

  .hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame .hp-block__blog__item__image--block .hp-block__blog__item__image.hp-block__blog__item__image--mobile {
    display: block;
  }
}

@media (min-width: 1024px) {
  .hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame .hp-block__blog__item__image--block .hp-block__blog__item__image.hp-block__blog__item__image--desktop {
    display: block;
  }

  .hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame .hp-block__blog__item__image--block .hp-block__blog__item__image.hp-block__blog__item__image--mobile {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item .hp-block__blog__item-frame .hp-block__blog__item__image--block {
    aspect-ratio: 220/200;
  }
}

@media (max-width: 1023px) {
  .hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item:nth-child(n+3) {
    display: none;
  }
}

@media (min-width: 768px) {
  .hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .hp-block#hp-block__blog #hp-block__blog__items .hp-block__blog__item {
    width: 25%;
  }
}

.hp-block#hp-block__blog a.h3 {
  font-weight: 400;
  text-decoration: underline;
}

.hp-block#hp-block__gallery a.h3 {
  font-weight: 400;
  text-decoration: underline;
}

.hp-block h1,
.hp-block .h1,
.hp-block h2,
.hp-block .h2,
.hp-block h3,
.hp-block .h3,
.hp-block h4,
.hp-block .h4,
.hp-block h5,
.hp-block .h5,
.hp-block h6,
.hp-block .h6 {
  line-height: 1.2;
  margin-bottom: 0.5em;
}

.hp-block h1.hp-block-heading,
.hp-block .h1.hp-block-heading,
.hp-block h2.hp-block-heading,
.hp-block .h2.hp-block-heading,
.hp-block h3.hp-block-heading,
.hp-block .h3.hp-block-heading,
.hp-block h4.hp-block-heading,
.hp-block .h4.hp-block-heading,
.hp-block h5.hp-block-heading,
.hp-block .h5.hp-block-heading,
.hp-block h6.hp-block-heading,
.hp-block .h6.hp-block-heading {
  letter-spacing: -0.054054054em;
  line-height: 1;
  margin-bottom: 0.270270270em;
}

.hp-block h1,
.hp-block .h1,
.hp-block h2,
.hp-block .h2,
.hp-block h3,
.hp-block .h3,
.hp-block h4,
.hp-block .h4,
.hp-block h5,
.hp-block .h5,
.hp-block h6,
.hp-block .h6,
.hp-block h1.hp-block-heading,
.hp-block .h1.hp-block-heading,
.hp-block h2.hp-block-heading,
.hp-block .h2.hp-block-heading,
.hp-block h3.hp-block-heading,
.hp-block .h3.hp-block-heading,
.hp-block h4.hp-block-heading,
.hp-block .h4.hp-block-heading,
.hp-block h5.hp-block-heading,
.hp-block .h5.hp-block-heading,
.hp-block h6.hp-block-heading,
.hp-block .h6.hp-block-heading {
  color: #000;
  font-weight: 500;
}

.hp-block h1,
.hp-block .h1 {
  font-size: 2.8rem;
}

@media only screen and (min-width: 33.125em) {
  .hp-block h1,
  .hp-block .h1 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 48em) {
  .hp-block h1,
  .hp-block .h1 {
    font-size: 3.25rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block h1,
  .hp-block .h1 {
    font-size: 3.4rem;
  }
}

@media only screen and (min-width: 75em) {
  .hp-block h1,
  .hp-block .h1 {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .hp-block h1,
  .hp-block .h1 {
    font-size: 3.625rem;
  }
}

@media only screen and (min-width: 100em) {
  .hp-block h1,
  .hp-block .h1 {
    font-size: 3.75rem;
  }
}

.hp-block h2,
.hp-block .h2 {
  font-size: 2.4rem;
}

@media only screen and (min-width: 33.125em) {
  .hp-block h2,
  .hp-block .h2 {
    font-size: 2.55rem;
  }
}

@media only screen and (min-width: 48em) {
  .hp-block h2,
  .hp-block .h2 {
    font-size: 2.7rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block h2,
  .hp-block .h2 {
    font-size: 2.85rem;
  }
}

@media only screen and (min-width: 75em) {
  .hp-block h2,
  .hp-block .h2 {
    font-size: 2.95rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .hp-block h2,
  .hp-block .h2 {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 100em) {
  .hp-block h2,
  .hp-block .h2 {
    font-size: 3.125rem;
  }
}

.hp-block h3,
.hp-block .h3 {
  font-size: 2rem;
}

@media only screen and (min-width: 33.125em) {
  .hp-block h3,
  .hp-block .h3 {
    font-size: 2.125rem;
  }
}

@media only screen and (min-width: 48em) {
  .hp-block h3,
  .hp-block .h3 {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block h3,
  .hp-block .h3 {
    font-size: 2.3rem;
  }
}

@media only screen and (min-width: 75em) {
  .hp-block h3,
  .hp-block .h3 {
    font-size: 2.375rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .hp-block h3,
  .hp-block .h3 {
    font-size: 2.45rem;
  }
}

@media only screen and (min-width: 100em) {
  .hp-block h3,
  .hp-block .h3 {
    font-size: 2.5rem;
  }
}

.hp-block h4,
.hp-block .h4 {
  font-size: 1.75rem;
}

@media only screen and (min-width: 33.125em) {
  .hp-block h4,
  .hp-block .h4 {
    font-size: 1.825rem;
  }
}

@media only screen and (min-width: 48em) {
  .hp-block h4,
  .hp-block .h4 {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block h4,
  .hp-block .h4 {
    font-size: 1.975rem;
  }
}

@media only screen and (min-width: 75em) {
  .hp-block h4,
  .hp-block .h4 {
    font-size: 2.05rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .hp-block h4,
  .hp-block .h4 {
    font-size: 2.1rem;
  }
}

@media only screen and (min-width: 100em) {
  .hp-block h4,
  .hp-block .h4 {
    font-size: 2.125rem;
  }
}

.hp-block h5,
.hp-block .h5 {
  font-size: 1.5rem;
}

@media only screen and (min-width: 33.125em) {
  .hp-block h5,
  .hp-block .h5 {
    font-size: 1.575rem;
  }
}

@media only screen and (min-width: 48em) {
  .hp-block h5,
  .hp-block .h5 {
    font-size: 1.65rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block h5,
  .hp-block .h5 {
    font-size: 1.725rem;
  }
}

@media only screen and (min-width: 75em) {
  .hp-block h5,
  .hp-block .h5 {
    font-size: 1.775rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .hp-block h5,
  .hp-block .h5 {
    font-size: 1.825rem;
  }
}

@media only screen and (min-width: 100em) {
  .hp-block h5,
  .hp-block .h5 {
    font-size: 1.875rem;
  }
}

.hp-block h6,
.hp-block .h6 {
  font-size: 1.25rem;
}

@media only screen and (min-width: 33.125em) {
  .hp-block h6,
  .hp-block .h6 {
    font-size: 1.325rem;
  }
}

@media only screen and (min-width: 48em) {
  .hp-block h6,
  .hp-block .h6 {
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block h6,
  .hp-block .h6 {
    font-size: 1.475rem;
  }
}

@media only screen and (min-width: 75em) {
  .hp-block h6,
  .hp-block .h6 {
    font-size: 1.525rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .hp-block h6,
  .hp-block .h6 {
    font-size: 1.575rem;
  }
}

@media only screen and (min-width: 100em) {
  .hp-block h6,
  .hp-block .h6 {
    font-size: 1.625rem;
  }
}

.hp-block h1.hp-block-heading,
.hp-block .h1.hp-block-heading {
  font-size: 5rem;
}

@media only screen and (min-width: 33.125em) {
  .hp-block h1.hp-block-heading,
  .hp-block .h1.hp-block-heading {
    font-size: 8.5rem;
  }
}

@media only screen and (min-width: 40.625em) {
  .hp-block h1.hp-block-heading,
  .hp-block .h1.hp-block-heading {
    font-size: 10rem;
  }
}

@media only screen and (min-width: 48em) {
  .hp-block h1.hp-block-heading,
  .hp-block .h1.hp-block-heading {
    font-size: 14rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block h1.hp-block-heading,
  .hp-block .h1.hp-block-heading {
    font-size: 16rem;
  }
}

@media only screen and (min-width: 75em) {
  .hp-block h1.hp-block-heading,
  .hp-block .h1.hp-block-heading {
    font-size: 20rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .hp-block h1.hp-block-heading,
  .hp-block .h1.hp-block-heading {
    font-size: 22rem;
  }
}

@media only screen and (min-width: 93.75em) {
  .hp-block h1.hp-block-heading,
  .hp-block .h1.hp-block-heading {
    font-size: 26rem;
  }
}

@media only screen and (min-width: 100em) {
  .hp-block h1.hp-block-heading,
  .hp-block .h1.hp-block-heading {
    font-size: 28rem;
  }
}

@media only screen and (min-width: 112.5em) {
  .hp-block h1.hp-block-heading,
  .hp-block .h1.hp-block-heading {
    font-size: 30rem;
  }
}

@media only screen and (min-width: 137.5em) {
  .hp-block h1.hp-block-heading,
  .hp-block .h1.hp-block-heading {
    font-size: 37rem;
  }
}

.hp-block h2.hp-block-heading,
.hp-block .h2.hp-block-heading {
  font-size: 4.5rem;
}

@media only screen and (min-width: 33.125em) {
  .hp-block h2.hp-block-heading,
  .hp-block .h2.hp-block-heading {
    font-size: 7.65rem;
  }
}

@media only screen and (min-width: 40.625em) {
  .hp-block h2.hp-block-heading,
  .hp-block .h2.hp-block-heading {
    font-size: 9rem;
  }
}

@media only screen and (min-width: 48em) {
  .hp-block h2.hp-block-heading,
  .hp-block .h2.hp-block-heading {
    font-size: 12.6rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block h2.hp-block-heading,
  .hp-block .h2.hp-block-heading {
    font-size: 14.4rem;
  }
}

@media only screen and (min-width: 75em) {
  .hp-block h2.hp-block-heading,
  .hp-block .h2.hp-block-heading {
    font-size: 18rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .hp-block h2.hp-block-heading,
  .hp-block .h2.hp-block-heading {
    font-size: 19.8rem;
  }
}

@media only screen and (min-width: 93.75em) {
  .hp-block h2.hp-block-heading,
  .hp-block .h2.hp-block-heading {
    font-size: 23.4rem;
  }
}

@media only screen and (min-width: 100em) {
  .hp-block h2.hp-block-heading,
  .hp-block .h2.hp-block-heading {
    font-size: 25.2rem;
  }
}

@media only screen and (min-width: 112.5em) {
  .hp-block h2.hp-block-heading,
  .hp-block .h2.hp-block-heading {
    font-size: 27rem;
  }
}

@media only screen and (min-width: 137.5em) {
  .hp-block h2.hp-block-heading,
  .hp-block .h2.hp-block-heading {
    font-size: 33.3rem;
  }
}

.hp-block h3.hp-block-heading,
.hp-block .h3.hp-block-heading {
  font-size: 4rem;
}

@media only screen and (min-width: 33.125em) {
  .hp-block h3.hp-block-heading,
  .hp-block .h3.hp-block-heading {
    font-size: 6.8rem;
  }
}

@media only screen and (min-width: 40.625em) {
  .hp-block h3.hp-block-heading,
  .hp-block .h3.hp-block-heading {
    font-size: 8rem;
  }
}

@media only screen and (min-width: 48em) {
  .hp-block h3.hp-block-heading,
  .hp-block .h3.hp-block-heading {
    font-size: 11.2rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block h3.hp-block-heading,
  .hp-block .h3.hp-block-heading {
    font-size: 12.8rem;
  }
}

@media only screen and (min-width: 75em) {
  .hp-block h3.hp-block-heading,
  .hp-block .h3.hp-block-heading {
    font-size: 16rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .hp-block h3.hp-block-heading,
  .hp-block .h3.hp-block-heading {
    font-size: 17.6rem;
  }
}

@media only screen and (min-width: 93.75em) {
  .hp-block h3.hp-block-heading,
  .hp-block .h3.hp-block-heading {
    font-size: 20.8rem;
  }
}

@media only screen and (min-width: 100em) {
  .hp-block h3.hp-block-heading,
  .hp-block .h3.hp-block-heading {
    font-size: 22.4rem;
  }
}

@media only screen and (min-width: 112.5em) {
  .hp-block h3.hp-block-heading,
  .hp-block .h3.hp-block-heading {
    font-size: 24rem;
  }
}

@media only screen and (min-width: 137.5em) {
  .hp-block h3.hp-block-heading,
  .hp-block .h3.hp-block-heading {
    font-size: 29.6rem;
  }
}

.hp-block h4.hp-block-heading,
.hp-block .h4.hp-block-heading {
  font-size: 3.5rem;
}

@media only screen and (min-width: 33.125em) {
  .hp-block h4.hp-block-heading,
  .hp-block .h4.hp-block-heading {
    font-size: 5.95rem;
  }
}

@media only screen and (min-width: 40.625em) {
  .hp-block h4.hp-block-heading,
  .hp-block .h4.hp-block-heading {
    font-size: 7rem;
  }
}

@media only screen and (min-width: 48em) {
  .hp-block h4.hp-block-heading,
  .hp-block .h4.hp-block-heading {
    font-size: 9.8rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block h4.hp-block-heading,
  .hp-block .h4.hp-block-heading {
    font-size: 11.2rem;
  }
}

@media only screen and (min-width: 75em) {
  .hp-block h4.hp-block-heading,
  .hp-block .h4.hp-block-heading {
    font-size: 14rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .hp-block h4.hp-block-heading,
  .hp-block .h4.hp-block-heading {
    font-size: 15.4rem;
  }
}

@media only screen and (min-width: 93.75em) {
  .hp-block h4.hp-block-heading,
  .hp-block .h4.hp-block-heading {
    font-size: 18.2rem;
  }
}

@media only screen and (min-width: 100em) {
  .hp-block h4.hp-block-heading,
  .hp-block .h4.hp-block-heading {
    font-size: 19.6rem;
  }
}

@media only screen and (min-width: 112.5em) {
  .hp-block h4.hp-block-heading,
  .hp-block .h4.hp-block-heading {
    font-size: 21rem;
  }
}

@media only screen and (min-width: 137.5em) {
  .hp-block h4.hp-block-heading,
  .hp-block .h4.hp-block-heading {
    font-size: 25.9rem;
  }
}

.hp-block h5.hp-block-heading,
.hp-block .h5.hp-block-heading {
  font-size: 3rem;
}

@media only screen and (min-width: 33.125em) {
  .hp-block h5.hp-block-heading,
  .hp-block .h5.hp-block-heading {
    font-size: 5.1rem;
  }
}

@media only screen and (min-width: 40.625em) {
  .hp-block h5.hp-block-heading,
  .hp-block .h5.hp-block-heading {
    font-size: 6rem;
  }
}

@media only screen and (min-width: 48em) {
  .hp-block h5.hp-block-heading,
  .hp-block .h5.hp-block-heading {
    font-size: 8.4rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block h5.hp-block-heading,
  .hp-block .h5.hp-block-heading {
    font-size: 9.6rem;
  }
}

@media only screen and (min-width: 75em) {
  .hp-block h5.hp-block-heading,
  .hp-block .h5.hp-block-heading {
    font-size: 12rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .hp-block h5.hp-block-heading,
  .hp-block .h5.hp-block-heading {
    font-size: 13.2rem;
  }
}

@media only screen and (min-width: 93.75em) {
  .hp-block h5.hp-block-heading,
  .hp-block .h5.hp-block-heading {
    font-size: 15.6rem;
  }
}

@media only screen and (min-width: 100em) {
  .hp-block h5.hp-block-heading,
  .hp-block .h5.hp-block-heading {
    font-size: 16.8rem;
  }
}

@media only screen and (min-width: 112.5em) {
  .hp-block h5.hp-block-heading,
  .hp-block .h5.hp-block-heading {
    font-size: 18rem;
  }
}

@media only screen and (min-width: 137.5em) {
  .hp-block h5.hp-block-heading,
  .hp-block .h5.hp-block-heading {
    font-size: 22.2rem;
  }
}

.hp-block h6.hp-block-heading,
.hp-block .h6.hp-block-heading {
  font-size: 2.5rem;
}

@media only screen and (min-width: 33.125em) {
  .hp-block h6.hp-block-heading,
  .hp-block .h6.hp-block-heading {
    font-size: 4.25rem;
  }
}

@media only screen and (min-width: 40.625em) {
  .hp-block h6.hp-block-heading,
  .hp-block .h6.hp-block-heading {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 48em) {
  .hp-block h6.hp-block-heading,
  .hp-block .h6.hp-block-heading {
    font-size: 7rem;
  }
}

@media only screen and (min-width: 62em) {
  .hp-block h6.hp-block-heading,
  .hp-block .h6.hp-block-heading {
    font-size: 8rem;
  }
}

@media only screen and (min-width: 75em) {
  .hp-block h6.hp-block-heading,
  .hp-block .h6.hp-block-heading {
    font-size: 10rem;
  }
}

@media only screen and (min-width: 87.5em) {
  .hp-block h6.hp-block-heading,
  .hp-block .h6.hp-block-heading {
    font-size: 11rem;
  }
}

@media only screen and (min-width: 93.75em) {
  .hp-block h6.hp-block-heading,
  .hp-block .h6.hp-block-heading {
    font-size: 13rem;
  }
}

@media only screen and (min-width: 100em) {
  .hp-block h6.hp-block-heading,
  .hp-block .h6.hp-block-heading {
    font-size: 14rem;
  }
}

@media only screen and (min-width: 112.5em) {
  .hp-block h6.hp-block-heading,
  .hp-block .h6.hp-block-heading {
    font-size: 15rem;
  }
}

@media only screen and (min-width: 137.5em) {
  .hp-block h6.hp-block-heading,
  .hp-block .h6.hp-block-heading {
    font-size: 18.5rem;
  }
}


/*# sourceMappingURL=main.css.map*/</pre></body></html>