html {
  box-sizing: border-box
}

template,
[hidden] {
  display: none
}

*,
:before,
:after {
  box-sizing: inherit
}

address {
  font-style: inherit
}

dfn,
cite,
em,
i {
  font-style: italic
}

b,
strong {
  font-weight: 700
}

a {
  text-decoration: none
}

a svg {
  pointer-events: none
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

p,
figure {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

[hreflang]>abbr[title] {
  text-decoration: none
}

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

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCCCCC
}

.-oh {
  overflow: hidden
}

@media (min-width: 1000px) {
  .-list-split {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
  }
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

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

img,
svg {
  max-width: 100%;
  height: auto
}

img[width],
img[height],
svg[width],
svg[height] {
  max-width: none
}

img {
  font-style: italic
}

svg {
  fill: currentColor
}

input,
select,
textarea {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font: inherit;
  line-height: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select {
  text-transform: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  background: none;
  color: inherit
}

textarea {
  overflow: auto;
  resize: vertical
}

button,
.o-button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none transparent;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

button:focus,
button:hover,
.o-button:focus,
.o-button:hover {
  text-decoration: none
}

@media (max-width: 500px) {
  .o-button {
    display: block;
    width: 100% !important
  }
}

@font-face {
  font-family: "OpenSans";
  src: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/font/2025/7/D9S1E_OpenSans-Regular/OpenSans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility
}

@font-face {
  font-family: "OpenSans";
  src: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/font/2025/7/WEHRY_OpenSans-ExtraBold/OpenSans-ExtraBold.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility
}

@font-face {
  font-family: "OpenSans";
  src: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/font/2025/7/OR4QN_OpenSans-Bold/OpenSans-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility
}

@font-face {
  font-family: "Karla";
  src: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/font/2025/7/F0PEN_Karla-Bold/Karla-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility
}

@font-face {
  font-family: "custom-icons";
  src: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/font/2025/7/6C5SA_custom-icons/custom-icons.woff2") format("woff2");
  font-style: normal;
  font-weight: normal
}

html {
  overflow-y: scroll;
  min-height: 100%;
  color: #333;
  font-family: "OpenSans", sans-serif;
  line-height: 1.5;
  overflow-x: hidden
}

@media (max-width: 699px) {
  html {
    font-size: 12px
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  html {
    font-size: 13px
  }
}

@media (min-width: 1000px) and (max-width: 1199px) {
  html {
    font-size: 14px
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  html {
    font-size: 16px
  }
}

@media (min-width: 1600px) and (max-width: 1999px) {
  html {
    font-size: 18px
  }
}

@media (min-width: 2000px) and (max-width: 2399px) {
  html {
    font-size: 21px
  }
}

@media (min-width: 2400px) {
  html {
    font-size: 24px
  }
}

html.is-loading {
  cursor: wait
}

html.has-scroll-smooth {
  overflow: hidden
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

body {
  overflow-x: hidden
}

.has-scroll-smooth body {
  overflow: hidden
}

::-moz-selection {
  background-color: #000;
  color: #fff;
  text-shadow: none
}

::selection {
  background-color: #000;
  color: #fff;
  text-shadow: none
}

a {
  color: #1A0DAB
}

a:focus,
a:hover {
  color: #13097c
}

#svg-- {
  display: none
}

.o-wrap {
  margin: 3.75rem 0
}

.o-h,
h1,
.o-h1,
h2,
.o-h2,
h3,
.o-h3,
h4,
.o-h4,
h5,
.o-h5,
h6,
.o-h6 {
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 400
}

h1,
.o-h1 {
  line-height: 0.9
}

@media (max-width: 699px) {

  h1,
  .o-h1 {
    font-size: 12vw
  }
}

@media (min-width: 700px) and (max-width: 1599px) {

  h1,
  .o-h1 {
    font-size: 36px
  }
}

@media (min-width: 1600px) {

  h1,
  .o-h1 {
    font-size: 12vw
  }
}

h2,
.o-h2 {
  font-size: 1.75rem
}

h3,
.o-h3 {
  font-size: 1.5rem
}

h4,
.o-h4 {
  line-height: 1.2;
  font-size: 1.25rem
}

h5,
.o-h5 {
  font-size: 1.125rem
}

h6,
.o-h6 {
  font-size: 1rem
}

.o-loader {
  white-space: nowrap;
  font-size: 0;
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: visibility 0s;
  transition: visibility 0s
}

.is-loaded .o-loader {
  visibility: hidden;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}

.is-loaded .o-loader::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top
}

.o-loader::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.o-loader::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #C10230;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}

.o-loader__line {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 8.4375rem;
  height: 0.6875rem;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: center right;
  transform-origin: center right
}

.o-loader__line:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background-color: #ffffff;
  content: "";
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-animation: loading 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  animation: loading 1.2s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards
}

.is-loaded .o-loader__line {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(0%) scaleX(0);
    transform: translate(0%) scaleX(0)
  }

  30% {
    -webkit-transform: translate(0%) scaleX(1);
    transform: translate(0%) scaleX(1)
  }

  80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0)
  }

  100% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0)
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translate(0%) scaleX(0);
    transform: translate(0%) scaleX(0)
  }

  30% {
    -webkit-transform: translate(0%) scaleX(1);
    transform: translate(0%) scaleX(1)
  }

  80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0)
  }

  100% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0)
  }
}

.o-container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 7vw;
  padding-left: 7vw;
  max-width: 2560px
}

@media (min-width: 500px) {
  .o-container {
    padding-right: 10vw;
    padding-left: 10vw
  }
}

@media (min-width: 700px) {
  .o-container {
    padding-right: 9rem;
    padding-left: 9rem
  }
}

.o-ratio {
  position: relative;
  display: block;
  overflow: hidden
}

.o-ratio:before {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  content: ""
}

.o-ratio__content,
.o-ratio>img,
.o-ratio>iframe,
.o-ratio>embed,
.o-ratio>object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%
}

.o-layout {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-left: 0
}

.o-layout.-gutter {
  margin-left: -7.5rem
}

.o-layout.-gutter-small {
  margin-left: -3.75rem
}

.o-layout.-center {
  text-align: center
}

.o-layout.-right {
  text-align: right
}

.o-layout.-reverse {
  direction: rtl
}

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

.o-layout.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.o-layout.-flex.-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.o-layout.-flex.-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.o-layout.-flex.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.o-layout.-flex.-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.o-layout.-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.o-layout__item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
  padding-left: 0
}

.o-layout.-gutter>.o-layout__item {
  padding-left: 7.5rem
}

.o-layout.-gutter-small>.o-layout__item {
  padding-left: 3.75rem
}

.o-layout.-middle>.o-layout__item {
  vertical-align: middle
}

.o-layout.-bottom>.o-layout__item {
  vertical-align: bottom
}

.o-layout.-center>.o-layout__item,
.o-layout.-right>.o-layout__item,
.o-layout.-reverse>.o-layout__item {
  text-align: left
}

.o-layout.-reverse>.o-layout__item {
  direction: ltr
}

@media (max-width: 999px) {
  .default-layout.-mobile-flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
  }
}

.default-layout.-dark {
  color: #fff
}

@media (max-width: 999px) {
  .default-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
}

.default-title {
  font-size: 2rem;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 1.875rem
}

.default-title.-center::after {
  margin: 1.875rem auto
}

.default-title.-no-border::after {
  content: none
}

.default-title::after {
  content: '';
  position: relative;
  display: block;
  width: 9.375rem;
  margin-top: 1.875rem;
  height: 3px;
  background-color: #C10230
}

.default-list {
  list-style-type: disc;
  padding-left: 2.5rem;
  margin-top: 1.875rem
}

.default-link {
  margin-top: 3.75rem
}

@media (min-width: 500px) {
  .multi-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.multi-link a {
  margin-top: 1.875rem
}

.multi-link a:first-of-type {
  margin-right: 1rem
}

@media (max-width: 499px) {
  .multi-link a:nth-child(2) {
    margin-top: .9375rem
  }
}

.o-button {
  position: relative;
  z-index: 1;
  color: white;
  padding: .9375rem 1.875rem;
  font-size: 1rem;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: auto;
  text-align: center;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  border-radius: 6.25rem;
  border: 2px solid #fff
}

.o-button.-dark {
  color: #333;
  border-color: #333
}

.o-button.-fill {
  background-color: #C10230;
  color: #fff;
  border-color: transparent
}

.o-button.-fill:hover {
  background-color: #00378F
}

.o-button:focus,
.o-button:hover {
  background-color: #C10230;
  color: #fff;
  border-color: transparent
}

.o-image_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #d4c9c9
}

.o-image {
  opacity: 0.75;
  mix-blend-mode: multiply
}

.o-image img {
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -webkit-transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.o-image.is-inview img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}

