.oc-container {
  width: 100%;
}

#infocontent {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -900px;
    left: -900px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 10px;
}

#infocontent ul li {
    list-style-type: none;
}

#infocontent h3 a,
#infocontent ul li a {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.accua-form input, .accua-form textarea {
  padding: 5px !important;
}
@media (min-width: 640px) {
  .oc-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .oc-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .oc-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .oc-container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .oc-container {
    max-width: 1536px;
  }
}
.oc-order-2 {
  order: 2;
}
.oc-order-1 {
  order: 1;
}
.oc-col-span-2 {
  grid-column: span 2 / span 2;
}
.oc-m-0 {
  margin: 0;
}
.oc-mb-8 {
  margin-bottom: 2rem;
}
.oc-mr-auto {
  margin-right: auto;
}
.oc-ml-auto {
  margin-left: auto;
}
.oc-mt-6 {
  margin-top: 1.5rem;
}
.oc-mb-6 {
  margin-bottom: 1.5rem;
}
.oc-mb-4 {
  margin-bottom: 1rem;
}
.oc-mb-3 {
  margin-bottom: 0.75rem;
}
.oc-mb-12 {
  margin-bottom: 3rem;
}
.oc-mb-\[50px\] {
  margin-bottom: 50px;
}
.oc-block {
  display: block;
}
.oc-flex {
  display: flex;
}
.oc-inline-flex {
  display: inline-flex;
}
.oc-table {
  display: table;
}
.oc-grid {
  display: grid;
}
.oc-hidden {
  display: none;
}
.oc-h-\[20px\] {
  height: 20px;
}
.oc-h-full {
  height: 100%;
}
.oc-max-h-\[700px\] {
  max-height: 700px;
}
.oc-min-h-\[350px\] {
  min-height: 350px;
}
.oc-w-1\/3 {
  width: 33.333333%;
}
.oc-w-full {
  width: 100%;
}
.oc-w-\[17px\] {
  width: 17px;
}
.oc-w-2\/3 {
  width: 66.666667%;
}
.\!oc-w-full {
  width: 100% !important;
}
.oc-w-9\/12 {
  width: 75%;
}
.oc-w-\[150px\] {
  width: 150px;
}
.oc-flex-auto {
  flex: 1 1 auto;
}
.oc-flex-initial {
  flex: 0 1 auto;
}
.oc-shrink {
  flex-shrink: 1;
}
.oc-grow {
  flex-grow: 1;
}
.oc-basis-full {
  flex-basis: 100%;
}
.oc-cursor-pointer {
  cursor: pointer;
}
.oc-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.oc-grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.oc-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.oc-flex-wrap {
  flex-wrap: wrap;
}
.oc-items-center {
  align-items: center;
}
.oc-justify-center {
  justify-content: center;
}
.oc-gap-6 {
  gap: 1.5rem;
}
.oc-gap-10 {
  gap: 2.5rem;
}
.oc-gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.oc-gap-y-12 {
  row-gap: 3rem;
}
.oc-gap-y-6 {
  row-gap: 1.5rem;
}
.oc-gap-x-12 {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.oc-gap-y-4 {
  row-gap: 1rem;
}
.oc-overflow-hidden {
  overflow: hidden;
}
.oc-overflow-y-scroll {
  overflow-y: scroll;
}
.oc-rounded-lg {
  border-radius: 0.5rem;
}
.oc-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.oc-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.oc-bg-\[\#31CCD0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(49 204 208 / var(--tw-bg-opacity));
}
.oc-bg-\[\#ccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}
.oc-fill-black {
  fill: #000;
}
.oc-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.oc-py-6 {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.oc-pt-\[7rem\] {
  padding-top: 7rem;
}
.oc-pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}
.oc-pr-4 {
  padding-right: 1rem;
}
.oc-pr-2 {
  padding-right: 0.5rem;
}
.oc-pt-3 {
  padding-top: 0.75rem;
}
.oc-pb-4 {
  padding-bottom: 1rem;
}
.oc-pt-2 {
  padding-top: 0.5rem;
}
.oc-pb-5 {
  padding-bottom: 1.25rem;
}
.oc-pb-2 {
  padding-bottom: 0.5rem;
}
.oc-pl-6 {
  padding-left: 1.5rem;
}
.oc-pt-4 {
  padding-top: 1rem;
}
.oc-text-left {
  text-align: left;
}
.oc-text-center {
  text-align: center;
}
.oc-text-right {
  text-align: right;
}
.oc-align-middle {
  vertical-align: middle;
}
.oc-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.oc-font-bold {
  font-weight: 700;
}
.\!oc-normal-case {
  text-transform: none !important;
}
.oc-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.oc-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.oc-text-turquoise {
  --tw-text-opacity: 1;
  color: rgb(49 204 208 / var(--tw-text-opacity));
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  position: relative;
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  background: #000;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  opacity: 0.2;
  width: 8px;
}
button.swiper-pagination-bullet {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: 1;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin: 6px 0;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transform-origin: left top;
  width: 100%;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}
.swiper-container-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-container-vertical > .swiper-scrollbar {
  height: 98%;
  position: absolute;
  right: 3px;
  top: 1%;
  width: 5px;
  z-index: 50;
}
.swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s linear infinite;
  animation: swiper-preloader-spin 1s linear infinite;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper-container .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  pointer-events: none;
  transform-origin: 0 0;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
@font-face {
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
@-webkit-keyframes modal-video {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  0% {
    transform: translateY(100px);
  }
  to {
    transform: translate(0);
  }
}
@keyframes modal-video-inner {
  0% {
    transform: translateY(100px);
  }
  to {
    transform: translate(0);
  }
}
.modal-video {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
  z-index: 1000000;
}
.modal-video-close {
  opacity: 0;
}
.modal-video-close .modal-video-movie-wrap {
  transform: translateY(100px);
}
.modal-video-body {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 10px;
}
.modal-video-body,
.modal-video-inner {
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.modal-video-inner {
  align-items: center;
}
@media (orientation: landscape) {
  .modal-video-inner {
    box-sizing: border-box;
    padding: 10px 60px;
  }
}
.modal-video-movie-wrap {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background-color: #333;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  transform: translate(0);
  transition: transform 0.3s ease-out;
  width: 100%;
}
.modal-video-movie-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal-video-close-btn {
  background: transparent;
  border: none;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -45px;
  width: 35px;
  z-index: 2;
}
@media (orientation: landscape) {
  .modal-video-close-btn {
    right: -45px;
    top: 0;
  }
}
.modal-video-close-btn:before {
  transform: rotate(45deg);
}
.modal-video-close-btn:after {
  transform: rotate(-45deg);
}
.modal-video-close-btn:after,
.modal-video-close-btn:before {
  background: #fff;
  border-radius: 5px;
  content: "";
  height: 2px;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.oc-pt-1 {
  padding-top: 1rem;
}
.oc-pb-1 {
  padding-bottom: 1rem;
}
.oc-pt-2 {
  padding-top: 2rem;
}
.oc-pb-2 {
  padding-bottom: 2rem;
}
.oc-pt-3 {
  padding-top: 3rem;
}
.oc-pb-3 {
  padding-bottom: 3rem;
}
.oc-pt-4 {
  padding-top: 4rem;
}
.oc-pb-4 {
  padding-bottom: 4rem;
}
.oc-pt-5 {
  padding-top: 5rem;
}
.oc-pb-5 {
  padding-bottom: 5rem;
}
.oc-pt-6 {
  padding-top: 6rem;
}
.oc-pb-6 {
  padding-bottom: 6rem;
}
.oc-pt-7 {
  padding-top: 7rem;
}
.oc-pb-7 {
  padding-bottom: 7rem;
}
.oc-pt-8 {
  padding-top: 8rem;
}
.oc-pb-8 {
  padding-bottom: 8rem;
}
.oc-pt-9 {
  padding-top: 9rem;
}
.oc-pb-9 {
  padding-bottom: 9rem;
}
.oc-pt-10 {
  padding-top: 10rem;
}
.oc-pb-10 {
  padding-bottom: 10rem;
}
.oc-pt-11 {
  padding-top: 11rem;
}
.oc-pb-11 {
  padding-bottom: 11rem;
}
.oc-pt-12 {
  padding-top: 12rem;
}
.oc-pb-12 {
  padding-bottom: 12rem;
}
.oc-pt-13 {
  padding-top: 13rem;
}
.oc-pb-13 {
  padding-bottom: 13rem;
}
.oc-pt-14 {
  padding-top: 14rem;
}
.oc-pb-14 {
  padding-bottom: 14rem;
}
.oc-pt-15 {
  padding-top: 15rem;
}
.oc-pb-15 {
  padding-bottom: 15rem;
}
.oc-vh-5 {
  height: 5vh;
}
.oc-vw-5 {
  width: 5vw;
}
.oc-wd-5 {
  width: 5%;
}
.oc-ht-5 {
  height: 5%;
}
.oc-vh-10 {
  height: 10vh;
}
.oc-vw-10 {
  width: 10vw;
}
.oc-wd-10 {
  width: 10%;
}
.oc-ht-10 {
  height: 10%;
}
.oc-vh-15 {
  height: 15vh;
}
.oc-vw-15 {
  width: 15vw;
}
.oc-wd-15 {
  width: 15%;
}
.oc-ht-15 {
  height: 15%;
}
.oc-vh-20 {
  height: 20vh;
}
.oc-vw-20 {
  width: 20vw;
}
.oc-wd-20 {
  width: 20%;
}
.oc-ht-20 {
  height: 20%;
}
.oc-vh-25 {
  height: 25vh;
}
.oc-vw-25 {
  width: 25vw;
}
.oc-wd-25 {
  width: 25%;
}
.oc-ht-25 {
  height: 25%;
}
.oc-vh-30 {
  height: 30vh;
}
.oc-vw-30 {
  width: 30vw;
}
.oc-wd-30 {
  width: 30%;
}
.oc-ht-30 {
  height: 30%;
}
.oc-vh-35 {
  height: 35vh;
}
.oc-vw-35 {
  width: 35vw;
}
.oc-wd-35 {
  width: 35%;
}
.oc-ht-35 {
  height: 35%;
}
.oc-vh-40 {
  height: 40vh;
}
.oc-vw-40 {
  width: 40vw;
}
.oc-wd-40 {
  width: 40%;
}
.oc-ht-40 {
  height: 40%;
}
.oc-vh-45 {
  height: 45vh;
}
.oc-vw-45 {
  width: 45vw;
}
.oc-wd-45 {
  width: 45%;
}
.oc-ht-45 {
  height: 45%;
}
.oc-vh-50 {
  height: 50vh;
}
.oc-vw-50 {
  width: 50vw;
}
.oc-wd-50 {
  width: 50%;
}
.oc-ht-50 {
  height: 50%;
}
.oc-vh-55 {
  height: 55vh;
}
.oc-vw-55 {
  width: 55vw;
}
.oc-wd-55 {
  width: 55%;
}
.oc-ht-55 {
  height: 55%;
}
.oc-vh-60 {
  height: 60vh;
}
.oc-vw-60 {
  width: 60vw;
}
.oc-wd-60 {
  width: 60%;
}
.oc-ht-60 {
  height: 60%;
}
.oc-vh-65 {
  height: 65vh;
}
.oc-vw-65 {
  width: 65vw;
}
.oc-wd-65 {
  width: 65%;
}
.oc-ht-65 {
  height: 65%;
}
.oc-vh-70 {
  height: 70vh;
}
.oc-vw-70 {
  width: 70vw;
}
.oc-wd-70 {
  width: 70%;
}
.oc-ht-70 {
  height: 70%;
}
.oc-vh-75 {
  height: 75vh;
}
.oc-vw-75 {
  width: 75vw;
}
.oc-wd-75 {
  width: 75%;
}
.oc-ht-75 {
  height: 75%;
}
.oc-vh-80 {
  height: 80vh;
}
.oc-vw-80 {
  width: 80vw;
}
.oc-wd-80 {
  width: 80%;
}
.oc-ht-80 {
  height: 80%;
}
.oc-vh-85 {
  height: 85vh;
}
.oc-vw-85 {
  width: 85vw;
}
.oc-wd-85 {
  width: 85%;
}
.oc-ht-85 {
  height: 85%;
}
.oc-vh-90 {
  height: 90vh;
}
.oc-vw-90 {
  width: 90vw;
}
.oc-wd-90 {
  width: 90%;
}
.oc-ht-90 {
  height: 90%;
}
.oc-vh-95 {
  height: 95vh;
}
.oc-vw-95 {
  width: 95vw;
}
.oc-wd-95 {
  width: 95%;
}
.oc-ht-95 {
  height: 95%;
}
.oc-vh-100 {
  height: 100vh;
}
.oc-vw-100 {
  width: 100vw;
}
.oc-wd-100 {
  width: 100%;
}
.oc-ht-100 {
  height: 100%;
}
.oc-opacity-5 {
  opacity: 5%;
}
.oc-opacity-10 {
  opacity: 10%;
}
.oc-opacity-15 {
  opacity: 15%;
}
.oc-opacity-20 {
  opacity: 20%;
}
.oc-opacity-25 {
  opacity: 25%;
}
.oc-opacity-30 {
  opacity: 30%;
}
.oc-opacity-35 {
  opacity: 35%;
}
.oc-opacity-40 {
  opacity: 40%;
}
.oc-opacity-45 {
  opacity: 45%;
}
.oc-opacity-50 {
  opacity: 50%;
}
.oc-opacity-55 {
  opacity: 55%;
}
.oc-opacity-60 {
  opacity: 60%;
}
.oc-opacity-65 {
  opacity: 65%;
}
.oc-opacity-70 {
  opacity: 70%;
}
.oc-opacity-75 {
  opacity: 75%;
}
.oc-opacity-80 {
  opacity: 80%;
}
.oc-opacity-85 {
  opacity: 85%;
}
.oc-opacity-90 {
  opacity: 90%;
}
.oc-opacity-95 {
  opacity: 95%;
}
.oc-opacity-100 {
  opacity: 100%;
}
.wpcf7-form-control-wrap {
  position: static;
}
.wpcf7-form-control-wrap.accept {
  margin-right: auto;
}
.wpcf7 .ajax-loader,
.wpcf7-spinner {
  display: none !important;
}
.wpcf7-not-valid-tip {
  color: red !important;
  font-size: 0.77778rem !important;
  margin: 0.55556rem 0 0 1.66667rem !important;
  position: absolute !important;
}
.wpcf7-response-output {
  border: none !important;
  color: green !important;
  font-size: 0.77778rem !important;
  font-weight: 400;
  margin: 2.22222rem 0 0 1.66667rem !important;
  padding: 0 !important;
}
.wpcf7-list-item {
  margin: 0 0.55556rem 0 0 !important;
}
.wpcf7-list-item label {
  display: flex;
}
.oc-lazy,
.swiper-lazy {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  visibility: hidden;
}
.oc-lazy[data-src],
.oc-lazy[data-srcset],
.swiper-lazy[data-src],
.swiper-lazy[data-srcset] {
  display: block;
  min-height: 1px;
}
.oc-lazy.loaded,
.oc-lazy.swiper-lazy-loaded,
.swiper-lazy.loaded,
.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
  visibility: visible;
}
* {
  box-sizing: border-box;
}
html {
  height: auto;
}
body,
html {
  margin: 0;
  padding: 0;
}
iframe,
video {
  border: 0;
  height: 100%;
  width: 100%;
}
body {
  color: #090c10;
  font-family: 'acumin-pro-wide', Acumin Pro Wide;
  font-size: 18px;
  font-weight: inherit;
  height: auto;
  line-height: 1.5;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 640px) {
  body {
    font-size: 0.83333rem;
  }
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
section {
  position: relative;
  width: 100%;
  z-index: 1;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
}
a.oc-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
a:focus,
a:hover,
em {
  color: inherit;
}
img {
  display: block;
  width: auto;
}
svg {
  width: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote {
  background: inherit;
  color: #090c10;
  line-height: 2;
  margin: 0 0 2.77778rem;
  padding: 2.77778rem 2.77778rem 5.55556rem;
  position: relative;
}
@media (max-width: 640px) {
  blockquote {
    margin: 0 0 1.38889rem;
    padding: 1.38889rem 1.38889rem 2.77778rem;
  }
}
dd,
div,
dl,
dt,
figure,
ol,
p,
span,
ul {
  margin: 0;
  padding: 0;
}
p {
  margin: 0 0 1.38889rem;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2.77778rem;
  padding: 0;
}
@media (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 1.38889rem;
  }
}
h1 {
  font-size: 3.55556rem;
}
@media (max-width: 640px) {
  h1 {
    font-size: 2rem;
  }
}
h2 {
  font-size: 2.66667rem;
}
@media (max-width: 640px) {
  h2 {
    font-size: 1.55556rem;
  }
}
h3 {
  font-size: 1.66667rem;
}
@media (max-width: 640px) {
  h3 {
    font-size: 1.11111rem;
  }
}
h4 {
  font-size: 1.33333rem;
}
@media (max-width: 640px) {
  h4 {
    font-size: 0.94444rem;
  }
}
h5 {
  font-size: 1.11111rem;
}
@media (max-width: 640px) {
  h5 {
    font-size: 0.77778rem;
  }
}
h6 {
  font-size: 1rem;
}
table {
  border: 0;
  border-collapse: collapse;
  margin-bottom: 2.77778rem;
  overflow: hidden;
  width: 100%;
}
table th {
  font-weight: 700;
  text-align: left;
}
.oc-text-white {
  color: #fff;
}
.oc-text-body {
  color: #090c10;
}
.oc-text-turquoise {
  color: #31ccd0;
}
.oc-bg-black {
  background-color: #000;
}
.oc-bg-ghost,
.oc-bg-sand {
  background-color: #f9f8fa;
}
.oc-bg-white {
  background-color: #fff;
}
.oc-bg-dark {
  background-color: #1e2229;
}
.oc-bg-sand .oc-slider-carousel .oc-below .oc-caption {
  color: #000;
}
.oc-bg-sand .oc-box-slide.oc-box-small .oc-bottom,
.oc-bg-sand .oc-box-slide.oc-box-small .oc-media {
  background: #fff;
}
.oc-bg-black {
  background: #000;
}
.oc-bg-black .oc-grid-listing .oc-box-list .oc-caption,
.oc-bg-black .oc-modal-filters .oc-bottom .oc-btn span {
  color: #fff;
}
.oc-bg-black .oc-modal-filters {
  background: #000;
}
.oc-bg-black .oc-modal-filters .oc-inner .oc-head .oc-icon svg path {
  fill: #fff;
}
.oc-bg-black .oc-form .oc-field .oc-label,
.oc-bg-black .oc-modal-filters .oc-inner .oc-head .oc-title {
  color: #fff;
}
.oc-bg-black .oc-submit {
  background: #fff;
  color: #000;
}
.oc-bg-black .oc-input,
.oc-bg-black .oc-textarea {
  background: transparent;
  color: #fff;
}
.oc-bg-black .oc-form .oc-field .oc-small {
  color: #fff;
}
.oc-bg-black .oc-radio {
  border-color: #fff;
}
.oc-bg-black .oc-radio:checked {
  background: #31ccd0;
  border-color: #31ccd0;
}
.oc-bg-black .oc-accordion-filter .oc-acc-title:after {
  background-image: url(../../img/icon-chevron-white.svg);
}
.oc-bg-black .oc-accordion-faq {
  border-color: #fff;
}
.oc-bg-black .oc-pagination a,
.oc-bg-black .oc-pagination span:not(.oc-active) {
  color: #fff;
}
.oc-bg-black .oc-slider-mobile .oc-slider-pagination,
.oc-bg-black
  .oc-slider-mobile
  .oc-slider-pagination
  .swiper-pagination-progressbar-fill {
  background: #4f4f4f;
}
.oc-bg-black
  .oc-slider-mobile
  .oc-slider-pagination
  .swiper-pagination-bullet-active,
.oc-bg-black
  .oc-slider-mobile
  .oc-slider-pagination
  .swiper-pagination-bullet:hover {
  background: #fff;
}
.oc-bg-black .oc-slider-carousel .oc-slider-pagination {
  background: #4f4f4f;
}
.oc-bg-black
  .oc-slider-carousel
  .oc-slider-pagination
  .swiper-pagination-bullet-active,
.oc-bg-black
  .oc-slider-carousel
  .oc-slider-pagination
  .swiper-pagination-bullet:hover {
  background: #fff;
}
.oc-bg-black .oc-slider-carousel .oc-slider-nav .oc-icon {
  background-image: url(../../img/icon-angle-white.svg);
}
.oc-bg-black .oc-accordion-filter .oc-acc-content .oc-option .oc-label,
.oc-bg-black .oc-accordion-filter .oc-acc-title .oc-title,
.oc-bg-black .oc-btn-icon .oc-label,
.oc-bg-black .oc-listing .oc-head .oc-title {
  color: #fff;
}
.oc-bg-black .oc-btn-icon .oc-icon svg path {
  fill: #fff;
}
.oc-bg-black .oc-box-term .oc-below .oc-caption .oc-title {
  color: #fff;
}
@media screen and (min-width: 960px) {
  .oc-bg-black .oc-archive .oc-box .oc-caption {
    color: #000;
  }
}
.oc-bg-black .oc-box-slide .oc-below .oc-caption {
  color: #fff;
}
.oc-bg-black .oc-box-slide .oc-below .oc-btn-black {
  background: #fff;
}
.oc-bg-black .oc-box-slide .oc-below .oc-btn-black a {
  color: #000;
}
.oc-content .oc-text {
  font-weight: 300;
}
@media (max-width: 640px) {
  .oc-content {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .oc-content {
    width: 100%;
  }
}
.oc-content .oc-btn a {
  font-weight: 400;
}
.oc-content .oc-btn a:hover {
  text-decoration: none;
}
.oc-content strong {
  font-size: 1.33333rem;
}
@media (max-width: 960px) {
  .oc-content strong {
    font-size: 1rem;
  }
}
.oc-content ul li:before {
  color: inherit;
  content: "\2022";
  font-size: 18px;
  font-weight: 700;
  margin-right: 0.55556rem;
}
.oc-content ol,
.oc-content ul {
  list-style: none;
  margin-bottom: 2.22222rem;
}
.oc-content ol:last-child,
.oc-content ul:last-child {
  margin-bottom: 0;
}
.oc-content ol li,
.oc-content ul li {
  align-items: baseline;
  display: flex;
  margin-bottom: 0.55556rem;
  padding-left: 0;
  position: relative;
}
.oc-content img {
  height: auto;
  max-width: 100%;
}
.oc-content p:last-child {
  margin-bottom: 0;
}
.oc-content a {
  color: inherit;
  font-weight: 700;
}
.oc-content a:hover {
  text-decoration: underline;
}
.oc-container {
  margin: 0 auto;
  position: relative;
  width: 100vw;
  z-index: 2;
}
.oc-container-xs {
  max-width: 45%;
}
@media (max-width: 1440px) {
  .oc-container-xs {
    max-width: 50%;
  }
}
.oc-container-sm {
  max-width: 60%;
}
@media (max-width: 1440px) {
  .oc-container-sm {
    max-width: 65%;
  }
}
@media (max-width: 1280px) {
  .oc-container-sm {
    max-width: 70%;
  }
}
.oc-container-md {
  max-width: 75%;
}
@media (max-width: 1440px) {
  .oc-container-md {
    max-width: 80%;
  }
}
.oc-container-lg {
  max-width: 90%;
}
@media (max-width: 1440px) {
  .oc-container-lg {
    max-width: 95%;
  }
}
@media (max-width: 960px) {
  .oc-container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
/*@font-face {
  font-display: swap;
  font-family: Acumin Pro Wide;
  font-style: normal;
  font-weight: 900;
  src: url(../../fonts/AcuminProWide-Black.woff2) format("woff2"),
    url(../../fonts/AcuminProWide-Black.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Acumin Pro Wide;
  font-style: normal;
  font-weight: 400;
  src: url(../../fonts/AcuminProWide-Regular.woff2) format("woff2"),
    url(../../fonts/AcuminProWide-Regular.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Acumin Pro Wide;
  font-style: normal;
  font-weight: 300;
  src: url(../../fonts/AcuminProWide-Light.woff2) format("woff2"),
    url(../../fonts/AcuminProWide-Light.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: Acumin Pro Wide;
  font-style: normal;
  font-weight: 700;
  src: url(../../fonts/AcuminProWide-Bold.woff2) format("woff2"),
    url(../../fonts/AcuminProWide-Bold.woff) format("woff");
}*/
.oc-media {
  cursor: none;
  display: block;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
@media (max-width: 640px) {
  .oc-media {
    cursor: pointer;
    pointer-events: visible;
  }
}
.oc-media-link {
  cursor: pointer;
  pointer-events: visible;
}
.oc-media-poster {
  padding-bottom: 140%;
}
.oc-media-screen {
  padding-bottom: 56%;
}
.oc-media-portrait {
  padding-bottom: 150%;
}
.oc-media-card {
  padding-bottom: 130%;
}
.oc-media-video {
  padding-bottom: 66.5%;
}
.oc-media-square {
  padding-bottom: 100%;
}
.oc-media-wide {
  padding-bottom: 75%;
}
.oc-cover {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.oc-cover img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.oc-contain {
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}
.oc-contain img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.oc-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.oc-background-desktop {
  display: block;
}
.oc-background-mobile {
  display: none;
}
@media (max-width: 640px) {
  .oc-background-desktop {
    display: none;
  }
  .oc-background-mobile {
    display: block;
  }
}
.oc-background img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.oc-image-stretch {
  margin-left: -7.5vw;
  margin-right: -7.5vw;
}
.oc-image img {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.oc-stack {
  overflow: hidden;
}
@media (max-width: 767px) {
  .oc-stack {
    padding-top: 2.77778rem;
  }
}
.oc-section,
.oc-template {
  position: relative;
}
.oc-section .oc-btn-more {
  display: none;
}
.oc-section-table:after {
  background: #000;
  background: linear-gradient(90deg, transparent, #000);
  content: "";
  display: none;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  z-index: 2;
}
@media (max-width: 960px) {
  .oc-section-table:after {
    display: block;
  }
}
.oc-section-more:after {
  background: #fff;
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  bottom: 0;
  content: "";
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.oc-section-more .oc-btn-more {
  bottom: 2.77778rem;
  display: none;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 640px) {
  .oc-section-more .oc-btn-more {
    display: inline-block;
  }
  .oc-section-more {
    max-height: 60vh;
    overflow-y: hidden;
  }
  .oc-section-more:after {
    display: block;
  }
  .oc-section.oc-pt-3 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-3 {
    padding-bottom: 2.77778rem;
  }
  .oc-section.oc-pt-4 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-4 {
    padding-bottom: 2.77778rem;
  }
  .oc-section.oc-pt-5 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-5 {
    padding-bottom: 2.77778rem;
  }
  .oc-section.oc-pt-6 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-6 {
    padding-bottom: 2.77778rem;
  }
  .oc-section.oc-pt-7 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-7 {
    padding-bottom: 2.77778rem;
  }
  .oc-section.oc-pt-8 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-8 {
    padding-bottom: 2.77778rem;
  }
  .oc-section.oc-pt-9 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-9 {
    padding-bottom: 2.77778rem;
  }
  .oc-section.oc-pt-10 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-10 {
    padding-bottom: 2.77778rem;
  }
  .oc-section.oc-pt-11 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-11 {
    padding-bottom: 2.77778rem;
  }
  .oc-section.oc-pt-12 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-12 {
    padding-bottom: 2.77778rem;
  }
  .oc-section.oc-pt-13 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-13 {
    padding-bottom: 2.77778rem;
  }
  .oc-section.oc-pt-14 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-14 {
    padding-bottom: 2.77778rem;
  }
  .oc-section.oc-pt-15 {
    padding-top: 2.77778rem;
  }
  .oc-section.oc-pb-15 {
    padding-bottom: 2.77778rem;
  }
}
.oc-overlay {
  z-index: 1;
}
.oc-overlay,
.oc-pattern {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.oc-pattern {
  z-index: 0;
}
.oc-flex {
  display: flex;
}
.oc-banner {
  overflow: hidden;
}
.oc-banner .oc-background {
  transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -webkit-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
}
/*.oc-banner:hover .oc-background {
  transform: scale(1.1);
}*/
.oc-banner-cta:not(.oc-banner-boxed) {
  min-height: 33.33333rem;
}
.oc-banner-title .oc-title {
  text-transform: uppercase;
}
.oc-banner .oc-container {
  position: relative;
  z-index: 1;
}
.oc-banner .oc-flex {
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .oc-banner .oc-flex {
    align-items: center;
  }
}
@media (max-width: 960px) {
  .oc-banner .oc-flex {
    display: block;
  }
}
.oc-banner .oc-flex .oc-column {
  width: 50%;
}
@media (max-width: 960px) {
  .oc-banner .oc-flex .oc-column {
    width: 100%;
  }
  .oc-banner .oc-flex .oc-column .oc-cta {
    text-align: center;
  }
}
.oc-banner .oc-flex .oc-column.oc-col-right {
  padding-left: 1.66667rem;
}
@media (max-width: 640px) {
  .oc-banner .oc-flex .oc-column.oc-col-right {
    padding-left: 0;
  }
}
.oc-banner .oc-flex .oc-column.oc-col-left {
  padding-right: 1.66667rem;
}
@media (max-width: 640px) {
  .oc-banner .oc-flex .oc-column.oc-col-left {
    padding-right: 0;
  }
}
.oc-banner-head .oc-flex .oc-column .oc-cta {
  text-align: inherit;
}
.oc-banner-boxed .oc-inner {
  border-radius: 1.66667rem;
  overflow: hidden;
  padding: 4.44444rem;
  position: relative;
}
@media (max-width: 640px) {
  .oc-banner-boxed .oc-inner {
    padding: 2.77778rem 1.66667rem 1.66667rem;
  }
  .oc-banner-boxed .oc-inner .oc-flex .oc-cta {
    text-align: left;
  }
  .oc-banner-boxed .oc-inner .oc-flex .oc-cta .oc-caption {
    margin-bottom: 2.77778rem;
  }
  .oc-banner-stretch .oc-inner {
    padding-bottom: 11.11111rem;
  }
  .oc-banner-crop .oc-inner {
    padding-bottom: 1.66667rem;
  }
}
.oc-banner .oc-cta {
  position: relative;
  z-index: 1;
}
.oc-banner .oc-caption {
  margin-bottom: 2.77778rem;
}
@media (max-width: 640px) {
  .oc-banner .oc-caption {
    margin-bottom: 1.38889rem;
  }
}
.oc-banner .oc-caption .oc-subtitle {
  font-size: 1.33333rem;
  font-weight: 300;
}
@media (max-width: 640px) {
  .oc-banner .oc-caption .oc-subtitle {
    font-size: 1rem;
  }
}
.oc-banner .oc-caption .oc-excerpt {
  font-size: 1.11111rem;
  font-weight: 300;
}
.oc-banner .oc-caption .oc-title {
  font-weight: 900;
  margin-bottom: 1.38889rem;
}
.oc-banner .oc-caption .oc-subtitle + .oc-excerpt,
.oc-banner .oc-caption .oc-title + .oc-excerpt {
  font-weight: 300;
  margin-top: 2.77778rem;
}
@media (max-width: 640px) {
  .oc-banner .oc-caption .oc-subtitle + .oc-excerpt,
  .oc-banner .oc-caption .oc-title + .oc-excerpt {
    margin-top: 1.38889rem;
  }
}
.oc-banner .oc-media {
  display: flex;
  justify-content: center;
}
.oc-banner .oc-media .oc-logo img {
  display: inline-block;
  height: auto;
  width: auto;
}
.oc-banner .oc-center {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media (max-width: 640px) {
  .oc-banner .oc-center {
    top: 2.77778rem;
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .oc-banner-brand {
    height: auto;
    padding-bottom: 2.77778rem;
    padding-top: 5.55556rem;
  }
  .oc-banner-brand .oc-center {
    left: auto;
    position: relative;
    top: auto;
    transform: translateY(0);
  }
}
@media (max-width: 960px) {
  .oc-banner-brand {
    padding-bottom: 0;
    padding-top: 2.77778rem;
  }
  .oc-faqs .oc-flex {
    display: block;
  }
}
.oc-faqs .oc-head {
  width: 30%;
}
@media (max-width: 1200px) {
  .oc-faqs .oc-head {
    width: 40%;
  }
}
@media (max-width: 960px) {
  .oc-faqs .oc-head {
    margin-bottom: 2.77778rem;
    width: 100%;
  }
}
.oc-faqs .oc-group {
  margin-left: auto;
  width: 60%;
}
@media (max-width: 1200px) {
  .oc-faqs .oc-group {
    width: 50%;
  }
}
@media (max-width: 960px) {
  .oc-faqs .oc-group {
    width: 100%;
  }
}
.oc-form .oc-grid {
  margin-bottom: 2.77778rem;
}
.oc-form .oc-field-acceptance,
.oc-form .oc-field-message {
  margin-bottom: 1.38889rem;
}
.oc-form .oc-field-acceptance {
  align-items: center;
  display: flex;
}
.oc-form .oc-field-acceptance input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  border-radius: 0;
  cursor: pointer;
  height: 10px;
  margin: 0;
  outline: 1px solid #dadada;
  width: 10px;
}
.oc-form .oc-field-acceptance input[type="checkbox"]:checked {
  background: #31ccd0;
}
.oc-form .oc-field-acceptance input[type="checkbox"]:not(:checked) {
  background: transparent;
}
.oc-form .oc-field .oc-small {
  font-size: 11px;
}
.oc-form .oc-field .oc-small a {
  text-decoration: underline;
}
.oc-form .oc-field .oc-label {
  display: block;
  font-size: 0.88889rem;
  font-weight: 600;
  margin-bottom: 0.55556rem;
}
.oc-hero {
  height: 100vh;
}
@media (max-width: 1200px) {
  .oc-hero {
    height: auto;
    padding-bottom: 5rem;
    padding-top: 7.77778rem;
  }
}
@media (max-width: 640px) {
  .oc-hero {
    padding-bottom: 2.77778rem;
  }
}
.oc-hero .oc-caption {
  width: 75%;
}
@media (max-width: 1200px) {
  .oc-hero .oc-caption {
    width: 100%;
  }
}
.oc-hero .oc-caption .oc-excerpt {
  margin-bottom: 2.77778rem;
}
.oc-hero .oc-caption .oc-title {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 1.38889rem;
}
@media screen and (min-width: 480px) {
  .oc-hero .oc-caption .oc-title {
    font-size: calc(16px + 4.16667vw);
  }
}
@media screen and (min-width: 1920px) {
  .oc-hero .oc-caption .oc-title {
    font-size: 96px;
  }
}
.oc-hero .oc-cta .oc-btn {
  margin-right: 1.38889rem;
}
.oc-hero .oc-window {
  bottom: 5rem;
  position: absolute;
  right: 5%;
  z-index: 2;
}
@media (max-width: 1440px) {
  .oc-hero .oc-window {
    right: 2.5%;
  }
}
@media (max-width: 1200px) {
  .oc-hero .oc-window {
    bottom: auto;
    left: 10%;
    max-width: 80%;
    position: relative;
    right: 10%;
    top: auto;
    width: auto;
  }
}
@media (max-width: 960px) {
  .oc-hero .oc-window {
    left: auto;
    margin: 0 25px;
    max-width: 100%;
    right: auto;
  }
}
.oc-hero .oc-center {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
@media (max-width: 1200px) {
  .oc-hero .oc-center {
    left: auto;
    margin-bottom: 2.77778rem;
    position: relative;
    top: auto;
    transform: translateY(0);
  }
}
@media (max-width: 960px) {
  .oc-listing .oc-flex {
    display: block;
  }
}
.oc-listing .oc-head .oc-title {
  font-weight: 700;
}
.oc-listing .oc-head .oc-actions {
  align-items: center;
  display: none;
  margin-top: 0.83333rem;
}
.oc-listing .oc-head .oc-actions .oc-count {
  color: #757575;
  font-size: 0.72222rem;
  margin-right: auto;
}
@media (max-width: 960px) {
  .oc-listing .oc-head .oc-actions {
    display: flex;
  }
  .oc-listing .oc-head {
    margin-bottom: 1.38889rem;
  }
}
.oc-listing .oc-sidebar {
  padding-right: 2.77778rem;
  width: 20%;
}
@media (max-width: 1200px) {
  .oc-listing .oc-sidebar {
    width: 30%;
  }
}
@media (max-width: 960px) {
  .oc-listing .oc-sidebar {
    display: none;
  }
}
.oc-listing .oc-archive {
  width: 80%;
}
@media (max-width: 1200px) {
  .oc-listing .oc-archive {
    width: 70%;
  }
}
@media (max-width: 960px) {
  .oc-listing .oc-archive {
    width: 100%;
  }
}
.oc-listing .oc-archive-items .oc-grid {
  margin-bottom: 5.55556rem;
}
@media (max-width: 640px) {
  .oc-listing .oc-archive-items .oc-grid {
    margin-bottom: 2.77778rem;
  }
}
.oc-listing .oc-archive-items .oc-pagination {
  margin-bottom: 5.55556rem;
}
.oc-listing .oc-filters {
  border-top: 1px solid #cacaca;
  padding-top: 1.11111rem;
}
.oc-listing .oc-filters .oc-disable {
  display: none !important;
}
.oc-listing .oc-container-search-box {
  display: none;
  margin: 25px 0;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .oc-listing .oc-container-search-box {
    display: block;
  }
}
.oc-listing .oc-container-search-box .oc-search-box {
  margin-right: 1.66667rem;
  position: relative;
}
.oc-listing .oc-container-search-box .oc-search-box form {
  display: block;
  width: 100%;
}
.oc-listing .oc-container-search-box .oc-search-box input[type="text"] {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 2.77778rem;
  box-shadow: none;
  font-family: 'acumin-pro-wide', Acumin Pro Wide;
  line-height: 1em;
  outline: none !important;
  padding: 0.83333rem 0.83333rem 0.83333rem 2.77778rem;
  position: relative;
  width: 100%;
  z-index: 11;
}
.oc-listing .oc-container-search-box .oc-search-box input[type="submit"] {
  background: url(../../img/search-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  box-shadow: none;
  content: "";
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 1.11111rem;
  left: 0.83333rem;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.11111rem;
  z-index: 12;
}
.oc-listing .oc-container-search-box .oc-search-box .oc-results {
  background-color: #f2f2f2;
  border-radius: 25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #000;
  display: none;
  padding: 0 25px 25px 45px;
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: 10;
}
.oc-listing .oc-container-search-box .oc-search-box .oc-results li {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.oc-listing .oc-container-search-box .oc-search-box .oc-results li a {
  opacity: 0.5;
  transition: 0.4s;
}
.oc-listing .oc-container-search-box .oc-search-box .oc-results li a:hover {
  opacity: 1;
}
.oc-listing .oc-container-search-box .oc-search-box .oc-results li:first-child {
  padding-top: 40px;
}
.oc-listing .oc-container-search-box .oc-search-box .oc-results li:last-child {
  border-bottom: 0 solid #ddd;
  margin-bottom: 0;
  padding-bottom: 0;
}
.oc-listing .oc-container-search-box .oc-search-box form.focus .oc-results {
  display: block;
}
.oc-metro .oc-container {
  border-top: 1px solid #e5e5e5;
  padding-top: 2.77778rem;
}
.oc-metro .oc-post {
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  padding-bottom: 3.33333rem;
}
@media (max-width: 640px) {
  .oc-metro .oc-post {
    border-bottom: 0;
    padding-bottom: 1.11111rem;
  }
}
.oc-metro .oc-post .oc-left {
  min-width: 60%;
  padding-right: 1.66667rem;
  position: relative;
  width: 60%;
}
@media (max-width: 640px) {
  .oc-metro .oc-post .oc-left {
    min-width: 60%;
    width: 50%;
  }
}
.oc-metro .oc-post .oc-left .oc-icon {
  bottom: 0;
  display: inline-block;
  left: 0;
  position: absolute;
}
@media (max-width: 640px) {
  .oc-metro .oc-post .oc-left .oc-icon {
    height: 30px;
    width: 30px;
  }
}
.oc-metro .oc-post .oc-right {
  min-width: 40%;
  width: 40%;
}
.oc-metro .oc-post .oc-right .oc-media {
  padding-bottom: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .oc-metro .oc-post .oc-right .oc-media {
    padding-bottom: 140%;
  }
}
@media (max-width: 960px) {
  .oc-metro .oc-post .oc-right .oc-media {
    padding-bottom: 100%;
  }
}
.oc-metro .oc-post .oc-meta .oc-date {
  font-size: 0.83333rem;
  margin-bottom: 0.83333rem;
}
@media (max-width: 640px) {
  .oc-metro .oc-post .oc-meta .oc-date {
    font-size: 0.72222rem;
  }
}
.oc-modal.oc-active {
  display: block;
}
.oc-modal-filters {
  background: #fff;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  width: 100vw;
  z-index: 9;
}
.oc-modal-filters .oc-bottom {
  align-items: center;
  border-top: 1px solid #eaeaea;
  bottom: 1.66667rem;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 2.22222rem 1.38889rem 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.oc-modal-filters .oc-bottom .oc-btn {
  cursor: pointer;
}
.oc-modal-filters .oc-bottom .oc-btn span {
  padding: 0 2.77778rem;
}
.oc-modal-filters .oc-bottom .oc-btn-reset {
  margin-right: auto;
}
.oc-modal-filters .oc-inner {
  padding: 5.55556rem 1.38889rem 0;
}
.oc-modal-filters .oc-inner .oc-head {
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  margin-bottom: 1.38889rem;
  padding-bottom: 1.38889rem;
  width: 100%;
}
.oc-modal-filters .oc-inner .oc-head .oc-title {
  font-size: 1.27778rem;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
  width: 50%;
}
.oc-modal-filters .oc-inner .oc-head .oc-icon {
  cursor: pointer;
  margin-left: auto;
  width: 1.11111rem;
}
.oc-modal-filters .oc-inner .oc-filters {
  -ms-overflow-style: none;
  height: 60vh;
  overflow: scroll;
  scrollbar-width: none;
}
.oc-modal-filters .oc-inner .oc-filters::-webkit-scrollbar {
  display: none;
}
.oc-modal-filters .oc-inner .oc-filters .oc-accordion-filter {
  border-color: #eaeaea;
}
.oc-overview .oc-meta .oc-top {
  margin-bottom: 7.77778rem;
}
@media (max-width: 640px) {
  .oc-overview .oc-meta .oc-top {
    margin-bottom: 2.77778rem;
  }
}
.oc-overview .oc-meta .oc-terms {
  margin-bottom: 2.22222rem;
}
.oc-overview .oc-meta .oc-terms a {
  display: inline-block;
  font-size: 0.72222rem;
  font-weight: 700;
  margin-right: 1.11111rem;
  position: relative;
  text-transform: uppercase;
}
.oc-overview .oc-meta .oc-terms a:before {
  background: #090c10;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  width: 0;
}
.oc-overview .oc-meta .oc-terms a:hover:before {
  width: 100%;
}
.oc-overview .oc-meta .oc-sub {
  margin-bottom: 2.22222rem;
  text-transform: uppercase;
}
.oc-overview .oc-meta .oc-content {
  margin-bottom: 3.88889rem;
}
.oc-overview .oc-meta .oc-icons .oc-pic {
  display: inline-block;
  height: 4.44444rem;
  margin-bottom: 0.55556rem;
  margin-right: 0.55556rem;
  width: 4.44444rem;
}
.oc-overview .oc-meta .oc-icons .oc-pic img {
  height: auto;
  width: 100%;
}
.oc-footer .oc-footer-column .list,
.oc-footer .oc-footer-column .title {
  font-size: 0.83333rem;
  font-weight: 600;
  line-height: 1rem;
  margin: 0;
  text-transform: uppercase;
}
.oc-footer .oc-footer-column .title:not(:first-child) {
  margin-top: 3.33333rem;
}
.oc-footer .oc-footer-column .list:not(:first-child) {
  margin-top: 1.66667rem;
}
.oc-footer .oc-footer-column li {
  font-size: 0.72222rem;
  font-weight: 500;
  line-height: 0.88889rem;
  margin-top: 1.11111rem;
}
.oc-footer-menu {
  padding: 3rem 4.44444rem;
}
.oc-footer-menu-mobile {
  padding: 1.11111rem 1.66667rem 1.38889rem;
}
.oc-footer-menu-mobile div[class*="-container"] {
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: -1.11111rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, border-bottom 0.3s ease-out;
  width: 100%;
}
.oc-footer-menu-mobile div[class*="-container"] li {
  color: #797979;
  font-size: 0.72222rem;
  font-weight: 300;
  margin: 1.11111rem 0;
}
.oc-footer-menu-mobile .active {
  border-bottom: 1px solid #797979 !important;
}
.oc-footer-menu-mobile p[class^="footer-title"] {
  font-size: 0.72222rem;
  font-weight: 500;
  margin: 1.22222rem 0;
  text-transform: uppercase;
}
.oc-footer-menu-mobile .footer-title-menu {
  cursor: pointer;
}
.oc-footer-menu-mobile .footer-title-menu:after {
  color: #fff;
  content: "+";
  float: right;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: -10px;
  margin-left: 5px;
}
.oc-footer-menu-mobile .footer-title-menu.opened:after {
  content: "-";
  margin-right: 3px;
}
.oc-footer-bar {
  background-color: #1e2229;
  font-size: 0.66667rem;
  padding: 1.22222rem 4.44444rem 1.11111rem;
}
@media (max-width: 1200px) {
  .oc-footer-bar {
    padding: 1.22222rem 1.66667rem 1.66667rem;
  }
}
.oc-footer-bar div:not(:first-child) {
  margin-top: 0.11111rem;
}
@media (max-width: 768px) {
  .oc-footer-bar .paese {
    margin-bottom: 1.11111rem;
  }
}
.oc-footer-bar span {
  margin: 0 0.88889rem;
}
@media (max-width: 1200px) {
  .oc-footer-bar span {
    color: #adadad;
    display: block;
    margin: 0.11111rem 0 0;
  }
}
@media (max-width: 768px) {
  .oc-footer-bar span:last-child {
    margin: 0.83333rem 0 0;
  }
}
.oc-footer-bar svg {
  height: 10px;
  width: auto;
}
@media (max-width: 768px) {
  .oc-footer-bar .social-icon-section {
    margin-bottom: 1.66667rem;
    margin-top: 0.55556rem !important;
  }
}
.oc-footer-bar .social-icon-section a {
  box-sizing: content-box;
  margin: 0 0.55556rem;
}
@media (max-width: 768px) {
  .oc-footer-bar .social-icon-section a {
    margin-right: 0.77778rem;
  }
}
.oc-footer-bar .social-icon-section a:first-child {
  margin-left: 0;
}
.oc-footer-bar .social-icon-section svg {
  height: 18px;
  width: auto;
}
#newsletter-modal {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#newsletter-modal .modal-content {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-name: animatetop;
  animation-name: animatetop;
  background-color: #fefefe;
  border: 0 solid #888;
  border-radius: 1rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25), 0 0 20px 0 rgba(0, 0, 0, 0.2);
  font-size: 0.88889rem;
  margin: 5% auto;
  padding: 2.22222rem;
  width: 30%;
}
@media (max-width: 1440px) {
  #newsletter-modal .modal-content {
    width: 50%;
  }
}
@media (max-width: 960px) {
  #newsletter-modal .modal-content {
    margin: 0 1.38889rem;
    width: auto;
  }
}
#newsletter-modal .modal-content .title {
  font-size: 1.38889rem;
  font-weight: 900;
  margin: 1.11111rem 0;
}
#newsletter-modal .modal-content form,
#newsletter-modal .modal-content input {
  width: 100%;
}
#newsletter-modal .modal-content form input {
  border: 1px solid #dadada;
  font-family: 'acumin-pro-wide', Acumin Pro Wide;
  line-height: normal;
  margin-bottom: 1.11111rem;
  margin-top: 0.27778rem;
  padding: 0.66667rem 0.55556rem 0.44444rem;
}
#newsletter-modal .modal-content form .info {
  font-size: 0.66667rem;
  margin-bottom: 0;
}
#newsletter-modal .modal-content form .foot {
  margin-top: 1.11111rem;
}
#newsletter-modal .modal-content form input[type="submit"] {
  align-content: flex-end;
  background: #000;
  border: 0;
  border-radius: 20px;
  color: #fff;
  font-family: 'acumin-pro-wide', Acumin Pro Wide;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  margin-left: 2.22222rem;
  max-width: 100%;
  padding: 0 1.66667rem;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: auto;
}
#newsletter-modal .modal-content form input[type="submit"]:hover {
  background: #31ccd0;
  border-color: #31ccd0;
  color: #000;
}
@-webkit-keyframes animatetop {
  0% {
    opacity: 0;
    top: -300px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes animatetop {
  0% {
    opacity: 0;
    top: -300px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
#newsletter-modal .mod-newsletter-close {
  color: #aaa;
  float: right;
  font-size: 18px;
  font-weight: 700;
}
#newsletter-modal .mod-newsletter-close:focus,
#newsletter-modal .mod-newsletter-close:hover {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.oc-header {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100vw;
  z-index: 999;
}
.oc-header.opened-2lv .show-menu-mobile .oc-header-nav-mobile {
  filter: invert(1);
}
.oc-header .oc-svg-logo {
  display: flex;
}
.oc-header .trasparente {
  background-color: transparent !important;
  color: #fff;
}
.oc-header .trasparente .logo-nero {
  display: none;
}
.oc-header .trasparente .logo-bianco {
  align-items: center;
  display: flex;
  margin-left: 0 !important;
}
.oc-header .logo-bianco {
  display: none;
}
.oc-header-nav-top {
  background-color: #000;
  font-size: 0.72222rem;
  font-weight: 400;
  padding: 0.77778rem 4.44444rem 0.66667rem;
  text-align: right;
}
.oc-header-nav-top li {
  display: inline-flex;
  margin-right: 1.44444rem;
}
.oc-header-nav-top .oc-header-nav-top-right {
  color: #40e0d0;
  font-weight: 700;
}
.oc-header-nav-top .social-icon-section {
  align-items: center;
  padding-left: 1.66667rem;
}
.oc-header-nav-top .social-icon-section > a {
  display: inline-flex;
  margin-right: 10px;
}
.oc-header-nav-top .social-icon-section > a svg path {
  fill: #31ccd0;
}
.oc-header-nav-top .social-icon-section > a:last-child {
  margin-right: 3px;
}
.oc-header-nav-top .language-section li {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.oc-header-nav-top .language-section li.current-lang a {
  font-weight: 700;
}
.oc-header-nav-top .language-section li:after {
  content: "|";
  padding: 0 10px;
}
.oc-header-nav-top .language-section li a:after,
.oc-header-nav-top .language-section li:last-child:after {
  display: none;
}
.oc-header-nav {
  justify-content: space-between;
  padding: 0 4.44444rem;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.oc-header-nav > div {
  align-items: center;
  display: flex;
}
.oc-header-nav .oc-svg-logo a {
  line-height: 1;
}
.oc-header-nav .oc-svg-logo svg {
  height: 22px;
  line-height: 1;
}
.oc-header-nav .main-menu ul {
  cursor: default;
}
.oc-header-nav .main-menu > div > ul > li {
  border-bottom: 3px solid transparent;
  display: inline-flex;
  font-size: 0.83333rem;
  font-weight: 600;
}
.oc-header-nav .main-menu > div > ul > li:not(:last-child) {
  margin-right: 1.44444rem;
}
.oc-header-nav .main-menu > div > ul > li > a {
  padding: 1.44444rem 0;
}
.oc-header-nav .main-menu > div > ul > li > ul.active {
  display: flex !important;
}
.oc-header-nav .main-menu > div > ul > li > .dropdown-menu {
  background: #f5f5f5;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
  color: #000;
  display: none;
  font-weight: 600;
  justify-content: flex-start;
  left: 0;
  padding: 2.22222rem 4rem;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 100%;
}
@media (min-width: 1536px) {
  .oc-header-nav .main-menu > div > ul > li > .dropdown-menu {
    align-items: flex-start;
  }
  .oc-header-nav .main-menu > div > ul > li > .dropdown-menu > li {
    height: auto;
    width: 10vw;
  }
}
.oc-header-nav .main-menu > div > ul > li > .dropdown-menu > li img {
  margin-bottom: 1.66667rem;
}
@media (min-width: 1536px) {
  .oc-header-nav .main-menu > div > ul > li > .dropdown-menu > li img {
    height: auto;
    width: 10vw;
  }
}
.oc-header-nav .main-menu > div > ul > li > .dropdown-menu > li:last-child {
  width: auto;
}
@media (min-width: 1536px) {
  .oc-header-nav .main-menu > div > ul > li > .dropdown-menu > li:last-child {
    margin-left: auto;
  }
  .oc-header-nav
    .main-menu
    > div
    > ul
    > li
    > .dropdown-menu
    > li:last-child
    img {
    height: 100%;
    width: 100%;
  }
}
.oc-header-nav
  .main-menu
  > div
  > ul
  > li
  > .dropdown-menu
  > li:not(:last-child) {
  margin-right: 1.7vw;
}
.oc-header-nav
  .main-menu
  > div
  > ul
  > li
  > .dropdown-menu
  > li
  > .dropdown-menu {
  font-weight: 400;
}
.oc-header-nav
  .main-menu
  > div
  > ul
  > li
  > .dropdown-menu
  > li
  > .dropdown-menu
  > li {
  margin-top: 0.83333rem;
}
.oc-header-nav-mobile {
  justify-content: space-between;
  padding: 0 1.66667rem;
  position: relative;
  width: 100%;
}
.oc-header-nav-mobile > div {
  padding: 1.11111rem 0 0.72222rem;
}
.oc-header-nav-mobile .oc-logo-mobile {
  width: 90px;
}
.oc-header-nav-mobile .oc-svg-logo a {
  line-height: 1;
}
.oc-header-nav-mobile .oc-svg-logo svg {
  height: 22px;
  line-height: 1;
}
@media screen and (max-width: 1280px) {
  .oc-header-nav-mobile .right-mobile-menu {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    width: 100%;
  }
}
.oc-header-nav-mobile .right-mobile-menu .oc-search-mobile {
  margin-right: 15px;
}
.oc-header-nav-mobile .right-mobile-menu .oc-search-mobile > a {
  display: inline-flex;
}
.oc-header-nav-mobile .right-mobile-menu span {
  position: relative;
  width: 25px;
}
.oc-header .full-mobile-menu {
  background-color: #000;
  color: #fff;
  display: none;
  height: 100vh;
  overflow: hidden;
  width: 100%;
}
.oc-header .full-mobile-menu .mobile-menu-listing {
  height: calc(100% - 44px);
  overflow: scroll;
}
.oc-header .full-mobile-menu .mobile-menu-listing .language-section {
  list-style-type: none;
  padding: 0 1.66667rem;
}
.oc-header .full-mobile-menu .mobile-menu-listing .language-section li {
  margin: 0;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .language-section
  li.current-lang
  a {
  font-weight: 700;
}
.oc-header .full-mobile-menu .mobile-menu-listing .language-section li:after {
  content: "|";
  padding: 0 10px;
}
.oc-header .full-mobile-menu .mobile-menu-listing .language-section li a:after,
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .language-section
  li:last-child:after {
  display: none;
}
.oc-header .full-mobile-menu .mobile-menu-listing .menu-header-menu-container {
  font-weight: 500;
  padding: 1.66667rem 1.66667rem 0;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .menu-header-menu-container
  > ul
  > li {
  font-size: 1.11111rem;
  margin-bottom: 1.38889rem;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .menu-header-menu-container
  > ul
  > li
  > .dropdown-menu {
  display: none;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .menu-header-menu-container
  > ul
  > .menu-item-has-children:after {
  content: "\203A";
  float: right;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .menu-header-top-bar-container {
  padding: 0 1.66667rem 1.66667rem;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .menu-header-top-bar-container
  > ul {
  display: flex;
  flex-direction: column;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .menu-header-top-bar-container
  > ul
  > li {
  font-size: 0.88889rem;
  font-weight: 300;
  margin-bottom: 0.83333rem;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .menu-header-top-bar-container
  > ul
  > li:not(:last-child) {
  color: #31ccd0;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .menu-header-top-bar-container
  > ul
  > li:last-child {
  font-size: 1.11111rem;
  font-weight: 500;
  margin-bottom: 2.77778rem;
  order: -9999;
}
.oc-header .full-mobile-menu .mobile-menu-listing .nascondi {
  display: none !important;
}
.oc-header .full-mobile-menu .mobile-menu-listing .clone-menu-1 {
  font-size: 1rem;
  font-weight: 400;
  padding: 1.66667rem 1.66667rem 0;
}
.oc-header .full-mobile-menu .mobile-menu-listing .clone-menu-1 b {
  font-weight: 400 !important;
}
.oc-header .full-mobile-menu .mobile-menu-listing .clone-menu-1 img {
  display: none;
}
.oc-header .full-mobile-menu .mobile-menu-listing .clone-menu-1 li {
  margin: 0.83333rem 0;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .clone-menu-1
  li:not(:last-child)
  ul {
  display: none;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .clone-menu-1
  > ul
  > .menu-item-has-children:not(:last-child):after {
  content: "\203A";
  float: right;
}
.oc-header .full-mobile-menu .mobile-menu-listing .clone-menu-1 .title1a {
  color: #c1c1c1;
  font-size: 0.83333rem;
  font-weight: 400;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .clone-menu-1
  .title1a:before {
  content: "\2039 ";
  float: left;
  margin-right: 10px;
}
.oc-header .full-mobile-menu .mobile-menu-listing .clone-menu-1 .title2a {
  color: #31ccd0;
  font-size: 0.72222rem;
  font-weight: 400;
  margin: 1.38889rem 0;
  text-transform: uppercase;
}
.oc-header .full-mobile-menu .mobile-menu-listing .clone-menu-2 {
  background: #fff;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  height: 100%;
  padding: 1.66667rem 1.66667rem 0;
}
.oc-header .full-mobile-menu .mobile-menu-listing .clone-menu-2 b {
  font-weight: 400 !important;
}
.oc-header .full-mobile-menu .mobile-menu-listing .clone-menu-2 img {
  display: none;
}
.oc-header .full-mobile-menu .mobile-menu-listing .clone-menu-2 li {
  margin: 0.83333rem 0;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .clone-menu-2
  li:not(:last-child)
  ul {
  display: none;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .clone-menu-2
  > ul
  > .menu-item-has-children:not(:last-child):after {
  content: "\203A";
  float: right;
}
.oc-header .full-mobile-menu .mobile-menu-listing .clone-menu-2 .title1b {
  color: #c1c1c1;
  font-size: 0.83333rem;
  font-weight: 400;
}
.oc-header
  .full-mobile-menu
  .mobile-menu-listing
  .clone-menu-2
  .title1b:before {
  content: "\2039 ";
  float: left;
  margin-right: 10px;
}
.oc-header .full-mobile-menu .mobile-menu-listing .clone-menu-2 .title2b {
  color: #31ccd0;
  font-size: 0.72222rem;
  font-weight: 400;
  margin: 1.38889rem 0;
  text-transform: uppercase;
}
.oc-header .hide-bar {
  display: none;
}
.oc-header .show-menu-mobile {
  display: block !important;
}
.oc-header .oc-svg-wishlist {
  position: relative;
}
.oc-header .oc-svg-wishlist > svg {
  height: auto;
  width: 1.5rem;
}
.oc-header .oc-svg-wishlist > .counter {
  background-color: #31ccd0;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 18px;
  opacity: 0;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -5px;
  width: 18px;
}
.oc-header .oc-svg-wishlist > .counter.active {
  opacity: 1;
}
.oc-header .oc-header-nav.trasparente .oc-svg-wishlist > svg > path {
  stroke: #fff;
}
.oc-header .oc-container-search-box {
  max-width: 13vw;
  width: calc(100vw - 370px);
}
.oc-header .oc-container-search-box .oc-search-box {
  position: relative;
}
.oc-header .oc-container-search-box .oc-search-box .oc-btn-close {
  align-items: center;
  cursor: pointer;
  display: none;
  height: 0.83333rem;
  position: absolute;
  right: 0.83333rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.83333rem;
  z-index: 10;
}
.oc-header .oc-container-search-box .oc-search-box .oc-btn-close svg {
  display: block;
}
.oc-header .oc-container-search-box .oc-search-box form {
  display: block;
  max-width: 13vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  width: calc(100vw - 370px);
}
.oc-header .oc-container-search-box .oc-search-box form.focus {
  max-width: calc(100vw - 370px);
  right: 0;
}
.oc-header .oc-container-search-box .oc-search-box form.focus .oc-btn-close {
  display: flex;
}
.oc-header .oc-container-search-box .oc-search-box input[type="text"] {
  background-color: #f2f2f2;
  border: 0 solid;
  border-radius: 2.77778rem;
  box-shadow: none;
  font-family: 'acumin-pro-wide', Acumin Pro Wide;
  line-height: 1em;
  outline: none !important;
  padding: 0.83333rem 0.83333rem 0.83333rem 2.77778rem;
  width: 100%;
}
.oc-header .oc-container-search-box .oc-search-box input[type="submit"] {
  background: url(../../img/search-icon.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
  box-shadow: none;
  content: "";
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 1.11111rem;
  left: 0.83333rem;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.11111rem;
  z-index: 10;
}
.oc-header .oc-container-search-box .oc-search-box .oc-results {
  background-color: #f2f2f2;
  border-radius: 25px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #000;
  display: none;
  padding: 0 25px 25px 45px;
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: -1;
}
.oc-header .oc-container-search-box .oc-search-box .oc-results li {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.oc-header .oc-container-search-box .oc-search-box .oc-results li a {
  opacity: 0.5;
  transition: 0.4s;
}
.oc-header .oc-container-search-box .oc-search-box .oc-results li a:hover {
  opacity: 1;
}
.oc-header .oc-container-search-box .oc-search-box .oc-results li:first-child {
  padding-top: 40px;
}
.oc-header .oc-container-search-box .oc-search-box .oc-results li:last-child {
  border-bottom: 0 solid #ddd;
  margin-bottom: 0;
  padding-bottom: 0;
}
.oc-header .oc-container-search-box .oc-search-box form.focus .oc-results {
  display: block;
}
@media (max-width: 1536px) {
  .oc-header .oc-box-header {
    display: none;
  }
}
.oc-header .oc-box-header img {
  margin: 0 !important;
}
.oc-header .oc-box-header .oc-title {
  color: #fff;
  font-weight: 800;
}
.oc-header .is-menu-bottom {
  bottom: 20px;
  position: fixed;
}
@media screen and (min-width: 1280px) {
  .oc-header .is-menu-bottom {
    display: none;
    height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    position: absolute;
    width: 0 !important;
  }
}
@media screen and (max-height: 400px) {
  .oc-header .is-menu-bottom {
    display: none;
  }
}
.oc-header-nav-top > div > ul {
  cursor: pointer;
}
.modules-store-locator input,
.modules-store-locator select {
  font-family: 'acumin-pro-wide', Acumin Pro Wide;
}
.modules-store-locator .oc-search-input {
  background: transparent;
  border: 1px solid #d3d3d3;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  margin: 0;
  padding: 20px;
}
.modules-store-locator .oc-search-input:active,
.modules-store-locator .oc-search-input:focus,
.modules-store-locator .oc-search-input:hover {
  outline: none;
}
@media screen and (max-width: 991px) {
  .modules-store-locator .oc-search-input {
    padding: 20px 10px;
  }
}
.modules-store-locator .oc-search-select {
  align-items: center;
  background-color: #31ccd0;
  border: 0 solid;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 13.5px;
  padding: 20px 30px;
}
@media screen and (max-width: 991px) {
  .modules-store-locator .oc-search-select {
    padding: 10px;
  }
}
.modules-store-locator .oc-search-select:active,
.modules-store-locator .oc-search-select:focus,
.modules-store-locator .oc-search-select:hover {
  outline: none;
}
.modules-store-locator .oc-list-store {
  position: relative;
}
.modules-store-locator .oc-list-store:after {
  background: linear-gradient(180deg, transparent 0, #f5f5f5);
  bottom: 0;
  content: "";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#f5f5f5",GradientType=0);
  height: 50px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .modules-store-locator #map-canvas {
    height: 700px;
  }
}
.modules-store-locator .tooltip-map {
  padding: 15px;
  text-align: center;
}
.modules-store-locator .tooltip-map .title {
  display: block;
  font-family: 'acumin-pro-wide', Acumin Pro Wide;
  font-size: 18px;
  font-weight: 900;
}
.modules-store-locator .tooltip-map .address {
  display: block;
  font-family: 'acumin-pro-wide', Acumin Pro Wide;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 20px;
  max-width: 250px;
  opacity: 0.7;
}
.modules-store-locator .tooltip-map a {
  background-color: #000;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: 'acumin-pro-wide', Acumin Pro Wide;
  font-weight: 400;
  padding: 7px 15px;
}
.oc-wishlist .oc-btn {
  margin-top: 4.44444rem;
}
.oc-wishlist .oc-item-wishlist .oc-meta {
  position: relative;
}
.oc-wishlist .oc-item-wishlist .oc-title {
  font-size: 0.88889rem;
  font-weight: 600;
}
.oc-wishlist .oc-item-wishlist .oc-sub {
  font-size: 0.88889rem;
  font-weight: 300;
}
.oc-wishlist .oc-item-wishlist .oc-btn-remove {
  bottom: 0;
  cursor: pointer;
  font-size: 0.77778rem;
  font-weight: 300;
  left: 0;
  position: absolute;
  text-decoration: underline;
}
.is-single-post .oc-text h1,
.is-single-post .oc-text h2 {
  color: #090c10;
  font-family: 'acumin-pro-wide', Acumin Pro Wide;
  margin: 0 0 15px;
}
.is-single-post .oc-text h2 {
  font-weight: 600;
}
.is-single-post .oc-text h3 {
  color: #090c10;
  font-family: 'acumin-pro-wide', Acumin Pro Wide;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 10px;
}
.oc-accordion .oc-acc-content {
  height: 0;
  overflow: hidden;
}
.oc-accordion .oc-acc-title {
  cursor: pointer;
}
.oc-accordion-filter {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 1.11111rem;
  padding-bottom: 1.11111rem;
}
.oc-accordion-filter.oc-active .oc-acc-title:after {
  transform: rotate(180deg);
}
.oc-accordion-filter .oc-acc-title {
  position: relative;
}
.oc-accordion-filter .oc-acc-title:after {
  background-image: url(../../img/icon-chevron-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
}
.oc-accordion-filter .oc-acc-title .oc-title {
  margin-bottom: 0;
}
.oc-accordion-filter .oc-acc-content .oc-options {
  margin-top: 1.11111rem;
}
.oc-accordion-filter .oc-acc-content .oc-option {
  align-items: flex-start;
  display: flex;
  margin-bottom: 0.83333rem;
}
.oc-accordion-filter .oc-acc-content .oc-option:last-child {
  margin-bottom: 0;
}
.oc-accordion-filter .oc-acc-content .oc-option .oc-label {
  font-size: 0.88889rem;
}
.oc-accordion-filter .oc-acc-content .oc-option .oc-input {
  margin-right: 0.83333rem;
}
.oc-accordion-faq {
  border-bottom: 1px solid #000;
  margin-bottom: 2.22222rem;
  padding-bottom: 2.22222rem;
}
@media (max-width: 640px) {
  .oc-accordion-faq {
    margin-bottom: 1.38889rem;
    padding-bottom: 1.38889rem;
  }
}
.oc-accordion-faq.oc-active .oc-acc-title:after {
  background-image: url(../../img/icon-circle-minus.svg);
}
.oc-accordion-faq .oc-acc-title {
  position: relative;
}
.oc-accordion-faq .oc-acc-title:after {
  background-image: url(../../img/icon-circle-plus.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
@media (max-width: 640px) {
  .oc-accordion-faq .oc-acc-title:after {
    height: 25px;
    width: 25px;
  }
}
.oc-accordion-faq .oc-acc-title .oc-title {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .oc-accordion-faq .oc-acc-title .oc-title {
    padding-right: 3.88889rem;
  }
}
.oc-accordion-faq .oc-acc-content .oc-content {
  margin-top: 2.22222rem;
}
.oc-bar-bottom {
  background: #31ccd0;
  padding: 2.22222rem 0;
}
@media (max-width: 960px) {
  .oc-bar-bottom {
    padding: 2.77778rem 1.38889rem;
  }
  .oc-bar-bottom .oc-flex {
    display: grid;
  }
}
.oc-bar-bottom .oc-btn {
  margin-left: 5.55556rem;
}
@media (max-width: 960px) {
  .oc-bar-bottom .oc-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.oc-bar-bottom .oc-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
@media (max-width: 960px) {
  .oc-bar-bottom .oc-caption {
    margin-bottom: 2.77778rem;
    text-align: center;
  }
}
.oc-bar-bottom .oc-caption .oc-title {
  font-size: 1.44444rem;
  font-weight: 900;
}
@media (max-width: 960px) {
  .oc-bar-bottom .oc-caption .oc-title {
    margin-bottom: 1.38889rem;
  }
}
.oc-bar-bottom .oc-caption .oc-subtitle {
  font-size: 0.77778rem;
}
.oc-box {
  display: block;
  position: relative;
}
.oc-box-no-bg {
  background: transparent;
}
.oc-box .oc-background {
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
.oc-box:hover .oc-btn {
  background: #31ccd0;
  border-color: #31ccd0;
}
.oc-box:hover .oc-btn a,
.oc-box:hover .oc-btn span {
  color: #000;
}
.oc-box:hover .oc-background {
  transform: scale(1.05);
}
.oc-box .oc-bottom {
  bottom: 2.22222rem;
  left: 2.22222rem;
  position: absolute;
  right: 2.22222rem;
  width: auto;
  z-index: 1;
}
@media (max-width: 640px) {
  .oc-box .oc-bottom {
    bottom: 1.66667rem;
    left: 1.66667rem;
    right: 1.66667rem;
  }
}
.oc-box .oc-top {
  left: 2.22222rem;
  position: absolute;
  right: 2.22222rem;
  top: 2.22222rem;
  width: auto;
  z-index: 1;
}
@media (max-width: 640px) {
  .oc-box .oc-top {
    left: 1.66667rem;
    right: 1.66667rem;
    top: 1.66667rem;
  }
}
.oc-box .oc-caption {
  position: relative;
}

.oc-box .oc-caption .oc-sub {
 font-size: 15px;
}


.oc-box .oc-caption .oc-lead {
  font-size: 1.66667rem;
  line-height: 1.25;
  margin-bottom: 0.83333rem;
}
@media (max-width: 640px) {
  .oc-box .oc-caption .oc-lead {
    font-size: 1.11111rem;
  }
}
.oc-box .oc-caption .oc-label {
  margin-bottom: 0.83333rem;
}
.oc-box .oc-caption .oc-title {
  margin-bottom: 1.38889rem;
}
.oc-box .oc-caption .oc-code {
  font-size: 1rem;
}
.oc-box-wide .oc-caption .oc-title {
  font-size: 2.22222rem;
  font-weight: 900;
}
.oc-box-large .oc-caption .oc-title {
  width: 75%;
}
@media (max-width: 640px) {
  .oc-box-large .oc-caption .oc-title {
    margin-bottom: 0.83333rem;
    width: 100%;
  }
}
.oc-box-small .oc-below .oc-title {
  margin-bottom: 0;
}
.oc-box-small .oc-media {
  background: #f5f5f5;
}
@media (max-width: 640px) {
  .oc-box-small .oc-media-portrait {
    padding-bottom: 100%;
  }
}
.oc-box-small .oc-background {
  height: 50%;
}
@media (max-width: 640px) {
  .oc-box-small .oc-background {
    height: 100%;
  }
}
.oc-box-small .oc-bottom {
  bottom: 1.11111rem;
  left: 0;
  padding: 0 1.11111rem;
  right: 0;
  width: 100%;
}
.oc-box-small .oc-bottom .oc-btn {
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.oc-box-small .oc-bottom .oc-caption {
  text-align: center;
}
.oc-box-small .oc-bottom .oc-caption .oc-sub,
.oc-box-small .oc-bottom .oc-caption .oc-title {
  min-height: 2.5rem;
}
@media (max-width: 1800px) {
  .oc-box-small .oc-bottom .oc-caption .oc-sub,
  .oc-box-small .oc-bottom .oc-caption .oc-title {
    min-height: 3.33333rem;
  }
}
.oc-box-cta {
  background: #fff;
}
@media (max-width: 1440px) {
  .oc-box-cta {
    height: 33.33333rem;
  }
  .oc-box-cta .oc-media-wide {
    height: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  .oc-box-cta {
    height: auto;
  }
  .oc-box-cta .oc-media-wide {
    height: auto;
    padding-bottom: 75%;
  }
}
@media (max-width: 640px) {
  .oc-box-cta .oc-media-wide {
    padding-bottom: 130%;
  }
}
.oc-box-cta .oc-cta .oc-caption {
  margin-bottom: 2.77778rem;
}
@media (max-width: 640px) {
  .oc-box-cta .oc-cta .oc-caption {
    margin-bottom: 1.38889rem;
  }
}
.oc-box-cta .oc-cta .oc-excerpt {
  max-width: 60%;
}
@media (max-width: 640px) {
  .oc-box-cta .oc-cta .oc-excerpt {
    max-width: 90%;
  }
}
.oc-box-cta .oc-media-square + .oc-bottom .oc-caption,
.oc-box-cta .oc-media-square + .oc-top .oc-caption {
  margin-bottom: 1.38889rem;
}
.oc-box-cta .oc-media-wide + .oc-bottom .oc-caption .oc-title,
.oc-box-cta .oc-media-wide + .oc-top .oc-caption .oc-title {
  font-weight: 900;
}
.oc-box-course {
  background: #fff;
  padding: 2.77778rem;
}
@media (max-width: 640px) {
  .oc-box-course {
    padding: 1.66667rem;
  }
}
.oc-box-course .oc-meta {
  margin-bottom: 3.33333rem;
}
@media (max-width: 640px) {
  .oc-box-course .oc-meta {
    margin-bottom: 2.77778rem;
  }
}
.oc-box-course .oc-meta .oc-date {
  font-size: 1.77778rem;
}
@media (max-width: 640px) {
  .oc-box-course .oc-meta .oc-date {
    font-size: 1.11111rem;
  }
}
.oc-box-course .oc-meta .oc-title {
  font-weight: 700;
}
.oc-box-course .oc-excerpt {
  margin-bottom: 5.55556rem;
}
@media (max-width: 640px) {
  .oc-box-course .oc-excerpt {
    margin-bottom: 2.77778rem;
  }
}
.oc-box-term .oc-media {
  background: #fff;
}
.oc-box-term .oc-cta .oc-caption {
  margin-bottom: 1.38889rem;
}
.oc-box-term .oc-below {
  display: none;
  margin-top: 1.38889rem;
}
.oc-box-term .oc-below .oc-caption {
  color: #fff;
  margin-bottom: 0;
  margin-left: 25px;
}
.oc-box-term .oc-below .oc-title {
  font-size: 0.83333rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .oc-box-term .oc-below {
    display: block;
  }
  .oc-box-term .oc-bottom,
  .oc-box-term .oc-top {
    display: none;
  }
}
.oc-box-list .oc-media {
  background: #fff;
}
.oc-box-list .oc-top {
  left: 1.66667rem;
}
.oc-box-list .oc-bottom {
  bottom: 1.66667rem;
  left: 1.66667rem;
}
.oc-box-list .oc-caption .oc-title {
  font-weight: 700;
  margin-bottom: 0.83333rem;
}
.oc-box-list .oc-below {
  display: none;
  margin-top: 1.38889rem;
}
.oc-box-list .oc-below .oc-caption {
  padding-left: 25px;
}
.oc-box-list .oc-below .oc-caption .oc-code {
  font-size: 0.83333rem;
}
@media (max-width: 960px) {
  .oc-box-list,
  .oc-box-list .oc-below {
    display: block;
  }
  .oc-box-list .oc-bottom,
  .oc-box-list .oc-top {
    display: none;
  }
}
.oc-box-step {
  height: 100%;
  padding: 2.22222rem 2.22222rem 6.66667rem;
}
@media (max-width: 640px) {
  .oc-box-step {
    padding-left: 1.66667rem;
    padding-right: 1.66667rem;
    padding-top: 1.66667rem;
  }
}
.oc-box-step .oc-caption .oc-title {
  margin-bottom: 1.38889rem;
}
.oc-box-step .oc-caption .oc-index {
  font-size: 1.66667rem;
  margin-bottom: 0.55556rem;
}
.oc-box-post:hover .oc-meta .oc-title {
  color: #31ccd0;
}
.oc-box-post .oc-media {
  margin-bottom: 1.38889rem;
}
.oc-box-post .oc-meta .oc-title {
  font-weight: 700;
  transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
}
.oc-box-post .oc-meta .oc-date {
  font-size: 0.88889rem;
  margin-bottom: 0.55556rem;
}
.oc-box-download .oc-icon {
  cursor: pointer;
  height: 5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 5rem;
  z-index: 1;
}
@media (max-width: 640px) {
  .oc-box-download .oc-icon {
    height: 3.33333rem;
    width: 3.33333rem;
  }
}
.oc-box-download path {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.oc-box-download:hover .oc-icon path {
  fill: #fff;
}
.oc-box-download:hover .oc-background {
  transform: scale(1);
}
.oc-box-download .oc-media {
  margin-bottom: 1.38889rem;
}
@media (max-width: 640px) {
  .oc-box-download .oc-meta {
    margin-left: 1.38889rem;
  }
}
.oc-box-download .oc-meta .oc-title {
  font-size: 0.88889rem;
}
.oc-box-download .oc-meta .oc-category {
  font-size: 0.72222rem;
  font-weight: 900;
  text-transform: uppercase;
}
.oc-box-slide .oc-media {
  background: #fff;
}
.oc-box-slide .oc-below {
  display: none;
  margin-top: 1.38889rem;
}
@media (max-width: 960px) {
  .oc-box-slide,
  .oc-box-slide .oc-below {
    display: block;
  }
  .oc-box-slide .oc-bottom,
  .oc-box-slide .oc-top {
    display: none;
  }
}
.oc-box-slide.oc-box-small .oc-bottom {
  background: #f5f5f5;
  padding-bottom: 1.11111rem;
  padding-top: 1.11111rem;
  position: static;
}
.oc-box-slide.oc-box-small .oc-media {
  background: #f5f5f5;
  padding-bottom: 75%;
}
.oc-box-slide.oc-box-small .oc-media .oc-background {
  height: 100%;
}
.oc-box-slide.oc-box-small .oc-sub {
  font-size: 0.88889rem;
  line-height: 1.25;
  margin-bottom: 1.66667rem;
}
.oc-btn {
  align-items: center;
  border: 1px solid;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.oc-btn-sm {
  border-radius: 2.77778rem;
  height: 2.77778rem;
}
.oc-btn-sm a,
.oc-btn-sm span {
  padding: 0 1.66667rem;
}
.oc-btn-md {
  border-radius: 3.33333rem;
  height: 3.33333rem;
}
.oc-btn-md a,
.oc-btn-md span {
  padding: 0 2.77778rem;
}
@media (max-width: 640px) {
  .oc-btn-md {
    border-radius: 2.22222rem;
    height: 2.22222rem;
  }
  .oc-btn-md a,
  .oc-btn-md span {
    padding: 0 1.38889rem;
  }
}
.oc-btn a,
.oc-btn span {
  align-items: center;
  display: inline-flex;
  font-size: 15px;
  height: 100%;
  justify-content: center;
  line-height: 1;
  text-transform: inherit;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media (max-width: 640px) {
  .oc-btn a,
  .oc-btn span {
    font-size: 13px;
  }
}
.oc-btn-black {
  background: #000;
  border-color: #000;
}
.oc-btn-black:hover {
  background: #31ccd0;
  border-color: #31ccd0;
}
.oc-btn-black:hover a,
.oc-btn-black:hover span {
  color: #000;
}
.oc-btn-black a,
.oc-btn-black span {
  color: #fff;
}
.oc-btn-white {
  background: #fff;
  border-color: #fff;
}
.oc-btn-white:hover {
  background: #31ccd0;
  border-color: #31ccd0;
}
.oc-btn-white a,
.oc-btn-white span,
.oc-btn-white:hover a,
.oc-btn-white:hover span {
  color: #000;
}
.oc-btn-empty-white {
  border-color: #fff;
}
.oc-btn-empty-white:hover {
  border-color: #31ccd0;
}
.oc-btn-empty-white:hover a,
.oc-btn-empty-white:hover span {
  color: #31ccd0;
}
.oc-btn-empty-white a,
.oc-btn-empty-white span {
  color: #fff;
}
.oc-btn-empty-black {
  border-color: #000;
}
.oc-btn-empty-black:hover {
  border-color: #31ccd0;
}
.oc-btn-empty-black:hover a,
.oc-btn-empty-black:hover span {
  color: #31ccd0;
}
.oc-btn-empty-black a,
.oc-btn-empty-black span {
  color: #000;
}
.oc-btn-to-wish .oc-icon {
  height: 12px;
  margin-bottom: 8px;
  min-width: 12px;
  width: 12px;
}
.oc-btn-to-wish a {
  font-weight: 700;
  padding: 0 5.55556rem;
}
@media (max-width: 640px) {
  .oc-btn-to-wish {
    border-radius: 60px;
    height: 60px;
    text-align: center;
    width: 100%;
  }
  .oc-btn-to-wish a {
    padding: 0 1.38889rem;
  }
}
.oc-btn-icon svg path {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.oc-btn-icon:hover svg path {
  stroke: #31ccd0;
}
.oc-btn-icon a {
  color: #000;
}
.oc-btn-icon .oc-label {
  margin-right: 0.83333rem;
}
.oc-btn-reset {
  border-color: #eaeaea;
}
.oc-btn-reset span {
  color: #000;
}
.oc-btn-filter {
  border-color: #c4c4c4;
}
.oc-btn-filter a {
  align-items: center;
  display: flex;
}
.oc-btn-filter span {
  display: inline-flex;
  margin-bottom: 0;
  padding: 0;
}
.oc-btn-filter .oc-label {
  font-size: 15px;
  font-weight: 600;
  margin-right: 0.55556rem;
  text-transform: capitalize;
}
.oc-btn-filter .oc-icon {
  height: 12px;
  margin-bottom: 0;
  min-width: 20px;
  width: 20px;
}
.oc-counter {
  border-bottom: 1px solid #31ccd0;
  margin-bottom: 3.33333rem;
  padding-bottom: 1.11111rem;
}
@media (max-width: 640px) {
  .oc-counter {
    margin-bottom: 2.22222rem;
  }
}
.oc-counter .oc-value {
  font-size: 3.55556rem;
  font-weight: 700;
}
.oc-counter .oc-label {
  display: block;
  font-size: 0.77778rem;
}
.oc-head .oc-excerpt {
  font-weight: 300;
}
@media (max-width: 640px) {
  .oc-head .oc-excerpt {
    display: none;
  }
}
.oc-head + .oc-slider {
  margin-top: 3.33333rem;
}
@media (max-width: 640px) {
  .oc-head + .oc-slider {
    margin-top: 2.77778rem;
  }
}
.oc-head-upp .oc-title {
  text-transform: uppercase;
}
.oc-head-center {
  text-align: center;
}
@media (max-width: 640px) {
  .oc-head-center {
    text-align: left;
  }
}
.oc-head-flex {
  display: flex;
}
@media (max-width: 1200px) {
  .oc-head-flex {
    display: block;
  }
}
.oc-head-flex .oc-excerpt {
  font-weight: 300;
  width: 50%;
}
@media (max-width: 1200px) {
  .oc-head-flex .oc-excerpt {
    width: 100%;
  }
}
.oc-head-flex .oc-title {
  margin-right: 3.33333rem;
  width: 50%;
}
@media (max-width: 1200px) {
  .oc-head-flex .oc-title {
    width: 100%;
  }
}
.oc-head-meta .oc-title {
  font-weight: 700 !important;
}
.oc-head-meta .oc-offset {
  color: #31ccd0;
  font-size: 0.72222rem;
  margin-bottom: 0.83333rem;
  text-transform: uppercase;
}
.oc-head-meta .oc-meta {
  align-items: center;
  display: flex;
  line-height: 1;
}
.oc-head-meta .oc-meta .oc-date {
  display: inline-block;
  font-size: 0.77778rem;
  margin-right: 1.38889rem;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .oc-head-meta .oc-meta .oc-date {
    margin-right: 0;
    min-width: 50%;
    width: 50%;
  }
}
.oc-head-meta .oc-meta .oc-share .oc-label {
  cursor: pointer;
  text-decoration: underline;
}
.oc-head-meta .oc-meta .oc-category,
.oc-head-meta .oc-meta .oc-share {
  align-items: center;
  display: flex;
  margin-right: 2.5rem;
}
@media (max-width: 640px) {
  .oc-head-meta .oc-meta .oc-category,
  .oc-head-meta .oc-meta .oc-share {
    margin-right: 0;
  }
}
.oc-head-meta .oc-meta .oc-category .oc-label,
.oc-head-meta .oc-meta .oc-category .oc-term,
.oc-head-meta .oc-meta .oc-share .oc-label,
.oc-head-meta .oc-meta .oc-share .oc-term {
  display: inline-block;
  font-size: 0.77778rem;
  text-transform: uppercase;
}
.oc-head-meta .oc-meta .oc-category .oc-icon,
.oc-head-meta .oc-meta .oc-share .oc-icon {
  display: inline-block;
  margin-right: 0.55556rem;
}
.oc-head-left {
  width: 50%;
}
@media (max-width: 1200px) {
  .oc-head-left {
    width: 75%;
  }
}
@media (max-width: 960px) {
  .oc-head-left {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .oc-head-case .oc-title {
    margin-bottom: 0 !important;
  }
  .oc-head-case .oc-meta {
    display: none;
  }
}
.oc-head .oc-lead {
  font-size: 1.66667rem;
  line-height: 1.25;
}
.oc-head .oc-lead p:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .oc-head .oc-lead {
    font-size: 1.11111rem;
  }
}
.oc-head .oc-lead + .oc-excerpt,
.oc-head .oc-lead + .oc-subtitle {
  font-weight: 300;
  margin-top: 1.38889rem;
}
.oc-head .oc-excerpt + .oc-lead,
.oc-head .oc-subtitle + .oc-lead,
.oc-head .oc-title + .oc-lead {
  margin-top: 1.38889rem;
}
.oc-head .oc-title {
  font-weight: 900;
  margin-bottom: 1.38889rem;
}
@media (max-width: 960px) {
  .oc-grid-flex {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 2.77778rem;
  }
}
@media (max-width: 640px) {
  .oc-grid-form {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 1200px) {
  .oc-grid-cards,
  .oc-grid-courses,
  .oc-grid-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {
  .oc-grid-cards,
  .oc-grid-courses,
  .oc-grid-steps {
    display: none;
  }
}
@media (max-width: 1200px) {
  .oc-grid-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2.77778rem;
  }
}
@media (max-width: 640px) {
  .oc-grid-listing {
    margin-left: -25px;
    margin-right: -25px;
  }
  .oc-grid-count {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {
  .oc-grid-info {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 4.44444rem;
  }
  .oc-grid-cases,
  .oc-grid-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .oc-grid-cases,
  .oc-grid-posts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 960px) {
  .oc-grid-terms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 3.33333rem;
  }
}
@media (max-width: 640px) {
  .oc-grid-terms {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 960px) {
  .oc-grid-ctas,
  .oc-grid-metro {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .oc-grid-ctas {
    row-gap: 1.66667rem;
  }
}
.oc-icon rect {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.oc-icon:hover rect {
  fill: #31ccd0;
}
.oc-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #231f20;
  border-radius: 5px;
  cursor: pointer;
  height: 18px;
  margin: 0;
  min-width: 18px;
  padding: 0;
  position: relative;
  width: 18px;
}
.oc-radio + span {
  margin-left: 1.11111rem;
}
.oc-radio:checked {
  background: #000;
}
.oc-radio:checked:after {
  background-image: url(../../img/icon-check.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 14px;
  margin: 1px;
  width: 14px;
}
.oc-radio:not(:checked) {
  background: transparent;
}
.oc-radio:not(:checked):after {
  display: none;
}
.oc-input,
.oc-submit,
.oc-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #dadada;
  border-radius: 0;
  box-shadow: none;
  font-family: 'acumin-pro-wide', Acumin Pro Wide;
  font-size: 0.72222rem;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 0;
  width: 100%;
}
.oc-submit {
  background: #000;
  border: 0;
  border-radius: 20px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  max-width: 100%;
  padding: 0 3.33333rem;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: auto;
}
.oc-submit:hover {
  background: #31ccd0;
  color: #000;
}
.oc-textarea {
  font-size: 0.72222rem;
  height: 6.38889rem;
  min-height: 6.38889rem;
  padding: 12px;
}
.oc-input {
  height: 35px;
  line-height: 35px;
  padding: 0 0.83333rem;
}
.oc-pagination {
  display: flex;
}
.oc-pagination,
.oc-pagination a,
.oc-pagination span {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.oc-pagination a,
.oc-pagination span {
  border-radius: 40px;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  margin: 0 5px;
  min-width: 40px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 40px;
}
.oc-pagination .oc-page-num:hover:not(.oc-active),
.oc-pagination .page-numbers:hover:not(.current) {
  background: #cacaca;
  color: #fff;
}
.oc-pagination .next:hover,
.oc-pagination .prev:hover {
  background: inherit !important;
  color: #31ccd0 !important;
}
.oc-pagination .oc-page-next,
.oc-pagination .oc-page-prev {
  font-size: 0;
}
.oc-pagination .oc-page-next:hover:after,
.oc-pagination .oc-page-prev:hover:after {
  color: #31ccd0;
}
.oc-pagination .oc-page-prev:after {
  content: "<<";
  font-size: 18px;
}
.oc-pagination .oc-page-next:after {
  content: ">>";
  font-size: 18px;
}
.oc-pagination .oc-disable {
  display: none;
}
.oc-pagination .current,
.oc-pagination .oc-active {
  background: #31ccd0;
  cursor: default;
  font-weight: 700;
}
.oc-path {
  background: transparent;
  padding-bottom: 1.11111rem;
  padding-top: 1.66667rem;
  font-size: 11px;
}
.oc-path a {
  display: inline-block;
  position: relative;
}
.oc-path a:before {
  background: #090c10;
  bottom: -2px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  width: 0;
}
.oc-path a:hover:before {
  width: 100%;
}
/*.oc-path a:after {
  background-image: url(../../img/icon-chevron-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: rotate(270deg);
  width: 12px;
}*/
.oc-path .oc-current {
  font-weight: 700;
}
.oc-path .oc-current:after,
.oc-path .oc-current:before {
  display: none;
}
body.oc-product .oc-path {
  background-color: #f9f8fa;
}
body.oc-bg-black .oc-path {
  color: #fff;
}
body.oc-bg-black .oc-path a:after,
body.oc-bg-black .oc-path a:before,
body.oc-bg-black .oc-path span:after,
body.oc-bg-black .oc-path span:before {
  filter: invert(1);
}
.oc-slider {
  overflow: visible;
}
.oc-slider-crop {
  overflow: hidden;
}
.oc-slider-crop .swiper-pagination-bullet {
  opacity: 1;
}
.oc-slider-mobile {
  display: none;
}
.oc-slider-mobile .swiper-slide {
  height: auto;
}
@media (max-width: 960px) {
  .oc-slider-mobile {
    display: block;
  }
}
.oc-slider-mobile .oc-slider-controls {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.77778rem;
  position: relative;
  width: 100%;
}
.oc-slider-mobile .oc-slider-pagination {
  background: #f5f5f5;
  display: flex;
  height: 3px;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.oc-slider-mobile .oc-slider-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 3px;
  margin: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: inherit;
}
.oc-slider-mobile .oc-slider-pagination .swiper-pagination-bullet-active,
.oc-slider-mobile .oc-slider-pagination .swiper-pagination-bullet:hover {
  background: #000;
}
.oc-slider-window {
  padding-left: 2.22222rem;
}
@media (max-width: 1200px) {
  .oc-slider-window {
    overflow: visible;
  }
}
@media (max-width: 640px) {
  .oc-slider-window {
    padding-left: 1.38889rem;
  }
}
.oc-slider-window .oc-slider-bar {
  background: #cecece;
  bottom: 0;
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.oc-slider-window .oc-slider-pagination {
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
  top: auto;
}
.oc-slider-window .oc-slider-pagination .swiper-pagination-progressbar-fill {
  background: #31ccd0;
  position: relative;
  transform: translateZ(0) scaleX(1) scaleY(1) !important;
}
.oc-slider-window .oc-slider-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 6px;
  margin: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: inherit;
}
.oc-slider-window .oc-slider-pagination .swiper-pagination-bullet-active,
.oc-slider-window .oc-slider-pagination .swiper-pagination-bullet:hover {
  background: #31ccd0;
}
@media (max-width: 640px) {
  .oc-slider-carousel {
    overflow: visible;
  }
  .oc-slider-carousel .oc-below .oc-caption {
    margin-left: 0;
  }
}
.oc-slider-carousel .oc-slider-controls {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.55556rem;
  position: relative;
  width: 75%;
}
@media (max-width: 640px) {
  .oc-slider-carousel .oc-slider-controls {
    margin-top: 2.77778rem;
    width: 100%;
  }
  .oc-slider-carousel .oc-slider-nav {
    display: none;
  }
}
.oc-slider-carousel .oc-slider-nav .oc-icon {
  background-image: url(../../img/icon-angle-black.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -15px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: absolute;
  width: 15px;
  z-index: 1;
}
.oc-slider-carousel .oc-slider-nav .oc-icon.swiper-button-disabled {
  opacity: 0.2;
}
.oc-slider-carousel .oc-slider-nav .oc-icon.oc-nav-prev {
  left: 0;
  transform: rotate(180deg);
}
.oc-slider-carousel .oc-slider-nav .oc-icon.oc-nav-next {
  right: 0;
}
.oc-slider-carousel .oc-slider-pagination {
  background: #d7d7d7;
  display: flex;
  height: 3px;
  margin-left: 0.83333rem;
  margin-right: 0.83333rem;
  width: calc(100% - 60px);
}
@media (max-width: 640px) {
  .oc-slider-carousel .oc-slider-pagination {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.oc-slider-carousel .oc-slider-pagination .swiper-pagination-progressbar-fill {
  background: #000;
}
.oc-slider-carousel .oc-slider-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 3px;
  margin: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: inherit;
}
.oc-slider-carousel .oc-slider-pagination .swiper-pagination-bullet-active,
.oc-slider-carousel .oc-slider-pagination .swiper-pagination-bullet:hover {
  background: #000;
}
.oc-slider-short {
  margin-left: -7.5vw;
  margin-right: -7.5vw;
}
@media (max-width: 640px) {
  .oc-slider-short {
    margin-left: 0;
    margin-right: 0;
  }
}
.oc-slider-short .oc-slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 2.77778rem;
}
@media (max-width: 640px) {
  .oc-slider-short .oc-slider-pagination {
    margin-top: 1.38889rem;
  }
}
.oc-slider-short .oc-slider-pagination .swiper-pagination-progressbar-fill {
  background: #656565;
}
.oc-slider-short .oc-slider-pagination .swiper-pagination-bullet {
  background: #656565;
  border-radius: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 45px;
}
.oc-slider-short .oc-slider-pagination .swiper-pagination-bullet-active,
.oc-slider-short .oc-slider-pagination .swiper-pagination-bullet:hover {
  background: #fff;
}
.oc-slider-gallery {
  height: 100%;
}
.oc-slider-gallery .swiper-slide {
  align-items: center;
  display: grid;
}
.oc-slider-gallery .oc-slider-pagination {
  bottom: 0.55556rem;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 2;
}
.oc-slider-gallery .oc-slider-pagination .swiper-pagination-progressbar-fill {
  background: #d7d7d7;
}
.oc-slider-gallery .oc-slider-pagination .swiper-pagination-bullet {
  background: #d7d7d7;
  border-radius: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 45px;
}
@media (max-width: 640px) {
  .oc-slider-gallery .oc-slider-pagination .swiper-pagination-bullet {
    border: 1px solid #000;
    border-radius: 10px;
    height: 10px;
    margin: 0 7.5px;
    width: 10px;
  }
}
.oc-slider-gallery .oc-slider-pagination .swiper-pagination-bullet-active,
.oc-slider-gallery .oc-slider-pagination .swiper-pagination-bullet:hover {
  background: #000;
}
.oc-table {
  -ms-overflow-style: none;
  display: block !important;
  scrollbar-width: none;
  width: 100%;
}
@media (max-width: 960px) {
  .oc-table {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.oc-table::-webkit-scrollbar {
  display: none;
}
.oc-table .oc-row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .oc-table .oc-row {
    flex-wrap: nowrap;
  }
}
.oc-table .oc-row-head .oc-cell {
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0;
}
.oc-table .oc-cell {
  align-items: center;
  border-bottom: 1px solid #31ccd0;
  display: flex;
  padding: 2vw 2vw 2vw 0;
}
@media (max-width: 1300px) {
  .oc-table .oc-cell {
    justify-content: center;
    padding: 1.5vw 1.5vw 1.5vw 0;
  }
}
@media (max-width: 960) {
  .oc-table .oc-cell {
    padding: 1.11111rem 1.11111rem 1.11111rem 0;
  }
}
.oc-table .oc-cell span {
  align-items: center;
  display: flex;
  font-size: 0.83vw;
}
@media (max-width: 1300px) {
  .oc-table .oc-cell span {
    font-size: 1.2vw;
  }
}
@media (max-width: 960px) {
  .oc-table .oc-cell span {
    font-size: 14px;
  }
}
.oc-table .oc-cell:last-child {
  margin-right: 0;
}
.oc-table .oc-cell[data-count="1"] {
  width: 100%;
}
.oc-table .oc-cell[data-count="2"] {
  width: 50%;
}
.oc-table .oc-cell[data-count="3"] {
  width: 33.33333%;
}
.oc-table .oc-cell[data-count="4"] {
  width: 25%;
}
.oc-table .oc-cell[data-count="5"] {
  width: 20%;
}
.oc-table .oc-cell[data-count="6"] {
  width: 16.66667%;
}
.oc-table .oc-cell[data-count="7"] {
  width: 14.28571%;
}
.oc-table .oc-cell[data-count="8"] {
  width: 12.5%;
}
.oc-table .oc-cell[data-count="9"] {
  width: 11.11111%;
}
.oc-table .oc-cell[data-count="10"] {
  width: 10%;
}
@media (max-width: 960px) {
  .oc-table .oc-cell {
    flex: none;
    width: 33.33333% !important;
  }
  .oc-table .oc-cell[data-count="2"] {
    width: 50% !important;
  }
  .oc-table .oc-cell[data-count="1"] {
    width: 100% !important;
  }
}
.oc-table .oc-btn {
  align-items: center;
  display: inline-flex !important;
  height: 2.22222rem;
  justify-content: center;
  min-height: 2.22222rem;
}
.oc-table .oc-btn a,
.oc-table .oc-btn span {
  color: #000;
  font-size: 0.83vw;
  padding: 0 1.5vw;
}
@media (max-width: 960px) {
  .oc-table .oc-btn a,
  .oc-table .oc-btn span {
    padding: 0 1.11111rem;
  }
}
.oc-table-head .oc-cell {
  border-bottom: 3px solid #31ccd0;
  font-size: 0.88889rem;
  font-weight: 700;
  padding-bottom: 1.11111rem;
  text-transform: uppercase;
}
.oc-table-head .oc-cell span {
  font-size: 0.72vw;
  height: auto;
  min-height: auto;
}
@media (max-width: 1300px) {
  .oc-table-head .oc-cell span {
    font-size: 0.9vw;
    text-align: left;
  }
}
@media (max-width: 960px) {
  .oc-table-head .oc-cell span {
    font-size: 12px;
    text-align: center;
  }
}
.oc-table .oc-offset {
  margin-top: 1.11111rem;
}
.oc-window {
  background: #fff;
  max-width: 34.44444rem;
  overflow: hidden;
  padding-top: 1.66667rem;
}
.oc-window .oc-item {
  padding-bottom: 6.94444rem;
  position: relative;
}
.oc-window .oc-item .oc-background {
  left: auto;
  right: 0;
  width: 50%;
}
.oc-window .oc-item .oc-background img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}
.oc-window .oc-item .oc-meta {
  margin-bottom: 2.77778rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .oc-window .oc-item .oc-meta {
    margin-bottom: 0;
  }
  .oc-window .oc-item .oc-meta .oc-category {
    max-width: 50%;
  }
}
.oc-window .oc-item .oc-title {
  font-weight: 600;
  margin-bottom: 1.38889rem;
  width: 60%;
}
@media (max-width: 640px) {
  .oc-window .oc-item .oc-title {
    width: 75%;
  }
}
.oc-window .oc-item .oc-category {
  font-size: 1rem;
}
.oc-window .oc-item .oc-icon {
  bottom: 1.66667rem;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  left: 0;
  position: absolute;
  width: 40px;
  z-index: 1;
}
.oc-window .oc-item .oc-icon:hover rect {
  fill: #31ccd0;
}
@media (max-width: 640px) {
  .oc-window .oc-item .oc-icon {
    height: 35px;
    width: 35px;
  }
}
@media (min-width: 640px) {
  .sm\:oc-block {
    display: block;
  }
  .sm\:oc-hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .md\:oc-order-last {
    order: 9999;
  }
  .md\:oc-order-1 {
    order: 1;
  }
  .md\:oc-order-2 {
    order: 2;
  }
  .md\:oc-mb-0 {
    margin-bottom: 0;
  }
  .md\:oc-flex {
    display: flex;
  }
  .md\:oc-hidden {
    display: none;
  }
  .md\:oc-w-1\/2 {
    width: 50%;
  }
  .md\:oc-w-1\/3 {
    width: 33.333333%;
  }
  .md\:oc-w-2\/3 {
    width: 66.666667%;
  }
  .md\:oc-flex-\[1_1_30\%\] {
    flex: 1 1 30%;
  }
  .md\:oc-basis-2\/12 {
    flex-basis: 16.666667%;
  }
  .md\:oc-basis-1\/12 {
    flex-basis: 8.333333%;
  }
  .md\:oc-basis-9\/12 {
    flex-basis: 75%;
  }
  .md\:oc-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(1rem * var(--tw-space-x-reverse));
  }
  .md\:oc-space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  }
  .md\:oc-pr-6 {
    padding-right: 1.5rem;
  }
  .md\:oc-pr-4 {
    padding-right: 1rem;
  }
  .md\:oc-text-right {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .xl\:oc-flex {
    display: flex;
  }
  .xl\:oc-hidden {
    display: none;
  }
  .xl\:oc-space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(1rem * var(--tw-space-x-reverse));
  }
}
@media (min-width: 1536px) {
  .\32xl\:oc-flex-auto {
    flex: 1 1 auto;
  }
}






/* -------- NW -------- */
#single_case {
    color: #fff;
    background-color: #000;
}

#single_case .oc-container {
    padding-left: 25px;
    padding-right: 25px;
}

#hero_case {
    padding: 200px 0;
}

#hero_case .oc-background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(98deg, #000000 35%, rgba(0, 0, 0, 0.3) 55%);
    mix-blend-mode: multiply;
    opacity: 0.8;
}

#hero_case .oc-pretitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #31CCD0;
    margin-bottom: 23px;
}

#hero_case .oc-title {
    max-width: 23ch;
}

#hero_case .social {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    column-gap: 40px;
}

#hero_case .social .button-icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    padding: 0;
    background: none;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}

#hero_case .social .button-icon > svg {
    width: auto;
}

share-button:not(:defined) button,
share-button:defined label {
    display: none;
}

#content_case {
    padding: 100px 0 60px;
}

#content_case .oc-flex {
    row-gap: 5.2vw;
}

.text-case {
    font-weight: 300;
    font-size: 22px;
    line-height: 180%;
    padding-right: 5vw;
}

.info-case {
    list-style: none;
}

.info-case li {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    column-gap: 60px;
    padding: 30px 0;
    border-top: 1px solid #31CCD0;
}

.info-case li:last-child {
    border-bottom: 1px solid #31CCD0;
}

.info-case .info-case-icon {
    width: 50px;
    height: 50px;
    position: relative;
    flex: 0 0 auto;
}

.info-case .info-case-icon>img,
.slide-case-figure>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-fit: scale-down;
}

.info-case .info-case-label {
    font-weight: 300;
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
    color: #31CCD0;
}

.info-case .info-case-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
    margin-top: 6px;
}

#services_case {
   padding: 75px 0;
}

#gallery_case {
   padding: 75px 0 110px;
}

#gallery_case .oc-container {
   max-width: 1060px;
}

#gallery_case .oc-slider-short {
    margin: 0;
}

.case-section-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 180%;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.slide-case-figure {
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
    margin-bottom: 21px;
}

.slide-case-figure>img {
    object-fit: cover;
}

.slide-case-title {
    font-weight: 600;
    font-size: 21px;
    line-height: 140%;
}

.slide-case-title strong {
    color: #31CCD0;
    display: block;
}

.slide-case-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.02em;
}













