@charset "UTF-8";
/*
Colours
The $colors map will generate a list of helper classes
you can use for setting background and colour, eg.
.white { color : $white }
.bg-white { background-color : $white }
*/
/*
Transitions
*/
/*
Type
These values will be used to generate fluid type classes
*/
/*
Heading sizes
*/
/*
Body Sizes
*/
/*
Base Padding
The base unit for this site's spacing, will be used
to generate the grid classes as well ass your padding helper classes
*/
/**
 * Header Height
 */
/* Additional Breakpoints */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

hr {
  -webkit-box-sizing: content-box;
          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;
}

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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(0, 86.1, 178.5);
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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:not(:root) {
  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;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

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

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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

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: 0.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-cancel-button,
[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;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 64em) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 47.99em) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container.no-max {
  max-width: none;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  position: relative;
}
.col.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: -0.01em) {
  .col.xs-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 36em) {
  .col.sm-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 48em) {
  .col.md-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 62em) {
  .col.lg-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 75em) {
  .col.xl-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 48em) {
  .col.mobile-menu-break-no-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: -0.01em) {
  .hidden-until-xs {
    display: none !important;
  }
}

@media (min-width: 0em) {
  .hidden-from-xs {
    display: none !important;
  }
}

@media (max-width: 35.99em) {
  .hidden-until-sm {
    display: none !important;
  }
}

@media (min-width: 36em) {
  .hidden-from-sm {
    display: none !important;
  }
}