.o-title {
  margin: 0;
  padding: 5.625rem 0;
  perspective: 600px;
  -webkit-perspective: 600px
}

.o-title_line {
  display: block;
  opacity: 0;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateY(100%) rotateX(-80deg);
  transform: translateY(100%) rotateX(-80deg);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0
}

.o-title.is-inview .o-title_line {
  -webkit-transform: none;
  transform: none;
  opacity: 1
}

.o-title.is-inview .o-title_line:nth-child(1) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s
}

.o-title.is-inview .o-title_line:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s
}

.o-title.is-inview .o-title_line:nth-child(3) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s
}

.o-title.is-inview .o-title_line:nth-child(4) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s
}

.o-title_line span {
  display: inline-block;
  min-width: 0.05em;
  font-size: 36px
}

.o-image {
  width: 100%;
  position: relative;
  overflow: hidden
}

.o-image::before {
  content: "";
  display: block;
  padding-bottom: 75%
}

.o-image__title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  text-transform: uppercase;
  z-index: 2;
  font-size: 7vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
  margin: 0
}

.o-image__title span {
  display: inline-block;
  min-width: 0.1em;
  padding: 10vh 0
}

.o-image__background {
  position: absolute;
  top: -25%;
  bottom: -25%;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center center
}

.o-image__background::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3)
}

.o-fixed__wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden
}

.o-fixed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}

.o-fixed__target {
  display: block;
  position: absolute;
  top: -100vh;
  right: 0;
  left: 0;
  height: 200vh
}

.o-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover
}

.o-background__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.o-background__image-full {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.no-js .owl-carousel {
  display: block
}

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

body .owl-theme .owl-dot {
  margin-top: 1.875rem
}

body .owl-theme .owl-dot.active span {
  background: #C10230;
  width: 80px
}

body .owl-theme .owl-dots .owl-dot:hover span {
  background: #C10230
}

body .owl-theme .owl-dots .owl-dot span {
  -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.7s
}

body .owl-theme .owl-nav.disabled+.owl-dots {
  padding-bottom: 3rem
}

body .owl-theme .owl-dots .owl-dot.active span,
body .owl-theme .owl-dots .owl-dot:hover span {
  background: #C10230
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

.animated {
  -webkit-animation-duration: 50 ms;
  animation-duration: 50 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.owl-animated-out {
  z-index: 1
}

.owl-animated-in {
  z-index: 0
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #CCC
}

.mfp-preloader a:hover {
  color: #FFF
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0
}

.c-header-navigation {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: auto
}

@media (min-width: 500px) {
  .c-header-navigation {
    background-color: #fff
  }
}

.c-header-navigation__content {
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  height: 6rem;
  color: #fff
}

@media (min-width: 1000px) {
  .has-nav .c-header-navigation__content {
    position: absolute;
    width: 9rem;
    top: -9rem;
    right: 0;
    left: initial
  }
}

@media (min-width: 500px) {
  .c-header-navigation__content::before {
    content: "";
    opacity: .5;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(182, 184, 185, 0.29);
    height: 1px
  }
}

@media (min-width: 1000px) {
  .c-header-navigation__content {
    height: 9rem
  }
}

@media (max-width: 499px) {
  .c-header-navigation__content {
    border-radius: 0rem 0rem 2rem 2rem;
    background-color: #fff
  }
}

.c-header-navigation__logo {
  position: relative;
  width: 33.33333%;
  display: inline-block;
  height: 100%;
  text-align: center;
  font-size: 0;
  pointer-events: auto
}

@media (min-width: 700px) {
  .c-header-navigation__logo {
    width: 20rem
  }
}

.c-header-navigation__logo::before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle
}

.c-header-navigation__logo--desktop {
  fill: #fff;
  width: auto;
  height: 4.5rem;
  display: none
}

@media (min-width: 500px) {
  .c-header-navigation__logo--desktop {
    display: inline-block
  }
}

.c-header-navigation__logo--mobile {
  fill: #fff;
  display: inline-block;
  width: auto;
  height: 4.375rem
}

@media (min-width: 500px) {
  .c-header-navigation__logo--mobile {
    display: none
  }
}

.c-header-navigation__nav {
  display: none
}

@media (min-width: 1000px) {
  .c-header-navigation__nav {
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    padding-right: 9rem;
    height: 9rem
  }
}

.c-header-navigation__list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-header-navigation__list li:hover>ul {
  opacity: 1;
  visibility: visible;
  background: #00378F;
  border-radius: 1rem;
  padding: 1rem 0;
  top: 6rem
}

.c-header-navigation__list ul {
  width: calc(100% + 5rem);
  opacity: 0;
  padding: 0;
  left: 0;
  list-style: none;
  position: absolute;
  top: 160%;
  visibility: hidden;
  transition: all .4s ease;
  -webkit-transition: all .4s ease
}

.c-header-navigation__list .full-list ul {
  width: 33rem;
  left: 0;
  overflow: hidden
}

.c-header-navigation__item {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%
}

.c-header-navigation__item.-last {
  padding: 0 1.2vw
}

.c-header-navigation__item.-is-curent a {
  color: #00378F
}

.c-header-navigation__item-submenu ul {
  top: 0%;
  left: 160%
}

.c-header-navigation__item-submenu li {
  display: inline-block;
  position: relative;
  width: 100%
}

.c-header-navigation__item-submenu li:hover>ul {
  top: 0%;
  left: 100%;
  opacity: 1;
  visibility: visible
}

.c-header-navigation__item-submenu a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  text-align: left;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.c-header-navigation__item-submenu a:hover {
  background-color: #C10230
}

.c-header-navigation__item-submenu a span {
  float: right
}

.c-header-navigation__link {
  font-family: "Karla", sans-serif;
  font-weight: bold;
  color: #6081B6;
  position: relative;
  display: inline-block;
  padding: 0 1.2vw;
  font-size: .9375rem;
  line-height: 1
}

.c-header-navigation__link.has-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.c-header-navigation__link.has-drop .c-header-navigation__item-drop {
  width: 1rem;
  height: auto;
  display: inline-block;
  margin-left: 0.5rem
}

.c-header-navigation__link.has-drop .c-header-navigation__item-drop svg {
  width: 1rem;
  height: 1rem
}

.c-header-navigation__link.-job-btn {
  background-color: #C10230;
  border-radius: 2rem;
  width: 15rem;
  height: auto;
  color: #fff;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0, 1)
}

.c-header-navigation__link.-job-btn span {
  color: #fff
}

.c-header-navigation__link.-job-btn:hover {
  background-color: #ad022b;
  color: #fff
}

.c-header-navigation__link.-job-btn .c-header-navigation__link-icon {
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem
}

.c-header-navigation__link.-job-btn .c-header-navigation__link-icon svg {
  width: 2.5rem;
  height: 2.5rem
}

.c-header-navigation__link:not(.-job-btn)::after {
  content: "";
  position: absolute;
  right: 1.125rem;
  bottom: -5px;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform-origin: center right;
  transform-origin: center right;
  border-bottom: 5px solid #C10230
}

.c-header-navigation__link:not(.-job-btn):hover {
  color: #00378F
}

.c-header-navigation__link:not(.-job-btn):hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: center left;
  transform-origin: center left
}

.c-header-navigation__menu {
  display: block;
  height: 100%;
  text-align: center;
  font-size: 0;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1), visibility 0s;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0, 1), visibility 0s;
  float: right;
  width: 33.333%
}

@media (min-width: 1000px) {
  .c-header-navigation__menu {
    display: none
  }
}

@media (min-width: 700px) {
  .c-header-navigation__menu {
    width: 9rem
  }
}

.c-header-navigation__menu-wrap {
  height: 100%
}

.c-header-navigation__button {
  width: 2rem;
  text-align: right;
  position: relative;
  z-index: 1001;
  font-size: 0 !important
}

.c-header-navigation__button::before {
  opacity: 0;
  content: 'menu';
  display: block;
  position: absolute;
  top: -1.3rem;
  width: 100%;
  color: #fff;
  height: 100%;
  left: 0;
  text-transform: uppercase;
  font-size: 10px;
  -webkit-transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s
}

.c-header-navigation__button-line {
  display: inline-block;
  width: 33px;
  height: 2px;
  -webkit-transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  transition: all 0.4s cubic-bezier(0.43, 0.195, 0.02, 1);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: translateY(-3%);
  transform: translateY(-3%);
  background-color: #C10230
}

.has-nav-open .c-header-navigation__button-line {
  background-color: #C10230
}

@media (min-width: 500px) {
  .c-header-navigation__button-line {
    background-color: #C10230
  }
}

.c-header-navigation__button-line:nth-of-type(3):nth-last-of-type(1) {
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5)
}

.c-header-navigation__button-line:nth-child(2) {
  margin: 7px 0px
}

.c-header-navigation__button:hover .c-header-navigation__button-line:nth-of-type(3):nth-last-of-type(1) {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line:nth-child(1) {
  -webkit-transition-delay: 0s, .2s;
  transition-delay: 0s, .2s;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line:nth-child(2) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transform: rotate(45deg) translate(10px, 10px);
  transform: rotate(45deg) translate(10px, 10px)
}

.c-header-navigation.has-nav-open .c-header-navigation__button-line:nth-child(3) {
  opacity: 0;
  -webkit-transition-delay: 0s, .1s;
  transition-delay: 0s, .1s;
  -webkit-transform: translateY(-0.59375rem);
  transform: translateY(-0.59375rem)
}

.c-header-navigation.has-nav-open .o-overlay {
  opacity: 1;
  visibility: visible
}

.c-header-navigation.has-nav-open .c-mega-menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.o-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: visibility 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: visibility 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: visibility 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: visibility 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s
}

.c-mega-menu {
  position: fixed;
  right: 0;
  width: 100%;
  background: #1c1d22;
  z-index: 999;
  top: 0;
  height: 100vh;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 1s cubic-bezier(0.4, 0, 0.2, 1)
}

@media (min-width: 700px) {
  .c-mega-menu {
    width: 30rem
  }
}

.c-mega-menu__wrap {
  position: absolute;
  top: 6.5em;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%
}

.c-mega-menu__level {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  overflow-y: scroll;
  width: calc(100% + 50px);
  height: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none
}

.c-mega-menu__level:focus {
  outline: none
}

.c-mega-menu__level--current {
  visibility: visible
}

.c-mega-menu__item {
  display: block;
  width: calc(100% - 9rem)
}

.c-mega-menu__item-link {
  font-weight: 600;
  position: relative;
  display: block;
  padding: 1em 2.5em 1em 1.5em;
  color: #bdbdbd;
  -webkit-transition: color 0.3s;
  transition: color 0.3s
}

.c-mega-menu__item-link:hover {
  color: #C10230
}

.c-mega-menu__item-link[data-submenu]::after {
  content: '\e904';
  font-family: "custom-icons";
  position: absolute;
  right: 0;
  padding: 0.25em 1.25em;
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s
}

.c-mega-menu__item-link.-curent::before {
  content: '\00B7';
  font-size: 1.5em;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0.5em;
  height: 4px;
  color: #C10230
}

.animate-outToRight .c-mega-menu__item {
  -webkit-animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-outToLeft .c-mega-menu__item {
  -webkit-animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: outToLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-inFromLeft .c-mega-menu__item {
  -webkit-animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromLeft 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.animate-inFromRight .c-mega-menu__item {
  -webkit-animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1);
  animation: inFromRight 0.6s both cubic-bezier(0.7, 0, 0.3, 1)
}

.c-mega-menu__breadcrumbs {
  font-size: 0.65em;
  line-height: 1;
  position: relative;
  padding: 6.5em 3.75em 1.5em 2.5em
}

.c-mega-menu__breadcrumbs a {
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #C10230
}

.c-mega-menu__breadcrumbs a::hover {
  color: #C10230
}

.c-mega-menu__breadcrumbs a:last-child {
  pointer-events: none
}

.c-mega-menu__breadcrumbs a:not(:last-child)::after {
  content: '\e902';
  font-family: "custom-icons";
  display: inline-block;
  padding: 0 0.5em;
  color: #33353e
}

.c-mega-menu__breadcrumbs a:not(:last-child):hover::after {
  color: #33353e
}

.c-mega-menu__back {
  position: absolute;
  font-weight: bold;
  display: inline-block;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 100;
  right: 2.25em;
  margin: 0;
  padding: 2.5em 0.65em 0 0;
  cursor: pointer;
  color: #C10230;
  border: none;
  background: none;
  bottom: 20%;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out
}

@media (min-width: 700px) {
  .c-mega-menu__back {
    bottom: 3rem
  }
}

.c-mega-menu__back:hover {
  color: #fff;
  outline: none
}

.c-mega-menu__back--hidden {
  pointer-events: none;
  opacity: 0
}

[class^='animate-'],
[class*=' animate-'] {
  visibility: visible
}

@-webkit-keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@keyframes outToRight {
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
}

@-webkit-keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@keyframes outToLeft {
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }
}

@-webkit-keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@-webkit-keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes inFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.main-hero {
  position: relative;
  background-color: #fff;
  height: 90vh;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.main-hero[data-component="int-hero"]::after {
  width: 100%;
  background-position: center bottom;
  height: 5rem;
  background-size: 100%
}

.main-hero::after {
  content: '';
  display: block;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/N78GA_dots/dots.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 75%;
  height: 5rem;
  position: relative
}

@media (min-width: 700px) {
  .main-hero[data-component="int-hero"] {
    min-height: 500px;
    height: 70vh
  }
}

@media (min-width: 1000px) {
  .main-hero[data-component="int-hero"] {
    min-height: 500px;
    height: 50vh
  }
}

@media (max-device-width: 500px) {
  .main-hero {
    height: 70vh
  }
}

@media (min-width: 1000px) {
  .main-hero {
    min-height: 700px;
    height: calc(100vh - 9rem)
  }
}

.main-hero__inner {
  position: relative;
  height: 100%;
  display: block
}

@media (min-width: 1000px) {
  .main-hero__inner {
    margin-top: 9rem;
    padding-bottom: 0
  }
}

.main-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  overflow: hidden
}

.is-loaded .main-hero__background {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.main-hero__background-wrap {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.is-loaded .main-hero__background-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.main-hero__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  background-color: #000;
  pointer-events: none
}

@media (min-width: 499px) {
  .main-hero__overlay {
    background-color: #000;
    mix-blend-mode: multiply
  }
}

.main-hero__container {
  height: 100%;
  position: relative
}

.main-hero__layout {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1
}

.main-hero__content {
  text-align: left;
  position: relative
}

@media (min-width: 1000px) {
  [data-component="interior-hero"] .main-hero__content {
    margin-top: 0vw
  }
}

@media (min-width: 1000px) {
  .main-hero__content {
    padding-top: 0
  }
}

.main-hero__title {
  font-family: "Karla", sans-serif;
  -webkit-transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color 0.6s linear, opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0 auto;
  color: #fff;
  width: 100%;
  position: relative;
  font-weight: bold;
  opacity: 0;
  line-height: normal;
  font-size: 8.5836909871vw
}

.is-loaded .main-hero__title {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

[data-component="int-hero"] .main-hero__title {
  text-transform: none;
  line-height: normal
}

@media (min-width: 1000px) {
  [data-component="int-hero"] .main-hero__title {
    font-size: 4.254343294vw
  }
}

@media (min-width: 700px) and (max-width: 999px) {
  .main-hero__title {
    font-size: 4.6911649726vw
  }
}

@media (min-width: 1000px) {
  .main-hero__title {
    font-size: 5.254343294vw
  }
}

.main-hero__subby {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.is-loaded .main-hero__subby {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%)
}

.main-hero__subtitle {
  display: block;
  color: #fff;
  font-size: 2.25rem;
  font-weight: normal;
  display: block;
  margin-top: .625rem
}

.main-hero__link {
  margin-top: 1.875rem;
  display: inline-block
}

.main-hero__social {
  display: none
}

.main-hero__social input {
  display: none
}

.main-hero__social label {
  display: block
}

@media (min-width: 1000px) {
  .main-hero__social {
    position: absolute;
    right: 9rem;
    top: 1rem;
    z-index: 2;
    height: auto;
    display: block
  }
}

.main-hero__social-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.main-hero__social-item {
  list-style: none
}

.main-hero__social-link {
  border-radius: 100%;
  border: 1px solid #fff;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.main-hero__social-link.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.main-hero__social-link.-social-hub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.main-hero__social-link.-social-hub.-open {
  border-color: #F47721
}

.main-hero__social-link.-social-hub:hover svg {
  fill: #F47721
}

.main-hero__social-link.-twitter:hover svg {
  fill: #1DA1F2
}

.main-hero__social-link.-linkedin:hover svg {
  fill: #0077B5
}

.main-hero__social-link.-facebook:hover svg {
  fill: #3B5998
}

.main-hero__social-link.-youtube:hover svg {
  fill: #CD201F
}

.main-hero__social-link.-mail:hover svg {
  fill: #C10230
}

.main-hero__social-link.-instagram:hover svg {
  fill: #E1306C
}

.main-hero__social-link svg {
  width: 0.8rem;
  height: 0.8rem;
  fill: #fff;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out
}

.info-image {
  position: relative;
  padding-top: 7.5rem
}

.info-image .-multi-image .-staff {
  -webkit-animation-name: staff;
  animation-name: staff;
  -webkit-animation-duration: 24000ms;
  animation-duration: 24000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/S7773_2/2.jpg"), url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/KG4LR_3/3.jpg")
}

.info-image__background {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 1.875rem;
  margin-top: 3.75rem;
  height: 22.5rem
}

.info-image__background.-left {
  margin-bottom: 3.75rem
}

@media (max-width: 1000px) and (min-width: 700px) {
  .info-image__background {
    right: -9rem;
    border-radius: 1.875rem 0 0 1.875rem
  }

  .info-image__background.-left {
    left: -9rem;
    border-radius: 0 1.875rem 1.875rem 0
  }
}

@media (min-width: 999px) {
  .info-image__background {
    margin-top: 0;
    height: 32.5rem
  }

  .info-image__background.-left {
    margin-bottom: 0
  }
}

.info-image__video {
  position: absolute;
  display: block;
  left: 1.875rem;
  bottom: 1.875rem;
  width: auto;
  z-index: 1
}

.info-image__video-btn {
  display: block;
  padding: 1rem;
  position: relative;
  border-radius: 100%
}

.info-image__video-btn:before,
.info-image__video-btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 0;
  z-index: -1
}

.info-image__video-btn:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation: pulse 2s infinite linear;
  animation: pulse 2s infinite linear
}