@media (max-width: 47.99em) {
  .hidden-until-md {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-from-md {
    display: none !important;
  }
}

@media (max-width: 61.99em) {
  .hidden-until-lg {
    display: none !important;
  }
}

@media (min-width: 62em) {
  .hidden-from-lg {
    display: none !important;
  }
}

@media (max-width: 74.99em) {
  .hidden-until-xl {
    display: none !important;
  }
}

@media (min-width: 75em) {
  .hidden-from-xl {
    display: none !important;
  }
}

@media (max-width: 47.99em) {
  .hidden-until-mobile-menu-break {
    display: none !important;
  }
}

@media (min-width: 48em) {
  .hidden-from-mobile-menu-break {
    display: none !important;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.no-gutter > .col {
  padding-right: 0;
  padding-left: 0;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.reset-xs {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.xs-offset-0 {
  margin-left: 0%;
}

.xs-1 {
  -webkit-flex-basis: 8.3333333333%;
      -ms-flex-preferred-size: 8.3333333333%;
          flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.xs-offset-1 {
  margin-left: 8.3333333333%;
}

.xs-2 {
  -webkit-flex-basis: 16.6666666667%;
      -ms-flex-preferred-size: 16.6666666667%;
          flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.xs-offset-2 {
  margin-left: 16.6666666667%;
}

.xs-3 {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}

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

.xs-4 {
  -webkit-flex-basis: 33.3333333333%;
      -ms-flex-preferred-size: 33.3333333333%;
          flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.xs-offset-4 {
  margin-left: 33.3333333333%;
}

.xs-5 {
  -webkit-flex-basis: 41.6666666667%;
      -ms-flex-preferred-size: 41.6666666667%;
          flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.xs-offset-5 {
  margin-left: 41.6666666667%;
}

.xs-6 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

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

.xs-7 {
  -webkit-flex-basis: 58.3333333333%;
      -ms-flex-preferred-size: 58.3333333333%;
          flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.xs-offset-7 {
  margin-left: 58.3333333333%;
}

.xs-8 {
  -webkit-flex-basis: 66.6666666667%;
      -ms-flex-preferred-size: 66.6666666667%;
          flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.xs-offset-8 {
  margin-left: 66.6666666667%;
}

.xs-9 {
  -webkit-flex-basis: 75%;
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%;
  max-width: 75%;
}

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

.xs-10 {
  -webkit-flex-basis: 83.3333333333%;
      -ms-flex-preferred-size: 83.3333333333%;
          flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.xs-offset-10 {
  margin-left: 83.3333333333%;
}

.xs-11 {
  -webkit-flex-basis: 91.6666666667%;
      -ms-flex-preferred-size: 91.6666666667%;
          flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.xs-offset-11 {
  margin-left: 91.6666666667%;
}

.xs-12 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

.xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 36em) {
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .reset-sm {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .sm-offset-0 {
    margin-left: 0%;
  }
  .sm-1 {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .sm-2 {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .sm-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .sm-offset-3 {
    margin-left: 25%;
  }
  .sm-4 {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .sm-5 {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .sm-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .sm-offset-6 {
    margin-left: 50%;
  }
  .sm-7 {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .sm-8 {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .sm-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .sm-offset-9 {
    margin-left: 75%;
  }
  .sm-10 {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .sm-11 {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .sm-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 48em) {
  .first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .reset-md {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .md-offset-0 {
    margin-left: 0%;
  }
  .md-1 {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .md-2 {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .md-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .md-offset-3 {
    margin-left: 25%;
  }
  .md-4 {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .md-5 {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .md-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .md-offset-6 {
    margin-left: 50%;
  }
  .md-7 {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .md-8 {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .md-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .md-offset-9 {
    margin-left: 75%;
  }
  .md-10 {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .md-11 {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .md-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 62em) {
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .reset-lg {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .lg-offset-0 {
    margin-left: 0%;
  }
  .lg-1 {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .lg-2 {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .lg-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-4 {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .lg-5 {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .lg-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-7 {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .lg-8 {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .lg-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-10 {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .lg-11 {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .lg-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 75em) {
  .first-xl {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .reset-xl {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .last-xl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .xl-offset-0 {
    margin-left: 0%;
  }
  .xl-1 {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xl-2 {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xl-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .xl-offset-3 {
    margin-left: 25%;
  }
  .xl-4 {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xl-5 {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xl-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .xl-offset-6 {
    margin-left: 50%;
  }
  .xl-7 {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xl-8 {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xl-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .xl-offset-9 {
    margin-left: 75%;
  }
  .xl-10 {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xl-11 {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xl-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 48em) {
  .first-mobile-menu-break {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .reset-mobile-menu-break {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .last-mobile-menu-break {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .mobile-menu-break-offset-0 {
    margin-left: 0%;
  }
  .mobile-menu-break-1 {
    -webkit-flex-basis: 8.3333333333%;
        -ms-flex-preferred-size: 8.3333333333%;
            flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .mobile-menu-break-offset-1 {
    margin-left: 8.3333333333%;
  }
  .mobile-menu-break-2 {
    -webkit-flex-basis: 16.6666666667%;
        -ms-flex-preferred-size: 16.6666666667%;
            flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .mobile-menu-break-offset-2 {
    margin-left: 16.6666666667%;
  }
  .mobile-menu-break-3 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .mobile-menu-break-offset-3 {
    margin-left: 25%;
  }
  .mobile-menu-break-4 {
    -webkit-flex-basis: 33.3333333333%;
        -ms-flex-preferred-size: 33.3333333333%;
            flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .mobile-menu-break-offset-4 {
    margin-left: 33.3333333333%;
  }
  .mobile-menu-break-5 {
    -webkit-flex-basis: 41.6666666667%;
        -ms-flex-preferred-size: 41.6666666667%;
            flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .mobile-menu-break-offset-5 {
    margin-left: 41.6666666667%;
  }
  .mobile-menu-break-6 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .mobile-menu-break-offset-6 {
    margin-left: 50%;
  }
  .mobile-menu-break-7 {
    -webkit-flex-basis: 58.3333333333%;
        -ms-flex-preferred-size: 58.3333333333%;
            flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .mobile-menu-break-offset-7 {
    margin-left: 58.3333333333%;
  }
  .mobile-menu-break-8 {
    -webkit-flex-basis: 66.6666666667%;
        -ms-flex-preferred-size: 66.6666666667%;
            flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .mobile-menu-break-offset-8 {
    margin-left: 66.6666666667%;
  }
  .mobile-menu-break-9 {
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .mobile-menu-break-offset-9 {
    margin-left: 75%;
  }
  .mobile-menu-break-10 {
    -webkit-flex-basis: 83.3333333333%;
        -ms-flex-preferred-size: 83.3333333333%;
            flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .mobile-menu-break-offset-10 {
    margin-left: 83.3333333333%;
  }
  .mobile-menu-break-11 {
    -webkit-flex-basis: 91.6666666667%;
        -ms-flex-preferred-size: 91.6666666667%;
            flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .mobile-menu-break-offset-11 {
    margin-left: 91.6666666667%;
  }
  .mobile-menu-break-12 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .mobile-menu-break-offset-12 {
    margin-left: 100%;
  }
}
.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 36em) {
  .flex-dir-row-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-dir-row-reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-dir-column-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-dir-column-reverse-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 48em) {
  .flex-dir-row-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-dir-row-reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-dir-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-dir-column-reverse-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 62em) {
  .flex-dir-row-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-dir-row-reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-dir-column-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-dir-column-reverse-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 75em) {
  .flex-dir-row-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-dir-row-reverse-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-dir-column-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-dir-column-reverse-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 48em) {
  .flex-dir-row-mobile-menu-break {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-dir-row-reverse-mobile-menu-break {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-dir-column-mobile-menu-break {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-dir-column-reverse-mobile-menu-break {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.flex-wrap-nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

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

.flex-wrap-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
}

@media (min-width: 36em) {
  .flex-wrap-nowrap-sm {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-wrap-wrap-sm {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-wrap-wrap-reverse-sm {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
@media (min-width: 48em) {
  .flex-wrap-nowrap-md {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-wrap-wrap-md {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-wrap-wrap-reverse-md {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
@media (min-width: 62em) {
  .flex-wrap-nowrap-lg {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-wrap-wrap-lg {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-wrap-wrap-reverse-lg {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
@media (min-width: 75em) {
  .flex-wrap-nowrap-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-wrap-wrap-xl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-wrap-wrap-reverse-xl {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
@media (min-width: 48em) {
  .flex-wrap-nowrap-mobile-menu-break {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .flex-wrap-wrap-mobile-menu-break {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex-wrap-wrap-reverse-mobile-menu-break {
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
.justify-flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start;
}

.justify-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.justify-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media (min-width: 36em) {
  .justify-flex-start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .justify-flex-end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .justify-center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-space-between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-space-around-sm {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 48em) {
  .justify-flex-start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .justify-flex-end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .justify-center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-space-between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-space-around-md {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 62em) {
  .justify-flex-start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .justify-flex-end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .justify-center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-space-between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-space-around-lg {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 75em) {
  .justify-flex-start-xl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .justify-flex-end-xl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .justify-center-xl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-space-between-xl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-space-around-xl {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 48em) {
  .justify-flex-start-mobile-menu-break {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .justify-flex-end-mobile-menu-break {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .justify-center-mobile-menu-break {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .justify-space-between-mobile-menu-break {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-space-around-mobile-menu-break {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 36em) {
  .align-items-center-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 48em) {
  .align-items-center-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 62em) {
  .align-items-center-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 75em) {
  .align-items-center-xl {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 48em) {
  .align-items-center-mobile-menu-break {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.align-content-center {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

@media (min-width: 36em) {
  .align-content-center-sm {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 48em) {
  .align-content-center-md {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 62em) {
  .align-content-center-lg {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 75em) {
  .align-content-center-xl {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media (min-width: 48em) {
  .align-content-center-mobile-menu-break {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.flex-grow-0 {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (min-width: 36em) {
  .flex-grow-0-sm {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 48em) {
  .flex-grow-0-md {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 62em) {
  .flex-grow-0-lg {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-lg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 75em) {
  .flex-grow-0-xl {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-xl {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (min-width: 48em) {
  .flex-grow-0-mobile-menu-break {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .flex-grow-1-mobile-menu-break {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.flex-shrink-0 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

@media (min-width: 36em) {
  .flex-shrink-0-sm {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-shrink-1-sm {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
@media (min-width: 48em) {
  .flex-shrink-0-md {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-shrink-1-md {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
@media (min-width: 62em) {
  .flex-shrink-0-lg {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-shrink-1-lg {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
@media (min-width: 75em) {
  .flex-shrink-0-xl {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-shrink-1-xl {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
@media (min-width: 48em) {
  .flex-shrink-0-mobile-menu-break {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .flex-shrink-1-mobile-menu-break {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #ced4da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: rgb(191.4709302326, 199.25, 207.0290697674);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #2883ad;
}
.nice-select:after {
  border-bottom: 2px solid #2883ad;
  border-right: 2px solid #2883ad;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
          transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(211.811627907, 217.1, 222.388372093);
  color: #ced4da;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: rgb(96.6197183099, 179.9295774648, 218.3802816901);
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(52, 58, 64, 0.11);
          box-shadow: 0 0 0 1px rgba(52, 58, 64, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
          transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #e9ecef;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #6c757d;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nice-select {
  height: auto;
  font-size: 16px;
  line-height: 1.7;
  color: #ced4da;
}
.nice-select:after {
  width: 10px;
  height: 10px;
  right: 25px;
  margin-top: -6px;
}
.nice-select:hover {
  border-color: transparent;
}
.nice-select .list {
  width: 100%;
  -webkit-transition: all all 150ms ease-out;
  transition: all all 150ms ease-out;
}
.nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: transparent;
}
.nice-select .option:hover, .nice-select .option:hover.focus, .nice-select .option:hover.selected.focus {
  background-color: #2883ad;
  color: #fff;
}

.validated.has-error .form-control, .validated.has-error .ginput_container_list .gfield_list_cell input, .ginput_container_list .gfield_list_cell .validated.has-error input, .validated.has-error .form-group.name input, .form-group.name .validated.has-error input,
.validated.has-error .form-group.time input,
.form-group.time .validated.has-error input,
.validated.has-error .form-group.time select,
.form-group.time .validated.has-error select,
.validated.has-error .form-group.address input,
.form-group.address .validated.has-error input,
.validated.has-error .form-group.address select,
.form-group.address .validated.has-error select {
  border: 1px solid #ffb8b8;
}

.input-wrapper .gfield_description.help-block {
  bottom: 10px;
  position: absolute;
  font-size: 11px;
  color: #dc4949;
  margin-bottom: 0;
}

.input-wrapper.phone .instruction {
  bottom: 10px;
  position: absolute;
  font-size: 11px;
  margin-bottom: 0;
  right: 15px;
  color: #dc4949;
}

.gform_validation_error {
  position: relative;
}

.gfield_checkbox,
.gfield_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
}
.gfield_checkbox li,
.gfield_checkbox div,
.gfield_radio li,
.gfield_radio div {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.gfield_checkbox li:before,
.gfield_checkbox div:before,
.gfield_radio li:before,
.gfield_radio div:before {
  display: none;
}
@media (min-width: 36em) {
  .gfield_checkbox li,
  .gfield_checkbox div,
  .gfield_radio li,
  .gfield_radio div {
    width: 50%;
  }
}
@media (min-width: 62em) {
  .gfield_checkbox li,
  .gfield_checkbox div,
  .gfield_radio li,
  .gfield_radio div {
    width: 33.33%;
  }
}
.gfield_checkbox li input[type=radio]:empty,
.gfield_checkbox li input[type=checkbox]:empty,
.gfield_checkbox div input[type=radio]:empty,
.gfield_checkbox div input[type=checkbox]:empty,
.gfield_radio li input[type=radio]:empty,
.gfield_radio li input[type=checkbox]:empty,
.gfield_radio div input[type=radio]:empty,
.gfield_radio div input[type=checkbox]:empty {
  margin-left: -9999px;
  position: absolute;
  height: 0;
}
.gfield_checkbox li input[type=radio]:checked ~ label:before,
.gfield_checkbox li input[type=checkbox]:checked ~ label:before,
.gfield_checkbox div input[type=radio]:checked ~ label:before,
.gfield_checkbox div input[type=checkbox]:checked ~ label:before,
.gfield_radio li input[type=radio]:checked ~ label:before,
.gfield_radio li input[type=checkbox]:checked ~ label:before,
.gfield_radio div input[type=radio]:checked ~ label:before,
.gfield_radio div input[type=checkbox]:checked ~ label:before {
  color: #2883ad;
  border-color: #2883ad;
}
.gfield_checkbox li input[type=radio]:focus ~ label:before,
.gfield_checkbox li input[type=checkbox]:focus ~ label:before,
.gfield_checkbox div input[type=radio]:focus ~ label:before,
.gfield_checkbox div input[type=checkbox]:focus ~ label:before,
.gfield_radio li input[type=radio]:focus ~ label:before,
.gfield_radio li input[type=checkbox]:focus ~ label:before,
.gfield_radio div input[type=radio]:focus ~ label:before,
.gfield_radio div input[type=checkbox]:focus ~ label:before {
  border-color: #2883ad;
}
.gfield_checkbox li label,
.gfield_checkbox div label,
.gfield_radio li label,
.gfield_radio div label {
  display: block;
  padding-left: 45px;
  position: relative;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.gfield_checkbox li label:before,
.gfield_checkbox div label:before,
.gfield_radio li label:before,
.gfield_radio div label:before {
  content: "\2714";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #ced4da;
  font-size: 19.8px;
  line-height: 30px;
  text-align: center;
  color: transparent;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ginput_container_consent {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.ginput_container_consent:before {
  display: none;
}
.ginput_container_consent input[type=checkbox]:empty {
  margin-left: -9999px;
  position: absolute;
  height: 0;
}
.ginput_container_consent input[type=checkbox]:checked ~ label:before {
  color: #2883ad;
  border-color: #2883ad;
}
.ginput_container_consent input[type=checkbox]:focus ~ label:before {
  border-color: #2883ad;
}
.ginput_container_consent label {
  display: block;
  padding-left: 45px;
  position: relative;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.ginput_container_consent label:before {
  content: "\2714";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #ced4da;
  font-size: 19.8px;
  line-height: 30px;
  text-align: center;
  color: transparent;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.gfield_radio li label:before,
.gfield_radio div label:before {
  border-radius: 50%;
}

.form-group.time .clear-multi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}
.form-group.time .ginput_container_time {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.input-wrapper .gfield_description,
.input-wrapper .gfield_drop_instructions {
  font-size: 0.9em;
  margin-bottom: 10px;
}

.form-group.address .ginput_left {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-right: 10px;
  float: left;
}
.form-group.address .ginput_right {
  width: 50%;
  float: left;
}
.form-group.address .nice-select {
  height: 58px;
  border-radius: 0;
  border-color: #e9ecef;
  width: 100%;
  color: #212529;
  padding: 0 15px !important;
  line-height: 58px;
}
.form-group.address .nice-select .list {
  z-index: 50;
}
.form-group.address .nice-select .list li,
.form-group.address .nice-select .list div {
  padding: 0 29px 0 18px;
  color: #212529;
}
.form-group.address .nice-select .list li:hover,
.form-group.address .nice-select .list div:hover {
  color: #fff;
}

.form-group.name span {
  width: 50%;
  float: left;
}
.form-group.name span.name_first {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
  margin-right: 10px;
}

.input-wrapper.section .gsection_description {
  margin-bottom: 15px;
}

.article-content .gform_wrapper ul li {
  padding-left: 0;
}
.article-content .gform_wrapper ul li:before {
  display: none;
}
.article-content .gform_wrapper .form-control, .article-content .gform_wrapper .ginput_container_list .gfield_list_cell input, .ginput_container_list .gfield_list_cell .article-content .gform_wrapper input, .form-group.name .article-content .gform_wrapper input,
.article-content .gform_wrapper .form-group.time input,
.form-group.time .article-content .gform_wrapper input,
.article-content .gform_wrapper .form-group.time select,
.form-group.time .article-content .gform_wrapper select,
.form-group.address .article-content .gform_wrapper input,
.form-group.address .article-content .gform_wrapper select,
.article-content .gform_wrapper .form-group.name input,
.article-content .gform_wrapper .form-group.address input,
.article-content .gform_wrapper .form-group.address select {
  border-color: #e9ecef;
  color: #212529;
}
.article-content .gform_wrapper .ginput_container_fileupload {
  border-color: #e9ecef;
}
.article-content .gform_wrapper .gfield_checkbox li,
.article-content .gform_wrapper .gfield_radio li {
  margin-bottom: 0;
}
@media (min-width: 36em) {
  .article-content .gform_wrapper .gfield_checkbox li,
  .article-content .gform_wrapper .gfield_radio li {
    width: 100%;
  }
}
@media (min-width: 62em) {
  .article-content .gform_wrapper .gfield_checkbox li,
  .article-content .gform_wrapper .gfield_radio li {
    width: 100%;
  }
}
.article-content .gform_wrapper img.gform_delete {
  width: auto;
  height: auto;
}

.gform_ajax_spinner {
  display: none !important;
}

.gform-spinner {
  color: transparent !important;
  position: relative;
}
.gform-spinner__inner {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #2883ad;
  -webkit-animation: gforms-rotate 2s infinite;
          animation: gforms-rotate 2s infinite;
  z-index: 20;
  opacity: 1;
}

@-webkit-keyframes gforms-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes gforms-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
input[type=file] {
  border-width: 1;
  margin-bottom: 0;
  color: #ced4da;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
}
input[type=file]::-webkit-file-upload-button {
  background: #fff;
  color: #ced4da;
  font-size: 16px;
  font-weight: normal;
  border-width: 0;
}

.ginput_container_fileupload {
  position: relative;
  margin-bottom: 15px;
  border: 1px solid transparent !important;
  border-radius: 0.25rem;
}
@media screen and (min-width: 0px) {
  .ginput_container_fileupload {
    margin-bottom: -webkit-calc(15px + 15 * (100vw - 0px) / 1200);
    margin-bottom: calc(15px + 15 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .ginput_container_fileupload {
    margin-bottom: 30px;
  }
}
.ginput_container_fileupload:after {
  position: absolute;
  top: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  width: 18px;
  height: 18px;
  background-image: image("upload.svg");
  background-size: contain;
  content: "";
  right: 1.5rem;
}
.ginput_container_fileupload .ginput_preview {
  padding-top: 8px;
}

.ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img {
  max-width: none;
}
.ginput_container_list .gfield_list_cell input {
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  margin-bottom: 0 !important;
}

.gform_wrapper.gravity-theme .row {
  margin-left: 0;
  margin-right: 0;
}
.gform_wrapper.gravity-theme .col {
  padding-left: 0;
  padding-right: 0;
}
.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme .form-group.address .ginput_left {
  margin-right: auto;
  float: none;
}
.gform_wrapper.gravity-theme .ginput_complex .ginput_container_time {
  max-width: 124px;
  padding-left: 0;
  padding-right: 0;
}
.gform_wrapper.gravity-theme .ginput_complex .hour_minute_colon {
  line-height: 54px;
}

/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

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

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

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: -webkit-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: -webkit-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

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

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(0px - var(--swiper-navigation-size) / 2);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

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

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

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

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

/* Navigation font end */
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

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

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 2);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(-webkit-calc(var(--plyr-control-spacing, 10px) * -4));
          transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 4px);
  color: inherit;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: visible;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7);
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control:focus-visible {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: -webkit-calc(var(--plyr-control-spacing, 10px) / 4);
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: -webkit-calc(var(--plyr-control-spacing, 10px) / 4);
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 -webkit-calc(var(--plyr-control-spacing, 10px) / 2);
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: -webkit-calc(var(--plyr-control-icon-size, 18px) / 2 + -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7);
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -webkit-align-items: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
  right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward:focus-visible::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: -webkit-calc(100% - -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
  width: calc(100% - calc(var(--plyr-control-spacing, 10px) * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
  left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
          box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back:focus-visible::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7);
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: -webkit-calc((-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: -webkit-calc(var(--plyr-range-thumb-height, 13px) * 2);
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  display: block;
  height: -webkit-calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: -webkit-calc(var(--plyr-range-track-height, 5px) / 2);
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: -webkit-calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}
.plyr--full-ui input[type=range]:focus-visible::-ms-track {
  outline: 2px dashed var(--plyr-focus-visible-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) / 2) -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -webkit-calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control:focus-visible .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: -webkit-calc(var(--plyr-control-icon-size, 18px) / 2 + -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7));
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: -webkit-calc(var(--plyr-control-icon-size, 18px) / 2 + -webkit-calc(var(--plyr-control-spacing, 10px) * 0.7));
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + calc(var(--plyr-control-spacing, 10px) * 0.7));
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:focus-visible .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: -webkit-calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -webkit-calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -webkit-calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: -webkit-calc(100% + var(--plyr-range-thumb-height, 13px));
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -webkit-calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.plyr__volume input[type=range] {
  margin-left: -webkit-calc(var(--plyr-control-spacing, 10px) / 2);
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: -webkit-calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  max-width: 90px;
  min-width: 60px;
  position: relative;
  z-index: 2;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control:focus-visible, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb, .plyr--full-ui.plyr--audio input[type=range].nice-select.open::-webkit-slider-thumb {
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb, .plyr--full-ui.plyr--audio input[type=range].nice-select.open::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb, .plyr--full-ui.plyr--audio input[type=range].nice-select.open::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.6));
}

.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  border-radius: inherit;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
          transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) / 2);
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: -webkit-calc(var(--plyr-control-spacing, 10px) * 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: -webkit-calc(var(--plyr-control-spacing, 10px) * 3.5);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.plyr--video .plyr__control:focus-visible, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: -webkit-calc(var(--plyr-control-spacing, 10px) * 1.5);
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb, .plyr--full-ui.plyr--video input[type=range].nice-select.open::-webkit-slider-thumb {
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
          box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb, .plyr--full-ui.plyr--video input[type=range].nice-select.open::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb, .plyr--full-ui.plyr--video input[type=range].nice-select.open::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, #fff);
  border-radius: var(--plyr-menu-radius, 8px);
  bottom: 100%;
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
          box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: -webkit-calc(-webkit-calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, #fff);
  bottom: -webkit-calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: -webkit-calc(50% + var(--preview-arrow-offset));
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: -webkit-calc(var(--plyr-menu-radius, 8px) - 1px);
  border-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: -webkit-calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-left-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: -webkit-calc(var(--plyr-menu-radius, 8px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-menu-radius, 8px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

[data-sal] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-delay: var(--sal-delay, 0s);
          transition-delay: var(--sal-delay, 0s);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-duration: var(--sal-duration, 0.2s);
          transition-duration: var(--sal-duration, 0.2s);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-timing-function: var(--sal-easing, ease);
          transition-timing-function: var(--sal-easing, ease);
}

[data-sal][data-sal-duration="200"] {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  -webkit-transition-duration: 0.45s;
          transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  -webkit-transition-duration: 0.55s;
          transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  -webkit-transition-duration: 0.65s;
          transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  -webkit-transition-duration: 0.75s;
          transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  -webkit-transition-duration: 0.85s;
          transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  -webkit-transition-duration: 0.95s;
          transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  -webkit-transition-duration: 1.1s;
          transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  -webkit-transition-duration: 1.15s;
          transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  -webkit-transition-duration: 1.35s;
          transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  -webkit-transition-duration: 1.4s;
          transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  -webkit-transition-duration: 1.55s;
          transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  -webkit-transition-duration: 1.65s;
          transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  -webkit-transition-duration: 1.7s;
          transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  -webkit-transition-duration: 1.75s;
          transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  -webkit-transition-duration: 1.8s;
          transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  -webkit-transition-duration: 1.85s;
          transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  -webkit-transition-duration: 1.9s;
          transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  -webkit-transition-duration: 1.95s;
          transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  -webkit-transition-delay: 0.95s;
          transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

[data-sal][data-sal-easing=linear] {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

[data-sal][data-sal-easing=ease] {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

[data-sal][data-sal-easing=ease-in] {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

[data-sal][data-sal-easing=ease-out] {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

[data-sal][data-sal-easing=ease-in-out] {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing=ease-in-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing=ease-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-out-cubic] {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing=ease-in-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
          transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing=ease-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing=ease-in-out-circ] {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
          transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing=ease-in-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
          transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing=ease-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing=ease-in-out-expo] {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing=ease-in-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing=ease-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing=ease-in-out-quad] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing=ease-in-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
          transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing=ease-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing=ease-in-out-quart] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing=ease-in-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing=ease-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing=ease-in-out-quint] {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
          transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing=ease-in-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing=ease-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing=ease-in-out-sine] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing=ease-in-back] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing=ease-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing=ease-in-out-back] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|=fade] {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

[data-sal|=fade].sal-animate, body.sal-disabled [data-sal|=fade] {
  opacity: 1;
}

[data-sal|=slide] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sal=slide-up] {
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
}

[data-sal=slide-down] {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

[data-sal=slide-left] {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

[data-sal=slide-right] {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}

[data-sal|=slide].sal-animate, body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-sal|=zoom] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sal=zoom-in] {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

[data-sal=zoom-out] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

[data-sal|=zoom].sal-animate, body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-sal|=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-sal=flip-left] {
  -webkit-transform: perspective(2000px) rotateY(-91deg);
          transform: perspective(2000px) rotateY(-91deg);
}

[data-sal=flip-right] {
  -webkit-transform: perspective(2000px) rotateY(91deg);
          transform: perspective(2000px) rotateY(91deg);
}

[data-sal=flip-up] {
  -webkit-transform: perspective(2000px) rotateX(-91deg);
          transform: perspective(2000px) rotateX(-91deg);
}

[data-sal=flip-down] {
  -webkit-transform: perspective(2000px) rotateX(91deg);
          transform: perspective(2000px) rotateX(91deg);
}

[data-sal|=flip].sal-animate, body.sal-disabled [data-sal|=flip] {
  -webkit-transform: none;
          transform: none;
}


.browserupgrade {
  display: none;
  padding: 16px;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  z-index: 1500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 1.5;
}
.browserupgrade a {
  color: #a94442;
  font-weight: bold;
}
.browserupgrade a:hover, .browserupgrade a:focus {
  text-decoration: underline;
  color: #a94442;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .browserupgrade {
    display: block;
  }
}
:root {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 48em) {
  :root {
    font-size: 16px;
  }
}

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

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #212529;
  background-color: #fff;
}

::-moz-selection {
  background: #2883ad;
  color: #fff;
}

::selection {
  background: #2883ad;
  color: #fff;
}

::-moz-selection {
  background: #2883ad;
  color: #fff;
}

.content-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.page-wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  margin-top: -1px;
}

.module {
  overflow: hidden;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  color: #2883ad;
  text-decoration: none;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
a:hover, a:active, a.nice-select.open, a:focus {
  color: rgb(30.4225352113, 99.6338028169, 131.5774647887);
}

@font-face {
  font-family: "Luxury Text";
  src: url("../../fonts/LuxuryText-Roman.woff2") format("woff2"), url("../../fonts/LuxuryText-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir LT Std";
  src: url("../../fonts/AvenirLT/AvenirLTStd-Book.woff2") format("woff2"), url("../../fonts/AvenirLT/AvenirLTStd-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../../fonts/Icomoon/fonts/icomoon.eot?1crfph");
  src: url("../../fonts/Icomoon/fonts/icomoon.eot?1crfph#iefix") format("embedded-opentype"), url("../../fonts/Icomoon/fonts/icomoon.ttf?1crfph") format("truetype"), url("../../fonts/Icomoon/fonts/icomoon.woff?1crfph") format("woff"), url("../../fonts/Icomoon/fonts/icomoon.svg?1crfph#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-up:before {
  content: "\E900";
}

.icon-arrow-right-sm:before {
  content: "\E901";
}

.icon-arrow-right-bg:before {
  content: "\E902";
}

.icon-arrow-down-right:before {
  content: "\E903";
}

.sr-only, .honeypot .gfield_description, .gfield_label:not(.gfield_label_before_complex),
.screen-reader-text, .validation_error, .form-group.name label:not(.gfield_label_before_complex),
.form-group.name i,
.form-group.time label:not(.gfield_label_before_complex),
.form-group.time i,
.form-group.address label:not(.gfield_label_before_complex),
.form-group.address i {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

h1,
.h1 {
  color: inherit;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  color: inherit;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  color: inherit;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  color: inherit;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  color: inherit;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  color: inherit;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.color-white {
  color: #fafafa;
}

.color-black {
  color: #1f2121;
}

.text-button {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 64em) {
  .text-button {
    font-size: 16px;
  }
}
@media (max-width: 63.9375em) {
  .text-button {
    font-size: 14px;
  }
}

.text-title {
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 57.6px */
  letter-spacing: -0.64px; /* 25.2px */
}
@media (max-width: 64em) {
  .text-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
  }
}
@media (max-width: 47.99em) {
  .text-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
  }
}

.text-ave-sm {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 12.6px */
  text-transform: uppercase;
  color: #fbfaf9;
}

.text-ave-large {
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 18.9px */
}
@media (max-width: 47.99em) {
  .text-ave-large {
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
  }
}

.text-ave-md {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 120%; /* 16.8px */
}

.article-content {
  width: 100%;
}
.article-content p {
  margin-bottom: 10px;
}
@media screen and (min-width: 0px) {
  .article-content p {
    margin-bottom: -webkit-calc(10px + 5 * (100vw - 0px) / 1200);
    margin-bottom: calc(10px + 5 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .article-content p {
    margin-bottom: 15px;
  }
}
.article-content p.lead {
  font-size: 16px;
}
@media screen and (min-width: 0px) {
  .article-content p.lead {
    font-size: -webkit-calc(16px + 2 * (100vw - 0px) / 1200);
    font-size: calc(16px + 2 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .article-content p.lead {
    font-size: 18px;
  }
}
.article-content img {
  width: 100%;
  height: auto;
}
.article-content .alignnone {
  margin: 5px 20px 20px 0;
}
.article-content .aligncenter {
  display: block;
  margin: 5px auto 20px;
  width: auto;
}
.article-content .alignright {
  float: right;
  margin: 5px 0 20px 20px;
  width: auto;
}
.article-content .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  width: auto;
}
.article-content li {
  position: relative;
  padding: 0 0 6px 20px;
}
.article-content li:before {
  left: 0;
  position: absolute;
  content: "";
}
.article-content ol,
.article-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
.article-content ol ol,
.article-content ol ul,
.article-content ul ol,
.article-content ul ul {
  padding-left: 0;
  padding-top: 5px;
}
.article-content > ol,
.article-content > ul {
  margin-top: 0;
}
.article-content ol {
  counter-reset: li;
}
.article-content ol li:before {
  counter-increment: li;
  content: counter(li) ".";
  top: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #2883ad;
}
.article-content ol li ol {
  counter-reset: lili;
  margin-bottom: 0;
}
.article-content ol li ol li:before {
  counter-increment: lili;
  content: counter(lili) ".";
  color: rgb(25.6338028169, 83.9507042254, 110.8661971831);
}
.article-content ol li ol li li:before {
  color: rgb(16.0563380282, 52.5845070423, 69.4436619718);
}
.article-content ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2883ad;
  top: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.article-content ul li ul {
  margin-bottom: 0;
}
.article-content ul li li:before {
  background-color: rgb(25.6338028169, 83.9507042254, 110.8661971831);
}
.article-content ul li li li:before {
  background-color: rgb(16.0563380282, 52.5845070423, 69.4436619718);
}
.article-content iframe {
  width: 100% !important;
  max-width: 100%;
}
.article-content a:not(.btn):not(.gform_button) {
  color: #2883ad;
  font-weight: 700;
}
.article-content a:not(.btn):not(.gform_button):hover, .article-content a:not(.btn):not(.gform_button):active, .article-content a.nice-select.open:not(.btn):not(.gform_button), .article-content a:not(.btn):not(.gform_button):focus {
  text-decoration: underline;
}
.article-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 14px;
}
.article-content table > thead > tr > th,
.article-content table > thead > tr > td,
.article-content table > tbody > tr > th,
.article-content table > tbody > tr > td,
.article-content table > tfoot > tr > th,
.article-content table > tfoot > tr > td {
  padding: 10px 15px;
  line-height: 1.4;
  vertical-align: top;
}
.article-content table > thead {
  background-color: #2883ad;
  color: #fff;
  text-align: left;
}
.article-content table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #fff;
}
.article-content table > caption + thead > tr:first-child > th,
.article-content table > caption + thead > tr:first-child > td,
.article-content table > colgroup + thead > tr:first-child > th,
.article-content table > colgroup + thead > tr:first-child > td,
.article-content table > thead:first-child > tr:first-child > th,
.article-content table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.article-content table > tbody + tbody {
  border-top: 2px solid #ced4da;
}
.article-content table table {
  background-color: #fff;
}
.article-content table > tbody > tr:nth-of-type(even) {
  background-color: #e9ecef;
}
.article-content .table-responsive {
  overflow-x: auto;
}
@media (max-width: 35.99em) {
  .article-content .table-responsive {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    border: 1px solid #ced4da;
  }
  .article-content .table-responsive > table {
    margin-bottom: 0;
  }
  .article-content .table-responsive > table > thead > tr > th,
  .article-content .table-responsive > table > thead > tr > td,
  .article-content .table-responsive > table > tbody > tr > th,
  .article-content .table-responsive > table > tbody > tr > td,
  .article-content .table-responsive > table > tfoot > tr > th,
  .article-content .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
.article-content blockquote {
  padding: 25px;
  font-size: 18px;
  font-weight: 700;
  color: #6c757d;
  margin: 0;
}
@media screen and (min-width: 0px) {
  .article-content blockquote {
    padding: -webkit-calc(25px + 15 * (100vw - 0px) / 1200);
    padding: calc(25px + 15 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .article-content blockquote {
    padding: 40px;
  }
}
@media screen and (min-width: 0px) {
  .article-content blockquote {
    font-size: -webkit-calc(18px + 6 * (100vw - 0px) / 1200);
    font-size: calc(18px + 6 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .article-content blockquote {
    font-size: 24px;
  }
}
.article-content blockquote > p {
  margin: 0;
}
.article-content blockquote > p:before {
  content: "\201C";
  margin-right: 5px;
}
.article-content blockquote > p:after {
  content: "\201D";
  margin-left: 5px;
}
.article-content__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.article-content__share p {
  margin: 0;
  padding-right: 20px;
}
.article-content__share__title {
  margin: 0 20px 0 0;
}
.article-content__share__link {
  padding-bottom: 5px;
  padding-right: 20px;
}
.article-content__share__link svg {
  height: 18px;
  fill: black;
}

.btn, .gform_button {
  display: inline-block;
  border: 0;
  background: none;
  color: #fff;
  background-color: #007bff;
  border-radius: 0.25rem;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-align: center;
  line-height: 1;
  padding: 1rem 1.5rem;
}
.btn:hover, .gform_button:hover, .btn:active, .gform_button:active, .btn.nice-select.open, .nice-select.open.gform_button, .btn:focus, .gform_button:focus {
  background-color: rgb(0, 98.4, 204);
  color: #fff;
}
.btn[disabled], [disabled].gform_button {
  opacity: 0.8;
  cursor: not-allowed;
}

.btn-block {
  width: 100%;
  display: block;
}
.btn-block + .btn-block {
  margin-top: 30px;
}

.btn-primary {
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 12px 22px;
  border: 1px solid #fafafa;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-primary:hover .bg, .btn-primary:active .bg, .btn-primary.nice-select.open .bg, .btn-primary:focus .bg {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.btn-primary:hover .icon span:first-child, .btn-primary:active .icon span:first-child, .btn-primary.nice-select.open .icon span:first-child, .btn-primary:focus .icon span:first-child {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.btn-primary:hover .icon span:last-child, .btn-primary:active .icon span:last-child, .btn-primary.nice-select.open .icon span:last-child, .btn-primary:focus .icon span:last-child {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.btn-primary:hover span, .btn-primary:active span, .btn-primary.nice-select.open span, .btn-primary:focus span {
  color: #1f2121;
}
.btn-primary.btn-dark {
  border-color: #1f2121;
}
.btn-primary.btn-dark .bg {
  background-color: #8baebc;
}
.btn-primary.btn-dark span {
  color: #1f2121;
}
.btn-primary.btn-dark:hover, .btn-primary.btn-dark:active, .btn-primary.btn-dark.nice-select.open, .btn-primary.btn-dark:focus {
  border-color: #fafafa;
}
.btn-primary.btn-dark:hover span, .btn-primary.btn-dark:active span, .btn-primary.btn-dark.nice-select.open span, .btn-primary.btn-dark:focus span {
  color: #fafafa;
}
.btn-primary.bg-white {
  border-color: #fafafa;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn-primary.bg-white .bg {
  background-color: #858384;
}
.btn-primary.bg-white span {
  color: #1f2121;
}
.btn-primary.bg-white .icon-arrow-right-sm {
  color: #1f2121;
}
.btn-primary.bg-white:hover, .btn-primary.bg-white:active, .btn-primary.bg-white.nice-select.open, .btn-primary.bg-white:focus {
  border-color: #858384;
  outline: 1px solid #858383;
  outline-offset: -2px;
}
.btn-primary.bg-white:hover span, .btn-primary.bg-white:active span, .btn-primary.bg-white.nice-select.open span, .btn-primary.bg-white:focus span {
  color: #fafafa;
}
.btn-primary span {
  color: #fafafa;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-primary .text-button {
  position: relative;
  z-index: 1;
  height: 11px !important;
}
@media (max-width: 47.99em) {
  .btn-primary .text-button {
    height: unset !important;
  }
}
.btn-primary .bg {
  position: absolute;
  background-color: #fafafa;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-primary .icon {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.btn-primary .icon span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn-primary .icon span:first-child {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.btn-primary .icon span:last-child {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.btn-primary .icon-arrow-right-sm {
  color: #fafafa;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.underline-hover {
  text-decoration: none !important;
  color: #fafafa !important;
}
.underline-hover span {
  position: relative;
}
.underline-hover span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fafafa;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.underline-hover:hover span::before, .underline-hover:active span::before, .underline-hover.nice-select.open span::before, .underline-hover:focus span::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.form-control, .form-group.name input,
.form-group.time input,
.form-group.time select,
.form-group.address input,
.form-group.address select, .ginput_container_list .gfield_list_cell input {
  color: #ced4da;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease-out all;
  transition: all 300ms ease-out all;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: auto 10px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 0px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    margin-bottom: -webkit-calc(15px + 15 * (100vw - 0px) / 1200);
    margin-bottom: calc(15px + 15 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 0px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-left: -webkit-calc(15px + 5 * (100vw - 0px) / 1200);
    padding-left: calc(15px + 5 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-left: 20px;
  }
}
@media screen and (min-width: 0px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-right: -webkit-calc(15px + 5 * (100vw - 0px) / 1200);
    padding-right: calc(15px + 5 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-right: 20px;
  }
}
@media screen and (min-width: 0px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-top: -webkit-calc(12px + 4 * (100vw - 0px) / 1200);
    padding-top: calc(12px + 4 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-top: 16px;
  }
}
@media screen and (min-width: 0px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-bottom: -webkit-calc(12px + 2 * (100vw - 0px) / 1200);
    padding-bottom: calc(12px + 2 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .form-control, .form-group.name input,
  .form-group.time input,
  .form-group.time select,
  .form-group.address input,
  .form-group.address select, .ginput_container_list .gfield_list_cell input {
    padding-bottom: 14px;
  }
}
.form-control::-webkit-input-placeholder, .form-group.name input::-webkit-input-placeholder,
.form-group.time input::-webkit-input-placeholder,
.form-group.time select::-webkit-input-placeholder,
.form-group.address input::-webkit-input-placeholder,
.form-group.address select::-webkit-input-placeholder, .ginput_container_list .gfield_list_cell input::-webkit-input-placeholder {
  color: #ced4da;
}
.form-control:-moz-placeholder, .form-group.name input:-moz-placeholder,
.form-group.time input:-moz-placeholder,
.form-group.time select:-moz-placeholder,
.form-group.address input:-moz-placeholder,
.form-group.address select:-moz-placeholder, .ginput_container_list .gfield_list_cell input:-moz-placeholder {
  color: #ced4da;
}
.form-control::-moz-placeholder, .form-group.name input::-moz-placeholder,
.form-group.time input::-moz-placeholder,
.form-group.time select::-moz-placeholder,
.form-group.address input::-moz-placeholder,
.form-group.address select::-moz-placeholder, .ginput_container_list .gfield_list_cell input::-moz-placeholder {
  color: #ced4da;
}
.form-control:-ms-input-placeholder, .form-group.name input:-ms-input-placeholder,
.form-group.time input:-ms-input-placeholder,
.form-group.time select:-ms-input-placeholder,
.form-group.address input:-ms-input-placeholder,
.form-group.address select:-ms-input-placeholder, .ginput_container_list .gfield_list_cell input:-ms-input-placeholder {
  color: #ced4da;
}
.form-control:focus, .form-group.name input:focus,
.form-group.time input:focus,
.form-group.time select:focus,
.form-group.address input:focus,
.form-group.address select:focus, .ginput_container_list .gfield_list_cell input:focus {
  border-color: rgba(0, 0, 0, 0.15);
}
.has-error .form-control, .has-error .form-group.name input, .form-group.name .has-error input,
.has-error .form-group.time input,
.form-group.time .has-error input,
.has-error .form-group.time select,
.form-group.time .has-error select,
.has-error .form-group.address input,
.form-group.address .has-error input,
.has-error .form-group.address select,
.form-group.address .has-error select, .has-error .ginput_container_list .gfield_list_cell input, .ginput_container_list .gfield_list_cell .has-error input {
  border-color: #dc3545;
  background-image: image("failed.svg");
  padding-right: 50px;
}

textarea.form-control {
  max-width: 100%;
  background-position: right 15px top 10px;
}

select.form-control,
.form-group.time select,
.form-group.address select {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (min-width: 0px) {
  select.form-control,
  .form-group.time select,
  .form-group.address select {
    padding-top: -webkit-calc(14px + 4 * (100vw - 0px) / 1200);
    padding-top: calc(14px + 4 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  select.form-control,
  .form-group.time select,
  .form-group.address select {
    padding-top: 18px;
  }
}
@media screen and (min-width: 0px) {
  select.form-control,
  .form-group.time select,
  .form-group.address select {
    padding-bottom: -webkit-calc(14px + 2 * (100vw - 0px) / 1200);
    padding-bottom: calc(14px + 2 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  select.form-control,
  .form-group.time select,
  .form-group.address select {
    padding-bottom: 16px;
  }
}

.gform_wrapper.gravity-theme .input-wrapper input[type=text],
.gform_wrapper.gravity-theme .input-wrapper input[type=password],
.gform_wrapper.gravity-theme .input-wrapper input[type=email],
.gform_wrapper.gravity-theme .input-wrapper input[type=url],
.gform_wrapper.gravity-theme .input-wrapper input[type=date],
.gform_wrapper.gravity-theme .input-wrapper input[type=month],
.gform_wrapper.gravity-theme .input-wrapper input[type=time],
.gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
.gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
.gform_wrapper.gravity-theme .input-wrapper input[type=week],
.gform_wrapper.gravity-theme .input-wrapper input[type=number],
.gform_wrapper.gravity-theme .input-wrapper input[type=search],
.gform_wrapper.gravity-theme .input-wrapper input[type=tel],
.gform_wrapper.gravity-theme .input-wrapper input[type=color],
.gform_wrapper.gravity-theme .input-wrapper textarea {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media screen and (min-width: 0px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-left: -webkit-calc(15px + 5 * (100vw - 0px) / 1200);
    padding-left: calc(15px + 5 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-left: 20px;
  }
}
@media screen and (min-width: 0px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-right: -webkit-calc(15px + 5 * (100vw - 0px) / 1200);
    padding-right: calc(15px + 5 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-right: 20px;
  }
}
@media screen and (min-width: 0px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-top: -webkit-calc(12px + 4 * (100vw - 0px) / 1200);
    padding-top: calc(12px + 4 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-top: 16px;
  }
}
@media screen and (min-width: 0px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-bottom: -webkit-calc(12px + 2 * (100vw - 0px) / 1200);
    padding-bottom: calc(12px + 2 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .input-wrapper input[type=text],
  .gform_wrapper.gravity-theme .input-wrapper input[type=password],
  .gform_wrapper.gravity-theme .input-wrapper input[type=email],
  .gform_wrapper.gravity-theme .input-wrapper input[type=url],
  .gform_wrapper.gravity-theme .input-wrapper input[type=date],
  .gform_wrapper.gravity-theme .input-wrapper input[type=month],
  .gform_wrapper.gravity-theme .input-wrapper input[type=time],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime],
  .gform_wrapper.gravity-theme .input-wrapper input[type=datetime-local],
  .gform_wrapper.gravity-theme .input-wrapper input[type=week],
  .gform_wrapper.gravity-theme .input-wrapper input[type=number],
  .gform_wrapper.gravity-theme .input-wrapper input[type=search],
  .gform_wrapper.gravity-theme .input-wrapper input[type=tel],
  .gform_wrapper.gravity-theme .input-wrapper input[type=color],
  .gform_wrapper.gravity-theme .input-wrapper textarea {
    padding-bottom: 14px;
  }
}
.gform_wrapper.gravity-theme .input-wrapper select {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (min-width: 0px) {
  .gform_wrapper.gravity-theme .input-wrapper select {
    padding-top: -webkit-calc(14px + 4 * (100vw - 0px) / 1200);
    padding-top: calc(14px + 4 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .input-wrapper select {
    padding-top: 18px;
  }
}
@media screen and (min-width: 0px) {
  .gform_wrapper.gravity-theme .input-wrapper select {
    padding-bottom: -webkit-calc(14px + 2 * (100vw - 0px) / 1200);
    padding-bottom: calc(14px + 2 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .gform_wrapper.gravity-theme .input-wrapper select {
    padding-bottom: 16px;
  }
}

.gform_footer {
  text-align: right;
  position: relative;
}
@media (max-width: 47.99em) {
  .gform_button {
    width: 100%;
  }
}

.honeypot {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}
.grecaptcha-badge {
  display: none;
}

.ginput_recaptcha_terms {
  font-size: 14px;
  margin-top: 8px;
}

.gform_required_message {
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
@media screen and (min-width: 0px) {
  .gform_required_message {
    margin-bottom: -webkit-calc(15px + 15 * (100vw - 0px) / 1200);
    margin-bottom: calc(15px + 15 * (100vw - 0px) / 1200);
  }
}
@media screen and (min-width: 1200px) {
  .gform_required_message {
    margin-bottom: 30px;
  }
}

.message-page {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbfaf9;
}
.message-page .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.message-page--title {
  color: #1f2121;
  text-align: center;
  font-family: "Luxury Text";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 86.4px */
  letter-spacing: -0.96px;
}
@media (max-width: 47.99em) {
  .message-page--title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 43.2px */
    letter-spacing: -0.48px;
  }
}
.message-page--subtitle {
  color: #61646c;
  text-align: center;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 24px;
}
@media (max-width: 47.99em) {
  .message-page--subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
  }
}
.message-page .btn-primary {
  border-color: #fafafa;
}
.message-page .btn-primary .text-button {
  color: #fafafa;
}
.message-page .btn-primary .icon-arrow-right-sm {
  color: #fafafa;
}
.message-page .btn-primary.bg-white {
  background-color: #8baebc;
  border-color: #8baebc;
}

.text-content-page {
  padding: 96px 0px;
  padding-top: 140px;
}
@media (max-width: 61.99em) {
  .text-content-page {
    margin-top: 98px;
    padding: 80px 0px;
  }
}
.text-content-page h2 {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 57.6px */
  letter-spacing: -0.64px;
}
@media (max-width: 64em) {
  .text-content-page h2 {
    font-size: 48px;
    line-height: 100%; /* 48px */
    letter-spacing: -0.4px;
  }
}
@media (max-width: 47.99em) {
  .text-content-page h2 {
    font-size: 40px;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
  }
}
.text-content-page h3 {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 48px */
  letter-spacing: -0.48px;
}
@media (max-width: 64em) {
  .text-content-page h3 {
    font-size: 40px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 47.99em) {
  .text-content-page h3 {
    font-size: 32px;
    letter-spacing: -0.32px;
  }
}
.text-content-page h4 {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 37.8px */
  letter-spacing: -0.36px;
}
@media (max-width: 64em) {
  .text-content-page h4 {
    font-size: 30px;
    letter-spacing: -0.3px;
  }
}
@media (max-width: 47.99em) {
  .text-content-page h4 {
    font-size: 26px;
    letter-spacing: -0.26px;
  }
}
.text-content-page h5 {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 30.8px */
  letter-spacing: -0.28px;
}
@media (max-width: 64em) {
  .text-content-page h5 {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
}
@media (max-width: 47.99em) {
  .text-content-page h5 {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}
.text-content-page p {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: normal; /* 18.9px */
}
@media (max-width: 47.99em) {
  .text-content-page p {
    font-size: 16px;
    line-height: normal;
  }
}
.text-content-page ul {
  margin: unset;
  padding: unset;
  padding-left: 16px;
}
.text-content-page ul li {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  text-align: left;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-left: unset;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 61.99em) {
  .text-content-page ul li {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.text-content-page ul li::before {
  content: "";
  background-color: #61646c;
  display: block;
  width: 100%;
  max-width: 4px;
  height: 4px;
  border-radius: 99px;
  margin-left: -1em;
  position: absolute;
  top: 7px;
}
.text-content-page a {
  color: #236c88 !important;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.text-content-page a:hover {
  -webkit-text-decoration-color: #236c88;
          text-decoration-color: #236c88;
}

.hamburger {
  padding: 15px 12px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  border: 1px solid #fafafa;
  border-radius: 50%;
}
.hamburger:hover, .hamburger:active, .hamburger.nice-select.open, .hamburger:focus {
  opacity: 0.7;
}

.hamburger-box {
  width: 24px;
  height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
  margin-top: -4px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 1.29px;
  background-color: #fafafa;
  border-radius: 0.25rem;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (max-width: 47.99em) {
  .nav-active .dark-color .hamburger-inner, .nav-active .dark-color .hamburger-inner::before, .nav-active .dark-color .hamburger-inner::after {
    background-color: #1f2121 !important;
  }
}
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.nav-active .hamburger--squeeze .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  margin-top: 0px;
}
.nav-active .hamburger--squeeze .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.nav-active .hamburger--squeeze .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header {
  background-color: #8baebc;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  padding: 24px 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 63.9375em) {
  .header {
    border-bottom: 1px solid rgba(250, 250, 250, 0.4);
  }
  .nav-active .header {
    background-color: transparent;
  }
}
.popup-open .header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.header.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header.header-top {
  background-color: transparent;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.home .header.header-top .bg-white {
  background-color: #8baebc !important;
  border-color: #8baebc !important;
}
.home .header.header-top .bg-white span {
  color: #fafafa !important;
}
.home .header.header-top .bg-white:hover {
  border-color: #fafafa !important;
}
.home .header.header-top .bg-white:hover .bg {
  background-color: #fafafa !important;
}
.home .header.header-top .bg-white:hover span {
  color: #1f2121 !important;
}
.header.header-top.single-ja {
  background-color: #fbfaf9 !important;
  border-bottom: 1px solid rgba(133, 131, 132, 0.4);
}
.nav-active .header.header-top.single-ja {
  border-color: rgba(250, 250, 250, 0.4);
}
.header.header-top.single-ja .text-button {
  color: #1f2121 !important;
}
.header.header-top.single-ja .underline-hover span::before {
  background-color: #1f2121 !important;
}
.header.header-top.single-ja .btn-primary {
  border-color: #1f2121;
}
.header.header-top.single-ja .btn-primary .icon-arrow-right-sm {
  color: #1f2121;
}
.header.header-top.single-ja .btn-primary:hover, .header.header-top.single-ja .btn-primary:active, .header.header-top.single-ja .btn-primary.nice-select.open, .header.header-top.single-ja .btn-primary:focus {
  border-color: #8baebc;
}
.header.header-top.single-ja .btn-primary:hover .bg, .header.header-top.single-ja .btn-primary:active .bg, .header.header-top.single-ja .btn-primary.nice-select.open .bg, .header.header-top.single-ja .btn-primary:focus .bg {
  background-color: #8baebc;
}
.header.header-top.single-ja .btn-primary:hover .text-button, .header.header-top.single-ja .btn-primary:active .text-button, .header.header-top.single-ja .btn-primary.nice-select.open .text-button, .header.header-top.single-ja .btn-primary:focus .text-button {
  color: #fafafa !important;
}
.header.header-top.single-ja .btn-primary:hover .icon-arrow-right-sm, .header.header-top.single-ja .btn-primary:active .icon-arrow-right-sm, .header.header-top.single-ja .btn-primary.nice-select.open .icon-arrow-right-sm, .header.header-top.single-ja .btn-primary:focus .icon-arrow-right-sm {
  color: #fafafa;
}
.header.header-top.single-ja .btn-primary.bg-white {
  background-color: #8baebc;
  border-color: #8baebc;
  height: 46px;
  outline: 1px solid #8baebc;
  outline-offset: -2px;
}
.header.header-top.single-ja .btn-primary.bg-white .bg {
  background-color: #858384;
}
.header.header-top.single-ja .btn-primary.bg-white .text-button {
  color: #fafafa !important;
}
.header.header-top.single-ja .btn-primary.bg-white .icon-arrow-right-sm {
  color: #fafafa;
}
.header.header-top.single-ja .btn-primary.bg-white:hover, .header.header-top.single-ja .btn-primary.bg-white:active, .header.header-top.single-ja .btn-primary.bg-white.nice-select.open, .header.header-top.single-ja .btn-primary.bg-white:focus {
  border-color: #858384;
  outline: 1px solid #858383;
}
.header.header-top.single-ja .btn-primary.bg-white:hover span, .header.header-top.single-ja .btn-primary.bg-white:active span, .header.header-top.single-ja .btn-primary.bg-white.nice-select.open span, .header.header-top.single-ja .btn-primary.bg-white:focus span {
  color: #fafafa;
}
.header.header-top.single-ja .hamburger {
  border-color: #1f2121;
}
.header.header-top.single-ja .hamburger .hamburger-inner {
  background-color: #1f2121;
}
.header.header-top.single-ja .hamburger .hamburger-inner::after {
  background-color: #1f2121;
}
.nav-active .header.header-top.single-ja .hamburger {
  border-color: #fafafa;
}
.nav-active .header.header-top.single-ja .hamburger .hamburger-inner {
  background-color: #fafafa;
}
.nav-active .header.header-top.single-ja .hamburger .hamburger-inner::after {
  background-color: #fafafa;
}
.header.header-top.single-ja .white-logo {
  display: none;
}
.nav-active .header.header-top.single-ja .white-logo {
  display: block;
}
@media (max-width: 47.99em) {
  .nav-active .header.header-top.single-ja .white-logo {
    display: none !important;
  }
}
.header.header-top.single-ja .dark-logo {
  display: block;
}
.nav-active .header.header-top.single-ja .dark-logo {
  display: none;
}
@media (max-width: 47.99em) {
  .nav-active .header.header-top.single-ja .dark-logo {
    display: block !important;
  }
}
.header.dark-color {
  background-color: #fbfaf9 !important;
  border-bottom: 1px solid rgba(133, 131, 132, 0.4);
}
.nav-active .header.dark-color {
  border-color: rgba(250, 250, 250, 0.4);
}
.header.dark-color .text-button {
  color: #1f2121 !important;
}
.header.dark-color .underline-hover span::before {
  background-color: #1f2121 !important;
}
.header.dark-color .btn-primary {
  border-color: #1f2121;
}
.header.dark-color .btn-primary .icon-arrow-right-sm {
  color: #1f2121;
}
.header.dark-color .btn-primary.bg-white {
  background-color: #8baebc;
  border-color: #8baebc;
}
.header.dark-color .btn-primary.bg-white .text-button {
  color: #fafafa !important;
}
.header.dark-color .btn-primary.bg-white .icon-arrow-right-sm {
  color: #fafafa;
}
.header.dark-color .hamburger {
  border-color: #1f2121;
}
.header.dark-color .hamburger .hamburger-inner {
  background-color: #1f2121;
}
.header.dark-color .hamburger .hamburger-inner::after {
  background-color: #1f2121;
}
.nav-active .header.dark-color .hamburger {
  border-color: #fafafa;
}
.nav-active .header.dark-color .hamburger .hamburger-inner {
  background-color: #fafafa;
}
.nav-active .header.dark-color .hamburger .hamburger-inner::after {
  background-color: #fafafa;
}
.header.dark-color .white-logo {
  display: none;
}
.nav-active .header.dark-color .white-logo {
  display: block;
}
@media (max-width: 47.99em) {
  .nav-active .header.dark-color .white-logo {
    display: none !important;
  }
}
.header.dark-color .dark-logo {
  display: block;
}
.nav-active .header.dark-color .dark-logo {
  display: none;
}
@media (max-width: 47.99em) {
  .nav-active .header.dark-color .dark-logo {
    display: block !important;
  }
}
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
@media (max-width: 63.9375em) {
  .header .container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.has-page-reader .header {
  height: 130px;
}
@media (min-width: 75em) {
  .has-page-reader .header {
    height: 160px;
  }
}
.admin-bar.header-sticky .header {
  top: 46px;
}
@media (min-width: 48.9375em) {
  .admin-bar.header-sticky .header {
    top: 32px;
  }
}
.header .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo {
  width: 100%;
  max-width: 230px;
  background-image: image("logo.svg");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
.header__logo .sizer {
  width: 100%;
  padding-bottom: 17.3913043478%;
}
.header .ja-page {
  display: none;
}
.header .ja-page .dark-logo {
  display: none;
}
.header .ja-page.header-top {
  display: block;
}
.header__search {
  background: none;
  margin: 0;
  padding: 5px 10px;
  border: 0;
  line-height: 1;
  font-size: 20px;
}
.header__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 63.9375em) {
  .header__controls {
    text-align: right;
  }
}
.header__nav {
  margin-right: 20px;
  margin-left: auto;
}
@media (max-width: 63.9375em) {
  .header__nav {
    width: auto;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    padding: 0;
    height: 100vh;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    background-color: #858384;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    margin-right: unset;
    padding-top: 254px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .admin-bar .header__nav {
    top: 46px;
  }
}
@media (max-width: 63.9375em) and (min-width: 783px) {
  .admin-bar .header__nav {
    top: 32px;
  }
}
@media (max-width: 63.9375em) {
  .nav-active .header__nav {
    z-index: 2;
    pointer-events: auto;
    opacity: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header__nav .vector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
}
@media (max-width: 63.9375em) and (min-width: 48em) {
  .header__nav .vector {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
  }
}

@media (max-width: 63.9375em) {
  .page-wrap {
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-box-shadow: -1px -2px 20px 0 rgba(0, 0, 0, 0);
            box-shadow: -1px -2px 20px 0 rgba(0, 0, 0, 0);
  }
}

.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 63.9375em) {
  .nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 63.9375em) {
  .nav {
    gap: 32px;
  }
  .nav__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 350;
    line-height: 105%; /* 29.4px */
    text-transform: uppercase;
    padding: 8px 0px 4px;
  }
}
.nav__link {
  padding: 0px 20px;
  padding-top: 8px;
  padding-bottom: 4px;
}
.nav__link span {
  color: #fafafa;
}
.nav__li {
  position: relative;
}
@media (max-width: 63.9375em) {
  .nav__li + .nav__li {
    border-top: 1px solid #2883ad;
  }
}
@media (max-width: 63.9375em) {
  .nav__li--submenu-open > .nav__toggle i {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media (min-width: 36em) {
  .nav__li:hover > .nav__submenu, .nav__li:active > .nav__submenu, .nav__li.nice-select.open > .nav__submenu, .nav__li:focus > .nav__submenu {
    opacity: 1;
    pointer-events: auto;
    z-index: 998;
    -webkit-transition: all 0s 0s, opacity all 150ms ease-out;
    transition: all 0s 0s, opacity all 150ms ease-out;
  }
  .nav__submenu .nav__li:hover > .nav__a .nav__a__title, .nav__submenu .nav__li:active > .nav__a .nav__a__title, .nav__submenu .nav__li.nice-select.open > .nav__a .nav__a__title, .nav__submenu .nav__li:focus > .nav__a .nav__a__title {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.nav__toggle {
  width: 49px;
  height: 49px;
  background-color: #2883ad;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 36em) {
  .nav__toggle {
    width: 30px;
    height: auto;
    bottom: 0;
  }
}
.nav__toggle i {
  display: inline-block;
  color: #fff;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
@media (max-width: 63.9375em) {
  .nav__toggle i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (min-width: 36em) {
  .nav__toggle--0 {
    display: none;
  }
}
.nav__a {
  white-space: nowrap;
  display: block;
  padding: 0.5rem 1rem;
}
.nav__a__title {
  -webkit-transition: inherit;
  transition: inherit;
  display: block;
}
@media (max-width: 63.9375em) {
  .nav__a {
    padding: 15px;
    font-size: 12px;
    position: relative;
    z-index: 1;
  }
}
.nav__submenu {
  color: #fff;
  position: relative;
  width: 100%;
  display: none;
  background-color: #2883ad;
}
@media (min-width: 36em) {
  .nav__submenu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 200px;
    opacity: 0;
    pointer-events: none;
    z-index: -10;
    -webkit-transition: all 0s 150ms, opacity all 150ms ease-out;
    transition: all 0s 150ms, opacity all 150ms ease-out;
  }
}
@media (max-width: 63.9375em) {
  .nav__submenu .nav__li + .nav__li {
    border-top: 1px solid rgba(255, 255, 255, 0.8);
  }
}
.nav__submenu a {
  color: inherit;
  padding: 0.5vw 0.75vw;
}
@media (max-width: 63.9375em) {
  .nav__submenu a {
    padding: 15px;
    font-size: 12px;
    position: relative;
    z-index: 1;
  }
}
.nav__submenu .nav__submenu {
  background-color: rgb(35.2112676056, 115.3169014085, 152.2887323944);
}
@media (min-width: 36em) {
  .nav__submenu .nav__submenu {
    top: 0;
    left: 100%;
  }
}
.nav__submenu .nav__submenu .nav__submenu {
  display: none;
}

.keyboard-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999999;
}
.keyboard-nav a {
  position: absolute;
  left: 0;
  top: -10em;
  padding: 15px 30px;
  white-space: nowrap;
  color: #fff;
  font-size: 18px;
  background-color: #2883ad;
}
.keyboard-nav a:focus {
  top: 0;
}

.nice-select {
  position: relative;
}
.nice-select::after {
  border-color: #1f2121;
  border-width: 1px;
}
@media (max-width: 63.9375em) {
  .nice-select::after {
    right: 6px;
  }
}

.nav-active {
  overflow: hidden;
}

.footer {
  background-color: #8baebc;
  padding-top: 96px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 61.99em) {
  .footer {
    padding: 80px 0px;
  }
}
.footer .vector {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 90em) {
  .footer .vector {
    top: 24px;
  }
}
.footer .vector svg {
  -webkit-transform: scale(1.11);
          transform: scale(1.11);
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media (min-width: 105em) {
  .footer .vector svg {
    width: 100%;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}
@media (max-width: 64em) {
  .footer .vector svg {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
@media (max-width: 47.99em) {
  .footer .vector svg {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 152px;
}
@media (max-width: 61.99em) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
    margin-bottom: 64px;
  }
}
.footer__top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  width: 40.625%;
}
@media (max-width: 61.99em) {
  .footer__top-left {
    width: 100%;
  }
}
.footer__top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 64px;
  row-gap: 64px;
  width: 47.1798780488%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 61.99em) {
  .footer__top-right {
    width: 100%;
    row-gap: 32px;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.footer__top-right .text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 40.7108239095%;
}
@media (max-width: 64em) {
  .footer__top-right .text-wrap {
    width: 100%;
    gap: 8px;
  }
  .footer__top-right .text-wrap.last {
    width: 42%;
    margin-top: 24px;
  }
}
.footer__top-right .text-wrap .text-ave-sm {
  margin-bottom: 12px;
}
.footer__top-right .text-wrap .address-link {
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  color: #fafafa !important;
  line-height: 180%;
}
.footer__top-right .text-wrap .address-link:hover, .footer__top-right .text-wrap .address-link:active, .footer__top-right .text-wrap .address-link.nice-select.open, .footer__top-right .text-wrap .address-link:focus {
  -webkit-text-decoration-color: #fafafa;
          text-decoration-color: #fafafa;
}
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 64px;
}
@media (max-width: 61.99em) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
    margin-bottom: unset;
  }
}
.footer__bottom .legal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 61.99em) {
  .footer__bottom .legal-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 16px;
  }
}

.loader {
  position: fixed;
  background: #fff;
  top: 110px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none;
}
body.admin-bar .loader {
  top: 142px;
}
.loader__inner {
  background: url("../../img/loader.svg") no-repeat center;
  -webkit-animation: loader-rotate 4s linear infinite;
          animation: loader-rotate 4s linear infinite;
  width: 100%;
  height: 100%;
}

.searchbox {
  position: fixed;
  background-color: rgba(40, 131, 173, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity all 300ms ease-out;
  transition: opacity all 300ms ease-out;
  pointer-events: none;
  padding: 0 30px;
}
.admin-bar .searchbox {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .searchbox {
    top: 32px;
  }
}
.search-active .searchbox {
  opacity: 1;
  pointer-events: auto;
}
.searchbox__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  margin: 0;
  border: 0;
  line-height: 0;
  background-color: #fff;
  color: #2883ad;
  font-size: 25px;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.searchbox__close:hover, .searchbox__close:active, .searchbox__close.nice-select.open, .searchbox__close:focus {
  color: #fff;
  background-color: #2883ad;
}
.searchbox__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  height: 100vh;
  overflow-y: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.searchbox__form {
  width: 100%;
  position: relative;
}
.searchbox__form .form-control, .searchbox__form .form-group.name input, .form-group.name .searchbox__form input,
.searchbox__form .form-group.time input,
.form-group.time .searchbox__form input,
.searchbox__form .form-group.time select,
.form-group.time .searchbox__form select,
.searchbox__form .form-group.address input,
.form-group.address .searchbox__form input,
.searchbox__form .form-group.address select,
.form-group.address .searchbox__form select, .searchbox__form .ginput_container_list .gfield_list_cell input, .ginput_container_list .gfield_list_cell .searchbox__form input {
  margin-bottom: 0;
  padding-right: 50px;
}
.searchbox__form__submit {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  height: 100%;
  width: 50px;
}
.searchbox__fuzzy {
  margin-top: 10px;
  background-color: #fff;
  color: #2883ad;
  border-radius: 0.25rem;
}
.searchbox__fuzzy__link {
  padding: 10px;
}
.searchbox__fuzzy__link + .searchbox__fuzzy__link {
  border-top: 1px solid #2883ad;
}
body.search-active {
  overflow: hidden;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar a {
  padding: 10px;
  display: block;
}
.sidebar__nav__item {
  display: block;
  border-bottom: 1px solid #ced4da;
  margin-bottom: 10px;
}
.sidebar__nav__item a {
  font-weight: 700;
}
.sidebar__sub-nav__item {
  color: #ced4da;
}
.sidebar__sub-nav__item:hover a, .sidebar__sub-nav__item:active a, .sidebar__sub-nav__item.nice-select.open a, .sidebar__sub-nav__item:focus a {
  color: #343a40;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.sidebar__sub-nav__item--current a {
  color: #343a40;
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}

.pagination {
  width: 100%;
}
.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__list__item--current {
  background-color: #2883ad;
  color: #fff;
}
.pagination__list__item--current a {
  color: inherit;
}
.pagination__list__link {
  display: block;
  padding: 10px;
  font-weight: 700;
  line-height: 1;
}
.pagination__list__link:hover, .pagination__list__link:active, .pagination__list__link.nice-select.open, .pagination__list__link:focus {
  text-decoration: underline;
}

.page-reader-progress {
  width: 100%;
  background: #2883ad;
  z-index: 90;
}
.page-reader-progress__placeholder {
  position: relative;
  height: 85px;
  width: 100%;
}
.page-reader-progress__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-reader-progress__text__label {
  color: white;
  font-weight: bold;
  padding-right: 8px;
  white-space: nowrap;
  padding-top: 5px;
  display: none;
}
@media (min-width: 36em) {
  .page-reader-progress__text__label {
    display: inline-block;
  }
}
.page-reader-progress__text__title {
  color: white;
  display: inline-block;
  padding-top: 5px;
}
@media (max-width: 35.99em) {
  .page-reader-progress__text__title {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    display: none;
  }
}
.page-reader-progress__bar {
  height: 4px;
  width: 100%;
}
.page-reader-progress__inner {
  background: #435b69;
  height: 4px;
  width: 0;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.page-reader-progress__share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-left: auto;
}
.page-reader-progress__share__icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 10px 5px;
  position: relative;
  margin-left: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-reader-progress__share__icon:hover, .page-reader-progress__share__icon:active, .page-reader-progress__share__icon.nice-select.open, .page-reader-progress__share__icon:focus {
  text-decoration: none;
}
.page-reader-progress__share__icon:hover svg path, .page-reader-progress__share__icon:active svg path, .page-reader-progress__share__icon.nice-select.open svg path, .page-reader-progress__share__icon:focus svg path {
  fill: #435b69;
}
@media (hover: hover) {
  .page-reader-progress__share__icon:hover {
    border-color: #435b69;
  }
}
.page-reader-progress__share__icon svg {
  width: auto;
  height: 15px;
  fill: white;
}
.page-reader-progress__share__icon svg path {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.tease {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 3px 30px 5px rgba(0, 0, 0, 0);
          box-shadow: 0 3px 30px 5px rgba(0, 0, 0, 0);
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.tease > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tease__title {
  margin-bottom: 0;
}
.tease__content-wrapper {
  padding: 20px;
  color: #fff;
  background-color: #2883ad;
}
.tease:hover, .tease:active, .tease.nice-select.open, .tease:focus {
  -webkit-box-shadow: 0 8px 30px 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 30px 6px rgba(0, 0, 0, 0.4);
}

.gallery {
  padding: 20px 0;
  clear: both;
}
.gallery__item {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media (min-width: 36em) {
  .gallery__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.gallery__item__caption {
  margin: 0 !important;
  position: absolute;
  left: 5px;
  bottom: 0;
  right: 5px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 36em) {
  .gallery__item__caption {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media (min-width: 36em) {
  .gallery__item:hover, .gallery__item:active, .gallery__item.nice-select.open, .gallery__item:focus {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
}

.image-card {
  background-color: rgba(122, 157, 163, 0.1);
  padding: 64px 0;
}
@media (max-width: 64em) {
  .image-card {
    padding: 80px 0;
  }
}
.image-card .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.image-card .title {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 64em) {
  .image-card .title {
    margin-bottom: 56px;
  }
}
.image-card .title h2 {
  margin: unset !important;
}
.image-card .title span {
  display: block;
  color: #8baebc;
}
.image-card .card-wrap {
  margin-bottom: 80px;
  width: 100%;
  overflow: visible;
  pointer-events: none;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
@media (max-width: 64em) {
  .image-card .card-wrap {
    margin-bottom: 56px;
  }
}
.image-card .card-wrap .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.image-card .card-wrap .swiper-wrapper .swiper-slide {
  aspect-ratio: 298/397;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  .image-card .card-wrap .swiper-wrapper .swiper-slide {
    aspect-ratio: 240/320;
  }
}
.image-card .card-wrap .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-card .description {
  margin-bottom: 32px;
  text-align: center;
  width: 49.0853658537%;
  color: #1f2121;
}
@media (max-width: 64em) {
  .image-card .description {
    width: 100%;
  }
}

.job-list {
  padding: 190px 0px 96px;
  background-color: #fbfaf9;
  overflow: unset;
  min-height: 100vh;
}
@media (max-width: 64em) {
  .job-list {
    padding-top: 124px;
    padding-bottom: 64px;
  }
}
.job-list .main-title {
  color: var(--Brand-Colours-Black, #1f2121);
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: -0.64px;
  width: 64.7103658537%;
  margin-bottom: 48px;
}
@media (max-width: 64em) {
  .job-list .main-title {
    width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}
.job-list__content {
  position: relative;
}
.job-list__content .powered-by-jobadder {
  display: none;
}
.job-list__content .ja-job-search .ja-field-container label {
  display: none;
}
.job-list__content .ja-job-search .ja-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding-bottom: 32px;
  margin-bottom: 48px;
  border-bottom: 1px solid #858384;
  position: relative;
}
@media (max-width: 64em) {
  .job-list__content .ja-job-search .ja-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
    padding-bottom: 77px;
  }
}
.job-list__content .ja-job-search .ja-form input {
  overflow: hidden;
  color: #858384;
  text-overflow: ellipsis;
  /* Desktop/Body */
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  padding: 14.7px 20px;
  padding-left: 56px;
  border-radius: 999px;
  border: 1px solid #858384;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  background-color: transparent;
}
.job-list__content .ja-job-search .ja-form input:focus {
  -webkit-box-shadow: 0px 0px 0px 2px rgba(6, 103, 142, 0.2);
          box-shadow: 0px 0px 0px 2px rgba(6, 103, 142, 0.2);
}
@media (max-width: 64em) {
  .job-list__content .ja-job-search .ja-form input {
    width: 100%;
  }
}
.job-list__content .ja-job-search .ja-form .ja-submit {
  position: absolute;
  left: 0;
}
.job-list__content .ja-job-search .ja-form .ja-submit::after {
  content: url("../../img/search.svg");
  display: block;
  position: absolute;
  top: 21px;
  left: 20px;
}
.job-list__content .ja-job-search .ja-form .ja-submit .ja-button {
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: unset;
  border: unset;
  color: transparent;
  opacity: 0;
}
.job-list__content .ja-job-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px;
}
.job-list__content .job {
  width: -webkit-calc((100% - 64px) / 3);
  width: calc((100% - 64px) / 3);
  position: relative;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 325px;
  border-radius: 8px;
  border: 1px solid #858384;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px !important;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.job-list__content .job::before {
  background-color: #858384;
  width: 0%;
  position: absolute;
  content: "";
  border-radius: 50% 50% 0px 0px;
  height: 200%;
  width: 190%;
  bottom: -1px;
  left: 50%;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 0;
  pointer-events: none;
}
.job-list__content .job:hover {
  border-color: transparent;
}
.job-list__content .job:hover .title {
  color: #fafafa;
}
.job-list__content .job:hover .meta ul li {
  color: #fafafa;
}
.job-list__content .job:hover .summary {
  color: #fafafa;
}
.job-list__content .job:hover::before {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media (max-width: 64em) {
  .job-list__content .job {
    width: 100%;
    padding: 24px 16px;
  }
}
.job-list__content .job .title {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
@media (max-width: 64em) {
  .job-list__content .job .title {
    font-size: 28px;
  }
}
.job-list__content .job .meta {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.job-list__content .job .meta ul {
  padding-left: 24px;
}
.job-list__content .job .meta ul li {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.job-list__content .job .summary {
  color: #1f2121;
  overflow: hidden;
  color: var(--Brand-Colours-Black, #1f2121);
  text-overflow: ellipsis;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%; /* 18.2px */
  height: 54px;
  margin-bottom: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.job-list__content .job .view-details {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.job-list__content .nice-select {
  padding: 14px 20px;
  border-radius: 999px;
  border: 1px solid #858384;
  background-color: transparent;
  width: 230px;
}
@media (max-width: 64em) {
  .job-list__content .nice-select {
    width: 100%;
  }
  .job-list__content .nice-select::after {
    right: 20px;
  }
}
.job-list__content .nice-select .current {
  margin-right: 36px;
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
.job-list__content .nice-select .list {
  width: 100%;
  background-color: #fbfaf9;
}
@media (max-width: 64em) {
  .job-list__content .nice-select .list {
    width: 100%;
  }
}
.job-list__content .nice-select .list li {
  color: #1f2121;
}
.job-list__content .ja-field-container:has(input) {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.job-list__content .ja-field-container:nth-of-type(2) .nice-select {
  width: 260px;
}
.job-list__content .ja-pager-summary {
  color: #1f2121;
  /* Desktop/Body Small */
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  position: absolute;
  top: 17.5px;
  right: 0;
}
@media (max-width: 64em) {
  .job-list__content .ja-pager-summary {
    top: 248px;
    left: 0;
  }
}
.job-list__content .ja-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
  gap: 4px;
}
@media (max-width: 64em) {
  .job-list__content .ja-pager {
    margin-top: 40px;
  }
}
.job-list__content .ja-pager .current-page,
.job-list__content .ja-pager .page {
  color: #1f2121 !important;
  padding: 5.5px 11.5px;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  border-radius: 6px;
  text-decoration: none !important;
  border: 1px solid transparent;
}
.job-list__content .ja-pager .current-page:hover,
.job-list__content .ja-pager .page:hover {
  border: 1px solid #1f2121;
}
.job-list__content .ja-pager .current-page {
  border: 1px solid #1f2121;
}
.job-list__content .ja-pager .previous,
.job-list__content .ja-pager .next {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  overflow: hidden;
  color: transparent;
  position: relative;
}
.job-list__content .ja-pager .previous::after,
.job-list__content .ja-pager .next::after {
  content: url("../../img/chevron-right.svg");
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.job-list__content .ja-pager .previous {
  margin-left: unset;
  margin-right: 20px;
}
.job-list__content .ja-pager .previous::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 0px;
  bottom: 0px;
}
.job-list__content .back-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  text-decoration: none !important;
  position: absolute;
  top: 0;
  left: 0;
  color: #1f2121;
  cursor: pointer;
}
.job-list__content .back-link:hover .button-text {
  text-decoration: underline;
}
.job-list__content .back-link .button-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%; /* 14.7px */
  text-transform: uppercase;
  color: #1f2121;
}
.job-list__content .back-link .icon-arrow-right-sm {
  -webkit-transform: rotate(180deg) translateY(2px);
          transform: rotate(180deg) translateY(2px);
}
.job-list__content form .ja-form select,
.job-list__content form .ja-form input[type=text],
.job-list__content form .ja-form input[type=email],
.job-list__content form .ja-form input[type=tel],
.job-list__content form .ja-form input[type=date],
.job-list__content form .ja-form textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 0.25rem;
}
.job-list__content form .ja-form .ja-field-container:not(:last-child) {
  margin-bottom: 16px;
}
.job-list__content form .ja-form label {
  display: block;
  margin: 0;
  padding-bottom: 4px;
  font-weight: 500;
  font-size: 0.95rem;
}
.job-list__content form .ja-form input[type=file] {
  color: #1f2121;
  font-weight: 400;
}
.job-list__content form .ja-form .ja-submit {
  text-align: left;
  margin-top: 24px;
}
.job-list__content form .ja-form .ja-submit button,
.job-list__content form .ja-form .ja-submit input[type=button] {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 8px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.job-list__content form .ja-form .ja-submit button:hover,
.job-list__content form .ja-form .ja-submit input[type=button]:hover {
  background-color: #bbb;
}

.ja-job-details {
  padding-top: 96px;
  margin-top: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ja-job-details .apply .back-link .icon-arrow-right-sm {
  all: unset;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  padding-left: 4px;
}
@media (max-width: 64em) {
  .ja-job-details {
    margin-top: 28px;
    padding-top: 68px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ja-job-details .job-details-info {
  padding: 24px;
  border-radius: 8px;
  background-color: rgba(139, 174, 188, 0.05);
  border: 1px solid #858384;
  width: 28.0487804878%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  margin-bottom: 77px;
}
@media (max-width: 64em) {
  .ja-job-details .job-details-info {
    width: 100%;
    padding: 16px;
    margin-top: 32px;
  }
}
.ja-job-details .job-details-info .heading {
  color: #1f2121;
  /* Desktop/H4 */
  font-family: "Luxury Text";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (max-width: 64em) {
  .ja-job-details .job-details-info .heading {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
}
.ja-job-details .job-details-info .desc {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  margin-bottom: 112px;
}
@media (max-width: 64em) {
  .ja-job-details .job-details-info .desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 140%;
    margin-bottom: 90px;
  }
}
.ja-job-details .job-details-info .placeholder {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 12.6px */
  text-transform: uppercase;
  padding: 4px 0px;
  margin-bottom: 16px;
}
.ja-job-details .job-details-info a {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%;
  display: block;
}
.ja-job-details .job-details-info a:not(:last-child) {
  margin-bottom: 16px;
}
.ja-job-details .job-details-info .btn-primary {
  position: absolute;
  bottom: -77.6px;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 14px 24px;
  border: 1px solid #1f2121;
  border-radius: 999px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  .ja-job-details .job-details-info .btn-primary {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ja-job-details .job-details-info .btn-primary .bg {
  background-color: #8baebc;
}
.ja-job-details .job-details-info .btn-primary .icon-arrow-right-sm {
  color: #1f2121;
}
.ja-job-details .job-details-info .btn-primary .ja-button {
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  pointer-events: none;
}
.ja-job-details .job-details-info .btn-primary:hover {
  color: #fafafa;
  border-color: #8baebc !important;
}
.ja-job-details .job-details-info .btn-primary:hover .ja-button {
  color: #fafafa !important;
}
.ja-job-details .job-details-info .btn-primary:hover .icon-arrow-right-sm {
  color: #fafafa;
}
@media (max-width: 64em) {
  .ja-job-details .job-details-info .btn-primary {
    width: 100%;
  }
}
.ja-job-details .job-details-info .btn-primary .ja-button {
  background-color: unset;
  padding: unset;
  border: unset;
  outline: none;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 14.7px */
  text-transform: uppercase;
  color: #1f2121 !important;
}
.ja-job-details .job-details-wrapper {
  width: 62.1951219512%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 64em) {
  .ja-job-details .job-details-wrapper {
    width: 100%;
  }
}
.ja-job-details .job-details-wrapper .meta {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 24px;
}
@media (max-width: 64em) {
  .ja-job-details .job-details-wrapper .meta {
    margin-bottom: 16px;
  }
}
.ja-job-details .job-details-wrapper .meta ul {
  padding: unset;
  list-style: none;
  margin: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 64em) {
  .ja-job-details .job-details-wrapper .meta ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}
.ja-job-details .job-details-wrapper .meta ul li {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%; /* 15.6px */
  text-transform: uppercase;
  padding: 10px 20px;
  border: 1px solid #1f2121;
  border-radius: 99px;
}
.ja-job-details .job-details-wrapper .title {
  color: #8baebc;
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: -0.64px;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 61.99em) {
  .ja-job-details .job-details-wrapper .title {
    margin-bottom: 32px;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
  }
}
.ja-job-details .job-details-wrapper .bullet-points {
  padding-left: 18px;
  margin-bottom: 32px;
}
.ja-job-details .job-details-wrapper .bullet-points li {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
@media (max-width: 64em) {
  .ja-job-details .job-details-wrapper .bullet-points li {
    font-size: 16px;
  }
}
.ja-job-details .job-details-wrapper .description {
  color: #1f2121;
  /* Desktop/Body */
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
@media (max-width: 64em) {
  .ja-job-details .job-details-wrapper .description {
    font-size: 16px;
  }
}
.ja-job-details .job-details-wrapper .description ul {
  padding-left: 18px;
  margin-bottom: 32px;
  margin-top: 16px;
}
.ja-job-details .job-details-wrapper .description ul li {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
@media (max-width: 64em) {
  .ja-job-details .job-details-wrapper .description ul li {
    font-size: 16px;
  }
}
.ja-job-details .job-details-wrapper .description strong {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 64em) {
  .ja-job-details .job-details-wrapper .description strong {
    font-size: 24px;
  }
}
@media (max-width: 64em) {
  .ja-job-details .apply {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    position: unset;
  }
}
.ja-job-details .apply .ja-button {
  position: absolute;
  left: 0;
  top: 550px;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 14.7px */
  text-transform: uppercase;
  padding: 14px 24px;
  border-radius: 999px;
  color: #1f2121 !important;
  border: 1px solid #1f2121;
}
@media (max-width: 64em) {
  .ja-job-details .apply .ja-button {
    position: unset;
    width: 100%;
    margin-top: 32px;
  }
}

.ja-job-apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ja-job-apply h3,
.ja-job-apply h2 {
  color: #858384;
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: -0.64px;
  width: 100%;
}
@media (max-width: 64em) {
  .ja-job-apply h3,
  .ja-job-apply h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}
.ja-job-apply h3 {
  color: #1f2121;
  margin-bottom: 48px;
}
@media (max-width: 64em) {
  .ja-job-apply h3 {
    margin-bottom: 16px;
  }
}
.ja-job-apply h2 {
  margin-top: 144px;
}
@media (max-width: 64em) {
  .ja-job-apply h2 {
    margin-top: 48px;
  }
}
.ja-job-apply .instructions {
  color: #858384;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%; /* 25.2px */
  width: 23.6280487805%;
}
@media (max-width: 64em) {
  .ja-job-apply .instructions {
    width: 100%;
    margin-bottom: 32px;
  }
}
.ja-job-apply .back-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  text-decoration: none !important;
}
.ja-job-apply .back-link:hover .button-text {
  text-decoration: underline;
}
.ja-job-apply .back-link .button-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%; /* 14.7px */
  text-transform: uppercase;
}
.ja-job-apply .back-link .icon-arrow-right-sm {
  -webkit-transform: rotate(180deg) translateY(2px);
          transform: rotate(180deg) translateY(2px);
}
.ja-job-apply form {
  margin-left: auto;
  width: 65.0152439024%;
  background-color: white;
  padding: 10px;
}
@media (max-width: 64em) {
  .ja-job-apply form {
    width: 100%;
  }
}
.ja-job-apply form textarea,
.ja-job-apply form input {
  width: 100%;
}
.ja-job-apply form label {
  margin-top: 0.5rem;
}
.ja-job-apply iframe {
  margin-left: auto;
  width: 65.0152439024%;
}
@media (max-width: 64em) {
  .ja-job-apply iframe {
    width: 100%;
    height: 1900px !important;
  }
}

.module-jobslider {
  overflow: hidden;
  background-color: #fbfaf9;
}
.module-jobslider .jobslider {
  padding-top: unset;
}

.jobslider {
  padding: 96px 0px;
  background-color: #fbfaf9;
}
.jobslider .container {
  position: relative;
}
.jobslider .back-link {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1f2121;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 64px;
}
.jobslider .back-btn {
  position: absolute;
  top: 32px;
  left: 64px;
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
}
.jobslider .back-btn .back-link {
  position: unset !important;
  pointer-events: auto;
}
.jobslider .ja-button {
  left: 64px;
  color: #1f2121 !important;
}
@media (max-width: 64em) {
  .jobslider {
    padding: 80px 0px;
  }
}
.jobslider__heading {
  position: relative;
  margin-bottom: 72px;
}
@media (max-width: 64em) {
  .jobslider__heading {
    margin-bottom: 40px;
  }
}
.jobslider__heading .pretitle {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 16.8px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 64em) {
  .jobslider__heading .pretitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 105%;
    margin-bottom: 16px;
    z-index: 2;
    position: relative;
  }
}
.jobslider__heading .title {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 67.2px */
  letter-spacing: -1.28px;
  width: 49.0853658537%;
}
@media (max-width: 64em) {
  .jobslider__heading .title {
    width: 70%;
  }
}
@media (max-width: 64em) {
  .jobslider__heading .title {
    width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    z-index: 2;
    position: relative;
  }
}
.jobslider__heading .title span {
  color: #858384;
  display: block;
}
@media (max-width: 64em) {
  .jobslider__heading .title span {
    display: unset;
  }
}
.jobslider__heading a {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 64em) {
  .jobslider__heading a {
    position: relative;
    margin-top: 32px;
  }
  .jobslider__heading a:hover .bg {
    z-index: 1;
  }
  .jobslider__heading a:hover .icon {
    color: #fafafa;
    z-index: 2;
  }
}
.jobslider__content {
  overflow: visible;
  position: relative;
}
.jobslider__content .swiper {
  overflow: visible;
}
.jobslider__content .swiper-controls-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobslider__content .swiper-controls-wrapper .swiper-pagination-progressbar {
  position: unset;
  z-index: 1;
  margin-right: 16px;
  height: 2px;
  background-color: rgba(133, 131, 132, 0.4);
  border-radius: unset;
}
.jobslider__content .swiper-controls-wrapper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: rgb(133, 131, 132);
}
.jobslider__content .swiper-controls-wrapper .swiper-button-prev,
.jobslider__content .swiper-controls-wrapper .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1f2121;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: unset;
  margin: unset !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.jobslider__content .swiper-controls-wrapper .swiper-button-prev:hover,
.jobslider__content .swiper-controls-wrapper .swiper-button-next:hover {
  background-color: #858384;
  border-color: #858384;
}
.jobslider__content .swiper-controls-wrapper .swiper-button-prev:hover i,
.jobslider__content .swiper-controls-wrapper .swiper-button-next:hover i {
  color: #fafafa;
}
.jobslider__content .swiper-controls-wrapper .swiper-button-prev i,
.jobslider__content .swiper-controls-wrapper .swiper-button-next i {
  font-size: 24px;
  color: #1f2121;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.jobslider__content .swiper-controls-wrapper .swiper-button-prev::after,
.jobslider__content .swiper-controls-wrapper .swiper-button-next::after {
  display: none;
}
.jobslider__content .swiper-controls-wrapper .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.jobslider__content .powered-by-jobadder {
  display: none;
}
.jobslider__content .swiper-slide {
  position: relative;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 325px;
  border-radius: 8px;
  border: 1px solid #858384;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.jobslider__content .swiper-slide::before {
  background-color: #858384;
  width: 0%;
  position: absolute;
  content: "";
  border-radius: 50% 50% 0px 0px;
  height: 200%;
  width: 190%;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: -1;
}
.jobslider__content .swiper-slide:hover {
  border-color: transparent;
}
.jobslider__content .swiper-slide:hover .title {
  color: #fafafa;
}
.jobslider__content .swiper-slide:hover .meta ul li {
  color: #fafafa;
}
.jobslider__content .swiper-slide:hover .summary {
  color: #fafafa;
}
.jobslider__content .swiper-slide:hover::before {
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media (max-width: 64em) {
  .jobslider__content .swiper-slide {
    padding: 24px 16px;
    height: 340px;
  }
}
.jobslider__content .swiper-slide .title {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
@media (max-width: 64em) {
  .jobslider__content .swiper-slide .title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
.jobslider__content .swiper-slide .meta {
  pointer-events: none;
}
.jobslider__content .swiper-slide .meta ul {
  padding-left: 24px;
}
.jobslider__content .swiper-slide .meta ul li {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.jobslider__content .swiper-slide .summary {
  color: #1f2121;
  overflow: hidden;
  color: var(--Brand-Colours-Black, #1f2121);
  text-overflow: ellipsis;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%; /* 18.2px */
  height: 54px;
  margin-bottom: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}
.jobslider__content .swiper-slide .view-details {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.jobslider__content .ja-pager-container {
  display: none !important;
}
.jobslider__content .back-link {
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #1f2121;
  position: absolute;
  top: 0;
  left: 0;
}

.cta-module {
  padding: 96px 0px;
  padding-bottom: 144px;
  background-color: #fbfaf9;
}
@media (max-width: 47.99em) {
  .cta-module {
    padding: 44px 0;
    padding-bottom: 80px;
  }
}
.cta-module__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 764px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 47.99em) {
  .cta-module__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
  }
}
.cta-module__left {
  width: 49.0853658537%;
  position: relative;
  z-index: 1;
}
@media (max-width: 47.99em) {
  .cta-module__left {
    width: 100%;
    padding: 8px;
  }
}
.cta-module__left .title {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 72px */
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}
.cta-module__left .title span {
  color: #858384;
}
@media (max-width: 64em) {
  .cta-module__left .title {
    width: 100%;
    font-size: 60px;
  }
}
@media (max-width: 47.99em) {
  .cta-module__left .title {
    margin-bottom: 12px;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}
.cta-module__left .description {
  color: #61646c;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  max-width: 421px;
  margin-bottom: 24px;
}
.cta-module__right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  width: 74.5426829268%;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  .cta-module__right {
    width: 100%;
    position: unset;
  }
}
.cta-module__right .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  .cta-module__right .bg {
    height: 565px;
    top: 130px;
  }
}
.cta-module__right .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cta-module__right-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 47.99em) {
  .cta-module__right-image {
    height: 400px;
  }
}
.cta-module__right-image img {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 120px;
}
@media (max-width: 64em) {
  .cta-module__right-image img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    right: -60px;
  }
}
@media (max-width: 47.99em) {
  .cta-module__right-image img {
    right: 0;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.text-list-image {
  padding: 96px 0px;
}
@media (max-width: 47.99em) {
  .text-list-image {
    padding: 80px 0;
    overflow: unset;
  }
}
.text-list-image .pretitle {
  margin-bottom: 23px;
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 16.8px */
  text-transform: uppercase;
}
.text-list-image .title {
  margin-bottom: 80px;
}
.text-list-image .title span {
  color: #858384;
  display: block;
}
.text-list-image__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.text-list-image__wrapper .thumbs-container {
  width: 40.625%;
}
@media (max-width: 47.99em) {
  .text-list-image__wrapper .thumbs-container {
    display: none;
  }
}
.text-list-image__wrapper .thumbs-container .swiper-slide .thumb-button {
  width: 100%;
  height: 100%;
  border: unset;
  background: unset;
  outline: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid rgb(133, 131, 132);
  margin-bottom: 32px;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.text-list-image__wrapper .thumbs-container .swiper-slide .thumb-button.active {
  opacity: 1;
}
.text-list-image__wrapper .thumbs-container .swiper-slide .thumb-button .thumb-wrapper {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1f2121;
  border-radius: 100%;
}
.text-list-image__wrapper .thumbs-container .swiper-slide .thumb-button .thumb-number {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
}
.text-list-image__wrapper .thumbs-container .swiper-slide .thumb-button .thumb-title {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: unset;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media (max-width: 64em) {
  .text-list-image__wrapper .thumbs-container .swiper-slide .thumb-button .thumb-title {
    font-size: 28px;
  }
}
.text-list-image__wrapper .content-container {
  width: 49.0853658537%;
}
@media (max-width: 47.99em) {
  .text-list-image__wrapper .content-container {
    width: 100%;
  }
}
@media (max-width: 47.99em) {
  .text-list-image__wrapper .content-container .swiper {
    overflow: unset;
  }
}
@media (max-width: 47.99em) {
  .text-list-image__wrapper .content-container .swiper .swiper-wrapper {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .text-list-image__wrapper .content-container .swiper .swiper-wrapper .swiper-slide {
    opacity: 1 !important;
    padding: 47px 0px 72px 0px;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
  }
  .text-list-image__wrapper .content-container .swiper .swiper-wrapper .swiper-slide:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 47.99em) {
  .text-list-image__wrapper .content-container .swiper .content-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}
.text-list-image__wrapper .content-container .swiper .content-card .card-image {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 47.99em) {
  .text-list-image__wrapper .content-container .swiper .content-card .card-image {
    margin-bottom: 32px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 0;
    height: 100%;
    max-height: 370px;
    aspect-ratio: unset;
  }
}
.text-list-image__wrapper .content-container .swiper .content-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.text-list-image__wrapper .content-container .swiper .content-card .card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 47.99em) {
  .text-list-image__wrapper .content-container .swiper .content-card .card-content {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.text-list-image__wrapper .content-container .swiper .content-card .card-content .thumb-button {
  width: 100%;
  height: 100%;
  border: unset;
  background: unset;
  outline: none !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid rgb(133, 131, 132);
  margin-bottom: 32px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 47.99em) {
  .text-list-image__wrapper .content-container .swiper .content-card .card-content .thumb-button {
    gap: 12px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.text-list-image__wrapper .content-container .swiper .content-card .card-content .thumb-button .thumb-wrapper {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1f2121;
  border-radius: 100%;
}
.text-list-image__wrapper .content-container .swiper .content-card .card-content .thumb-button .thumb-number {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  height: 40px;
}
@media (max-width: 47.99em) {
  .text-list-image__wrapper .content-container .swiper .content-card .card-content .thumb-button .thumb-number {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    height: 32px;
  }
}
.text-list-image__wrapper .content-container .swiper .content-card .card-content .thumb-button .thumb-title {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: unset;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media (max-width: 64em) {
  .text-list-image__wrapper .content-container .swiper .content-card .card-content .thumb-button .thumb-title {
    font-size: 24px;
  }
}
.text-list-image__wrapper .content-container .swiper .content-card .card-content .card-title {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
}
.text-list-image__wrapper .content-container .swiper .content-card .card-content p {
  color: #61646c;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%; /* 23.4px */
  margin: unset;
}
.text-list-image__wrapper .content-container .swiper .content-card .card-content ul {
  padding-left: 25px;
}
.text-list-image__wrapper .content-container .swiper .content-card .card-content ul li {
  color: #61646c;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%; /* 23.4px */
}
.text-list-image__wrapper .content-container .swiper .content-card .card-content ul li:not(:last-child) {
  margin-bottom: 16px;
}

.testimonial {
  padding: 96px 0;
  background-color: #fbfaf9;
}
@media (max-width: 61.99em) {
  .testimonial {
    padding: 80px 0;
    padding-bottom: 105px;
  }
}
.testimonial .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 64em) {
  .testimonial .container {
    gap: 24px;
  }
}
@media (max-width: 61.99em) {
  .testimonial .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: unset;
  }
}
.testimonial__left {
  width: 40.625%;
  aspect-ratio: 4/5;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 64em) {
  .testimonial__left {
    width: 50%;
  }
}
@media (max-width: 47.99em) {
  .testimonial__left {
    width: 100%;
  }
}
.testimonial__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial__right {
  width: 50.2286585366%;
  padding: 24px 0px;
  padding-right: 64px;
  position: relative;
}
@media (max-width: 64em) {
  .testimonial__right {
    width: 48%;
    padding-right: 24px;
  }
}
@media (max-width: 47.99em) {
  .testimonial__right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.testimonial__right-pretitle {
  color: #61646c;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 16.8px */
  text-transform: uppercase;
  margin-bottom: 48px;
}
@media (max-width: 61.99em) {
  .testimonial__right-pretitle {
    margin-bottom: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 350;
    line-height: 105%;
  }
}
.testimonial__right-controls {
  position: absolute;
  right: 64px;
  bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  z-index: 2;
}
@media (max-width: 61.99em) {
  .testimonial__right-controls {
    right: 0;
    bottom: 0;
    gap: 24px;
  }
}
.testimonial__right-controls .icon {
  width: 48px;
  height: 48px;
}
.testimonial__right-prev .icon-arrow-right-bg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.testimonial__right-prev, .testimonial__right-next {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.testimonial__right-prev:hover .icon-arrow-right-bg, .testimonial__right-next:hover .icon-arrow-right-bg {
  background-color: #8baebc;
  color: #fafafa;
}
.testimonial__right-prev .icon-arrow-right-bg, .testimonial__right-next .icon-arrow-right-bg {
  font-size: 24px;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid #1f2121;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.testimonial__right .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.testimonial__right .swiper-slide .testi-text {
  margin-bottom: 120px;
}
@media (max-width: 64em) {
  .testimonial__right .swiper-slide .testi-text {
    margin-bottom: 64px;
  }
}
@media (max-width: 47.99em) {
  .testimonial__right .swiper-slide .testi-text {
    margin-bottom: 96px;
  }
}
.testimonial__right .swiper-slide .testi-text p {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 40px */
  margin-bottom: unset;
}
@media (max-width: 61.99em) {
  .testimonial__right .swiper-slide .testi-text p {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 21.6px */
  }
}
.testimonial__right .swiper-slide .testi-text p:not(:last-child) {
  margin-bottom: 24px;
}
.testimonial__right .swiper-slide .testi-name {
  color: #8baebc;
  font-family: "Avenir LT Std";
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 25.2px */
  letter-spacing: -0.24px;
  margin-bottom: 4px;
  margin-top: auto;
}
@media (max-width: 61.99em) {
  .testimonial__right .swiper-slide .testi-name {
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 105%;
  }
}
.testimonial__right .swiper-slide .testi-company {
  color: #61646c;
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 120%; /* 16.8px */
}

.listed-text {
  background-color: #858384;
  padding: 96px 0;
  position: relative;
}
@media (max-width: 47.99em) {
  .listed-text {
    padding: 80px 0px;
  }
}
.listed-text .vector {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 47.99em) {
  .listed-text .vector {
    display: none;
  }
}
.listed-text .pretitle {
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 16.8px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 47.99em) {
  .listed-text .pretitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 105%;
    margin-bottom: 16px;
  }
}
.listed-text .title {
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 105%; /* 67.2px */
  margin-bottom: 80px;
  width: 49.0853658537%;
}
@media (max-width: 64em) {
  .listed-text .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
    width: 100%;
  }
}
@media (max-width: 47.99em) {
  .listed-text .title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 56px;
    width: 100%;
  }
}
.listed-text__content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.listed-text__content-wrapper {
  width: 74.5426829268%;
  height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  margin-left: auto;
}
@media (max-width: 64em) {
  .listed-text__content-wrapper {
    width: 100%;
  }
}
@media (max-width: 47.99em) {
  .listed-text__content-wrapper {
    width: 100%;
    height: unset;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
  }
}
.listed-text__content-item {
  background: unset;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.6;
  border-top: 1px solid rgba(250, 250, 250, 0.3019607843);
  gap: 24px;
  width: 46.73%;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
  outline: none !important;
}
@media (max-width: 47.99em) {
  .listed-text__content-item {
    width: 100%;
    padding: 24px 0px;
    padding-right: 16px;
  }
}
.listed-text__content-item:hover, .listed-text__content-item:active, .listed-text__content-item.nice-select.open, .listed-text__content-item:focus {
  opacity: 1;
}
.listed-text__content-item:hover .icon .icon-original, .listed-text__content-item:active .icon .icon-original, .listed-text__content-item.nice-select.open .icon .icon-original, .listed-text__content-item:focus .icon .icon-original {
  -webkit-transform: translate(100%, -100%);
          transform: translate(100%, -100%);
  opacity: 0;
}
.listed-text__content-item:hover .icon .icon-clone, .listed-text__content-item:active .icon .icon-clone, .listed-text__content-item.nice-select.open .icon .icon-clone, .listed-text__content-item:focus .icon .icon-clone {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.listed-text__content-item-number {
  font-family: "Luxury Text";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fafafa;
  border-radius: 50%;
}
@media (max-width: 47.99em) {
  .listed-text__content-item-number {
    font-size: 20px;
  }
}
.listed-text__content-item-number span {
  height: 38px;
}
@media (max-width: 47.99em) {
  .listed-text__content-item-number span {
    height: 34px;
  }
}
.listed-text__content-item-title {
  font-family: "Avenir LT Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  text-align: left;
}
@media (max-width: 64em) {
  .listed-text__content-item-title {
    font-size: 16px;
  }
}
@media (max-width: 47.99em) {
  .listed-text__content-item-title {
    font-size: 20px;
  }
}
.listed-text__content-item .icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: auto;
}
.listed-text__content-item .icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.listed-text__content-item .icon .icon-original {
  z-index: 2;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.listed-text__content-item .icon .icon-clone {
  z-index: 1;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  opacity: 0;
}
.listed-text__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  z-index: 7;
}
@media (max-width: 47.99em) {
  .listed-text__popup {
    max-height: 100vh;
    height: 100% !important;
    overflow-y: auto;
    height: unset;
    top: unset;
    bottom: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
    -webkit-transition: -webkit-transform 0.8s ease-in-out;
    transition: -webkit-transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out;
    transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  }
}
.listed-text__popup.active {
  opacity: 1;
  pointer-events: auto;
}
.listed-text__popup.active .listed-text__popup-content {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
@media (max-width: 47.99em) {
  .listed-text__popup.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.listed-text__popup-content {
  background-color: #fbfaf9;
  padding: 32px;
  margin-left: auto;
  width: 576px;
  height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
@media (max-width: 47.99em) {
  .listed-text__popup-content {
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    padding: 32px 16px;
  }
}
.listed-text__popup-content-close {
  margin-left: auto;
  margin-bottom: 16px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #1f2121;
  border-radius: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.listed-text__popup-content-image {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 48px;
}
@media (max-width: 47.99em) {
  .listed-text__popup-content-image {
    margin-bottom: 24px;
  }
}
.listed-text__popup-content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.listed-text__popup-content-title {
  font-family: "Avenir LT Std";
  font-size: 32px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%;
  margin-bottom: 24px;
}
@media (max-width: 47.99em) {
  .listed-text__popup-content-title {
    font-size: 24px;
  }
}
.listed-text__popup-content-text p {
  color: #858384;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  margin-bottom: unset;
}
.listed-text__popup-content-text p:not(:last-child) {
  margin-bottom: 16px;
}
.listed-text__popup-content a {
  margin-top: 32px;
}

.popup-open {
  overflow: hidden;
}

.faq {
  padding: 96px 0px;
  background-color: #fbfaf9;
}
@media (max-width: 47.99em) {
  .faq {
    padding: 80px 0px;
  }
}
.faq .pretitle {
  color: #1f2121;
  text-align: center;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 16.8px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 47.99em) {
  .faq .pretitle {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.faq .title {
  color: #1f2121;
  text-align: center;
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: -1.28px;
  margin-bottom: 64px;
}
@media (max-width: 64em) {
  .faq .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
  }
}
@media (max-width: 47.99em) {
  .faq .title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
    margin-bottom: 48px;
  }
}
.faq .title span {
  color: #8baebc;
  display: block;
}
.faq__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.accordion {
  width: 83.0792682927%;
}
@media (max-width: 61.99em) {
  .accordion {
    width: 100%;
  }
}
.accordion__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.one .accordion {
  max-width: unset;
}
@media (max-width: 61.99em) {
  .accordion {
    max-width: 1440px;
  }
}
.accordion__title {
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.accordion__item {
  padding: 24px 32px;
  border-radius: 12px;
  border: 1px solid #ececed;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.accordion__item.js-active {
  background: rgba(122, 157, 163, 0.1);
}
@media (max-width: 61.99em) {
  .accordion__item {
    padding-bottom: 16px;
    margin-top: 16px;
  }
}
.accordion__item:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  pointer-events: none;
}
.accordion__item:focus-within:before {
  opacity: 1;
}
.accordion__item:first-child {
  margin-top: unset;
}
.accordion__trigger {
  width: 100%;
  position: relative;
  background: none;
  border: none;
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%; /* 26px */
  cursor: pointer;
  text-align: left;
  padding: unset;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  outline: none !important;
  gap: 16px;
}
.accordion__trigger .icon-chevron-up {
  font-size: 24px;
  padding: 4px;
  border-radius: 9999px;
  border: 1px solid #1f2121;
  font-weight: 500;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 32px;
  height: 32px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion__trigger .icon-chevron-up::before {
  position: absolute;
  margin-top: 2px;
}
.js-active .accordion__trigger .icon-chevron-up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion__title {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%; /* 26px */
  text-align: left;
}
@media (max-width: 61.99em) {
  .accordion__title {
    font-size: 16px;
    line-height: 19.2px;
    width: 79.4285714286%;
  }
}
.accordion__button {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
  margin-top: 48px;
}
.accordion__arrow {
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (max-width: 47.99em) {
  .accordion__arrow.icon-subtract {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.accordion__arrow.icon-subtract::before {
  display: none;
}
.accordion__arrow.icon-subtract::after {
  content: url(../../img/plus-icon.svg);
}
.js-active .accordion__arrow {
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 47.99em) {
  .js-active .accordion__arrow {
    -webkit-transform: rotate(45deg) scale(0.75);
            transform: rotate(45deg) scale(0.75);
  }
}
.js-active .accordion__closed {
  opacity: 0;
  pointer-events: none;
}
.accordion__panel {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: height 0.3s ease-out, opacity 0.15s ease-out;
  transition: height 0.3s ease-out, opacity 0.15s ease-out;
  margin: unset;
}
.accordion__panel-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 85.25390625%;
  padding-top: 16px;
}
.accordion__panel-inner p {
  color: #61646c;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  text-align: left;
  margin-bottom: 18px;
}
@media (max-width: 61.99em) {
  .accordion__panel-inner p {
    font-size: 14px;
    line-height: 19.6px;
  }
}
@media (max-width: 61.99em) {
  .accordion__panel-inner a {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.accordion__panel-inner a:first-child {
  padding-top: 41px;
}
.accordion__panel-inner ul {
  margin: unset;
  padding: unset;
  list-style: none;
  padding-left: 16px;
}
.accordion__panel-inner ul li {
  color: #61646c;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  text-align: left;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-left: unset;
}
@media (max-width: 61.99em) {
  .accordion__panel-inner ul li {
    font-size: 14px;
    line-height: 19.6px;
  }
}
.accordion__panel-inner ul li::before {
  content: "";
  background-color: #61646c;
  display: block;
  width: 100%;
  max-width: 3px;
  height: 3px;
  margin-left: -1em;
}
.accordion__panel-inner ul li a {
  padding: unset !important;
}
.js-active .accordion__panel {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: height 0.3s ease-out, opacity 0.3s ease-out 0.2s;
  transition: height 0.3s ease-out, opacity 0.3s ease-out 0.2s;
}

.contact-form {
  padding: 96px 0px;
  background-color: #fbfaf9;
}
@media (max-width: 47.99em) {
  .contact-form {
    padding: 80px 0px;
  }
}
.contact-form .pretitle {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 16.8px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 47.99em) {
  .contact-form .pretitle {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.contact-form .title {
  color: #1f2121;
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: -0.64px;
  width: 49.0853658537%;
  margin-bottom: 64px;
}
.contact-form .title span {
  display: block;
  color: #858384;
}
@media (max-width: 64em) {
  .contact-form .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
  }
}
@media (max-width: 47.99em) {
  .contact-form .title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
    margin-bottom: 16px;
    width: 100%;
  }
}
.contact-form__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 47.99em) {
  .contact-form__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-form__content-left {
  width: 23.6280487805%;
}
@media (max-width: 47.99em) {
  .contact-form__content-left {
    width: 100%;
  }
}
.contact-form__content-left .description {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  margin-bottom: 36px;
}
@media (max-width: 47.99em) {
  .contact-form__content-left .description {
    font-size: 16px;
    margin-bottom: 28px;
  }
}
.contact-form__content-left-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 47.99em) {
  .contact-form__content-left-link {
    margin-bottom: 32px;
  }
}
.contact-form__content-left-link .placeholder {
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 12.6px */
  text-transform: uppercase;
  color: #1f2121;
}
@media (max-width: 47.99em) {
  .contact-form__content-left-link .placeholder {
    margin-bottom: 4px;
  }
}
.contact-form__content-left-link a {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%;
}
.contact-form__content-right {
  width: 64.0243902439%;
}
@media (max-width: 47.99em) {
  .contact-form__content-right {
    width: 100%;
  }
}

.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields {
  gap: 32px !important;
}
.gform_wrapper form .gform_body .gform_fields .input-wrapper .gfield_description.help-block {
  position: unset !important;
}
.gform_wrapper form .gform_body .gform_fields .input-wrapper:focus-within label {
  color: #06678e;
}
.gform_wrapper form .gform_body .gform_fields .input-wrapper:focus-within label .gfield_required {
  color: #06678e;
}
.gform_wrapper form .gform_body .gform_fields .input-wrapper label {
  position: unset;
  width: unset;
  height: unset;
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 15.6px */
  text-transform: uppercase;
  opacity: 0.8;
  margin: unset;
  gap: unset;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 1px;
}
@media (max-width: 47.99em) {
  .gform_wrapper form .gform_body .gform_fields .input-wrapper label {
    font-size: 10px;
  }
}
.gform_wrapper form .gform_body .gform_fields .input-wrapper label .gfield_required {
  color: #858384;
}
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-control, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.name input, .form-group.name .gform_wrapper form .gform_body .gform_fields .input-wrapper input,
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time input,
.form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper input,
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time select,
.form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper select,
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address input,
.form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper input,
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address select,
.form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper select, .gform_wrapper form .gform_body .gform_fields .input-wrapper .ginput_container_list .gfield_list_cell input, .ginput_container_list .gfield_list_cell .gform_wrapper form .gform_body .gform_fields .input-wrapper input {
  font-family: "Avenir LT Std";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
  color: #1f2121;
  padding: 12px 0px;
  background-color: unset;
  border: unset;
  border-bottom: 1px solid #858384;
  border-radius: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 47.99em) {
  .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-control, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.name input, .form-group.name .gform_wrapper form .gform_body .gform_fields .input-wrapper input,
  .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time input,
  .form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper input,
  .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time select,
  .form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper select,
  .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address input,
  .form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper input,
  .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address select,
  .form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper select, .gform_wrapper form .gform_body .gform_fields .input-wrapper .ginput_container_list .gfield_list_cell input, .ginput_container_list .gfield_list_cell .gform_wrapper form .gform_body .gform_fields .input-wrapper input {
    font-size: 16px;
    padding: 8px 0px;
  }
}
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-control::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.name input::-webkit-input-placeholder, .form-group.name .gform_wrapper form .gform_body .gform_fields .input-wrapper input::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time input::-webkit-input-placeholder, .form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper input::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time select::-webkit-input-placeholder, .form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper select::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address input::-webkit-input-placeholder, .form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper input::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address select::-webkit-input-placeholder, .form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper select::-webkit-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .ginput_container_list .gfield_list_cell input::-webkit-input-placeholder, .ginput_container_list .gfield_list_cell .gform_wrapper form .gform_body .gform_fields .input-wrapper input::-webkit-input-placeholder {
  color: #858384 !important;
  opacity: 0.8;
}
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-control::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.name input::-moz-placeholder, .form-group.name .gform_wrapper form .gform_body .gform_fields .input-wrapper input::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time input::-moz-placeholder, .form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper input::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time select::-moz-placeholder, .form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper select::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address input::-moz-placeholder, .form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper input::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address select::-moz-placeholder, .form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper select::-moz-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .ginput_container_list .gfield_list_cell input::-moz-placeholder, .ginput_container_list .gfield_list_cell .gform_wrapper form .gform_body .gform_fields .input-wrapper input::-moz-placeholder {
  color: #858384 !important;
  opacity: 0.8;
}
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-control:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.name input:-ms-input-placeholder, .form-group.name .gform_wrapper form .gform_body .gform_fields .input-wrapper input:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time input:-ms-input-placeholder, .form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper input:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time select:-ms-input-placeholder, .form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper select:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address input:-ms-input-placeholder, .form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper input:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address select:-ms-input-placeholder, .form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper select:-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .ginput_container_list .gfield_list_cell input:-ms-input-placeholder, .ginput_container_list .gfield_list_cell .gform_wrapper form .gform_body .gform_fields .input-wrapper input:-ms-input-placeholder {
  color: #858384 !important;
  opacity: 0.8;
}
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-control::-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.name input::-ms-input-placeholder, .form-group.name .gform_wrapper form .gform_body .gform_fields .input-wrapper input::-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time input::-ms-input-placeholder, .form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper input::-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time select::-ms-input-placeholder, .form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper select::-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address input::-ms-input-placeholder, .form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper input::-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address select::-ms-input-placeholder, .form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper select::-ms-input-placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .ginput_container_list .gfield_list_cell input::-ms-input-placeholder, .ginput_container_list .gfield_list_cell .gform_wrapper form .gform_body .gform_fields .input-wrapper input::-ms-input-placeholder {
  color: #858384 !important;
  opacity: 0.8;
}
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-control::placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.name input::placeholder, .form-group.name .gform_wrapper form .gform_body .gform_fields .input-wrapper input::placeholder,
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time input::placeholder,
.form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper input::placeholder,
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time select::placeholder,
.form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper select::placeholder,
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address input::placeholder,
.form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper input::placeholder,
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address select::placeholder,
.form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper select::placeholder, .gform_wrapper form .gform_body .gform_fields .input-wrapper .ginput_container_list .gfield_list_cell input::placeholder, .ginput_container_list .gfield_list_cell .gform_wrapper form .gform_body .gform_fields .input-wrapper input::placeholder {
  color: #858384 !important;
  opacity: 0.8;
}
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-control:focus, .gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.name input:focus, .form-group.name .gform_wrapper form .gform_body .gform_fields .input-wrapper input:focus,
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time input:focus,
.form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper input:focus,
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.time select:focus,
.form-group.time .gform_wrapper form .gform_body .gform_fields .input-wrapper select:focus,
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address input:focus,
.form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper input:focus,
.gform_wrapper form .gform_body .gform_fields .input-wrapper .form-group.address select:focus,
.form-group.address .gform_wrapper form .gform_body .gform_fields .input-wrapper select:focus, .gform_wrapper form .gform_body .gform_fields .input-wrapper .ginput_container_list .gfield_list_cell input:focus, .ginput_container_list .gfield_list_cell .gform_wrapper form .gform_body .gform_fields .input-wrapper input:focus {
  border-color: #1f2121;
  outline: unset !important;
}
.gform_wrapper form .gform_body .nice-select .list li:first-child {
  display: none;
}
.gform_wrapper form .gform_body .ginput_container_select select {
  min-height: 51px;
}
@media (max-width: 61.99em) {
  .gform_wrapper form .gform_body .ginput_container_select select {
    min-height: auto;
  }
}
.gform_wrapper form .gform_footer {
  margin-top: 48px;
}
@media (max-width: 47.99em) {
  .gform_wrapper form .gform_footer {
    margin-top: 40px;
  }
}
.gform_wrapper form .gform_footer button {
  background-color: transparent !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 12px 22px !important;
  border: 1px solid #fafafa;
  border-radius: 100px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  border-color: #1f2121 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media (max-width: 47.99em) {
  .gform_wrapper form .gform_footer button {
    width: 100% !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
.gform_wrapper form .gform_footer button .bg {
  background-color: #8baebc !important;
}
.gform_wrapper form .gform_footer button span {
  color: #1f2121 !important;
}
.gform_wrapper form .gform_footer button:hover, .gform_wrapper form .gform_footer button:active, .gform_wrapper form .gform_footer button.nice-select.open, .gform_wrapper form .gform_footer button:focus {
  border-color: #fafafa;
}
.gform_wrapper form .gform_footer button:hover span, .gform_wrapper form .gform_footer button:active span, .gform_wrapper form .gform_footer button.nice-select.open span, .gform_wrapper form .gform_footer button:focus span {
  color: #fafafa;
}
.gform_wrapper form .gform_footer button:hover .bg, .gform_wrapper form .gform_footer button:active .bg, .gform_wrapper form .gform_footer button.nice-select.open .bg, .gform_wrapper form .gform_footer button:focus .bg {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.gform_wrapper form .gform_footer button:hover .icon span:first-child, .gform_wrapper form .gform_footer button:active .icon span:first-child, .gform_wrapper form .gform_footer button.nice-select.open .icon span:first-child, .gform_wrapper form .gform_footer button:focus .icon span:first-child {
  -webkit-transform: translateX(0%) translateY(1px);
          transform: translateX(0%) translateY(1px);
}
.gform_wrapper form .gform_footer button:hover .icon span:last-child, .gform_wrapper form .gform_footer button:active .icon span:last-child, .gform_wrapper form .gform_footer button.nice-select.open .icon span:last-child, .gform_wrapper form .gform_footer button:focus .icon span:last-child {
  -webkit-transform: translateX(100%) translateY(1px);
          transform: translateX(100%) translateY(1px);
}
.gform_wrapper form .gform_footer button:hover span, .gform_wrapper form .gform_footer button:active span, .gform_wrapper form .gform_footer button.nice-select.open span, .gform_wrapper form .gform_footer button:focus span {
  color: #1f2121;
}
.gform_wrapper form .gform_footer button span {
  color: #fafafa;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.gform_wrapper form .gform_footer button .text-button {
  position: relative;
  z-index: 1;
  color: var(--Brand-Colours-Black, #1f2121 !important);
  font-family: "Avenir LT Std" !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 350 !important;
  line-height: 105% !important; /* 14.7px */
  text-transform: uppercase !important;
  color: #1f2121 !important;
  height: 11px !important;
}
@media (max-width: 47.99em) {
  .gform_wrapper form .gform_footer button .text-button {
    height: unset !important;
  }
}
.gform_wrapper form .gform_footer button .bg {
  position: absolute;
  background-color: #fafafa;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.gform_wrapper form .gform_footer button .icon {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.gform_wrapper form .gform_footer button .icon span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.gform_wrapper form .gform_footer button .icon span:first-child {
  -webkit-transform: translateX(-100%) translateY(1px);
          transform: translateX(-100%) translateY(1px);
}
.gform_wrapper form .gform_footer button .icon span:last-child {
  -webkit-transform: translateX(0%) translateY(1px);
          transform: translateX(0%) translateY(1px);
}
.gform_wrapper form .gform_footer button .icon-arrow-right-sm {
  color: #fafafa;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gform_wrapper form .ginput_recaptcha_terms {
  color: #1f2121 !important;
  font-family: "Avenir LT Std" !important;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 130% !important;
  margin-top: 16px !important;
}
.gform_wrapper form .ginput_recaptcha_terms a {
  color: #858384 !important;
}

.homepage-banner {
  height: 100vh;
  width: 100%;
  position: relative;
}
.homepage-banner .overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(206, 206, 206, 0.08)), to(rgba(206, 206, 206, 0.08))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(206, 206, 206, 0.08) 0%, rgba(206, 206, 206, 0.08) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
}
.homepage-banner .plyr {
  position: relative;
  z-index: 0;
}
@media (max-width: 64em) {
  .homepage-banner .plyr {
    height: 100vh;
  }
  .homepage-banner .plyr .plyr__video-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homepage-banner .plyr .plyr__video-wrapper video {
    width: unset;
  }
}
.homepage-banner__content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.homepage-banner__content h1 {
  color: #fafafa;
  text-align: center;
  font-family: "Luxury Text";
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 86.4px */
  letter-spacing: -0.96px;
  width: 49.3055555556%;
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}
@media (max-width: 64em) {
  .homepage-banner__content h1 {
    font-size: 96px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    width: auto;
    text-align: center;
  }
}
@media (max-width: 47.99em) {
  .homepage-banner__content h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    width: 100%;
  }
}
.homepage-banner__content .discover-more {
  color: var(--Brand-Colours-White, #fafafa);
  font-family: "Avenir LT Std";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 105%; /* 14.7px */
  text-transform: uppercase;
  position: absolute;
  bottom: 40px;
  background: unset;
  border: unset;
  cursor: pointer;
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
  outline: none !important;
}
@media (max-width: 64em) {
  .homepage-banner__content .discover-more {
    bottom: 32px;
  }
}

.intro-animation {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-animation: pointerEvents 1s forwards 4s;
          animation: pointerEvents 1s forwards 4s;
}
.intro-animation__background-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  -webkit-animation: introHeight 0.6s forwards 3s;
          animation: introHeight 0.6s forwards 3s;
  -webkit-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.intro-animation__background-blue {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #8baebc;
  -webkit-animation: introHeight 0.6s forwards 4s;
          animation: introHeight 0.6s forwards 4s;
  -webkit-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.intro-animation__logo {
  position: relative;
  z-index: 2;
}
.intro-animation__logo svg {
  -webkit-animation: logoHeight 0.6s forwards 2s;
          animation: logoHeight 0.6s forwards 2s;
  -webkit-transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@-webkit-keyframes introHeight {
  0% {
    height: 100vh;
  }
  100% {
    height: 0vh;
  }
}

@keyframes introHeight {
  0% {
    height: 100vh;
  }
  100% {
    height: 0vh;
  }
}
@-webkit-keyframes logoHeight {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}
@keyframes logoHeight {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
}
@-webkit-keyframes pointerEvents {
  0% {
    pointer-events: auto;
  }
  100% {
    pointer-events: none;
  }
}
@keyframes pointerEvents {
  0% {
    pointer-events: auto;
  }
  100% {
    pointer-events: none;
  }
}
.banner {
  background-color: #8baebc;
  position: relative;
}
.banner .vector {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media (max-width: 47.99em) {
  .banner .vector {
    width: 80%;
  }
}
.banner__content {
  padding-top: 144px;
  margin-bottom: 48px;
  position: relative;
}
.banner__content button {
  cursor: pointer;
  outline: none !important;
}
@media (max-width: 47.99em) {
  .banner__content {
    padding-top: 152px;
  }
}
.banner__title {
  font-family: "Luxury Text";
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: unset;
  width: 57.5457317073%;
}
@media (max-width: 64em) {
  .banner__title {
    width: 100%;
    width: 70%;
  }
}
@media (max-width: 47.99em) {
  .banner__title {
    width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 26px;
  }
}
.banner button {
  background-color: unset;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 47.99em) {
  .banner button {
    position: relative;
    bottom: unset;
    right: unset;
    padding: unset;
  }
}
.banner__image {
  width: 100%;
  height: 681px;
}
@media (min-width: 105em) {
  .banner__image {
    height: 80vh;
  }
}
@media (max-width: 47.99em) {
  .banner__image {
    min-height: unset;
    height: 336px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 47.99em) {
  .banner__image img {
    -webkit-animation: zoom-in 3s ease-in-out 0.8s;
            animation: zoom-in 3s ease-in-out 0.8s;
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
.banner .plyr {
  aspect-ratio: 16/9;
  pointer-events: none;
  overflow: visible;
  min-width: unset;
  max-width: unset;
}
@media (max-width: 61.99em) {
  .banner .plyr {
    width: unset !important;
    height: 100% !important;
  }
}
.banner .plyr__video-wrapper {
  width: 500%;
  margin-left: -200%;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border-radius: 8px;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-radius: 0px;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    border-radius: 8px;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    border-radius: 0px;
  }
}
.image-text-loop {
  padding: 96px 0px;
  background-color: #fbfaf9;
}
@media (max-width: 47.99em) {
  .image-text-loop {
    padding: 80px 0px;
  }
}
.image-text-loop .pretitle {
  color: #858384;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 16.8px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 47.99em) {
  .image-text-loop .pretitle {
    font-family: "Avenir LT Std";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 105%; /* 14.7px */
    text-transform: uppercase;
    margin-bottom: 16px;
  }
}
.image-text-loop .title {
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 80px;
  width: 49.0853658537%;
}
.image-text-loop .title span {
  color: #858384;
}
@media (max-width: 64em) {
  .image-text-loop .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
  }
}
@media (max-width: 47.99em) {
  .image-text-loop .title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    width: 100%;
    margin-bottom: 32px;
  }
}
.image-text-loop__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0px;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 47.99em) {
  .image-text-loop__content {
    padding: 32px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.image-text-loop__content.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 47.99em) {
  .image-text-loop__content.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.image-text-loop__content.right .image-text-loop__content-image {
  margin-right: unset;
  margin-left: auto;
}
.image-text-loop__content:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: rgba(133, 131, 132, 0.3);
  position: absolute;
  top: 0;
}
.image-text-loop__content:last-child {
  padding-bottom: 0px;
}
.image-text-loop__content-image {
  width: 49.0853658537%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 8px;
  margin-right: auto;
}
@media (max-width: 47.99em) {
  .image-text-loop__content-image {
    width: 100%;
  }
}
.image-text-loop__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-text-loop__content-text {
  width: 40.625%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (max-width: 47.99em) {
  .image-text-loop__content-text {
    width: 100%;
    gap: 16px;
  }
  .image-text-loop__content-text a {
    margin-top: 8px;
  }
}
.image-text-loop__content-text-title {
  font-family: "Luxury Text";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 47.99em) {
  .image-text-loop__content-text-title {
    font-size: 32px;
  }
}
.image-text-loop__content-text-description p {
  font-family: "Avenir LT Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  margin-bottom: unset;
  color: #61646c;
}
@media (max-width: 47.99em) {
  .image-text-loop__content-text-description p {
    font-size: 16px;
  }
}
.image-text-loop__content-text-description p:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 47.99em) {
  .image-text-loop__content-text-description p:not(:last-child) {
    margin-bottom: 16px;
  }
}

.two-column-text {
  padding: 96px 0px;
  background-color: #fbfaf9;
}
@media (max-width: 64em) {
  .two-column-text {
    padding: 80px 0px;
  }
}
.two-column-text.no-image {
  padding: 80px 0px;
  border-top: 1px solid rgba(133, 131, 132, 0.3);
}
@media (max-width: 64em) {
  .two-column-text.no-image {
    padding-top: unset;
    border-top: none;
  }
}
.two-column-text.no-image .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 48px */
  letter-spacing: -0.48px;
}
@media (max-width: 64em) {
  .two-column-text.no-image .title {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
  }
}
.two-column-text.no-image .two-column-text__content-left {
  width: 43.8262195122%;
}
@media (max-width: 64em) {
  .two-column-text.no-image .two-column-text__content-left {
    width: 100%;
  }
}
.two-column-text.no-image .two-column-text__content-right {
  margin-top: 120px;
  width: 51.0670731707%;
}
@media (max-width: 64em) {
  .two-column-text.no-image .two-column-text__content-right {
    width: 100%;
    margin-top: 32px;
  }
}
.two-column-text__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 64em) {
  .two-column-text__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.two-column-text__content-left {
  width: 40.243902439%;
}
@media (max-width: 64em) {
  .two-column-text__content-left {
    width: 100%;
  }
}
.two-column-text__content-left .pretitle {
  margin-bottom: 16px;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 16.8px */
  text-transform: uppercase;
}
@media (max-width: 64em) {
  .two-column-text__content-left .pretitle {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.two-column-text__content-left .title {
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: -0.64px;
  margin: unset;
}
@media (max-width: 64em) {
  .two-column-text__content-left .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
  }
}
@media (max-width: 64em) {
  .two-column-text__content-left .title {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}
.two-column-text__content-left .title span {
  color: #858384;
}
.two-column-text__content-right {
  width: 52.5152439024%;
  margin-top: 48px;
}
@media (max-width: 64em) {
  .two-column-text__content-right {
    width: 100%;
    margin-top: 32px;
  }
}
.two-column-text__content-right p {
  color: #1f2121;
  font-family: "Avenir LT Std";
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  margin-bottom: unset;
}
.two-column-text__content-right p:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 64em) {
  .two-column-text__content-right p {
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
  }
  .two-column-text__content-right p:not(:last-child) {
    margin-bottom: 18px;
  }
}
.two-column-text__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 24px;
  margin-top: 96px;
}
@media (max-width: 64em) {
  .two-column-text__image {
    margin-top: 64px;
    gap: 16px;
  }
}
.two-column-text__image-big {
  width: 66.0823170732%;
  height: 526px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  .two-column-text__image-big {
    width: 62.5698324022%;
    height: 200px;
  }
}
.two-column-text__image-big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-column-text__image-small {
  width: 32.0884146341%;
  height: 526px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 47.99em) {
  .two-column-text__image-small {
    width: 32.9608938547%;
    height: 200px;
  }
}
.two-column-text__image-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.two-image {
  padding: 96px 0px;
  position: relative;
  background-color: #858384;
}
@media (max-width: 64em) {
  .two-image {
    padding: 80px 0px;
  }
}
.two-image .vector {
  position: absolute;
  bottom: 0px;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
.two-image .vector.desktop {
  display: block;
}
@media (max-width: 64em) {
  .two-image .vector.desktop {
    display: none;
  }
}
.two-image .vector.mobile {
  display: none;
}
@media (max-width: 64em) {
  .two-image .vector.mobile {
    display: block;
  }
}
.two-image .pretitle {
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 16.8px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 64em) {
  .two-image .pretitle {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.two-image .title {
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 51.6768292683%;
  margin-bottom: 64px;
}
@media (max-width: 64em) {
  .two-image .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
  }
}
@media (max-width: 64em) {
  .two-image .title {
    width: 100%;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 40px;
  }
}
.two-image__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 64em) {
  .two-image__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 40px;
  }
}
@media (max-width: 47.99em) {
  .two-image__content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 8px;
    row-gap: 40px;
  }
}
.two-image__content-left {
  width: 21.5701219512%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 8px;
  z-index: 2;
}
@media (max-width: 64em) {
  .two-image__content-left {
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
  }
}
@media (max-width: 47.99em) {
  .two-image__content-left {
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
  }
}
.two-image__content-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-image__content-right {
  width: 21.5701219512%;
  aspect-ratio: 4/5;
  overflow: hidden;
  border-radius: 8px;
  z-index: 2;
}
@media (max-width: 64em) {
  .two-image__content-right {
    width: -webkit-calc(50% - 8px);
    width: calc(50% - 8px);
  }
}
@media (max-width: 47.99em) {
  .two-image__content-right {
    width: -webkit-calc(50% - 4px);
    width: calc(50% - 4px);
  }
}
.two-image__content-right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-image__content-description {
  width: 43.8262195122%;
  margin-left: auto;
}
@media (max-width: 64em) {
  .two-image__content-description {
    width: 100%;
    margin-left: unset;
  }
}
.two-image__content-description p {
  color: #e7e7e7;
  font-family: "Avenir LT Std";
  font-size: 20px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
}
@media (max-width: 64em) {
  .two-image__content-description p {
    font-size: 18px;
    font-style: normal;
    font-weight: 350;
    line-height: 130%;
  }
}

.three-selection-card {
  padding: 96px 0px;
  position: relative;
}
@media (max-width: 64em) {
  .three-selection-card {
    padding: 80px 0;
  }
}
.three-selection-card .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.three-selection-card .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.three-selection-card .container {
  position: relative;
  z-index: 1;
}
.three-selection-card .pretitle {
  color: #fafafa;
  text-align: center;
  font-family: "Avenir LT Std";
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 105%; /* 16.8px */
  text-transform: uppercase;
  margin-bottom: 23px;
}
@media (max-width: 64em) {
  .three-selection-card .pretitle {
    margin-bottom: 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 105%; /* 14.7px */
    text-transform: uppercase;
  }
}
.three-selection-card .title {
  color: #fafafa;
  text-align: center;
  font-family: "Luxury Text";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 64px */
  letter-spacing: -0.64px;
  width: 49.0853658537%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 64em) {
  .three-selection-card .title {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
  }
}
@media (max-width: 64em) {
  .three-selection-card .title {
    margin-bottom: 56px;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    letter-spacing: -0.4px;
    width: 100%;
  }
}
.three-selection-card .swiper {
  width: 100%;
  overflow: visible;
}
.three-selection-card .swiper .swiper-slide {
  aspect-ratio: 437/600;
}
@media (max-width: 64em) {
  .three-selection-card .swiper .swiper-slide {
    aspect-ratio: 262/360;
  }
}
.three-selection-card .swiper .swiper-slide .card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none !important;
}
.three-selection-card .swiper .swiper-slide .card:hover .card-image, .three-selection-card .swiper .swiper-slide .card:active .card-image, .three-selection-card .swiper .swiper-slide .card.nice-select.open .card-image, .three-selection-card .swiper .swiper-slide .card:focus .card-image {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.three-selection-card .swiper .swiper-slide .card:hover .card-title, .three-selection-card .swiper .swiper-slide .card:active .card-title, .three-selection-card .swiper .swiper-slide .card.nice-select.open .card-title, .three-selection-card .swiper .swiper-slide .card:focus .card-title {
  opacity: 0;
}
@media (max-width: 64em) {
  .three-selection-card .swiper .swiper-slide .card:hover .card-title, .three-selection-card .swiper .swiper-slide .card:active .card-title, .three-selection-card .swiper .swiper-slide .card.nice-select.open .card-title, .three-selection-card .swiper .swiper-slide .card:focus .card-title {
    opacity: 0;
  }
}
@media (max-width: 47.99em) {
  .three-selection-card .swiper .swiper-slide .card:hover .card-title, .three-selection-card .swiper .swiper-slide .card:active .card-title, .three-selection-card .swiper .swiper-slide .card.nice-select.open .card-title, .three-selection-card .swiper .swiper-slide .card:focus .card-title {
    opacity: 1;
  }
}
.three-selection-card .swiper .swiper-slide .card:hover .card-hover, .three-selection-card .swiper .swiper-slide .card:active .card-hover, .three-selection-card .swiper .swiper-slide .card.nice-select.open .card-hover, .three-selection-card .swiper .swiper-slide .card:focus .card-hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.three-selection-card .swiper .swiper-slide .card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}
.three-selection-card .swiper .swiper-slide .card .card-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.three-selection-card .swiper .swiper-slide .card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.three-selection-card .swiper .swiper-slide .card .card-title {
  color: #fafafa;
  text-align: center;
  font-family: "Luxury Text";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 36px */
  position: relative;
  z-index: 2;
  width: 310px;
  padding: 24px 30px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 64em) {
  .three-selection-card .swiper .swiper-slide .card .card-title {
    width: 195px;
    padding: unset;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
  }
}
@media (max-width: 47.99em) {
  .three-selection-card .swiper .swiper-slide .card .card-title {
    width: 100%;
  }
}
.three-selection-card .swiper .swiper-slide .card .card-hover {
  position: absolute;
  color: #fafafa;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Luxury Text";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 21.6px */
  z-index: 2;
  width: 140px;
  padding: 48px 13.5px;
  background-color: rgba(122, 157, 163, 0.4);
  border-radius: 100px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 64em) {
  .three-selection-card .swiper .swiper-slide .card .card-hover {
    background-color: unset;
    padding: unset;
    width: unset;
    bottom: 24px;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    aspect-ratio: unset;
  }
}
@media (max-width: 47.99em) {
  .three-selection-card .swiper .swiper-slide .card .card-hover {
    opacity: 1;
    bottom: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    padding: 48px 13.5px;
    aspect-ratio: 1/1;
  }
}