.info-image__video-btn:after {
  -webkit-animation: pulse 2s 1s infinite linear;
  animation: pulse 2s 1s infinite linear
}

.info-image__video-ring {
  border-radius: 100%;
  width: 3rem;
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.info-image__video-ring svg {
  width: 2rem;
  height: 2rem;
  fill: #fff
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0
  }

  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0
  }

  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0
  }
}

@-webkit-keyframes staff {

  0%,
  20.8333333333% {
    background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/S7773_2/2.jpg")
  }

  50%,
  70.8333333333% {
    background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/KG4LR_3/3.jpg")
  }

  100% {
    background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/S7773_2/2.jpg")
  }
}

@keyframes staff {

  0%,
  20.8333333333% {
    background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/S7773_2/2.jpg")
  }

  50%,
  70.8333333333% {
    background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/KG4LR_3/3.jpg")
  }

  100% {
    background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/S7773_2/2.jpg")
  }
}

.number-counter {
  margin-bottom: 1.875rem
}

.number-counter__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 499px) {
  .number-counter__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
}

.number-counter__content-dot {
  width: 5px;
  height: 5px;
  display: block;
  position: relative;
  background-color: rgba(0, 55, 143, 0.5);
  border-radius: 50%
}

@media (max-width: 499px) {
  .number-counter__content-dot {
    margin: 1.875rem auto
  }
}

.number-counter__value {
  font-size: 3.125rem;
  display: block;
  font-weight: 800;
  color: #00378F
}

.number-counter__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  text-align: center;
  display: block
}

.job-callout {
  position: relative;
  margin-top: 7.5rem;
  padding: 7.5rem 0
}

.job-callout::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 200px);
  background-color: #002D74;
  left: 0;
  top: 0;
  z-index: -1
}

.job-callout::after {
  content: '';
  display: block;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/5ZP4Q_dots-2/dots-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 25rem;
  height: 25rem;
  position: absolute;
  opacity: 0.7;
  bottom: 5rem
}

.job-callout__bucket-image {
  position: relative
}

.job-callout__wrap {
  position: relative
}

.job-callout__title {
  text-align: center;
  color: #fff
}

.job-callout__bucket {
  position: relative;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.job-callout__bucket-item {
  cursor: pointer;
  opacity: 0.6;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.current .job-callout__bucket-item {
  opacity: 1
}

.job-callout__bucket-item:hover {
  opacity: 1
}

.job-callout__bucket-image {
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden
}

@media (min-width: 1000px) {
  .job-callout__bucket-image {
    width: 15vw;
    height: 15vw
  }
}

@media (min-width: 1400px) {
  .job-callout__bucket-image {
    width: 12.5rem;
    height: 12.5rem
  }
}

.job-callout__bucket-label {
  font-weight: bold;
  font-family: "Karla", sans-serif;
  font-size: 1.375rem;
  color: #fff;
  margin-top: 1.875rem
}

.job-callout__bucket-label span {
  display: block
}

.job-callout__slider {
  display: block;
  position: relative;
  margin-top: 5.625rem;
  background-color: #00378F;
  border-radius: 1.875rem 1.875rem 0 1.875rem
}

.job-callout__arrow {
  position: absolute;
  bottom: -90px;
  right: 0
}

.job-callout__desc {
  padding: 3.75rem;
  color: #fff;
  z-index: 1;
  position: relative
}

.job-callout__desc-title {
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "Karla", sans-serif;
  margin-bottom: 1.875rem
}

.job-callout__desc-link {
  margin-top: 1.875rem
}

.job-callout__desc-list {
  list-style-type: disc;
  padding-left: 1.875rem;
  margin-top: 1.875rem
}

.accordion {
  margin-top: 11.25rem;
  position: relative
}

.accordion__header {
  position: relative;
  z-index: 1;
  padding: 3.75rem 3.75rem 3.75rem 0
}

.accordion__header::before {
  content: '';
  display: block;
  background-color: #002D74;
  width: calc(100% + 9rem);
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -9rem;
  top: 0;
  border-radius: 0 1.875rem 1.875rem 0
}

.accordion__background {
  display: none;
  position: relative;
  overflow: hidden;
  height: 100%;
  left: -9rem;
  width: calc(100% + 9rem)
}

@media (min-width: 1000px) {
  .accordion__background {
    display: block
  }
}

.accordion__main {
  position: relative;
  margin-top: -5.625rem
}

.accordion__info {
  position: relative;
  left: -9rem;
  width: calc(100% + 18rem);
  background-color: #00378F;
  height: 100%;
  position: relative;
  padding: 7.5rem 5.625rem 5.625rem 5.625rem
}

.accordion__info::before {
  content: '';
  display: block;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/5ZP4Q_dots-2/dots-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  top: -3.75rem;
  height: 5.625rem;
  position: absolute
}

@media (min-width: 1000px) {
  .accordion__info {
    width: calc(100% + 9rem);
    left: 0
  }
}

@media (max-width: 500px) {
  .accordion__info {
    padding: 5.625rem 1.875rem;
    width: calc(100% + 14vw);
    left: -7vw
  }
}

@media (max-width: 700px) {
  .accordion__info {
    padding: 5.625rem 3.75rem;
    width: calc(100% + 20vw);
    left: -10vw
  }
}

.accordion-content__content {
  position: relative;
  padding: 9.375rem 1.875rem
}

.accordion-content__content::before {
  content: '';
  display: block;
  position: absolute;
  left: -9rem;
  top: 0;
  width: calc(100% + 18rem);
  height: 100%;
  background-color: #C10230;
  z-index: -1
}

.accordion-content__item {
  position: relative;
  width: 100%;
  border-top: 1px solid #e7eae9;
  padding-top: 2.61111rem;
  padding-bottom: 2.61111rem
}

.accordion-content__item:first-of-type {
  border-top: none
}

.accordion-content__title {
  font-family: "Karla", sans-serif;
  width: 75%;
  font-size: 1.11111rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.is-active .accordion-content__title {
  color: #fff
}

.accordion-content__title span {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 1rem
}

.accordion-content__btn {
  position: absolute;
  top: 2.22222rem;
  right: 0;
  width: 2.88889rem;
  height: 2.88889rem;
  background: #e7eae9;
  border-radius: 50%;
  cursor: pointer
}

.accordion-content__btn svg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: .66667rem;
  height: .44444rem;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  stroke: #00378F;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s
}

.accordion-content__item.is-active .accordion-content__btn:after {
  opacity: 1;
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0)
}

.accordion-content__item.is-active .accordion-content__btn svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  stroke: #fff
}

html:not(.is-mobile) .accordion-content__btn:hover:after {
  opacity: 1;
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0)
}

html:not(.is-mobile) .accordion-content__btn:hover svg {
  stroke: #fff
}

html:not(.is-mobile) .accordion-content__btn:hover span {
  color: #fff
}

.accordion-content__btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background: #00378F;
  border-radius: 50%;
  -webkit-transform: scale(0.5) translate3d(0, 0, 0);
  transform: scale(0.5) translate3d(0, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.6, 0.01, 0, 1.38) 0s;
  transition: all 0.45s cubic-bezier(0.6, 0.01, 0, 1.38) 0s
}

.c-footnote.is-active .accordion-content__btn:after {
  opacity: 1;
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0)
}

.accordion-content__item.is-active .accordion-content__btn:after {
  opacity: 1;
  -webkit-transform: scale(1.1) translate3d(0, 0, 0);
  transform: scale(1.1) translate3d(0, 0, 0)
}

.accordion-content__bottom {
  height: 0;
  overflow: hidden
}

.accordion-content__bottom-ov {
  width: 77%;
  padding-top: 1.875rem ul;
  padding-top-list-style-type: disc;
  padding-top-padding-left: 3.75rem
}

html:not(.is-mobile) .accordion-content__btn:hover svg {
  stroke: #fff;
  z-index: 1
}

.accordion-content__item.is-active .accordion-content__btn svg {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  stroke: #fff;
  z-index: 1
}

.testimonial {
  margin-top: 11.25rem;
  position: relative
}

.testimonial__header {
  position: relative;
  z-index: 1;
  padding: 3.75rem 3.75rem 3.75rem 0
}

.testimonial__header::before {
  content: '';
  display: block;
  background-color: #002D74;
  width: calc(100% + 9rem);
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -9rem;
  top: 0;
  border-radius: 0 1.875rem 1.875rem 0
}

.testimonial-main {
  position: relative;
  margin-top: -5.625rem;
  position: relative;
  left: -9rem;
  width: calc(100% + 18rem);
  background-color: #00378F;
  height: 100%;
  position: relative;
  padding: 5.625rem 3.75rem 3.75rem 3.75rem
}

.testimonial-main::before {
  content: '';
  display: block;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/5ZP4Q_dots-2/dots-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  top: -3.75rem;
  height: 5.625rem;
  position: absolute
}

@media (max-width: 500px) {
  .testimonial-main {
    padding: 5.625rem 1.875rem;
    width: calc(100% + 14vw);
    left: -7vw
  }
}

@media (max-width: 700px) {
  .testimonial-main {
    padding: 10rem 3.75rem;
    width: calc(100% + 20vw);
    left: -10vw
  }
}

.testimonial-main__content {
  color: #fff
}

.testimonial-main__slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.testimonial-main__slider-icon {
  position: relative;
  width: 25rem;
  height: 25rem;
  margin-right: 1.875rem
}

@media (max-width: 700px) {
  .testimonial-main__slider-icon {
    display: none
  }
}

.testimonial-main__slider-icon svg {
  display: block;
  width: 25rem;
  height: 25rem
}

.testimonial-main__slider-info {
  position: relative;
  font-size: 1.25rem;
  border-left: 2px solid #6081B6;
  padding-left: 1.875rem
}

.testimonial-main__slider-label {
  margin-top: 1.875rem;
  text-align: right;
  font-family: "Karla", sans-serif;
  font-weight: bold
}

.testimonial-main__arrow {
  position: absolute;
  z-index: 1
}

@media (max-width: 999px) {
  .testimonial-main__arrow {
    bottom: 0;
    left: 0
  }
}

@media (min-width: 1000px) {
  .testimonial-main__arrow {
    right: 5.625rem;
    top: -90px
  }
}

.testimonial-main__counter {
  position: relative;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.875rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (max-width: 700px) {
  .testimonial-main__counter {
    display: none
  }
}

.testimonial-main__counter-line {
  width: 6rem;
  height: 0.1rem;
  position: relative;
  display: inline-block;
  background-color: #fff;
  margin: 0 2rem
}

.slider-arrow-wrap {
  height: 90px;
  width: 181px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.slider-arrow-wrap-dark .slider-arrow {
  background: #C10230
}

.slider-arrow-wrap-dark .slider-arrow svg {
  fill: #fff
}

.slider-arrow-wrap-dark .slider-arrow-line,
.slider-arrow-wrap-light .slider-arrow {
  background: #fff
}

.slider-arrow-wrap-light .slider-arrow svg {
  fill: #6b92db
}

.slider-arrow-wrap-light .slider-arrow-line {
  background: #6b92db
}

.slider-arrow {
  position: relative;
  width: 90px;
  height: 100%;
  line-height: 0;
  cursor: pointer
}

.slider-arrow-l .slider-arrow-svg {
  left: 40px
}

.slider-arrow-r .slider-arrow-svg {
  right: 40px
}

body:not(.typeMobileSmart) .slider-arrow-l:hover .slider-arrow-svg {
  -webkit-transform: translate3d(-3px, 0, 0);
  transform: translate3d(-3px, 0, 0)
}

body:not(.typeMobileSmart) .slider-arrow-r:hover .slider-arrow-svg {
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0)
}

.slider-arrow svg {
  width: 12px;
  height: 12px
}

.slider-arrow-svg {
  position: absolute;
  top: 39px;
  width: 12px;
  height: 12px;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none
}

.slider-arrow-line-wrap {
  position: absolute;
  top: 44px;
  width: 10px;
  height: 2px;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none
}

.slider-arrow-l .slider-arrow-line-wrap {
  left: 41px;
  -webkit-transform: translate3d(3px, 0, 0);
  transform: translate3d(3px, 0, 0)
}

.slider-arrow-r .slider-arrow-line-wrap {
  right: 41px;
  -webkit-transform: translate3d(-3px, 0, 0);
  transform: translate3d(-3px, 0, 0)
}

body:not(.typeMobileSmart) .slider-arrow-l:hover .slider-arrow-line-wrap,
body:not(.typeMobileSmart) .slider-arrow-r:hover .slider-arrow-line-wrap {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.slider-arrow-line {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.slider-arrow-l .slider-arrow-line {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0)
}

.slider-arrow-r .slider-arrow-line {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0)
}

body:not(.typeMobileSmart) .slider-arrow-l:hover .slider-arrow-line,
body:not(.typeMobileSmart) .slider-arrow-r:hover .slider-arrow-line {
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

._oft,
._oh {
  overflow: hidden
}

.job-fair {
  padding-top: 7.5rem
}

.job-fair__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7.5rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.job-fair__content-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 1.875rem
}

@media (min-width: 1000px) {
  .job-fair__content-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-bottom: 0
  }
}

.job-fair__box {
  border-radius: 1.875rem;
  border: 2px solid #00378F;
  overflow: hidden
}

.job-fair__box-title {
  background-color: #00378F;
  padding: 1.25rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Karla", sans-serif
}

.job-fair__box-content {
  padding: .9375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (min-width: 500px) {
  .job-fair__box-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
  }
}

.job-fair__box-date {
  width: 100%;
  margin-bottom: 1.875rem;
  background-color: #eee;
  border-radius: .625rem;
  text-align: center;
  padding: .625rem
}

@media (min-width: 500px) {
  .job-fair__box-date {
    width: 25%;
    margin-right: 1.875rem;
    margin-bottom: 0
  }
}

.job-fair__box-date span {
  text-transform: uppercase;
  color: #C10230;
  display: block;
  font-size: 1.375rem;
  font-weight: bold
}

@media (min-width: 500px) {
  .job-fair__box-desc {
    width: 75%
  }
}

.job-fair__box-desc span {
  display: block
}

.job-fair__box-type {
  font-weight: bold
}

.icon-grid {
  margin-top: 7.5rem
}

.icon-grid__list {
  padding-top: 5.625rem;
  max-width: 992px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.icon-grid__list-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 1.875rem
}

@media (min-width: 700px) {
  .icon-grid__list-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 0
  }
}

.icon-grid__list-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 3.75rem
}

.icon-grid__list-icon {
  width: .9375rem;
  margin-right: .625rem
}

.tag-show {
  position: relative;
  margin-top: 7.5rem;
  padding: 7.5rem 0
}

.tag-show::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 200px);
  background-color: #002D74;
  left: 0;
  top: 0;
  z-index: -1
}

.tag-show::after {
  content: '';
  display: block;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/5ZP4Q_dots-2/dots-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 25rem;
  height: 25rem;
  position: absolute;
  opacity: 0.7;
  bottom: 5rem
}

.tag-show__bucket-image {
  position: relative
}

.tag-show__title {
  text-align: center;
  color: #fff
}

.tag-show__bucket {
  position: relative;
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width: 1000px) {
  .tag-show__bucket .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .tag-show__bucket .owl-stage .owl-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%
  }
}

.tag-show__bucket-item {
  cursor: pointer;
  opacity: 0.6;
  text-align: center;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.current .tag-show__bucket-item {
  opacity: 1
}

.tag-show__bucket-item:hover {
  opacity: 1
}

.tag-show__bucket-label {
  font-weight: bold;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  background-color: #00378F;
  border-radius: 1.875rem;
  padding: .9375rem;
  color: #fff;
  margin-top: 1.875rem
}

.current .tag-show__bucket-label {
  background-color: #0044B1
}

.tag-show__bucket-label span {
  display: block
}

.tag-show__slider {
  display: block;
  position: relative;
  margin-top: 5.625rem;
  background-color: #00378F;
  border-radius: 1.875rem
}

.tag-show__desc {
  padding: 3.75rem;
  color: #fff;
  z-index: 1;
  position: relative
}

.tag-show__desc-title {
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "Karla", sans-serif;
  margin-bottom: 1.875rem
}

.tag-show__desc-link {
  margin-top: 1.875rem
}

.tag-show__desc-list {
  list-style-type: disc;
  padding-left: 1.875rem;
  margin-top: 1.875rem
}

.tab-slider {
  margin-top: 11.25rem;
  position: relative
}

.tab-slider__header {
  position: relative;
  z-index: 1;
  padding: 3.75rem 3.75rem 3.75rem 0
}

.tab-slider__header::before {
  content: '';
  display: block;
  background-color: #00378F;
  width: calc(100% + 9rem);
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -9rem;
  top: 0;
  border-radius: 0 1.875rem 1.875rem 0
}

.tab-slider__main {
  position: relative;
  margin-top: -5.625rem
}

.tab-slider__inner {
  position: relative;
  left: -9rem;
  width: calc(100% + 18rem);
  background-color: #002D74;
  height: 100%;
  position: relative;
  padding: 7.5rem 5.625rem 5.625rem 5.625rem
}

@media (min-width: 1000px) {
  .tab-slider__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.tab-slider__inner::before {
  z-index: -1;
  content: '';
  display: block;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/5ZP4Q_dots-2/dots-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  top: -3.75rem;
  height: 5.625rem;
  position: absolute
}

@media (min-width: 1000px) {
  .tab-slider__inner {
    width: calc(100% + 18rem);
    left: -9rem
  }
}

@media (max-width: 500px) {
  .tab-slider__inner {
    padding: 5.625rem 1.875rem;
    width: calc(100% + 14vw);
    left: -7vw
  }
}

@media (max-width: 700px) {
  .tab-slider__inner {
    padding: 5.625rem 3.75rem;
    width: calc(100% + 20vw);
    left: -10vw
  }
}

@media (min-width: 1000px) {
  .tab-slider__nav {
    width: 30%
  }

  .tab-slider__nav .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: auto !important
  }

  .tab-slider__nav .owl-item {
    width: 100% !important
  }
}

.tab-slider__nav-label {
  cursor: pointer;
  font-weight: bold;
  font-family: "Karla", sans-serif;
  font-size: 1rem;
  text-align: center;
  background-color: #00378F;
  border-radius: 1.875rem;
  padding: .9375rem;
  color: #fff;
  margin-top: 1.875rem
}

.current .tab-slider__nav-label {
  background-color: #0044B1
}

.tab-slider__nav-label span {
  display: block
}

.tab-slider__content {
  height: 100%;
  color: #fff;
  background-color: #00378F;
  padding: 3.75rem;
  border-radius: 1.875rem;
  position: relative
}

@media (min-width: 1000px) {
  .tab-slider__content {
    width: 65%
  }
}

.tab-slider__content-item {
  position: relative
}

.tab-slider__content-item.-transportation:before {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/04VH2_1/1.png")
}

.tab-slider__content-item.-school-support::before {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/SPIWN_2/2.png")
}

.tab-slider__content-item.-nutrition::before {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/D927I_3/3.png")
}

.tab-slider__content-item.-kidspace::before {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/GJF3A_4/4.png")
}

.tab-slider__content-item.-maintenance::before {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/CSZZK_5/5.png")
}

.tab-slider__content-item.-health-service::before {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/IP6ZA_6/6.png")
}

.tab-slider__content-item.-licensed-professional::before {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/KRX8R_7/7.png")
}

.tab-slider__content-item.-business-service::before {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/Z5CYM_8/8.png")
}

.tab-slider__content-item.-technology-support::before {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/YZ8MI_9/9.png")
}

.tab-slider__content-item.-safety-security::before {
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/4QYRE_10/10.png")
}

.tab-slider__content-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 1.875rem;
  right: 0;
  opacity: 0.1;
  width: 25rem;
  height: 25rem;
  background-size: contain;
  background-repeat: no-repeat
}

.tab-slider__content-title {
  font-family: "Karla", sans-serif;
  font-weight: bold;
  margin-bottom: 1.875rem;
  position: relative
}

.tab-slider__content-position {
  font-weight: bold
}

.tab-slider__content-position ul {
  font-weight: normal
}

.tab-slider__content-benefit {
  margin-top: 5.625rem
}

.tab-slider__content-icon {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  left: 5.625rem;
  top: -1.5625rem
}

.tab-slider__content-icon svg {
  display: block;
  fill: #F8E71C;
  width: 1.5625rem;
  height: 1.5625rem
}

.pdf-box {
  padding: 5.625rem 0;
  margin-top: 10rem;
  background-color: #002D74
}

.pdf-box__content {
  margin-top: 3.75rem
}

.pdf-box__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.pdf-box__box {
  border-radius: 1.875rem;
  border: 2px solid #00378F;
  overflow: hidden;
  height: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 1.875rem
}

@media (min-width: 1000px) {
  .pdf-box__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-bottom: 1.875rem
  }
}

.pdf-box__box-title {
  background-color: #00378F;
  padding: 1.25rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Karla", sans-serif
}

.pdf-box__box-icon {
  display: block;
  margin-bottom: .9375rem
}

.pdf-box__box-icon img {
  width: 1.875rem
}

.pdf-box__box-content {
  background-color: #fff;
  padding: 1.875rem;
  display: none
}

@media (min-width: 500px) {
  .pdf-box__box-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row
  }
}

.pdf-box__box-desc span {
  display: block
}

.pdf-box__box-link {
  display: block;
  margin-top: 1.875rem;
  font-weight: bold;
  color: #00378F
}

.pdf-box__box-toggle {
  background-color: #0044B1;
  padding: 1.25rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: "Karla", sans-serif
}

.content-popup {
  background-color: #00378F;
  border-radius: 1.875rem;
  max-width: 768px;
  width: 100%;
  margin: 40px auto;
  position: relative;
  color: #fff
}

.content-popup__inner {
  padding: 3.75rem
}

.content-popup__title {
  position: relative;
  font-family: "Karla", sans-serif;
  font-weight: bold
}

.content-popup .mfp-close {
  right: 1.875rem;
  top: .9375rem;
  color: #fff
}

.content-popup__icon-wrap {
  display: block;
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  left: -1.5625rem;
  top: -1.5625rem
}

.content-popup__icon-wrap svg {
  display: block;
  fill: #F8E71C;
  width: 1.5625rem;
  height: 1.5625rem
}

.contact-banner {
  position: relative;
  margin-top: 7.5rem
}

.contact-banner__wrap {
  position: relative
}

.contact-banner__wrap::before {
  content: '';
  display: block;
  background-image: url("https://dokumfe7mps0i.cloudfront.net/oms/3983/image/2025/7/5ZP4Q_dots-2/dots-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 37.5rem;
  height: 18.75rem;
  right: -9rem;
  top: -3.75rem;
  position: absolute
}

.contact-banner__inner {
  position: relative;
  display: block;
  position: relative;
  z-index: 1;
  display: block;
  padding: 3.75rem 3.75rem 3.75rem 0
}

.contact-banner__inner::before {
  content: '';
  display: block;
  background-color: #002D74;
  width: calc(100% + 9rem);
  height: 100%;
  position: absolute;
  z-index: -1;
  left: -9rem;
  top: 0;
  border-radius: 0 1.875rem 1.875rem 0
}

.contact-banner__content {
  margin-top: 1.875rem;
  padding: .9375rem 1.875rem;
  background-color: #00378F;
  border-radius: .9375rem
}

@media (min-width: 700px) {
  .contact-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media (max-width: 699px) {
  .contact-banner__content>span {
    margin-top: 1rem
  }
}

.contact-banner__content .-has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.contact-banner__content-name {
  font-weight: bold;
  font-family: "Karla", sans-serif;
  font-size: 1.125rem
}

.contact-banner__content-type {
  font-size: .875rem;
  font-weight: normal;
  display: block
}

.contact-banner__content-icon {
  width: .9375rem;
  height: .9375rem;
  margin-right: .625rem
}

.contact-banner__content-icon svg {
  display: block;
  width: .9375rem;
  height: .9375rem
}

.job-main {
  margin-top: 7.5rem
}

.job-main__title {
  text-align: center
}

.c-footer {
  position: relative;
  background-color: #eee;
  padding: 3.75rem 0
}

@media (max-width: 999px) {
  .c-footer__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
}

.c-footer__logo {
  width: 9.375rem;
  margin-bottom: 1.875rem
}

.c-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width: 999px) {
  .c-footer__social {
    padding: 2rem 0
  }
}

.c-footer__social__item {
  margin-left: 1rem
}

.c-footer__social__item:first-of-type {
  margin-left: 0
}

.c-footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 2px #9B9B9B;
  position: relative;
  text-align: center;
  padding: 0.5rem;
  width: 3rem;
  border-radius: 50%;
  height: 3rem;
  -webkit-transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.3s all cubic-bezier(0.215, 0.61, 0.355, 1)
}

.c-footer__social-link.-twitter:hover {
  background-color: #C10230
}

.c-footer__social-link.-twitter:hover svg {
  fill: #fff
}

.c-footer__social-link.-linkedin:hover {
  background-color: #C10230
}

.c-footer__social-link.-linkedin:hover svg {
  fill: #fff
}

.c-footer__social-link.-facebook:hover {
  background-color: #C10230
}

.c-footer__social-link.-facebook:hover svg {
  fill: #fff
}

.c-footer__social-link.-mail:hover {
  background-color: #C10230
}

.c-footer__social-link.-mail:hover svg {
  fill: #fff
}

.c-footer__social-link.-instagram:hover {
  background-color: #C10230
}

.c-footer__social-link.-instagram:hover svg {
  fill: #fff
}

.c-footer__social-icon {
  width: 0.88rem;
  height: 0.88rem;
  fill: #9B9B9B;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out
}

.c-footer__info span {
  display: block;
  font-family: "Karla", sans-serif;
  font-weight: bold
}

.c-footer__info p {
  padding: .9375rem 0
}

.c-footer__talent-link {
  padding: .625rem 3.125rem
}

.c-footer__talent-content span {
  display: block;
  font-family: "Karla", sans-serif;
  font-weight: bold
}

.c-footer__talent-content p {
  padding: .9375rem 0
}

.u-2\:1::before {
  padding-bottom: 50%
}

.u-4\:3::before {
  padding-bottom: 75%
}

.u-16\:9::before {
  padding-bottom: 56.25%
}

.u-1\/1 {
  width: 100% !important
}

@media only screen and (min-width: 700px) {
  .u-1\/1\@small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/1\@medium {
    width: 100% !important
  }
}

.u-1\/2 {
  width: 50% !important
}

.u-2\/2 {
  width: 100% !important
}

@media only screen and (min-width: 700px) {
  .u-1\/2\@small {
    width: 50% !important
  }

  .u-2\/2\@small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/2\@medium {
    width: 50% !important
  }

  .u-2\/2\@medium {
    width: 100% !important
  }
}

.u-1\/3 {
  width: 33.33333% !important
}

.u-2\/3 {
  width: 66.66667% !important
}

.u-3\/3 {
  width: 100% !important
}

@media only screen and (min-width: 700px) {
  .u-1\/3\@small {
    width: 33.33333% !important
  }

  .u-2\/3\@small {
    width: 66.66667% !important
  }

  .u-3\/3\@small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/3\@medium {
    width: 33.33333% !important
  }

  .u-2\/3\@medium {
    width: 66.66667% !important
  }

  .u-3\/3\@medium {
    width: 100% !important
  }
}

.u-1\/4 {
  width: 25% !important
}

.u-2\/4 {
  width: 50% !important
}

.u-3\/4 {
  width: 75% !important
}

.u-4\/4 {
  width: 100% !important
}

@media only screen and (min-width: 700px) {
  .u-1\/4\@small {
    width: 25% !important
  }

  .u-2\/4\@small {
    width: 50% !important
  }

  .u-3\/4\@small {
    width: 75% !important
  }

  .u-4\/4\@small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/4\@medium {
    width: 25% !important
  }

  .u-2\/4\@medium {
    width: 50% !important
  }

  .u-3\/4\@medium {
    width: 75% !important
  }

  .u-4\/4\@medium {
    width: 100% !important
  }
}

.u-1\/5 {
  width: 20% !important
}

.u-2\/5 {
  width: 40% !important
}

.u-3\/5 {
  width: 60% !important
}

.u-4\/5 {
  width: 80% !important
}

.u-5\/5 {
  width: 100% !important
}

@media only screen and (min-width: 700px) {
  .u-1\/5\@small {
    width: 20% !important
  }

  .u-2\/5\@small {
    width: 40% !important
  }

  .u-3\/5\@small {
    width: 60% !important
  }

  .u-4\/5\@small {
    width: 80% !important
  }

  .u-5\/5\@small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/5\@medium {
    width: 20% !important
  }

  .u-2\/5\@medium {
    width: 40% !important
  }

  .u-3\/5\@medium {
    width: 60% !important
  }

  .u-4\/5\@medium {
    width: 80% !important
  }

  .u-5\/5\@medium {
    width: 100% !important
  }
}

.u-1\/6 {
  width: 16.66667% !important
}

.u-2\/6 {
  width: 33.33333% !important
}

.u-3\/6 {
  width: 50% !important
}

.u-4\/6 {
  width: 66.66667% !important
}

.u-5\/6 {
  width: 83.33333% !important
}

.u-6\/6 {
  width: 100% !important
}

@media only screen and (min-width: 700px) {
  .u-1\/6\@small {
    width: 16.66667% !important
  }

  .u-2\/6\@small {
    width: 33.33333% !important
  }

  .u-3\/6\@small {
    width: 50% !important
  }

  .u-4\/6\@small {
    width: 66.66667% !important
  }

  .u-5\/6\@small {
    width: 83.33333% !important
  }

  .u-6\/6\@small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/6\@medium {
    width: 16.66667% !important
  }

  .u-2\/6\@medium {
    width: 33.33333% !important
  }

  .u-3\/6\@medium {
    width: 50% !important
  }

  .u-4\/6\@medium {
    width: 66.66667% !important
  }

  .u-5\/6\@medium {
    width: 83.33333% !important
  }

  .u-6\/6\@medium {
    width: 100% !important
  }
}

.u-1\/7 {
  width: 14.28571% !important
}

.u-2\/7 {
  width: 28.57143% !important
}

.u-3\/7 {
  width: 42.85714% !important
}

.u-4\/7 {
  width: 57.14286% !important
}

.u-5\/7 {
  width: 71.42857% !important
}

.u-6\/7 {
  width: 85.71429% !important
}

.u-7\/7 {
  width: 100% !important
}

@media only screen and (min-width: 700px) {
  .u-1\/7\@small {
    width: 14.28571% !important
  }

  .u-2\/7\@small {
    width: 28.57143% !important
  }

  .u-3\/7\@small {
    width: 42.85714% !important
  }

  .u-4\/7\@small {
    width: 57.14286% !important
  }

  .u-5\/7\@small {
    width: 71.42857% !important
  }

  .u-6\/7\@small {
    width: 85.71429% !important
  }

  .u-7\/7\@small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/7\@medium {
    width: 14.28571% !important
  }

  .u-2\/7\@medium {
    width: 28.57143% !important
  }

  .u-3\/7\@medium {
    width: 42.85714% !important
  }

  .u-4\/7\@medium {
    width: 57.14286% !important
  }

  .u-5\/7\@medium {
    width: 71.42857% !important
  }

  .u-6\/7\@medium {
    width: 85.71429% !important
  }

  .u-7\/7\@medium {
    width: 100% !important
  }
}

.u-1\/8 {
  width: 12.5% !important
}

.u-2\/8 {
  width: 25% !important
}

.u-3\/8 {
  width: 37.5% !important
}

.u-4\/8 {
  width: 50% !important
}

.u-5\/8 {
  width: 62.5% !important
}

.u-6\/8 {
  width: 75% !important
}

.u-7\/8 {
  width: 87.5% !important
}

.u-8\/8 {
  width: 100% !important
}

@media only screen and (min-width: 700px) {
  .u-1\/8\@small {
    width: 12.5% !important
  }

  .u-2\/8\@small {
    width: 25% !important
  }

  .u-3\/8\@small {
    width: 37.5% !important
  }

  .u-4\/8\@small {
    width: 50% !important
  }

  .u-5\/8\@small {
    width: 62.5% !important
  }

  .u-6\/8\@small {
    width: 75% !important
  }

  .u-7\/8\@small {
    width: 87.5% !important
  }

  .u-8\/8\@small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/8\@medium {
    width: 12.5% !important
  }

  .u-2\/8\@medium {
    width: 25% !important
  }

  .u-3\/8\@medium {
    width: 37.5% !important
  }

  .u-4\/8\@medium {
    width: 50% !important
  }

  .u-5\/8\@medium {
    width: 62.5% !important
  }

  .u-6\/8\@medium {
    width: 75% !important
  }

  .u-7\/8\@medium {
    width: 87.5% !important
  }

  .u-8\/8\@medium {
    width: 100% !important
  }
}

.u-1\/9 {
  width: 11.11111% !important
}

.u-2\/9 {
  width: 22.22222% !important
}

.u-3\/9 {
  width: 33.33333% !important
}

.u-4\/9 {
  width: 44.44444% !important
}

.u-5\/9 {
  width: 55.55556% !important
}

.u-6\/9 {
  width: 66.66667% !important
}

.u-7\/9 {
  width: 77.77778% !important
}

.u-8\/9 {
  width: 88.88889% !important
}

.u-9\/9 {
  width: 100% !important
}

@media only screen and (min-width: 700px) {
  .u-1\/9\@small {
    width: 11.11111% !important
  }

  .u-2\/9\@small {
    width: 22.22222% !important
  }

  .u-3\/9\@small {
    width: 33.33333% !important
  }

  .u-4\/9\@small {
    width: 44.44444% !important
  }

  .u-5\/9\@small {
    width: 55.55556% !important
  }

  .u-6\/9\@small {
    width: 66.66667% !important
  }

  .u-7\/9\@small {
    width: 77.77778% !important
  }

  .u-8\/9\@small {
    width: 88.88889% !important
  }

  .u-9\/9\@small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/9\@medium {
    width: 11.11111% !important
  }

  .u-2\/9\@medium {
    width: 22.22222% !important
  }

  .u-3\/9\@medium {
    width: 33.33333% !important
  }

  .u-4\/9\@medium {
    width: 44.44444% !important
  }

  .u-5\/9\@medium {
    width: 55.55556% !important
  }

  .u-6\/9\@medium {
    width: 66.66667% !important
  }

  .u-7\/9\@medium {
    width: 77.77778% !important
  }

  .u-8\/9\@medium {
    width: 88.88889% !important
  }

  .u-9\/9\@medium {
    width: 100% !important
  }
}

.u-1\/10 {
  width: 10% !important
}

.u-2\/10 {
  width: 20% !important
}

.u-3\/10 {
  width: 30% !important
}

.u-4\/10 {
  width: 40% !important
}

.u-5\/10 {
  width: 50% !important
}

.u-6\/10 {
  width: 60% !important
}

.u-7\/10 {
  width: 70% !important
}

.u-8\/10 {
  width: 80% !important
}

.u-9\/10 {
  width: 90% !important
}

.u-10\/10 {
  width: 100% !important
}

@media only screen and (min-width: 700px) {
  .u-1\/10\@small {
    width: 10% !important
  }

  .u-2\/10\@small {
    width: 20% !important
  }

  .u-3\/10\@small {
    width: 30% !important
  }

  .u-4\/10\@small {
    width: 40% !important
  }

  .u-5\/10\@small {
    width: 50% !important
  }

  .u-6\/10\@small {
    width: 60% !important
  }

  .u-7\/10\@small {
    width: 70% !important
  }

  .u-8\/10\@small {
    width: 80% !important
  }

  .u-9\/10\@small {
    width: 90% !important
  }

  .u-10\/10\@small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/10\@medium {
    width: 10% !important
  }

  .u-2\/10\@medium {
    width: 20% !important
  }

  .u-3\/10\@medium {
    width: 30% !important
  }

  .u-4\/10\@medium {
    width: 40% !important
  }

  .u-5\/10\@medium {
    width: 50% !important
  }

  .u-6\/10\@medium {
    width: 60% !important
  }

  .u-7\/10\@medium {
    width: 70% !important
  }

  .u-8\/10\@medium {
    width: 80% !important
  }

  .u-9\/10\@medium {
    width: 90% !important
  }

  .u-10\/10\@medium {
    width: 100% !important
  }
}

.u-1\/11 {
  width: 9.09091% !important
}

.u-2\/11 {
  width: 18.18182% !important
}

.u-3\/11 {
  width: 27.27273% !important
}

.u-4\/11 {
  width: 36.36364% !important
}

.u-5\/11 {
  width: 45.45455% !important
}

.u-6\/11 {
  width: 54.54545% !important
}

.u-7\/11 {
  width: 63.63636% !important
}

.u-8\/11 {
  width: 72.72727% !important
}

.u-9\/11 {
  width: 81.81818% !important
}

.u-10\/11 {
  width: 90.90909% !important
}

.u-11\/11 {
  width: 100% !important
}

@media only screen and (min-width: 700px) {
  .u-1\/11\@small {
    width: 9.09091% !important
  }

  .u-2\/11\@small {
    width: 18.18182% !important
  }

  .u-3\/11\@small {
    width: 27.27273% !important
  }

  .u-4\/11\@small {
    width: 36.36364% !important
  }

  .u-5\/11\@small {
    width: 45.45455% !important
  }

  .u-6\/11\@small {
    width: 54.54545% !important
  }

  .u-7\/11\@small {
    width: 63.63636% !important
  }

  .u-8\/11\@small {
    width: 72.72727% !important
  }

  .u-9\/11\@small {
    width: 81.81818% !important
  }

  .u-10\/11\@small {
    width: 90.90909% !important
  }

  .u-11\/11\@small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/11\@medium {
    width: 9.09091% !important
  }

  .u-2\/11\@medium {
    width: 18.18182% !important
  }

  .u-3\/11\@medium {
    width: 27.27273% !important
  }

  .u-4\/11\@medium {
    width: 36.36364% !important
  }

  .u-5\/11\@medium {
    width: 45.45455% !important
  }

  .u-6\/11\@medium {
    width: 54.54545% !important
  }

  .u-7\/11\@medium {
    width: 63.63636% !important
  }

  .u-8\/11\@medium {
    width: 72.72727% !important
  }

  .u-9\/11\@medium {
    width: 81.81818% !important
  }

  .u-10\/11\@medium {
    width: 90.90909% !important
  }

  .u-11\/11\@medium {
    width: 100% !important
  }
}

.u-1\/12 {
  width: 8.33333% !important
}

.u-2\/12 {
  width: 16.66667% !important
}

.u-3\/12 {
  width: 25% !important
}

.u-4\/12 {
  width: 33.33333% !important
}

.u-5\/12 {
  width: 41.66667% !important
}

.u-6\/12 {
  width: 50% !important
}

.u-7\/12 {
  width: 58.33333% !important
}

.u-8\/12 {
  width: 66.66667% !important
}

.u-9\/12 {
  width: 75% !important
}

.u-10\/12 {
  width: 83.33333% !important
}

.u-11\/12 {
  width: 91.66667% !important
}

.u-12\/12 {
  width: 100% !important
}

@media only screen and (min-width: 700px) {
  .u-1\/12\@small {
    width: 8.33333% !important
  }

  .u-2\/12\@small {
    width: 16.66667% !important
  }

  .u-3\/12\@small {
    width: 25% !important
  }

  .u-4\/12\@small {
    width: 33.33333% !important
  }

  .u-5\/12\@small {
    width: 41.66667% !important
  }

  .u-6\/12\@small {
    width: 50% !important
  }

  .u-7\/12\@small {
    width: 58.33333% !important
  }

  .u-8\/12\@small {
    width: 66.66667% !important
  }

  .u-9\/12\@small {
    width: 75% !important
  }

  .u-10\/12\@small {
    width: 83.33333% !important
  }

  .u-11\/12\@small {
    width: 91.66667% !important
  }

  .u-12\/12\@small {
    width: 100% !important
  }
}

@media only screen and (min-width: 1000px) {
  .u-1\/12\@medium {
    width: 8.33333% !important
  }

  .u-2\/12\@medium {
    width: 16.66667% !important
  }

  .u-3\/12\@medium {
    width: 25% !important
  }

  .u-4\/12\@medium {
    width: 33.33333% !important
  }

  .u-5\/12\@medium {
    width: 41.66667% !important
  }

  .u-6\/12\@medium {
    width: 50% !important
  }

  .u-7\/12\@medium {
    width: 58.33333% !important
  }

  .u-8\/12\@medium {
    width: 66.66667% !important
  }

  .u-9\/12\@medium {
    width: 75% !important
  }

  .u-10\/12\@medium {
    width: 83.33333% !important
  }

  .u-11\/12\@medium {
    width: 91.66667% !important
  }

  .u-12\/12\@medium {
    width: 100% !important
  }
}

@media (min-width: 700px) {
  .u-1\/2\@from-small {
    width: 50%
  }
}

@media (min-width: 1000px) {
  .u-1\/3\@from-medium {
    width: 33.33333%
  }
}

@media (min-width: 1000px) {
  .u-1\/2\@from-medium {
    width: 50%
  }
}

@media (min-width: 1000px) {
  .u-2\/5\@from-medium {
    width: 40%
  }
}

@media (min-width: 1000px) {
  .u-3\/5\@from-medium {
    width: 60%
  }
}

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

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

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

.u-text-left {
  text-align: left !important
}

.u-text-right {
  text-align: right !important
}

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

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

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

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

.u-vertical-center {
  font-size: 0
}

.u-vertical-center::before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle
}

.u-vertical-center>* {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem
}

.u-anime {
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  opacity: 0
}

.is-ready .u-anime {
  opacity: 1;
  -webkit-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.is-ready .u-anime.-delay-1 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.is-ready .u-anime.-delay-2 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.is-ready .u-anime.-delay-3 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s
}

.is-ready .u-anime.-delay-4 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}