﻿@font-face {
  font-display: swap;
  font-family: apercu-condensed-black-pro;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/apercu-condensed-black-pro-web/apercu-condensed-black-pro.eot);
  src: url(../fonts/apercu-condensed-black-pro-web/apercu-condensed-black-pro-1.eot)
      format("embedded-opentype"),
    url(../fonts/apercu-condensed-black-pro-web/apercu-condensed-black-pro.woff2)
      format("woff2"),
    url(../fonts/apercu-condensed-black-pro-web/apercu-condensed-black-pro.woff)
      format("woff"),
    url(../fonts/apercu-condensed-black-pro-web/apercu-condensed-black-pro.ttf)
      format("truetype");
}

  /*--color-1 BL: #262322;
  --color-2 WT: #ece8de;
  --color-3 LG: #267e6e;
  --color-4 YE: #ffcc32;
  --color-5 DG: #003328;
  --SC-Br     : #c1a337;
  --SC-Gr     : #065c16;
  */

@font-face {
  font-display: swap;
  font-family: apercu-bold-pro;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/apercu-bold-pro-web/apercu-bold-pro.eot);
  src: url(../fonts/apercu-bold-pro-web/apercu-bold-pro-1.eot)
      format("embedded-opentype"),
    url(../fonts/apercu-bold-pro-web/apercu-bold-pro.woff2) format("woff2"),
    url(../fonts/apercu-bold-pro-web/apercu-bold-pro.woff) format("woff"),
    url(../fonts/apercu-bold-pro-web/apercu-bold-pro.ttf) format("truetype");
}
@font-face {
  font-display: swap;
  font-family: apercu-regular-pro;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/apercu-pro-web/apercu-regular-pro.eot);
  src: url(../fonts/apercu-pro-web/apercu-regular-pro-1.eot)
      format("embedded-opentype"),
    url(../fonts/apercu-pro-web/apercu-regular-pro.woff2) format("woff2"),
    url(../fonts/apercu-pro-web/apercu-regular-pro.woff) format("woff"),
    url(../fonts/apercu-pro-web/apercu-regular-pro.ttf) format("truetype");
}
@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 1em;
  }
  50% {
    height: 2em;
    width: 1em;
  }
}
@-moz-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 1em;
  }
  50% {
    height: 2em;
    width: 1em;
  }
}
@-ms-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 1em;
  }
  50% {
    height: 2em;
    width: 1em;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 1em;
  }
  50% {
    height: 2em;
    width: 1em;
  }
}
.color-white {
  color: #ece8de;
}
.color-yellow {
  color: #ffcc32;
}
.color-green {
  color: #003328;
}
.color-red {
  color: #e6313a;
}
.color-pink {
  color: #f3a6c7;
}
.color-blue {
  color: #5480fb;
}
.color-green-light {
  color: #267e6e;
}
.background-yellow {
  background: #ffcc32;
}
.background-white {
  background: #ece8de;
}
.background-green {
  background: #003328;
}
.background-red {
  background: #e6313a;
}
.background-pink {
  background: #f3a6c7;
}
.background-blue {
  background: #5480fb;
}
.background-green-light {
  background: #267e6e;
}
.background-black {
  background: #262322;
}
.color-1 {
  color: var(--color-1);
}
.color-2 {
  color: var(--color-2);
}
.color-3 {
  color: var(--color-3);
}
.color-4 {
  color: var(--color-4);
}
.color-5 {
  color: var(--color-5);
}
.fill-1 {
  fill: var(--color-1);
}
svg.arrow {
  fill: none;
  stroke: #003328;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  height: 24px;
  width: auto;
}
svg.close-x {
  fill: none;
  stroke: #ffcc32;
  stroke-miterlimit: 10;
  height: 45px;
  width: auto;
}
svg.images .st0 {
  fill: #fff;
}
svg.images .st1 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.drag-icon .circle {
  background: #e6313a;
  border-radius: 50%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.drag-icon svg {
  margin: 0 10px;
  position: relative;
  z-index: 1;
}
.drag-icon svg:first-of-type {
  transform: rotate(180deg);
}
.drag-icon svg line,
.drag-icon svg polyline {
  stroke: #fff;
}
html.theme-light {
  --color-1: #262322;
  --color-2: #ece8de;
  --color-3: #267e6e;
  --color-4: #ffcc32;
  --color-5: #003328;
}
html.theme-light ::-webkit-scrollbar {
  background: transparent;
  width: 5px;
}
html.theme-light ::-webkit-scrollbar-thumb {
  background: var(--color-1);
  width: 5px;
}
html.theme-light ::selection {
  background: var(--color-1);
  color: var(--color-2);
}
html.theme-dark {
  --color-1: #ece8de;
  --color-2: #262322;
  --color-3: #267e6e;
  --color-4: #ffcc32;
  --color-5: #003328;
}
html.theme-dark ::-webkit-scrollbar {
  background: var(--color-2);
  width: 0;
}
html.theme-dark ::-webkit-scrollbar-thumb {
  background: var(--color-1);
  width: 0;
}
html.theme-dark ::selection {
  background: var(--color-1);
  color: var(--color-2);
}
@media (prefers-color-scheme: light) {
  html {
    --color-1: #262322;
    --color-2: #ece8de;
    --color-3: #267e6e;
    --color-4: #ffcc32;
    --color-5: #003328;
  }
}
@media (prefers-color-scheme: dark) {
  html {
    --color-1: #262322;
    --color-2: #ece8de;
    --color-3: #267e6e;
    --color-4: #ffcc32;
    --color-5: #003328;
  }
}
* {
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(84, 128, 251, 0.1);
  -ms-overflow-style: none;
  backface-visibility: hidden;
  outline: none !important;
  text-rendering: optimizeLegibility;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  border: 0;
  color: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
strong {
  font-weight: 500;
}
@media only screen and (max-width: 549px) {
  body,
  html {
    height: 100%;
    margin: 0;
    overflow: hidden;
  }
}
html {
  scroll-behavior: auto;
}
body {
  background: var(--color-2);
  color: var(--color-1);
  font-family: apercu-bold-pro, arial;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  padding: 0;
  width: 100vw;
}
body,
img {
  height: auto;
}
img {
  display: block;
  object-fit: contain;
  width: 100%;
}
.canvas-fix {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #app {
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    left: 0;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    width: 100vw;
  }
}
#webgl {
  height: 100vh;
  left: -1px;
  background-color: #F3E5C0 !important;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  #webgl {
    position: fixed;
  }
}
#webgl .inner {
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}
#webgl .inner canvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.no-list,
.single-post section.list-wrap ul.list > li .text-wrap ol,
.single-post section.list-wrap ul.list > li .text-wrap ul,
.template-esg article .menu-wrap ul,
.template-esg article .text-wrap ol,
.template-esg article .text-wrap ul,
.template-policy article .menu-wrap ul,
.template-policy article .text-wrap ol,
.template-policy article .text-wrap ul,
.template-story section.history-gallery .js-draggable-item .description ul,
section.image-title-list .number-list-wrap .list-title ul,
section.title-desc-image-list ul.list-wrap li.item-wrap .text-wrap ul,
section.title-sub-desc-gallery .text-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
hr {
  margin-bottom: 0;
  margin-top: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
p span {
  background: #ffcc32 !important;
  color: #262322;
  display: inline;
}
.clearfix:after {
  content: " ";
  height: 0;
}
aside.sidebar {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  width: 100%;
  z-index: 90;
}
.pagination-container {
  align-items: center;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 300px;
}
@media only screen and (max-width: 1023px) {
  .pagination-container {
    margin-top: 160px;
  }
}
@media only screen and (max-width: 549px) {
  .pagination-container {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}
.pagination-container:empty {
  display: none;
}
.pagination-container .prev-wrap {
  margin-right: auto;
}
@media only screen and (max-width: 549px) {
  .pagination-container .prev-wrap {
    display: none !important;
  }
}
.pagination-container .prev-wrap a {
  min-width: 45px;
}
.pagination-container ul {
  display: flex;
  margin: auto;
}
.pagination-container ul li {
  margin: 0 17px;
}
.pagination-container ul li.current {
  margin-top: -2px;
  pointer-events: none;
}
.pagination-container ul li.current a:before {
  margin-right: 15px !important;
}
.pagination-container ul li.current a:after {
  margin-left: 15px !important;
}
.pagination-container .next-wrap {
  margin-left: auto;
}
@media only screen and (max-width: 549px) {
  .pagination-container .next-wrap {
    display: none !important;
  }
}
.pagination-container .next-wrap a {
  min-width: 45px;
}
.lineParent {
  overflow: hidden;
}
.lineParent-menu {
  line-height: 0.7;
  overflow: hidden;
}
.lineParent-menu div {
  margin-top: 0.1em;
}
#background-swap {
  -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  z-index: -1;
}
#background-swap,
.filmgrain {
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
}
.filmgrain {
  z-index: 5;
}
.filmgrain:after {
  animation: filmgrain 12s steps(10) infinite;
  background-image: url(../images/Noise-Bright.png);
  content: "";
  display: block;
  height: 300%;
  left: -50%;
  opacity: 0.1;
  position: absolute;
  position: fixed;
  top: -100%;
  width: 300%;
}
@keyframes filmgrain {
  0%,
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  10% {
    -webkit-transform: translate(-5%, -10%);
    transform: translate(-5%, -10%);
  }
  20% {
    -webkit-transform: translate(-15%, 5%);
    transform: translate(-15%, 5%);
  }
  30% {
    -webkit-transform: translate(7%, -25%);
    transform: translate(7%, -25%);
  }
  40% {
    -webkit-transform: translate(-5%, 25%);
    transform: translate(-5%, 25%);
  }
  50% {
    -webkit-transform: translate(-15%, 10%);
    transform: translate(-15%, 10%);
  }
  60% {
    -webkit-transform: translate(15%);
    transform: translate(15%);
  }
  70% {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
  }
  80% {
    -webkit-transform: translate(3%, 35%);
    transform: translate(3%, 35%);
  }
  90% {
    -webkit-transform: translate(-10%, 10%);
    transform: translate(-10%, 10%);
  }
}
header {
  display: flex;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 100px;
  padding: 50px 100px;
  position: fixed;
  width: 100%;
  z-index: 10;
  z-index: 80;
}
@media only screen and (max-width: 1679px) {
  header {
    grid-template-columns: 42px auto 42px;
    padding: 50px;
  }
}
@media only screen and (max-width: 549px) {
  header {
    padding: 30px 15px;
    position: relative;
  }
}
header .hamburger {
  align-items: center;
  background: #003328;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  height: 70px;
  justify-content: center;
  padding: 0 20px;
  position: fixed;
  width: 70px;
}
@media only screen and (min-width: 1680px) {
  header .hamburger {
    height: 3.646vw;
    padding: 0 1.042vw;
    width: 3.646vw;
  }
}
header .hamburger:hover {
  background: #ece8de;
  -webkit-transition: background 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
header .hamburger:hover .line {
  background: #003328;
  transform: scaleX(0.8);
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (max-width: 549px) {
  header .hamburger {
    height: 63px;
    padding: 0 20px;
    width: 63px;
  }
}
header .hamburger .line {
  background: #ece8de;
  height: 2px;
  margin-bottom: 7px;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 100%;
}
header .hamburger .line:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 549px) {
  header .hamburger .line {
    height: 1px;
    margin-bottom: 5px;
  }
}
header .brand {
  display: block;
  margin: 0 auto;
}
header .brand svg.logo {
  height: 83px;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: auto;
}
@media only screen and (min-width: 1680px) {
  header .brand svg.logo {
    height: 4.323vw;
  }
}
@media only screen and (max-width: 549px) {
  header .brand svg.logo {
    height: 62px;
  }
}
header .brand svg.logo path {
  fill: #ece8de;
}
header.siteHeader--bottom .brand svg,
header.siteHeader--unpinned .brand svg {
  transform: translate3d(0, -200%, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-wrap {
  white-space: nowrap;
}
* {
  letter-spacing: -0.015em;
}
strong {
  font-family: apercu-bold-pro, arial;
  font-style: normal;
  font-weight: 700;
}
.f-ap-128-110 {
  font-family: apercu-regular-pro, arial;
  font-size: 6.667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media only screen and (max-width: 1023px) {
  .f-ap-128-110 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 549px) {
  .f-ap-128-110 {
    font-size: 36px;
  }
}
.f-ap-96-110 {
  font-size: 96px;
}
.f-ap-72-110,
.f-ap-96-110 {
  font-family: apercu-regular-pro, arial;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.f-ap-72-110 {
  font-size: 72px;
}
@media only screen and (min-width: 1680px) {
  .f-ap-72-110 {
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 549px) {
  .f-ap-72-110 {
    font-size: 36px;
  }
}
.f-ap-s-72-110 {
  font-family: apercu-regular-pro, arial;
  font-size: 3.75vw;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media only screen and (max-width: 1023px) {
  .f-ap-s-72-110 {
    font-size: 38px;
    line-height: 125%;
  }
}
@media only screen and (max-width: 549px) {
  .f-ap-s-72-110 {
    font-size: 28px;
    line-height: 125%;
  }
}
.f-ap-64-110 {
  font-size: 64px;
}
.f-ap-48-110,
.f-ap-64-110 {
  font-family: apercu-regular-pro, arial;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.f-ap-48-110 {
  font-size: 2.5vw;
}
@media only screen and (max-width: 1023px) {
  .f-ap-48-110 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 549px) {
  .f-ap-48-110 {
    font-size: 16px;
    line-height: 125%;
  }
}
.f-ap-36-110 {
  font-family: apercu-regular-pro, arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media only screen and (min-width: 1680px) {
  .f-ap-36-110 {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 1679px) {
  .f-ap-36-110 {
    font-size: 21px;
    line-height: 110%;
  }
}
@media only screen and (max-width: 1200px) {
  .f-ap-36-110 {
    font-size: 21px;
    line-height: 125%;
  }
}
@media only screen and (max-width: 1023px) {
  .f-ap-36-110 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 549px) {
  .f-ap-36-110 {
    font-size: 18px;
  }
}
.f-ap-l-36-110 {
  font-family: apercu-regular-pro, arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media only screen and (min-width: 1680px) {
  .f-ap-l-36-110 {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 549px) {
  .f-ap-l-36-110 {
    font-size: 20px;
  }
}
.f-ap-28-125,
.form-contact .input-wrap input,
.form-contact .input-wrap textarea,
.form-contact .textarea-wrap input,
.form-contact .textarea-wrap textarea {
  font-family: apercu-regular-pro, arial;
  font-size: 1.458vw;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media only screen and (max-width: 1679px) {
  .f-ap-28-125,
  .form-contact .input-wrap input,
  .form-contact .input-wrap textarea,
  .form-contact .textarea-wrap input,
  .form-contact .textarea-wrap textarea {
    font-size: 18px;
    line-height: 125%;
  }
}
@media only screen and (max-width: 1200px) {
  .f-ap-28-125,
  .form-contact .input-wrap input,
  .form-contact .input-wrap textarea,
  .form-contact .textarea-wrap input,
  .form-contact .textarea-wrap textarea {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .f-ap-28-125,
  .form-contact .input-wrap input,
  .form-contact .input-wrap textarea,
  .form-contact .textarea-wrap input,
  .form-contact .textarea-wrap textarea {
    font-size: 32px;
  }
}
@media only screen and (max-width: 549px) {
  .f-ap-28-125,
  .form-contact .input-wrap input,
  .form-contact .input-wrap textarea,
  .form-contact .textarea-wrap input,
  .form-contact .textarea-wrap textarea {
    font-size: 16px;
  }
}
.f-ap-l-28-125 {
  font-family: apercu-regular-pro, arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media only screen and (min-width: 1680px) {
  .f-ap-l-28-125 {
    font-size: 1.458vw;
  }
}
@media only screen and (max-width: 1023px) {
  .f-ap-l-28-125 {
    font-size: 24px;
  }
}
.f-ap-24-125 {
  font-family: apercu-regular-pro, arial;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media only screen and (max-width: 1200px) {
  .f-ap-24-125 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .f-ap-24-125 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 549px) {
  .f-ap-24-125 {
    font-size: 16px;
  }
}
.f-ap-s-24-125 {
  font-family: apercu-regular-pro, arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media only screen and (min-width: 1680px) {
  .f-ap-s-24-125 {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 549px) {
  .f-ap-s-24-125 {
    font-size: 20px;
  }
}
.f-ap-18-125 {
  font-family: apercu-regular-pro, arial;
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media only screen and (max-width: 1200px) {
  .f-ap-18-125 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .f-ap-18-125 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 549px) {
  .f-ap-18-125 {
    font-size: 14px;
  }
}
.f-ap-16-125 {
  font-family: apercu-regular-pro, arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media only screen and (max-width: 549px) {
  .f-ap-16-125 {
    font-size: 14px;
    line-height: 125%;
  }
}
.f-ap-14-125 {
  font-family: apercu-regular-pro, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
@media only screen and (min-width: 1680px) {
  .f-ap-14-125 {
    font-size: 0.729vw;
  }
}
@media only screen and (max-width: 1200px) {
  .f-ap-14-125 {
    font-size: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .f-ap-14-125 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 549px) {
  .f-ap-14-125 {
    font-size: 10px;
  }
}
.f-abp-128-110 {
  font-family: apercu-bold-pro, arial;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media only screen and (min-width: 1680px) {
  .f-abp-128-110 {
    font-size: 6.667vw;
  }
}
@media only screen and (max-width: 549px) {
  .f-abp-128-110 {
    font-size: 36px;
  }
}
.f-abp-96-110 {
  font-family: apercu-bold-pro, arial;
  font-size: 5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media only screen and (max-width: 549px) {
  .f-abp-96-110 {
    font-size: 36px;
  }
}
.f-abp-72-110 {
  font-family: apercu-bold-pro, arial;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media only screen and (min-width: 1680px) {
  .f-abp-72-110 {
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 549px) {
  .f-abp-72-110 {
    font-size: 36px;
    line-height: 110%;
  }
}
.f-abp-s-72-110 {
  font-family: apercu-bold-pro, arial;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media only screen and (min-width: 1680px) {
  .f-abp-s-72-110 {
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 549px) {
  .f-abp-s-72-110 {
    font-size: 28px;
  }
}
.f-abp-72-90 {
  font-family: apercu-bold-pro, arial;
  font-size: 3.75vw;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}
@media only screen and (min-width: 1680px) {
  .f-abp-72-90 {
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 1023px) {
  .f-abp-72-90 {
    font-size: 36px;
    line-height: 110%;
  }
}
.f-abp-64-110 {
  font-family: apercu-bold-pro, arial;
  font-size: 3.333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media only screen and (max-width: 549px) {
  .f-abp-64-110 {
    font-size: 28px;
  }
}
.f-abp-48-110 {
  font-family: apercu-bold-pro, arial;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media only screen and (max-width: 1023px) {
  .f-abp-48-110 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 549px) {
  .f-abp-48-110 {
    font-size: 28px;
  }
}
.f-abp-36-110 {
  font-family: apercu-bold-pro, arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media only screen and (min-width: 1680px) {
  .f-abp-36-110 {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 1200px) {
  .f-abp-36-110 {
    font-size: 24px;
    line-height: 130%;
  }
}
@media only screen and (max-width: 1023px) {
  .f-abp-36-110 {
    font-size: 24px;
    line-height: 130%;
  }
}
.f-abp-s-36-110,
footer .social .text-wrap ul.social-wrap li {
  font-family: apercu-bold-pro, arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media only screen and (max-width: 549px) {
  .f-abp-s-36-110,
  footer .social .text-wrap ul.social-wrap li {
    font-size: 18px;
  }
}
.f-abp-36-120 {
  font-family: apercu-bold-pro, arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (min-width: 1680px) {
  .f-abp-36-120 {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 1679px) {
  .f-abp-36-120 {
    font-size: 21px;
    line-height: 120%;
  }
}
@media only screen and (max-width: 1200px) {
  .f-abp-36-120 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 549px) {
  .f-abp-36-120 {
    font-size: 20px;
  }
}
.f-abp-28-125 {
  font-family: apercu-bold-pro, arial;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
@media only screen and (min-width: 1680px) {
  .f-abp-28-125 {
    font-size: 3.75vw;
  }
}
@media only screen and (max-width: 549px) {
  .f-abp-28-125 {
    font-size: 16px;
  }
}
.f-abp-24-125 {
  font-family: apercu-bold-pro, arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
@media only screen and (min-width: 1680px) {
  .f-abp-24-125 {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1023px) {
  .f-abp-24-125 {
    font-size: 16px;
  }
}
.f-abp-24-130 {
  font-family: apercu-bold-pro, arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media only screen and (min-width: 1680px) {
  .f-abp-24-130 {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1023px) {
  .f-abp-24-130 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 549px) {
  .f-abp-24-130 {
    font-size: 16px;
  }
}
.f-abp-18-125 {
  font-size: 18px;
}
.f-abp-16-125,
.f-abp-18-125 {
  font-family: apercu-bold-pro, arial;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.f-abp-16-125 {
  font-size: 16px;
}
.f-abp-14-125 {
  font-family: apercu-bold-pro, arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.f-acbp-370-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 19.271vw;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (max-width: 1023px) {
  .f-acbp-370-90 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-370-90 {
    font-size: 80px;
  }
}
.f-acbp-l-370-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 370px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (min-width: 1680px) {
  .f-acbp-l-370-90 {
    font-size: 19.271vw;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-l-370-90 {
    font-size: 165px;
  }
}
.f-acbp-250-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 250px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (min-width: 1680px) {
  .f-acbp-250-90 {
    font-size: 13.021vw;
  }
}
@media only screen and (max-width: 1200px) {
  .f-acbp-250-90 {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1023px) {
  .f-acbp-250-90 {
    font-size: 130px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-250-90 {
    font-size: 80px;
  }
}
.f-acbp-m-250-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 23.1vh;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (max-width: 1679px) {
  .f-acbp-m-250-90 {
    font-size: 23.1vh;
  }
}
@media only screen and (max-width: 1023px) {
  .f-acbp-m-250-90 {
    font-size: 140px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-m-250-90 {
    font-size: 80px;
  }
}
.f-acbp-s-250-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 13.021vw;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (max-width: 549px) {
  .f-acbp-s-250-90 {
    font-size: 62px;
  }
}
.f-acbp-200-90,
.template-frontpage .title-sub-image .text-wrap .title {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 10.417vw;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (max-width: 1023px) {
  .f-acbp-200-90,
  .template-frontpage .title-sub-image .text-wrap .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-200-90,
  .template-frontpage .title-sub-image .text-wrap .title {
    font-size: 62px;
  }
}
.f-acbp-l-200-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 200px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (min-width: 1680px) {
  .f-acbp-l-200-90 {
    font-size: 10.417vw;
  }
}
@media only screen and (max-width: 1200px) {
  .f-acbp-l-200-90 {
    font-size: 110px;
  }
}
@media only screen and (max-width: 1023px) {
  .f-acbp-l-200-90 {
    font-size: 140px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-l-200-90 {
    font-size: 80px;
  }
}
.f-acbp-m-200-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 200px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (min-width: 1680px) {
  .f-acbp-m-200-90 {
    font-size: 10.417vw;
  }
}
@media only screen and (max-width: 1200px) {
  .f-acbp-m-200-90 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1023px) {
  .f-acbp-m-200-90 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-m-200-90 {
    font-size: 60px;
  }
}
.f-acbp-s-200-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 200px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (min-width: 1680px) {
  .f-acbp-s-200-90 {
    font-size: 10.417vw;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-s-200-90 {
    font-size: 48px;
  }
}
.f-acbp-180-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 9.375vw;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (max-width: 1023px) {
  .f-acbp-180-90 {
    font-size: 127px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-180-90 {
    font-size: 60px;
  }
}
.f-acbp-l-180-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 9.375vw;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (max-width: 1023px) {
  .f-acbp-l-180-90 {
    font-size: 159px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-l-180-90 {
    font-size: 80px;
  }
}
.f-acbp-150-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 7.813vw;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (max-width: 1679px) {
  .f-acbp-150-90 {
    font-size: 90px;
    line-height: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .f-acbp-150-90 {
    font-size: 82px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-150-90 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 0) and (max-width: 420px) {
  .f-acbp-150-90 {
    font-size: 42px;
  }
}
.f-acbp-l-150-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 7.813vw;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (max-width: 1023px) {
  .f-acbp-l-150-90 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-l-150-90 {
    font-size: 60px;
  }
}
.f-acbp-128-90,
section.info .description strong {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 128px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (min-width: 1680px) {
  .f-acbp-128-90,
  section.info .description strong {
    font-size: 6.667vw;
  }
}
@media only screen and (max-width: 1200px) {
  .f-acbp-128-90,
  section.info .description strong {
    font-size: 60px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-128-90,
  section.info .description strong {
    font-size: 60px;
  }
}
.f-acbp-s-128-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 128px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (min-width: 1680px) {
  .f-acbp-s-128-90 {
    font-size: 6.667vw;
  }
}
@media only screen and (max-width: 1023px) {
  .f-acbp-s-128-90 {
    font-size: 48px;
  }
}
.f-acbp-80-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 4.167vw;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (max-width: 1200px) {
  .f-acbp-80-90 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1023px) {
  .f-acbp-80-90 {
    font-size: 61px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-80-90 {
    font-size: 36px;
  }
}
.f-acbp-40-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (min-width: 1680px) {
  .f-acbp-40-90 {
    font-size: 2.083vw;
  }
}
@media only screen and (max-width: 1023px) {
  .f-acbp-40-90 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-40-90 {
    font-size: 36px;
  }
}
.f-acbp-36-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (max-width: 1679px) {
  .f-acbp-36-90 {
    font-size: 21px;
    line-height: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .f-acbp-36-90 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1023px) {
  .f-acbp-36-90 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-36-90 {
    font-size: 20px;
  }
}
.f-acbp-l-36-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (min-width: 1680px) {
  .f-acbp-l-36-90 {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-l-36-90 {
    font-size: 28px;
  }
}
.f-acbp-s-36-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (min-width: 1680px) {
  .f-acbp-s-36-90 {
    font-size: 1.875vw;
  }
}
@media only screen and (max-width: 1023px) {
  .f-acbp-s-36-90 {
    font-size: 16px;
  }
}
.f-acbp-20-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (min-width: 1680px) {
  .f-acbp-20-90 {
    font-size: 1.042vw;
  }
}
@media only screen and (max-width: 1023px) {
  .f-acbp-20-90 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 549px) {
  .f-acbp-20-90 {
    font-size: 16px;
  }
}
.f-acbp-l-20-90 {
  font-family: apercu-condensed-black-pro, arial;
  font-size: 1.042vw;
  font-style: normal;
  font-weight: 900;
  line-height: 90%;
}
@media only screen and (max-width: 1200px) {
  .f-acbp-l-20-90 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .f-acbp-l-20-90 {
    font-size: 20px;
  }
}
.input-file .error,
.input-wrap .error,
.select-wrap .error,
.textarea-wrap .error {
  bottom: 0;
  color: #e6313a;
  display: none;
  pointer-events: none;
  position: absolute;
}
.input-file.textarea-wrap .error,
.input-wrap.textarea-wrap .error,
.select-wrap.textarea-wrap .error,
.textarea-wrap.textarea-wrap .error {
  top: 100px;
}
.input-file input,
.input-file textarea,
.input-wrap input,
.input-wrap textarea,
.select-wrap input,
.select-wrap textarea,
.textarea-wrap input,
.textarea-wrap textarea {
  color: #267e6e;
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.input-file input :-moz-placeholder,
.input-file input::-moz-placeholder,
.input-file textarea :-moz-placeholder,
.input-file textarea::-moz-placeholder,
.input-wrap input :-moz-placeholder,
.input-wrap input::-moz-placeholder,
.input-wrap textarea :-moz-placeholder,
.input-wrap textarea::-moz-placeholder,
.select-wrap input :-moz-placeholder,
.select-wrap input::-moz-placeholder,
.select-wrap textarea :-moz-placeholder,
.select-wrap textarea::-moz-placeholder,
.textarea-wrap input :-moz-placeholder,
.textarea-wrap input::-moz-placeholder,
.textarea-wrap textarea :-moz-placeholder,
.textarea-wrap textarea::-moz-placeholder {
  color: rgba(38, 35, 34, 0.2);
  text-align: left;
}
.input-file input:-ms-input-placeholder,
.input-file textarea:-ms-input-placeholder,
.input-wrap input:-ms-input-placeholder,
.input-wrap textarea:-ms-input-placeholder,
.select-wrap input:-ms-input-placeholder,
.select-wrap textarea:-ms-input-placeholder,
.textarea-wrap input:-ms-input-placeholder,
.textarea-wrap textarea:-ms-input-placeholder {
  color: rgba(38, 35, 34, 0.2);
  text-align: left;
}
.input-file input::-webkit-input-placeholder,
.input-file textarea::-webkit-input-placeholder,
.input-wrap input::-webkit-input-placeholder,
.input-wrap textarea::-webkit-input-placeholder,
.select-wrap input::-webkit-input-placeholder,
.select-wrap textarea::-webkit-input-placeholder,
.textarea-wrap input::-webkit-input-placeholder,
.textarea-wrap textarea::-webkit-input-placeholder {
  color: rgba(38, 35, 34, 0.2);
  text-align: left;
}
.input-file.select-wrap label,
.input-wrap.select-wrap label,
.select-wrap.select-wrap label,
.textarea-wrap.select-wrap label {
  transform: translateZ(0);
}
.input-file.error-focus .error,
.input-wrap.error-focus .error,
.select-wrap.error-focus .error,
.textarea-wrap.error-focus .error {
  display: block;
}
.input-file.error-focus hr,
.input-wrap.error-focus hr,
.select-wrap.error-focus hr,
.textarea-wrap.error-focus hr {
  background: rgba(255, 0, 0, 0.3);
}
.input-file.error-focus input:-moz-autofill ~ .error,
.input-file.error-focus input:-webkit-autofill ~ .error,
.input-file.error-focus input:focus ~ .error,
.input-file.error-focus input:not(:placeholder-shown) ~ .error,
.input-file.error-focus textarea:-moz-autofill ~ .error,
.input-file.error-focus textarea:-webkit-autofill ~ .error,
.input-file.error-focus textarea:focus ~ .error,
.input-file.error-focus textarea:not(:placeholder-shown) ~ .error,
.input-wrap.error-focus input:-moz-autofill ~ .error,
.input-wrap.error-focus input:-webkit-autofill ~ .error,
.input-wrap.error-focus input:focus ~ .error,
.input-wrap.error-focus input:not(:placeholder-shown) ~ .error,
.input-wrap.error-focus textarea:-moz-autofill ~ .error,
.input-wrap.error-focus textarea:-webkit-autofill ~ .error,
.input-wrap.error-focus textarea:focus ~ .error,
.input-wrap.error-focus textarea:not(:placeholder-shown) ~ .error,
.select-wrap.error-focus input:-moz-autofill ~ .error,
.select-wrap.error-focus input:-webkit-autofill ~ .error,
.select-wrap.error-focus input:focus ~ .error,
.select-wrap.error-focus input:not(:placeholder-shown) ~ .error,
.select-wrap.error-focus textarea:-moz-autofill ~ .error,
.select-wrap.error-focus textarea:-webkit-autofill ~ .error,
.select-wrap.error-focus textarea:focus ~ .error,
.select-wrap.error-focus textarea:not(:placeholder-shown) ~ .error,
.textarea-wrap.error-focus input:-moz-autofill ~ .error,
.textarea-wrap.error-focus input:-webkit-autofill ~ .error,
.textarea-wrap.error-focus input:focus ~ .error,
.textarea-wrap.error-focus input:not(:placeholder-shown) ~ .error,
.textarea-wrap.error-focus textarea:-moz-autofill ~ .error,
.textarea-wrap.error-focus textarea:-webkit-autofill ~ .error,
.textarea-wrap.error-focus textarea:focus ~ .error,
.textarea-wrap.error-focus textarea:not(:placeholder-shown) ~ .error {
  display: none;
}
.input-file .clear-button,
.input-wrap .clear-button,
.select-wrap .clear-button,
.textarea-wrap .clear-button {
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.input-file:hover input:not(:placeholder-shown) ~ * .clear-button,
.input-file:hover textarea:not(:placeholder-shown) ~ * .clear-button,
.input-wrap:hover input:not(:placeholder-shown) ~ * .clear-button,
.input-wrap:hover textarea:not(:placeholder-shown) ~ * .clear-button,
.select-wrap:hover input:not(:placeholder-shown) ~ * .clear-button,
.select-wrap:hover textarea:not(:placeholder-shown) ~ * .clear-button,
.textarea-wrap:hover input:not(:placeholder-shown) ~ * .clear-button,
.textarea-wrap:hover textarea:not(:placeholder-shown) ~ * .clear-button {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.input-file label,
.input-wrap label,
.select-wrap label,
.textarea-wrap label {
  cursor: pointer;
  margin: 0;
  padding: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.input-file label.disabled,
.input-file label[disabled],
.input-wrap label.disabled,
.input-wrap label[disabled],
.select-wrap label.disabled,
.select-wrap label[disabled],
.textarea-wrap label.disabled,
.textarea-wrap label[disabled] {
  color: red;
}
.input-file label .required,
.input-wrap label .required,
.select-wrap label .required,
.textarea-wrap label .required {
  color: #e6313a;
}
.input-file input[type="email"],
.input-file input[type="file"],
.input-file input[type="number"],
.input-file input[type="password"],
.input-file input[type="tel"],
.input-file input[type="text"],
.input-file input[type="url"],
.input-file select,
.input-file textarea,
.input-wrap input[type="email"],
.input-wrap input[type="file"],
.input-wrap input[type="number"],
.input-wrap input[type="password"],
.input-wrap input[type="tel"],
.input-wrap input[type="text"],
.input-wrap input[type="url"],
.input-wrap select,
.input-wrap textarea,
.select-wrap input[type="email"],
.select-wrap input[type="file"],
.select-wrap input[type="number"],
.select-wrap input[type="password"],
.select-wrap input[type="tel"],
.select-wrap input[type="text"],
.select-wrap input[type="url"],
.select-wrap select,
.select-wrap textarea,
.textarea-wrap input[type="email"],
.textarea-wrap input[type="file"],
.textarea-wrap input[type="number"],
.textarea-wrap input[type="password"],
.textarea-wrap input[type="tel"],
.textarea-wrap input[type="text"],
.textarea-wrap input[type="url"],
.textarea-wrap select,
.textarea-wrap textarea {
  -webkit-appearance: none;
  background: none;
  border: 0;
  display: block;
  margin: 0;
  outline: none;
  position: relative;
  text-align: left;
  width: 100%;
}
.input-file input[type="email"]:focus,
.input-file input[type="file"]:focus,
.input-file input[type="number"]:focus,
.input-file input[type="password"]:focus,
.input-file input[type="tel"]:focus,
.input-file input[type="text"]:focus,
.input-file input[type="url"]:focus,
.input-file select:focus,
.input-file textarea:focus,
.input-wrap input[type="email"]:focus,
.input-wrap input[type="file"]:focus,
.input-wrap input[type="number"]:focus,
.input-wrap input[type="password"]:focus,
.input-wrap input[type="tel"]:focus,
.input-wrap input[type="text"]:focus,
.input-wrap input[type="url"]:focus,
.input-wrap select:focus,
.input-wrap textarea:focus,
.select-wrap input[type="email"]:focus,
.select-wrap input[type="file"]:focus,
.select-wrap input[type="number"]:focus,
.select-wrap input[type="password"]:focus,
.select-wrap input[type="tel"]:focus,
.select-wrap input[type="text"]:focus,
.select-wrap input[type="url"]:focus,
.select-wrap select:focus,
.select-wrap textarea:focus,
.textarea-wrap input[type="email"]:focus,
.textarea-wrap input[type="file"]:focus,
.textarea-wrap input[type="number"]:focus,
.textarea-wrap input[type="password"]:focus,
.textarea-wrap input[type="tel"]:focus,
.textarea-wrap input[type="text"]:focus,
.textarea-wrap input[type="url"]:focus,
.textarea-wrap select:focus,
.textarea-wrap textarea:focus {
  background: none;
}
.input-file input[type="email"]:focus ~ label,
.input-file input[type="file"]:focus ~ label,
.input-file input[type="number"]:focus ~ label,
.input-file input[type="password"]:focus ~ label,
.input-file input[type="tel"]:focus ~ label,
.input-file input[type="text"]:focus ~ label,
.input-file input[type="url"]:focus ~ label,
.input-file select:focus ~ label,
.input-file textarea:focus ~ label,
.input-wrap input[type="email"]:focus ~ label,
.input-wrap input[type="file"]:focus ~ label,
.input-wrap input[type="number"]:focus ~ label,
.input-wrap input[type="password"]:focus ~ label,
.input-wrap input[type="tel"]:focus ~ label,
.input-wrap input[type="text"]:focus ~ label,
.input-wrap input[type="url"]:focus ~ label,
.input-wrap select:focus ~ label,
.input-wrap textarea:focus ~ label,
.select-wrap input[type="email"]:focus ~ label,
.select-wrap input[type="file"]:focus ~ label,
.select-wrap input[type="number"]:focus ~ label,
.select-wrap input[type="password"]:focus ~ label,
.select-wrap input[type="tel"]:focus ~ label,
.select-wrap input[type="text"]:focus ~ label,
.select-wrap input[type="url"]:focus ~ label,
.select-wrap select:focus ~ label,
.select-wrap textarea:focus ~ label,
.textarea-wrap input[type="email"]:focus ~ label,
.textarea-wrap input[type="file"]:focus ~ label,
.textarea-wrap input[type="number"]:focus ~ label,
.textarea-wrap input[type="password"]:focus ~ label,
.textarea-wrap input[type="tel"]:focus ~ label,
.textarea-wrap input[type="text"]:focus ~ label,
.textarea-wrap input[type="url"]:focus ~ label,
.textarea-wrap select:focus ~ label,
.textarea-wrap textarea:focus ~ label {
  transform: translateZ(0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.input-file input[type="email"][aria-invalid="true"],
.input-file input[type="file"][aria-invalid="true"],
.input-file input[type="number"][aria-invalid="true"],
.input-file input[type="password"][aria-invalid="true"],
.input-file input[type="tel"][aria-invalid="true"],
.input-file input[type="text"][aria-invalid="true"],
.input-file input[type="url"][aria-invalid="true"],
.input-file select[aria-invalid="true"],
.input-file textarea[aria-invalid="true"],
.input-wrap input[type="email"][aria-invalid="true"],
.input-wrap input[type="file"][aria-invalid="true"],
.input-wrap input[type="number"][aria-invalid="true"],
.input-wrap input[type="password"][aria-invalid="true"],
.input-wrap input[type="tel"][aria-invalid="true"],
.input-wrap input[type="text"][aria-invalid="true"],
.input-wrap input[type="url"][aria-invalid="true"],
.input-wrap select[aria-invalid="true"],
.input-wrap textarea[aria-invalid="true"],
.select-wrap input[type="email"][aria-invalid="true"],
.select-wrap input[type="file"][aria-invalid="true"],
.select-wrap input[type="number"][aria-invalid="true"],
.select-wrap input[type="password"][aria-invalid="true"],
.select-wrap input[type="tel"][aria-invalid="true"],
.select-wrap input[type="text"][aria-invalid="true"],
.select-wrap input[type="url"][aria-invalid="true"],
.select-wrap select[aria-invalid="true"],
.select-wrap textarea[aria-invalid="true"],
.textarea-wrap input[type="email"][aria-invalid="true"],
.textarea-wrap input[type="file"][aria-invalid="true"],
.textarea-wrap input[type="number"][aria-invalid="true"],
.textarea-wrap input[type="password"][aria-invalid="true"],
.textarea-wrap input[type="tel"][aria-invalid="true"],
.textarea-wrap input[type="text"][aria-invalid="true"],
.textarea-wrap input[type="url"][aria-invalid="true"],
.textarea-wrap select[aria-invalid="true"],
.textarea-wrap textarea[aria-invalid="true"] {
  border: none;
}
.input-file input[type="email"]:required,
.input-file input[type="file"]:required,
.input-file input[type="number"]:required,
.input-file input[type="password"]:required,
.input-file input[type="tel"]:required,
.input-file input[type="text"]:required,
.input-file input[type="url"]:required,
.input-file select:required,
.input-file textarea:required,
.input-wrap input[type="email"]:required,
.input-wrap input[type="file"]:required,
.input-wrap input[type="number"]:required,
.input-wrap input[type="password"]:required,
.input-wrap input[type="tel"]:required,
.input-wrap input[type="text"]:required,
.input-wrap input[type="url"]:required,
.input-wrap select:required,
.input-wrap textarea:required,
.select-wrap input[type="email"]:required,
.select-wrap input[type="file"]:required,
.select-wrap input[type="number"]:required,
.select-wrap input[type="password"]:required,
.select-wrap input[type="tel"]:required,
.select-wrap input[type="text"]:required,
.select-wrap input[type="url"]:required,
.select-wrap select:required,
.select-wrap textarea:required,
.textarea-wrap input[type="email"]:required,
.textarea-wrap input[type="file"]:required,
.textarea-wrap input[type="number"]:required,
.textarea-wrap input[type="password"]:required,
.textarea-wrap input[type="tel"]:required,
.textarea-wrap input[type="text"]:required,
.textarea-wrap input[type="url"]:required,
.textarea-wrap select:required,
.textarea-wrap textarea:required {
  box-shadow: none;
}
.input-file input[type="email"]:not(:placeholder-shown) ~ label,
.input-file input[type="file"]:not(:placeholder-shown) ~ label,
.input-file input[type="number"]:not(:placeholder-shown) ~ label,
.input-file input[type="password"]:not(:placeholder-shown) ~ label,
.input-file input[type="tel"]:not(:placeholder-shown) ~ label,
.input-file input[type="text"]:not(:placeholder-shown) ~ label,
.input-file input[type="url"]:not(:placeholder-shown) ~ label,
.input-file select:not(:placeholder-shown) ~ label,
.input-file textarea:not(:placeholder-shown) ~ label,
.input-wrap input[type="email"]:not(:placeholder-shown) ~ label,
.input-wrap input[type="file"]:not(:placeholder-shown) ~ label,
.input-wrap input[type="number"]:not(:placeholder-shown) ~ label,
.input-wrap input[type="password"]:not(:placeholder-shown) ~ label,
.input-wrap input[type="tel"]:not(:placeholder-shown) ~ label,
.input-wrap input[type="text"]:not(:placeholder-shown) ~ label,
.input-wrap input[type="url"]:not(:placeholder-shown) ~ label,
.input-wrap select:not(:placeholder-shown) ~ label,
.input-wrap textarea:not(:placeholder-shown) ~ label,
.select-wrap input[type="email"]:not(:placeholder-shown) ~ label,
.select-wrap input[type="file"]:not(:placeholder-shown) ~ label,
.select-wrap input[type="number"]:not(:placeholder-shown) ~ label,
.select-wrap input[type="password"]:not(:placeholder-shown) ~ label,
.select-wrap input[type="tel"]:not(:placeholder-shown) ~ label,
.select-wrap input[type="text"]:not(:placeholder-shown) ~ label,
.select-wrap input[type="url"]:not(:placeholder-shown) ~ label,
.select-wrap select:not(:placeholder-shown) ~ label,
.select-wrap textarea:not(:placeholder-shown) ~ label,
.textarea-wrap input[type="email"]:not(:placeholder-shown) ~ label,
.textarea-wrap input[type="file"]:not(:placeholder-shown) ~ label,
.textarea-wrap input[type="number"]:not(:placeholder-shown) ~ label,
.textarea-wrap input[type="password"]:not(:placeholder-shown) ~ label,
.textarea-wrap input[type="tel"]:not(:placeholder-shown) ~ label,
.textarea-wrap input[type="text"]:not(:placeholder-shown) ~ label,
.textarea-wrap input[type="url"]:not(:placeholder-shown) ~ label,
.textarea-wrap select:not(:placeholder-shown) ~ label,
.textarea-wrap textarea:not(:placeholder-shown) ~ label {
  transform: translate3d(0, -40px, 0);
}
.input-file input[type="file"],
.input-wrap input[type="file"],
.select-wrap input[type="file"],
.textarea-wrap input[type="file"] {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.input-file input::-webkit-inner-spin-button,
.input-file input::-webkit-outer-spin-button,
.input-wrap input::-webkit-inner-spin-button,
.input-wrap input::-webkit-outer-spin-button,
.select-wrap input::-webkit-inner-spin-button,
.select-wrap input::-webkit-outer-spin-button,
.textarea-wrap input::-webkit-inner-spin-button,
.textarea-wrap input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.checkbox-wrap {
  display: block;
  position: relative;
  user-select: none;
}
.checkbox-wrap .checkmark {
  border: 1px solid #267e6e;
  border-radius: 100%;
  display: grid;
  flex: 0 0 auto;
  height: 38px;
  order: 1;
  overflow: hidden;
  place-content: center;
  pointer-events: none;
  position: relative;
  width: 38px;
}
.checkbox-wrap .checkmark:before {
  background: #267e6e;
  border-radius: 100%;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  opacity: 0;
  top: 0;
  transform: scale(1.4);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 26px;
}
.checkbox-wrap label {
  margin-left: 17px;
  order: 2;
}
.checkbox-wrap input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.checkbox-wrap input:checked ~ .checkmark:before,
.checkbox-wrap input[type="hidden"] ~ .checkmark:before,
.checkbox-wrap:hover input ~ .checkmark:before {
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.checkbox-wrap input:checked ~ .checkmark:before,
.checkbox-wrap input[type="hidden"] ~ .checkmark:before {
  transform: scale(1);
}
.textarea-wrap label {
  z-index: 1;
}
.select-wrap label span,
.textarea-wrap label span {
  color: red;
}
.radio-wrap {
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 23px;
  padding: 10px 20px;
}
.radio-wrap input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.radio-wrap .checkmark {
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  flex: 0 0 auto;
  height: 12px;
  left: 0;
  pointer-events: none;
  position: relative;
  top: 0;
  width: 12px;
}
.radio-wrap .checkmark:before {
  background: #267e6e;
  border-radius: 50%;
  content: "";
  display: block;
  height: 28px;
  left: 2px;
  opacity: 0;
  position: absolute;
  top: 2px;
  width: 28px;
}
.radio-wrap .checkmark:before,
.radio-wrap:hover input ~ .checkmark:before {
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.radio-wrap:hover input ~ .checkmark:before {
  opacity: 1;
}
.radio-wrap input:checked ~ .checkmark:before,
.radio-wrap input[type="hidden"] ~ .checkmark:before {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.attachment-wrap .button-wrap {
  background: #262322;
  border-radius: 100%;
  display: grid;
  flex: 0 0 auto;
  height: 30px;
  padding: 10px;
  place-content: center;
  position: absolute;
  right: 0;
  top: 20px;
  width: 30px;
  z-index: 0;
}
.attachment-wrap .button-wrap svg line,
.attachment-wrap .button-wrap svg path {
  stroke: #ece8de;
}
.attachment-wrap .description {
  bottom: 15px;
  opacity: 0.2;
  position: absolute;
}
.attachment-wrap .file-name {
  bottom: 8px;
  position: absolute;
}
.attachment-wrap .file-name .file-names-wrap {
  background: #ffcc32;
  border-radius: 8px;
  font-size: 12px;
  padding: 10px 15px;
}
.attachment-wrap input {
  padding: 30px 0 5px !important;
}
.agree-wrap {
  border: 0;
  padding: 0;
}
.agree-wrap .checkmark {
  height: 26px;
  margin-right: 10px;
  order: 1;
  width: 26px;
}
.agree-wrap .checkmark:before {
  height: 10px;
  left: 7px;
  top: 7px;
  width: 10px;
}
.agree-wrap label {
  order: 2;
}
.button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-appearance: none !important;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.underlined-button--color-1 {
  background-image: linear-gradient(var(--color-1), var(--color-1));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .underlined-button--color-1:hover {
    background-image: linear-gradient(var(--color-1), var(--color-1));
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.underlined-button--color-2 {
  background-image: linear-gradient(var(--color-3), var(--color-3));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .underlined-button--color-2:hover {
    background-image: linear-gradient(var(--color-3), var(--color-3));
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.to-underlined-button,
.to-underlined-button--color-1 {
  background-image: linear-gradient(var(--color-1), var(--color-1));
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .to-underlined-button--color-1:hover {
    background-image: linear-gradient(var(--color-1), var(--color-1));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.to-underlined-button--color-2 {
  background-image: linear-gradient(var(--color-2), var(--color-2));
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .to-underlined-button--color-2:hover {
    background-image: linear-gradient(var(--color-2), var(--color-2));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.button-arrow-slide {
  background: #000;
  border-radius: 100%;
  cursor: pointer;
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 30px;
}
.button-arrow-slide svg {
  height: auto;
  position: absolute;
  width: 9px;
}
.button-arrow-slide svg:first-child,
.button-arrow-slide svg:nth-child(2) {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.button-arrow-slide svg:nth-child(2) {
  transform: translate3d(-300%, -50%, 0);
}
.button-arrow-slide:hover svg {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.button-arrow-slide:hover svg:first-child {
  transform: translate3d(300%, -50%, 0);
}
.button-arrow-slide:hover svg:nth-child(2) {
  transform: translate3d(-50%, -50%, 0);
}
.magnetic-link {
  cursor: pointer;
  display: flex;
  flex: 1 1 auto;
  height: 130px;
  width: 130px;
}
.magnetic-link .inner-wrap {
  display: grid;
  place-content: center;
  width: 100%;
}
.magnetic-link .inner-wrap svg {
  margin: auto;
}
.magnetic-link.theme-round .inner-wrap {
  border-radius: 100%;
}
.magnetic-link.theme-white .inner-wrap {
  border: 1px solid #fff;
}
.magnetic-link.theme-yellow .inner-wrap {
  background: #ffcc32;
}
.diagonal-arrow-link {
  background-image: linear-gradient(var(--color-1), var(--color-1));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.diagonal-arrow-link:after {
  background: var(--color-2);
  content: "↗";
  display: inline-block;
  padding: 0 8px;
}
.diagonal-arrow-link:hover {
  background-image: linear-gradient(var(--color-1), var(--color-1));
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.close-button .close-x line {
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.close-button:hover .close-x line {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.close-button:hover .close-x line:first-child {
  transform: rotate(-45deg);
}
.close-button:hover .close-x line:nth-child(2) {
  transform: rotate(45deg);
}
.noscroll {
  height: 100.1vh !important;
  overflow: hidden !important;
  position: relative !important;
  width: 100% !important;
}
.--border-radius-25 {
  border-radius: 25px;
  isolation: isolate;
}
.--border-radius-50,
.single-post section.header-wrap .image-wrap .x-image img {
  border-radius: 50px;
  isolation: isolate;
}
@media only screen and (max-width: 1023px) {
  .--border-radius-25 {
    border-radius: 14px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  }
}
@media only screen and (max-width: 549px) {
  .--border-radius-25 {
    border-radius: 7px;
  }
}
@media only screen and (max-width: 1023px) {
  .--border-radius-50,
  .single-post section.header-wrap .image-wrap .x-image img {
    border-radius: 18px;
    -webkit-mask-image: -webkit-radial-gradient(#fff, #000);
  }
}
.--btn-border-radius {
  border: 1px solid;
}
.--btn-border-radius-58,
.x-button:before {
  border-radius: 58px;
}
.--btn-border-radius-65 {
  border-radius: 65px;
}
.--btn-border-radius-78 {
  border-radius: 78px;
}
.--blocker {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.--hover-round-corners {
  border-radius: 0;
  display: grid;
  overflow: hidden;
  -webkit-transition: border-radius 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: border-radius 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: border-radius 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: border-radius 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: border-radius 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.--hover-round-corners img,
.--hover-round-corners video {
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.--hover-round-corners:hover {
  border-radius: 20px;
  -webkit-transition: border-radius 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: border-radius 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: border-radius 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: border-radius 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: border-radius 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.--hover-round-corners:hover img,
.--hover-round-corners:hover video {
  transform: scale(1);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.--custom-hover .border-box {
  --pos: -20px;
  border: 1px solid #fff;
  display: block;
  height: 100%;
  position: relative;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 100%;
}
.--custom-hover .border-box span:after,
.--custom-hover .border-box span:before,
.--custom-hover .border-box:after,
.--custom-hover .border-box:before {
  border-top-left-radius: 2px;
  content: "";
  display: block;
  height: 20px;
  opacity: 0;
  position: absolute;
  transform: translateZ(0);
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 20px;
  z-index: 1;
}
.--custom-hover .border-box:before {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  left: -1px;
  top: -1px;
}
.--custom-hover .border-box:after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  right: -1px;
  top: -1px;
}
.--custom-hover .border-box span:before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: -1px;
  left: -1px;
}
.--custom-hover .border-box span:after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: -1px;
  right: -1px;
}
.--custom-hover:hover .border-box span:after,
.--custom-hover:hover .border-box span:before,
.--custom-hover:hover .border-box:after,
.--custom-hover:hover .border-box:before {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.--custom-hover:hover .border-box:before {
  transform: translate3d(calc(var(--pos) * -1), calc(var(--pos) * -1), 0);
}
.--custom-hover:hover .border-box:after {
  transform: translate3d(var(--pos), calc(var(--pos) * -1), 0);
}
.--custom-hover:hover .border-box span:before {
  transform: translate3d(calc(var(--pos) * -1), var(--pos), 0);
}
.--custom-hover:hover .border-box span:after {
  transform: translate3d(var(--pos), var(--pos), 0);
}
.--dashed-border-left:before {
  border-left: 1px dashed #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
.switch .switch-pill {
  cursor: pointer;
  height: 34px;
  position: relative;
  width: 34px;
}
.switch .switch-pill svg .left {
  fill: rgba(var(--color), 1);
}
.switch .switch-pill svg .right {
  fill: rgba(var(--color-inverse), 1);
}
.switch .switch-pill svg circle {
  fill: none;
  stroke: rgba(var(--color-border), 1);
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.product-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 1200px) {
  .product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 549px) {
  .product-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.--drawer,
.--drawer.open button.js-button {
  position: relative;
}
.--drawer.open button.js-button svg.arrow-down,
.--drawer.open button.js-button svg.arrow-down-pointy {
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform, 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform, 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform, 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform, 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform, 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.--drawer.open button.js-button svg.plus-icon line:first-child {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    -webkit-transform, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    -moz-transform, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, -ms-transform,
    0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform,
    0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform,
    0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.--drawer button.js-button {
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
  width: 100%;
}
.--drawer button.js-button svg.plus-icon {
  height: auto;
  width: 14px;
}
.--drawer button.js-button svg.plus-icon line {
  opacity: 1;
  transform: translateZ(0);
  -webkit-transition: opacity, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    -webkit-transform, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    -moz-transform, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, -ms-transform,
    0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, -o-transform,
    0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity, 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform,
    0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.--drawer button.js-button svg.arrow-down,
.--drawer button.js-button svg.arrow-down-pointy {
  -webkit-transition: -webkit-transform, 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: -moz-transform, 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: -ms-transform, 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: -o-transform, 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: transform, 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.--drawer .js-pane {
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
  z-index: 2;
}
.form-contact {
  --padding: 1.563vw 2.604vw;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .form-contact {
    --padding: 20px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .form-contact {
    --padding: 15px 20px;
  }
}
.form-contact .input-wrap,
.form-contact .textarea-wrap {
  border: 1px solid #267e6e;
  border-radius: 65px;
  margin: 0 0 2.448vw;
  -webkit-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.form-contact .input-wrap.textarea-wrap,
.form-contact .textarea-wrap.textarea-wrap {
  border-radius: 50px;
}
@media only screen and (max-width: 1023px) {
  .form-contact .input-wrap,
  .form-contact .textarea-wrap {
    margin: 0 0 30px;
  }
  .form-contact .input-wrap.textarea-wrap,
  .form-contact .textarea-wrap.textarea-wrap {
    border-radius: 25px;
  }
}
.form-contact .input-wrap .controls-wrap,
.form-contact .textarea-wrap .controls-wrap {
  padding: var(--padding);
  position: absolute;
  top: 0;
  width: 100%;
}
.form-contact .input-wrap label,
.form-contact .textarea-wrap label {
  color: #267e6e;
  -webkit-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.form-contact .input-wrap input,
.form-contact .input-wrap textarea,
.form-contact .textarea-wrap input,
.form-contact .textarea-wrap textarea {
  padding: var(--padding);
}
.form-contact .input-wrap input:-webkit-autofill,
.form-contact .input-wrap input:autofill,
.form-contact .input-wrap textarea:-webkit-autofill,
.form-contact .input-wrap textarea:autofill,
.form-contact .textarea-wrap input:-webkit-autofill,
.form-contact .textarea-wrap input:autofill,
.form-contact .textarea-wrap textarea:-webkit-autofill,
.form-contact .textarea-wrap textarea:autofill {
  border-radius: 65px;
  -webkit-box-shadow: inset 0 0 0 100px #fff;
}
.form-contact
  .input-wrap
  input:-webkit-autofill
  ~ .controls-wrap
  .clear-button
  line,
.form-contact .input-wrap input:autofill ~ .controls-wrap .clear-button line,
.form-contact
  .input-wrap
  textarea:-webkit-autofill
  ~ .controls-wrap
  .clear-button
  line,
.form-contact .input-wrap textarea:autofill ~ .controls-wrap .clear-button line,
.form-contact
  .textarea-wrap
  input:-webkit-autofill
  ~ .controls-wrap
  .clear-button
  line,
.form-contact .textarea-wrap input:autofill ~ .controls-wrap .clear-button line,
.form-contact
  .textarea-wrap
  textarea:-webkit-autofill
  ~ .controls-wrap
  .clear-button
  line,
.form-contact
  .textarea-wrap
  textarea:autofill
  ~ .controls-wrap
  .clear-button
  line {
  stroke: #267e6e;
}
.form-contact .input-wrap textarea,
.form-contact .textarea-wrap textarea {
  margin-top: 40px;
}
.form-contact .input-wrap input:-webkit-autofill ~ .controls-wrap label,
.form-contact .input-wrap input:focus ~ .controls-wrap label,
.form-contact .input-wrap input:not(:placeholder-shown) ~ .controls-wrap label,
.form-contact .textarea-wrap input:-webkit-autofill ~ .controls-wrap label,
.form-contact .textarea-wrap input:focus ~ .controls-wrap label,
.form-contact
  .textarea-wrap
  input:not(:placeholder-shown)
  ~ .controls-wrap
  label {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.form-contact .input-wrap .clear-button,
.form-contact .textarea-wrap .clear-button {
  bottom: 1.042vw;
  right: 0;
}
.form-contact .input-wrap .clear-button svg,
.form-contact .textarea-wrap .clear-button svg {
  height: auto;
  width: 1.042vw;
}
.form-contact .input-wrap .clear-button svg line,
.form-contact .textarea-wrap .clear-button svg line {
  stroke: #fff;
}
.form-contact .input-wrap.error-focus,
.form-contact .textarea-wrap.error-focus {
  border: 1px solid #e6313a;
  -webkit-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.form-contact .input-wrap.error-focus label,
.form-contact .textarea-wrap.error-focus label {
  color: #e6313a;
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.form-contact .checkbox-wrap {
  margin-bottom: 1.563vw;
}
.form-contact .checkbox-wrap input.error-focus:not(:checked) ~ .checkmark {
  border-color: #e6313a;
}
.form-contact .submit {
  min-width: 13.021vw;
}
.form-contact .submit .inner-wrap {
  top: 0.208vw;
}
.modal-inquiry-form {
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal-inquiry-form .blocker {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal-inquiry-form.open {
  pointer-events: auto;
  visibility: visible;
}
.modal-inquiry-form .inner-wrap {
  padding-bottom: 110px;
}
.modal-inquiry-form .inner-wrap form {
  background: #fff;
  display: block;
  height: 100vh;
  min-height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 85px 70px 20px;
  position: absolute;
  right: 0;
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .modal-inquiry-form .inner-wrap form {
    width: 100%;
  }
}
@media only screen and (max-width: 549px) {
  .modal-inquiry-form .inner-wrap form {
    padding: 85px 20px 20px;
  }
}
.modal-inquiry-form .inner-wrap .js-success {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  z-index: 2;
}
.modal-inquiry-form .inner-wrap .js-success .tick-icon {
  display: block;
  height: auto;
  margin: 30px auto;
  width: 65px;
}
.modal-inquiry-form .inner-wrap .top-wrap {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}
@media only screen and (max-width: 549px) {
  .modal-inquiry-form .inner-wrap .top-wrap {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }
}
.modal-inquiry-form .inner-wrap .middle-wrap {
  margin-top: 90px;
}
.modal-inquiry-form .inner-wrap .middle-wrap .radio-wrap {
  margin-top: 30px;
}
.modal-inquiry-form button.submit {
  background: #000;
  color: #fff;
  margin-left: -40px;
  padding: 45px 40px;
  width: calc(100% + 80px);
}
@media only screen and (max-width: 1023px) {
  .modal-inquiry-form button.submit {
    margin-left: 0;
    padding: 25px 40px;
    width: 100%;
  }
}
.modal-inquiry-form .close-button {
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 70px;
  top: 30px;
  width: 30px;
}
@media only screen and (max-width: 549px) {
  .modal-inquiry-form .close-button {
    right: 20px;
  }
}
.modal-inquiry-form .close-button:hover svg {
  opacity: 1;
}
.modal-inquiry-form .close-button svg,
.modal-inquiry-form .close-button:hover svg {
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal-inquiry-form .close-button svg {
  display: block;
  height: 100%;
  opacity: 0.5;
  width: 100%;
}
.modal-inquiry-form .close-button svg line {
  fill: none;
  stroke: #000;
  stroke-miterlimit: 10;
}
.form-login .js-forgot-pass {
  margin-bottom: 60px;
  margin-top: 0;
}
.form-login .js-forgot-pass,
.form-login .js-forgot-pass:hover {
  -webkit-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.form-login .js-forgot-pass:hover {
  color: #fff;
}
.form-login .js-forgot-pass > span {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.form-login button.submit {
  padding: 20px 50px;
}
.form-subscribe {
  max-width: 36.406vw;
  position: relative;
}
@media only screen and (max-width: 1679px) {
  .form-subscribe {
    max-width: 413px;
  }
}
@media only screen and (max-width: 1023px) {
  .form-subscribe {
    max-width: 100%;
  }
}
.form-subscribe .header:empty {
  display: none;
}
.form-subscribe .input-wrap {
  border: 1px solid #267e6e;
  border-radius: 65px;
  display: flex;
  margin-top: 38px;
  position: relative;
}
@media only screen and (min-width: 1680px) {
  .form-subscribe .input-wrap {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 1679px) {
  .form-subscribe .input-wrap {
    margin-top: 20px;
  }
}
.form-subscribe .input-wrap input {
  background-color: transparent;
  color: #267e6e;
  padding: 32px 50px;
}
.form-subscribe .input-wrap input :-moz-placeholder,
.form-subscribe .input-wrap input::-moz-placeholder {
  color: #267e6e;
  text-align: left;
}
.form-subscribe .input-wrap input:-ms-input-placeholder {
  color: #267e6e;
  text-align: left;
}
.form-subscribe .input-wrap input::-webkit-input-placeholder {
  color: #267e6e;
  text-align: left;
}
@media only screen and (min-width: 1680px) {
  .form-subscribe .input-wrap input {
    padding: 32px 2.604vw;
  }
}
@media only screen and (max-width: 1679px) {
  .form-subscribe .input-wrap input {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .form-subscribe .input-wrap input {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 549px) {
  .form-subscribe .input-wrap input {
    padding: 16px 30px;
  }
}
.form-subscribe .input-wrap input:-webkit-autofill,
.form-subscribe .input-wrap input:autofill {
  border-radius: 65px 0 0 65px;
  -webkit-box-shadow: inset 0 0 0 100px transparent;
}
.form-subscribe .input-wrap button.submit {
  border-bottom: 0;
  border-radius: 65px;
  border-top: 0;
  flex: 0 0 auto;
  padding: 36px 58px 30px;
}
@media only screen and (max-width: 1679px) {
  .form-subscribe .input-wrap button.submit {
    padding: 21.5px 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .form-subscribe .input-wrap button.submit {
    padding: 22px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .form-subscribe .input-wrap button.submit {
    color: #003328;
    font-size: 32px;
    padding: 25px 60px;
  }
  .form-subscribe .input-wrap button.submit:before {
    opacity: 1;
  }
}
@media only screen and (max-width: 549px) {
  .form-subscribe .input-wrap button.submit {
    font-size: 21px;
    padding: 17px 30px;
  }
}
.form-subscribe .input-wrap.error-focus {
  border: 1px solid #e6313a;
  -webkit-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: border 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.form-subscribe .input-wrap.error-focus label {
  color: #e6313a;
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.form-subscribe .checkbox-plain {
  margin-top: 20px;
  opacity: 0;
}
.form-subscribe .checkbox-plain label {
  font-size: 16px;
}
.form-subscribe .checkbox-plain label a {
  background-image: linear-gradient(#267e6e, #267e6e);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .form-subscribe .checkbox-plain label a:hover {
    background-image: linear-gradient(#267e6e, #267e6e);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.form-subscribe .checkbox-plain .checkmark {
  border-radius: 0;
  height: 20px;
  width: 20px;
}
.form-subscribe .checkbox-plain .checkmark:before {
  border-radius: 0;
  height: 12px;
  width: 12px;
}
.form-subscribe .checkbox-plain input.error-focus:not(:checked) ~ .checkmark {
  border-color: #e6313a;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  height: 100vh;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.swiper-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-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-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-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px;
}
: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;
}
.button-next.swiper-button-disabled,
.button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 0.35;
  pointer-events: none;
  -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.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 !important;
  text-transform: none;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  right: 10px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: relative;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.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: #fff;
  border-radius: 50%;
  display: inline-block;
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 4px)
  );
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 4px)
  );
}
button.swiper-pagination-bullet {
  -webkit-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: rgba(0, 0, 0, 0.2);
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 35px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin: var(--swiper-pagination-bullet-vertical-gap, 10px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}
.swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  height: 100%;
  left: 0;
  top: 0;
  width: 4px;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
}
.swiper-horizontal > .swiper-scrollbar {
  bottom: 3px;
  height: 5px;
  left: 1%;
  position: absolute;
  width: 98%;
  z-index: 50;
}
.swiper-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-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%;
  object-fit: contain;
}
.swiper-lazy-preloader {
  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-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn);
  }
}
.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-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-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  background: #000;
  bottom: 0;
  content: "";
  filter: blur(50px);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 0;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transform-origin: center bottom;
}
.swiper-controls {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.swiper-controls .buttons-wrap {
  flex-direction: column;
  margin: auto 0;
}
.swiper-controls .buttons-wrap button {
  pointer-events: all;
  -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.swiper-controls .buttons-wrap button svg {
  height: 60px;
  width: 60px;
}
@media only screen and (max-width: 1023px) {
  .swiper-controls .buttons-wrap button svg {
    height: 60px;
    width: 60px;
  }
}
.swiper-controls .buttons-wrap button svg circle {
  stroke: #267e6e;
  -webkit-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.swiper-controls .buttons-wrap button svg path {
  stroke: #262322;
}
.swiper-controls .buttons-wrap button:hover circle {
  stroke: #262322;
  -webkit-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.swiper-controls .pagination {
  padding: 20px 0;
}
.swiper-controls .swiper-fraction {
  margin-bottom: -15px px;
}
.swiper-controls.theme-large .buttons-wrap svg {
  height: 80px;
  width: 80px;
}
*,
:after,
:before {
  box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
hgroup,
main,
nav,
section {
  display: block;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
p {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  left: 0;
  top: -0.5em;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}
th {
  text-align: inherit;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
hr {
  background: var(--color-1);
  border: 0;
  height: 1px;
  width: 100%;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blockquote-footer {
  color: #6c757d;
  display: block;
  font-size: 80%;
}
.blockquote-footer:before {
  content: "\2014\00A0";
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.figure-caption {
  color: #6c757d;
  font-size: 90%;
}
code {
  color: #e83e8c;
  font-size: 87.5%;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 100%;
  font-weight: 700;
  padding: 0;
}
pre {
  color: #212529;
  display: block;
  font-size: 87.5%;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (max-width: 1679px) {
  .container {
    max-width: 2300px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
}
@media only screen and (min-width: 1680px) {
  .container-fluid {
    padding-left: 5.208vw;
    padding-right: 5.208vw;
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .container-fluid {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media only screen and (max-width: 549px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
@media (min-width: 550px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1201px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1680px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  color: #212529;
  margin-bottom: 1rem;
  width: 100%;
}
.table td,
.table th {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}
.table thead th {
  border-bottom: 2px solid #dee2e6;
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  color: #212529;
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
  color: #fff;
}
.table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.table-dark {
  background-color: #343a40;
  color: #fff;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
  color: #fff;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%;
}
.table-responsive > .table-bordered {
  border: 0;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-grid {
  display: grid;
}
@media (min-width: 550px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1201px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1680px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive:before {
  content: "";
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embed-responsive-21by9:before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill-1 {
  flex: 1 !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 550px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1201px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1680px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.absolute-top {
  position: absolute;
}
.absolute-top,
.fixed-top {
  left: 0;
  right: 0;
  top: 0;
  z-index: 1030;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
}
.fixed-bottom {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.text-justify {
  text-align: justify !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 550px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1201px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1680px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase,
section.info .description strong {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
  text-underline-position: under;
}
.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.transparent {
  opacity: 0;
}
.opaque {
  opacity: 1;
}
@media print {
  *,
  :after,
  :before {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    border-color: #dee2e6;
    color: inherit;
  }
}
.hyphens-auto {
  hyphens: auto;
}
.will-change-transform {
  will-change: transform;
}
.lineheight-1 {
  line-height: 1;
}
.text-indent {
  max-width: 1400px;
}
.text-indent p {
  display: inline-block;
  margin: 0;
  text-indent: 35px;
}
.span-columns {
  grid-column: 1/-1;
}
.letterspacing-1 {
  letter-spacing: 1px;
}
.opacity-05 {
  opacity: 0.5;
}
.p-0 {
  padding: 0 !important;
}
.plr-45 {
  padding-left: 45px;
  padding-right: 45px;
}
.pl-20 {
  padding-left: 20px;
}
@media only screen and (max-width: 549px) {
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
}
.flex-grow-1 {
  flex-grow: 1;
}
.mt-auto {
  margin-top: auto;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-200 {
  margin-top: 200px;
}
@media only screen and (max-width: 1023px) {
  .mt-200 {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 549px) {
  .mt-200 {
    margin-top: 100px;
  }
}
.mt-260 {
  margin-top: 260px;
}
.mb-auto {
  margin-bottom: auto;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-260 {
  margin-bottom: 260px;
}
.ml-auto {
  margin-left: auto;
}
.ml-5 {
  margin-left: 5px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.mr-auto {
  margin-right: auto;
}
.events-none {
  pointer-events: none;
}
.events-auto {
  pointer-events: auto;
}
.vh-100 {
  height: 100vh;
}
.c_darkmode,
:root {
  --cc-bg: #f3a6c7;
  --cc-text: #000;
  --cc-btn-primary-bg: #000;
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #1d2e38;
  --cc-btn-secondary-bg: #f3a6c7;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8e0e6;
  --cc-toggle-bg-off: #000;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5dee2;
  --cc-toggle-knob-bg: #000;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #000;
  --cc-cookie-table-border: #000;
  --cc-overlay-bg: rgba(4, 6, 8, 0.85);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}
.cc_div *,
.cc_div :after,
.cc_div :before {
  animation: none;
  background: 0 0;
  border: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  transition: none;
  visibility: unset;
}
.cc_div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2d4156;
  color: var(--cc-text);
  text-rendering: optimizeLegibility;
}
#c-ttl,
#s-bl td:before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
  font-weight: 400;
}
.cc_div a,
.cc_div button,
.cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cc_div a {
  border-bottom: 1px solid;
}
.cc_div a:hover {
  border-color: transparent;
  text-decoration: none;
}
#cm-ov,
#cs-ov,
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}
.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}
.c--anim #cm.bar.slide,
.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide #s-inr,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}
#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  opacity: 1;
  transform: translateX(100%);
}
#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  opacity: 1;
  transform: translateX(-100%);
}
#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}
#cm.top.slide {
  transform: translateY(-1.6em);
}
#cm.bar.slide {
  transform: translateY(100%);
}
#cm.bar.top.slide {
  transform: translateY(-100%);
}
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  visibility: visible !important;
}
.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  opacity: 1 !important;
  visibility: visible !important;
}
#cm {
  background: #000;
  background: var(--cc-bg);
  bottom: 1.25em;
  font-family: inherit;
  left: 50%;
  line-height: normal;
  max-width: 609px;
  opacity: 0;
  padding: 1.1em 1.8em 1.4em;
  position: absolute;
  position: fixed;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
#c-ttl {
  font-size: 14px;
  margin-bottom: 0.7em;
}
.cloud #c-ttl {
  margin-top: -0.15em;
}
#c-txt {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 1.4em;
}
#c-bns {
  text-align: right;
}
.cc_div .c-bn {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#s-cnt #s-rall-bn {
  float: none;
  margin-left: 20px;
}
#s-cnt {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}
#s-bl {
  outline: 0;
}
#s-bl .title {
  margin-top: 1.4em;
}
#s-bl .b-bn,
#s-bl .title:first-child {
  margin-top: 0;
}
#s-bl .b-acc .p {
  font-weight: 400;
  margin-top: 0;
  padding: 0;
}
#s-cnt .b-bn .b-tl {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  width: 100%;
}
#s-cnt .act .b-bn .b-tl {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#s-bl .b-bn {
  position: relative;
}
.title.b-bn {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}
#s-bl .c-bl:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}
#s-bl .c-bl.b-ex {
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}
#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}
#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
  margin-bottom: 0.5em;
}
#s-bl .b-acc {
  display: none;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 10px;
}
#s-bl .act .b-acc {
  display: block;
  max-height: 100%;
  overflow: hidden;
}
#s-cnt .p {
  color: #2d4156;
  color: var(--cc-block-text);
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
}
.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}
#c-vln {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
#cs {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}
#cs,
#s-inr {
  height: 100%;
}
#s-inr {
  margin: 0 auto;
  max-width: 550px;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 4.75em;
  padding-top: 2.75em;
  position: relative;
  visibility: hidden;
}
#s-bns,
#s-hdr,
#s-inr {
  background: #000;
  background: var(--cc-bg);
}
#s-bl {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  padding: 0 30px;
  width: 100%;
}
#s-bns {
  align-items: center;
  display: flex;
  padding: 25px;
}
.cc_div .cc-link {
  border-bottom: 1px solid #253b48;
  border-color: var(--cc-btn-primary-bg);
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  cursor: pointer;
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
}
.cc_div .cc-link:active,
.cc_div .cc-link:hover {
  border-color: transparent;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}
#s-hdr {
  display: table;
  padding: 0 25px;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 2;
}
#s-hdr,
#s-ttl {
  vertical-align: middle;
}
#s-ttl {
  display: table-cell;
  font-size: 1em;
}
#s-c-bn {
  font-size: 22px;
  font-weight: 400;
  height: 22px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
  width: 22px;
}
#s-c-bnc {
  display: flex;
  justify-content: end;
}
.cc_div span.t-lb {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}
#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto;
}
#c-s-in {
  height: 100%;
  height: calc(56% - 4.5em);
  max-height: 37.5em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1023px) {
  #c-s-in {
    height: 100%;
    max-height: 550px;
  }
}
.cc_div .b-tg .c-tgl {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}
.cc_div .b-tg .c-tg {
  background: transparent;
  border: 1px solid #000;
  border-radius: 20px;
  pointer-events: none;
  position: absolute;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.b-tg {
  position: relative;
}
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div span.t-lb {
  cursor: pointer;
  height: 21px;
  width: 34px;
}
.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: transparent;
  border: none;
}
.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}
.cc_div .b-tg .c-tg:after {
  background: #000;
  border: none;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  left: 2px;
  position: relative;
  top: 2px;
  transition: transform 0.25s ease;
  width: 15px;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  background: #f3a6c7;
  transform: translateX(14px);
}
#s-bl table,
#s-bl td,
#s-bl th {
  border: none;
  font-weight: 400;
}
#s-bl tbody tr {
  transition: background-color 0.25s ease;
}
#s-bl table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}
#s-bl td,
#s-bl th {
  font-size: 14px;
  padding: 0.2em 0;
  text-align: left;
  vertical-align: top;
}
#s-bl th {
  font-family: inherit;
  padding: 20px 0 10px;
}
#s-bl thead tr:first-child {
  border-bottom: 1px solid #000;
  border-color: var(--cc-cookie-table-border);
}
.force--consent #cs,
.force--consent #s-cnt {
  width: 100vw;
}
#cm-ov,
#cs-ov {
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: none;
  visibility: hidden;
}
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov,
.show--settings #cs-ov {
  display: block;
}
#cs-ov {
  z-index: 2;
}
.force--consent .cc_div {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  transition: visibility 0.25s linear;
  visibility: hidden;
  width: 100%;
  width: 100vw;
}
.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}
.force--consent #cm {
  position: absolute;
}
.force--consent #cm.bar {
  max-width: 100vw;
  width: 100vw;
}
html.force--consent.show--consent {
  overflow-y: hidden !important;
}
html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}
.cc_div .act .b-bn .b-tl:before,
.cc_div .b-bn .b-tl:before {
  background: #000;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  position: relative;
  top: -3px;
  width: 12px;
}
.cc_div .act .b-bn .b-tl:after,
.cc_div .b-bn .b-tl:after {
  background: #000;
  content: "";
  display: inline-block;
  height: 12px;
  left: 5px;
  margin-right: 10px;
  position: absolute;
  top: 3px;
  width: 1px;
  z-index: 2;
}
.cc_div .act .b-bn .b-tl:after {
  display: none;
}
#s-c-bn:after,
#s-c-bn:before {
  background: #000;
  content: "";
  height: 22px;
  left: 11px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 1px;
}
#s-c-bn:after {
  transform: rotate(-45deg);
}
.cc_div .off-i,
.cc_div .on-i {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  transition: opacity 0.15s ease;
  width: 50%;
}
.cc_div .on-i {
  left: 0;
  opacity: 0;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}
.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}
.force--consent #cm.box.middle,
.force--consent #cm.cloud.middle {
  bottom: auto;
  top: 50%;
  transform: translateY(-37%);
}
#cm.box.center,
#cm.cloud {
  left: 1em;
  margin: 0 auto;
  right: 1em;
}
#cm.cloud {
  max-width: 50em;
  overflow: hidden;
  padding: 1.3em 2em;
  text-align: center;
  width: unset;
}
.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}
.cc_div .cloud #c-inr-i {
  display: table-cell;
  padding-right: 2.4em;
  vertical-align: top;
  width: 70%;
}
.cc_div .cloud #c-txt {
  font-size: 0.85em;
  margin-bottom: 0;
}
.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle;
}
#cm.cloud .c-bn {
  margin: 0.625em 0 0;
  width: 100%;
}
#cm.cloud .c-bn:first-child {
  margin: 0;
}
#cm.cloud.left {
  margin-right: 1.25em;
}
#cm.cloud.right {
  margin-left: 1.25em;
}
#cm.bar {
  border-radius: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 2em;
  position: fixed;
  right: 0;
  width: 100%;
}
#cm.bar #c-inr {
  margin: 0 auto;
  max-width: 32em;
}
#cm.bar #c-bns {
  max-width: 33.75em;
}
#cm.bar #cs {
  padding: 0;
}
.cc_div .bar #c-s-in {
  height: 100%;
  max-height: 100%;
  top: 0;
  transform: none;
}
.cc_div .bar #s-bl,
.cc_div .bar #s-bns,
.cc_div .bar #s-hdr {
  padding-left: 1.6em;
  padding-right: 1.6em;
}
.cc_div .bar #cs {
  padding: 0;
}
.cc_div .bar #s-inr {
  border-radius: 0;
  margin: 0 0 0 auto;
  max-width: 32em;
}
.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}
.cc_div .bar #s-bl thead tr {
  left: -9999px;
  position: absolute;
  top: -9999px;
}
.cc_div .bar #s-bl tr {
  border-top: 1px solid #e3e7ed;
  border-color: var(--cc-cookie-table-border);
}
.cc_div .bar #s-bl td {
  border: none;
  padding-left: 35%;
  position: relative;
}
.cc_div .bar #s-bl td:before {
  black-space: nowrap;
  color: #000;
  color: var(--cc-text);
  content: attr(data-column);
  left: 1em;
  overflow: hidden;
  padding-right: 0.625em;
  position: absolute;
  text-overflow: ellipsis;
}
#cm.top {
  bottom: auto;
  top: 1.25em;
}
#cm.left {
  left: 1.25em;
  right: auto;
}
#cm.right {
  left: auto;
  right: 1.25em;
}
#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}
#cm.bar.top {
  top: 0;
}
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}
.cc_div.ie .bar #c-vln {
  padding-top: 0;
}
.cc_div.ie #cs {
  margin-top: -5.625em;
  max-height: 37.5em;
  position: relative;
  top: 0;
}
.cc_div.ie .bar #cs {
  margin-top: 0;
  max-height: 100%;
}
.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}
.cc_div.ie #c-s-in {
  top: 0;
}
.cc_div.ie .b-tg {
  margin-bottom: 0.7em;
  padding-left: 1em;
}
.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}
.cc_div.ie #s-bl table {
  overflow: auto;
}
.cc_div.ie .b-tg .c-tg {
  display: none;
}
.cc_div.ie .b-tg .c-tgl {
  display: inline-block;
  height: auto;
  margin-bottom: 0.2em;
  position: relative;
  vertical-align: middle;
}
.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}
.cc_div.ie .bar #s-bl td:before {
  display: none;
}
.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}
.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}
.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}
.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}
#s-sv-bn {
  background: rgba(28, 31, 36, 0.4);
  margin-left: auto;
  margin-right: 0;
  padding: 10px 15px;
}
#s-sv-bn,
#s-sv-bn:hover {
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
#s-sv-bn:hover {
  background: #000;
  color: #fff;
}
#s-bns button {
  letter-spacing: 1px;
}
@media only screen and (max-width: 1023px) {
  #s-bns button {
    font-size: 11px;
  }
}
.accept-cookies {
  bottom: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  position: fixed;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10002;
}
.accept-cookies .inner-wrap {
  background: #f3a6c7;
  border-radius: 40px 40px 0 0;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  padding: 20px 30px;
  pointer-events: auto;
}
@media only screen and (max-width: 549px) {
  .accept-cookies .inner-wrap {
    border-radius: 25px 25px 0 0;
  }
}
.accept-cookies .inner-wrap .description {
  max-width: 380px;
}
.accept-cookies .inner-wrap .description a {
  background-position: 0 100%;
  background-size: 100% 1px;
  color: #e6313a;
  position: relative;
}
.accept-cookies .inner-wrap .description a,
.accept-cookies .inner-wrap .description a:hover {
  background-image: linear-gradient(grey, grey);
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.accept-cookies .inner-wrap .description a:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
}
.accept-cookies .inner-wrap .links-wrap {
  font-size: 14px;
  line-height: 20px;
}
.accept-cookies .inner-wrap .links-wrap a {
  background-position: 0 100%;
  background-size: 100% 1px;
  color: #000 !important;
  display: inline-block;
  position: relative;
}
.accept-cookies .inner-wrap .links-wrap a,
.accept-cookies .inner-wrap .links-wrap a:hover {
  background-image: linear-gradient(grey, grey);
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.accept-cookies .inner-wrap .links-wrap a:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
}
.accept-cookies .inner-wrap .links-wrap button {
  background-position: 0 100%;
  background-size: 100% 1px;
  position: relative;
}
.accept-cookies .inner-wrap .links-wrap button,
.accept-cookies .inner-wrap .links-wrap button:hover {
  background-image: linear-gradient(grey, grey);
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.accept-cookies .inner-wrap .links-wrap button:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
}
.accept-cookies .inner-wrap svg.heart {
  margin: 0 15px;
}
.accept-cookies .inner-wrap .button-wrap button {
  color: #000;
  display: block;
  line-height: 1.2;
  position: relative;
}
.accept-cookies .inner-wrap .button-wrap button,
.accept-cookies .inner-wrap .button-wrap button:hover {
  -webkit-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.accept-cookies .inner-wrap .button-wrap button:hover {
  color: #e6313a;
}
@media only screen and (max-width: 549px) {
  .accept-cookies .inner-wrap .button-wrap button {
    margin: 15px 0;
  }
}
.accept-cookies .inner-wrap .button-wrap button span {
  background-position: 0 100%;
  background-size: 100% 1px;
  display: block;
  position: relative;
}
.accept-cookies .inner-wrap .button-wrap button span,
.accept-cookies .inner-wrap .button-wrap button span:hover {
  background-image: linear-gradient(grey, grey);
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.accept-cookies .inner-wrap .button-wrap button span:hover {
  background-position: 100% 100%;
  background-size: 0 1px;
}
.accept-cookies .close-btn {
  overflow: hidden;
  pointer-events: auto;
  position: absolute;
  right: 15px;
  top: 20px;
}
.accept-cookies .close-btn svg {
  height: auto;
  width: 70px;
}
.accept-cookies .close-btn svg line {
  stroke: #000;
  stroke-width: 1px;
  transform-origin: 50% 50%;
}
.accept-cookies .close-btn svg line,
.accept-cookies .close-btn:hover line {
  -webkit-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: stroke 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.accept-cookies .close-btn:hover line {
  stroke: #e6313a;
}
@media only screen and (max-width: 549px) {
  .accept-cookies {
    max-width: 100%;
    width: 100%;
  }
  .accept-cookies .inner-wrap {
    padding: 10px 25px;
  }
}
section.pagination {
  margin-top: 280px;
}
section.pagination .prev-wrap {
  margin-right: 90px;
  order: 1;
}
section.pagination .prev-wrap:empty {
  display: none;
}
section.pagination .next-wrap {
  order: 2;
}
section.pagination .next-wrap:empty {
  display: none;
}
section.pagination .next-wrap a,
section.pagination .prev-wrap a {
  background-image: linear-gradient(var(--color-1), var(--color-1));
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  section.pagination .next-wrap a:hover,
  section.pagination .prev-wrap a:hover {
    background-image: linear-gradient(var(--color-1), var(--color-1));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
section.pagination ul {
  margin-left: auto;
  order: 3;
}
section.pagination ul li {
  padding: 0 10px;
}
section.pagination ul li a {
  background-image: linear-gradient(var(--color-1), var(--color-1));
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 3px;
  display: block;
  min-width: 15px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  section.pagination ul li a:hover {
    background-image: linear-gradient(var(--color-1), var(--color-1));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 3px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
section.pagination ul li.current a {
  background-image: linear-gradient(var(--color-1), var(--color-1));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 3px;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
section.pagination .magnetic-link {
  flex: 0 0 auto;
  margin-left: 70px;
  order: 4;
}
.x-button {
  isolation: isolate;
  overflow: hidden;
  padding: 22px 50px 28px;
  position: relative;
}
@media only screen and (min-width: 1680px) {
  .x-button {
    padding: 1.27vw 2.604vw 1.458vw;
  }
}
@media only screen and (max-width: 549px) {
  .x-button {
    padding: 22px 50px;
  }
}
.x-button.inactive {
  pointer-events: none;
}
.x-button:before {
  content: "";
  display: block;
  height: 100%;
  isolation: isolate;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 100%;
  z-index: 0;
}
.x-button .inner-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  top: 2px;
}
.x-button .inner-wrap .label_2 {
  position: absolute;
  top: 0;
}
.x-button.theme-clear-green-light {
  border: 1px solid #267e6e;
  color: #267e6e;
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.x-button.theme-clear-green-light:before {
  background: #267e6e;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .x-button.theme-clear-green-light:hover {
    color: #ece8de;
    -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .x-button.theme-clear-green-light:hover:before {
    opacity: 1;
    -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.x-button.theme-green-light {
  border: 1px solid #267e6e;
  color: #267e6e;
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.x-button.theme-green-light:before {
  background: #267e6e;
}
@media only screen and (min-width: 1024px) {
  .x-button.theme-green-light:hover {
    color: #ece8de;
    -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .x-button.theme-green-light:hover:before {
    opacity: 1;
    -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.x-button.theme-green {
  border: 1px solid #003328;
  color: #003328;
  -webkit-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.x-button.theme-green:before {
  background: #003328;
}
@media only screen and (min-width: 1024px) {
  .x-button.theme-green:hover {
    color: #ece8de;
    -webkit-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .x-button.theme-green:hover:before {
    opacity: 1;
    -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.x-button.theme-white {
  border: 1px solid #ece8de;
  color: #ece8de;
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.x-button.theme-white:before {
  background: #ece8de;
}
@media only screen and (min-width: 1024px) {
  .x-button.theme-white:hover {
    color: #003328;
    -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .x-button.theme-white:hover:before {
    opacity: 1;
    -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.x-button.theme-yellow {
  background: #ffcc32;
  border: 1px solid #ffcc32;
  color: #003328;
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.x-button.theme-yellow:before {
  background: #003328;
}
@media only screen and (min-width: 1024px) {
  .x-button.theme-yellow:hover {
    border-color: #003328;
    color: #ece8de;
    -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .x-button.theme-yellow:hover:before {
    opacity: 1;
    -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.x-button.theme-red {
  border: 1px solid #ece8de;
  color: #ece8de;
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.x-button.theme-red:before {
  background: #e6313a;
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .x-button.theme-red:hover {
    border-color: #e6313a;
    color: #262322;
    -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
  .x-button.theme-red:hover:before {
    opacity: 1;
    -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.x-button .responder span {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  visibility: hidden;
}
section.details {
  display: grid;
  min-height: 100vh;
  padding-top: 8.854vw;
  place-content: center;
}
section.details ul.gallery-wrap {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  height: 100%;
  padding: 7.813vw 50px 15.625vw;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  section.details ul.gallery-wrap {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 549px) {
  section.details ul.gallery-wrap {
    padding: 80px 15px;
  }
}
section.details ul.gallery-wrap li {
  position: relative;
}
section.details ul.gallery-wrap li:first-child {
  grid-column: 3/5;
  left: -3.125vw;
  top: -10.417vw;
}
@media only screen and (max-width: 1023px) {
  section.details ul.gallery-wrap li:first-child {
    grid-column: 1/4;
    left: auto;
    top: auto;
  }
}
section.details ul.gallery-wrap li:nth-child(2) {
  grid-column: 8/-1;
  left: -4.167vw;
  top: 8.333vw;
}
@media only screen and (max-width: 1023px) {
  section.details ul.gallery-wrap li:nth-child(2) {
    grid-column: 6/-1;
    left: auto;
    top: 60px;
  }
}
section.details ul.gallery-wrap li:nth-child(3) {
  grid-area: 2/3/4/8;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  section.details ul.gallery-wrap li:nth-child(3) {
    grid-area: 2/1/4/-1;
  }
}
section.details ul.gallery-wrap li:nth-child(4) {
  grid-column: 1/3;
  left: 130px;
  top: 12.5vw;
}
@media only screen and (max-width: 1023px) {
  section.details ul.gallery-wrap li:nth-child(4) {
    display: none;
  }
}
section.details ul.gallery-wrap li:nth-child(5) {
  grid-column: 8/10;
  left: -3.125vw;
  top: 30vw;
}
@media only screen and (max-width: 1023px) {
  section.details ul.gallery-wrap li:nth-child(5) {
    grid-column: 1/5;
    left: auto;
    margin-top: 100px;
    top: auto;
  }
}
section.details ul.gallery-wrap li:nth-child(6) {
  grid-column: 4/5;
  left: -5.208vw;
  top: 5.208vw;
}
@media only screen and (max-width: 1023px) {
  section.details ul.gallery-wrap li:nth-child(6) {
    grid-column: 6/-1;
    left: auto;
    margin-top: 50px;
    top: auto;
  }
}
section.details ul.gallery-wrap li:nth-child(6) .x-image {
  width: 14.063vw;
}
@media only screen and (max-width: 1023px) {
  section.details ul.gallery-wrap li:nth-child(6) .x-image {
    width: auto;
  }
}
section.details .text-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  width: 60vw;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  section.details .text-wrap {
    align-items: normal;
    padding: 0;
    width: 100%;
  }
  section.details .text-wrap .title {
    max-width: 600px;
  }
}
section.details .text-wrap .description {
  margin-top: 3.646vw;
  max-width: 28.906vw;
}
@media only screen and (max-width: 1023px) {
  section.details .text-wrap .description {
    max-width: 550px;
  }
}
section.details .text-wrap .description a {
  background-image: linear-gradient(#ece8de, #ece8de);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  section.details .text-wrap .description a:hover {
    background-image: linear-gradient(#ece8de, #ece8de);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
section.hero {
  display: grid;
  height: 100vh;
  height: 100svh;
  place-content: center;
  position: relative;
  width: 100%;
  z-index: auto;
}
@media only screen and (max-width: 549px) {
  section.hero {
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    max-height: 100vh;
  }
}
section.hero .title {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  white-space: nowrap;
  z-index: 10;
}
section.hero ul.gallery-wrap {
  display: grid;
  gap: 100px 20px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr;
  height: 100vh;
  left: -20px;
  overflow: hidden;
  position: relative;
  width: calc(100vw + 40px);
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  section.hero ul.gallery-wrap {
    align-items: center;
    display: flex;
    gap: 0;
    height: auto;
    justify-content: center;
    left: 50%;
    max-width: 500px;
    overflow: visible;
    padding: 100px 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    width: 100%;
    z-index: 0;
  }
}
section.hero ul.gallery-wrap li:nth-child(6n + 1) {
  grid-column: 2/4;
  height: 20.573vw;
  margin-left: 40px;
  margin-top: auto;
  position: relative;
  width: 15.885vw;
}
@media only screen and (max-width: 1023px) {
  section.hero ul.gallery-wrap li:nth-child(6n + 1) {
    bottom: 20px;
    grid-column: initial;
    height: 123px;
    left: 10px;
    margin: initial;
    width: 103px;
  }
}
section.hero ul.gallery-wrap li:nth-child(6n + 2) {
  grid-column: 7/9;
  height: 9.948vw;
  margin: auto 0;
  width: 90%;
  width: 13.594vw;
}
@media only screen and (max-width: 1023px) {
  section.hero ul.gallery-wrap li:nth-child(6n + 2) {
    grid-column: initial;
    height: 360px;
    margin: initial;
    width: 260px;
  }
}
section.hero ul.gallery-wrap li:nth-child(6n + 3) {
  grid-column: 11/-1;
  height: 20.573vw;
  margin: 0 -20px auto auto;
  width: 15.885vw;
}
@media only screen and (max-width: 1023px) {
  section.hero ul.gallery-wrap li:nth-child(6n + 3) {
    grid-column: initial;
    height: 132px;
    left: -10px;
    margin: initial;
    position: relative;
    top: 60px;
    width: 100px;
  }
}
section.hero ul.gallery-wrap li:nth-child(6n + 4) {
  grid-column: 1/3;
  height: 15.052vw;
  margin-top: auto;
  width: 12.917vw;
}
section.hero ul.gallery-wrap li:nth-child(6n + 5) {
  grid-column: 4/6;
  height: 9.531vw;
  margin: auto 40px;
  width: 13.646vw;
}
section.hero ul.gallery-wrap li:nth-child(6n + 6) {
  grid-column: 9/11;
  height: 19.844vw;
  margin: 0 40px auto;
  width: 14.948vw;
}
section.hero ul.gallery-wrap li .x-image {
  display: block;
  height: 100%;
}
section.hero ul.gallery-wrap li .x-image img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1023px) {
  section.hero ul.gallery-wrap li:nth-child(1n + 4) {
    display: none;
  }
  section.hero ul.gallery-wrap li:first-child {
    flex: 0 0 auto;
    height: 211px;
    left: 100px;
    margin: 0 0 auto;
    top: -65px;
    width: 176px;
    z-index: 1;
  }
  section.hero ul.gallery-wrap li:nth-child(2) {
    flex: 1 0 auto;
    height: 617px;
    margin: auto;
    width: 449px;
    z-index: 0;
  }
  section.hero ul.gallery-wrap li:nth-child(2) .x-image {
    border-radius: 21px;
  }
  section.hero ul.gallery-wrap li:nth-child(3) {
    bottom: -65px;
    flex: 0 0 auto;
    height: 226px;
    left: -100px;
    margin: auto 0 0;
    width: 171px;
    z-index: 1;
  }
}
@media only screen and (max-width: 549px) {
  section.hero ul.gallery-wrap li:first-child {
    flex: 0 0 auto;
    height: 121px;
    left: 63px;
    top: -65px;
    width: 102px;
  }
  section.hero ul.gallery-wrap li:nth-child(2) {
    height: 360px;
    width: 262px;
  }
  section.hero ul.gallery-wrap li:nth-child(3) {
    bottom: -65px;
    flex: 0 0 auto;
    height: 136px;
    left: -63px;
    width: 102px;
  }
}
section.hero .js-scroll-to {
  bottom: 30px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
section.hero .js-scroll-to svg {
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  section.hero .js-scroll-to svg {
    height: auto;
    width: 126px;
  }
}
section.hero .js-scroll-to svg path {
  fill: #003328;
}
section.hero .js-scroll-to:hover path.path-arrow {
  animation: bounce-d 1.2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
section.hero.background-white path,
section.hero.background-yellow path {
  fill: #003328;
}
section.hero.background-green path {
  fill: #ece8de !important;
}
section.hero.background-red path {
  fill: #003328;
}
section.image-title-list {
  display: grid;
  position: relative;
  width: 100%;
  z-index: 1;
}
section.image-title-list .number-list-wrap {
  margin: 232px 98px 231px 100px;
}
section.image-title-list .number-list-wrap .list-title {
  display: flex;
}
section.image-title-list .number-list-wrap .list-title p {
  flex: 2 0 auto;
  margin: 0;
}
section.image-title-list .number-list-wrap .list-title ul {
  flex: 1 0 auto;
  max-height: 143px;
  overflow: hidden;
}
section.image-title-list .number-list-wrap .list-title ul li {
  color: #267e6e;
}
section.image-title-list .number-list-wrap ul.number-list {
  column-gap: 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 183px;
  row-gap: 72px;
}
section.image-title-list .number-list-wrap ul.number-list li.item-wrap {
  border-bottom: 1px solid #267e6e;
  display: flex;
  justify-content: space-between;
}
section.image-title-list .number-list-wrap ul.number-list li.item-wrap .text {
  align-self: end;
  margin-bottom: 20px;
}
section.image-title-list
  .number-list-wrap
  ul.number-list
  li.item-wrap.footnote {
  border-bottom: none;
}
.impact-contact {
  display: grid;
  position: relative;
}
@media only screen and (max-width: 1679px) {
  .impact-contact {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .impact-contact {
    padding: 0;
  }
}
.impact-contact .impact-wrap {
  align-items: center;
  column-gap: 155px;
  display: grid;
  grid-template-columns: minmax(200px, 500px) minmax(0, 210px) minmax(
      200px,
      500px
    );
  height: 100%;
  max-width: 100%;
  padding: 225px 0;
  place-content: center;
  position: relative;
}
.impact-contact .impact-wrap:before {
  background-color: #003328;
  content: " ";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1px;
}
@media only screen and (min-width: 1680px) {
  .impact-contact .impact-wrap {
    column-gap: 5.5vw;
    grid-template-columns: minmax(10.417vw, 28vw) minmax(0, 10.938vw) minmax(
        10.417vw,
        28vw
      );
    padding: 11.719vw 0;
  }
}
@media only screen and (max-width: 1679px) {
  .impact-contact .impact-wrap {
    column-gap: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .impact-contact .impact-wrap {
    padding: 80px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .impact-contact .impact-wrap {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 115px 20px;
    row-gap: 35px;
  }
  .impact-contact .impact-wrap:before {
    height: 1px;
    width: 100%;
  }
}
@media only screen and (max-width: 549px) {
  .impact-contact .impact-wrap {
    padding: 60px 20px;
  }
}
.impact-contact .impact-wrap .graphic {
  display: grid;
  margin: auto;
  order: 2;
  width: 100%;
  z-index: 2;
  z-index: 10;
}
.impact-contact .impact-wrap .graphic svg {
  display: block;
  height: auto;
  width: 100%;
}
.impact-contact .impact-wrap .graphic .x-image {
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .impact-contact .impact-wrap .graphic .x-image {
    max-width: 180px;
  }
}
@media only screen and (max-width: 549px) {
  .impact-contact .impact-wrap .graphic .x-image {
    max-width: 105px;
  }
}
.impact-contact .impact-wrap a.btn {
  align-items: center;
  border: 1px solid #003328;
  border-radius: 75px;
  display: flex;
  max-height: 135px;
  max-width: 530px;
  padding: 70px 20px 62px;
  place-content: center;
  z-index: 10;
}
@media only screen and (min-width: 1680px) {
  .impact-contact .impact-wrap a.btn {
    border-radius: 3.906vw;
    max-height: 7vw;
    max-width: 45.513vw;
    padding: 3vw 4vw;
  }
}
@media only screen and (max-width: 1200px) {
  .impact-contact .impact-wrap a.btn {
    padding: 40px 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 549px) {
  .impact-contact .impact-wrap a.btn {
    max-width: 255px;
    padding: 23px 20px 20px;
    width: 100%;
  }
}
.impact-contact .impact-wrap a.btn:first-of-type {
  order: 1;
}
.impact-contact .impact-wrap a.btn:last-of-type {
  order: 3;
}
section.info {
  padding-top: 5.833vw;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  section.info {
    padding: 240px 20px 120px;
  }
}
@media only screen and (max-width: 549px) {
  section.info {
    padding: 120px 0;
  }
}
section.info .description {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  section.info .description {
    line-height: 1.2;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 549px) {
  section.info .description {
    padding: 0;
  }
}
section.info .description strong {
  display: block;
  margin-top: 60px;
}
@media only screen and (max-width: 1023px) {
  section.info .description strong {
    font-size: 50px;
    line-height: 1;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 549px) {
  section.info .description strong {
    font-size: 29px;
  }
}
section.info ul.gallery-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, auto));
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  section.info ul.gallery-wrap {
    padding: 0 15px;
  }
}
section.info ul.gallery-wrap li {
  position: relative;
}
section.info ul.gallery-wrap li:first-child {
  grid-column: 1/4;
  grid-row: 1/3;
  margin: 0 auto;
  max-width: 19.063vw;
  top: -15vw;
}
@media only screen and (max-width: 1023px) {
  section.info ul.gallery-wrap li:first-child {
    max-width: 214px;
  }
}
@media only screen and (max-width: 549px) {
  section.info ul.gallery-wrap li:first-child {
    max-width: 125px;
  }
}
section.info ul.gallery-wrap li:nth-child(2) {
  grid-area: 1/1/3/4;
}
section.info ul.gallery-wrap li:nth-child(3) {
  bottom: 19vw;
  grid-column: 1/2;
  grid-row: 1/3;
  margin-top: auto;
  max-width: 19.063vw;
}
@media only screen and (max-width: 1023px) {
  section.info ul.gallery-wrap li:nth-child(3) {
    bottom: 200px;
    left: 0;
    max-width: 182px;
  }
}
@media only screen and (max-width: 549px) {
  section.info ul.gallery-wrap li:nth-child(3) {
    left: auto;
    max-width: 100px;
  }
}
section.info ul.gallery-wrap li:nth-child(4) {
  grid-column: 3/-1;
  grid-row: 2/-1;
  left: 8vw;
  margin-top: auto;
  max-width: 21.875vw;
  top: -6vw;
}
@media only screen and (max-width: 1023px) {
  section.info ul.gallery-wrap li:nth-child(4) {
    left: 0;
    max-width: 213px;
  }
}
@media only screen and (max-width: 549px) {
  section.info ul.gallery-wrap li:nth-child(4) {
    left: auto;
    max-width: 125px;
  }
}
section.info ul.gallery-wrap li .x-image {
  position: relative;
}
section.info.blend-mode-luminocity .x-image:after {
  background-color: #003328;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: color;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.js-draggable {
  height: 100vh;
  position: relative;
  width: 100vw;
}
.js-draggable .draggable-wrapper {
  display: flex;
  left: 0;
  position: absolute;
  z-index: 1;
}
.js-draggable .js-draggable-item {
  position: relative;
  z-index: 1;
}
.js-draggable .js-draggable-item a {
  -webkit-user-drag: none;
  pointer-events: auto;
  user-select: none;
}
.js-draggable .proxy {
  height: 100px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.js-loopslider {
  overflow: hidden;
  width: 100vw;
}
.js-loopslider .loopslider-wrapper {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.js-loopslider .js-loopslider-item {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}
.js-loopslider .js-loopslider-item a {
  -webkit-user-drag: none;
  pointer-events: auto;
  user-select: none;
}
.js-loopslider .js-loopslider-item .js-loopslider-image-wrap {
  overflow: hidden;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.js-loopslider .js-loopslider-item .js-loopslider-image-wrap img {
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.js-marquee-container {
  overflow: hidden;
  width: 100%;
  z-index: 11;
}
.js-marquee-container .js-marquee {
  will-change: transform;
}
.modal {
  height: 100vh;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modal .modal-blocker {
  background: #000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.theme-pinned {
  z-index: 0;
}
.modal.theme-categories .modal-blocker {
  width: 500px;
}
.modal.theme-categories .modal-blocker .close-button {
  position: absolute;
  right: 30px;
  top: 30px;
}
a.next-post-auto {
  background: rgba(0, 0, 0, 0.2);
  height: 550px;
  margin-top: 280px;
  position: relative;
}
a.next-post-auto img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
a.next-post-auto .inner-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
a.next-post-auto .inner-wrap .coming-next {
  margin-bottom: 40px;
  margin-top: 40px;
}
a.next-post-auto .inner-wrap .meta-box {
  margin-bottom: 25px;
}
a.next-post-auto .inner-wrap .progress {
  background: hsla(0, 0%, 100%, 0.4);
  height: 1px;
  margin: auto auto 50px;
  position: relative;
  width: 250px;
}
a.next-post-auto .inner-wrap .progress .bar {
  background: #ffcc32;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
}
.modal-menu {
  display: grid;
  height: 100%;
  place-content: center;
  pointer-events: none;
  position: fixed;
  width: 100%;
}
.modal-menu .blocker {
  background: #267e6e;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 100%;
  z-index: -1;
}
.modal-menu.open {
  pointer-events: auto;
}
.modal-menu.open:before {
  -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal-menu .close-x-button {
  display: inline-block;
}
.modal-menu .close-x-button svg {
  height: auto;
  width: 70px;
}
@media only screen and (min-width: 1680px) {
  .modal-menu .close-x-button svg {
    width: 3.646vw;
  }
}
@media only screen and (max-width: 549px) {
  .modal-menu .close-x-button svg {
    width: 63px;
  }
}
.modal-menu .close-x-button svg line {
  -webkit-transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal-menu .close-x-button svg circle {
  -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal-menu .close-x-button:hover line {
  stroke: #ece8de;
  -webkit-transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: stroke 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal-menu .close-x-button:hover circle {
  fill: #003328;
  -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal-menu a.brand {
  margin: 0 23px 0 0;
}
@media only screen and (max-width: 1023px) {
  .modal-menu a.brand {
    margin: auto;
  }
}
.modal-menu a.brand svg.logo {
  height: 83px;
  width: auto;
}
@media only screen and (min-width: 1680px) {
  .modal-menu a.brand svg.logo {
    height: 4.323vw;
  }
}
@media only screen and (max-width: 549px) {
  .modal-menu a.brand svg.logo {
    height: 62px;
  }
}
.modal-menu a.brand svg.logo path {
  fill: #003328;
}
@media only screen and (max-width: 1023px) {
  .modal-menu a.brand svg.logo {
    height: auto;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 549px) {
  .modal-menu a.brand svg.logo {
    width: 150px;
  }
}
.modal-menu ul.inner-wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  height: 100%;
  justify-content: space-between;
  left: 0;
  padding: 50px 100px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1679px) {
  .modal-menu ul.inner-wrap {
    grid-template-rows: repeat(2, minmax(0, 1fr));
    padding: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .modal-menu ul.inner-wrap {
    justify-content: normal;
  }
}
@media only screen and (max-width: 549px) {
  .modal-menu ul.inner-wrap {
    padding: 30px 15px;
  }
}
.modal-menu ul.inner-wrap > li:nth-child(2) {
  margin: 0 auto;
}
.modal-menu ul.inner-wrap > li:nth-child(3) {
  margin-left: auto;
}
@media only screen and (max-width: 1023px) {
  .modal-menu ul.inner-wrap > li:nth-child(3) {
    grid-column: 2/3;
    margin: auto auto 0;
    order: 5;
  }
}
.modal-menu ul.inner-wrap > li:nth-child(4) {
  margin-top: auto;
}
@media only screen and (max-width: 1023px) {
  .modal-menu ul.inner-wrap > li:nth-child(4) {
    grid-column: 1/2;
    margin: auto 0 0 auto;
    order: 4;
  }
}
.modal-menu ul.inner-wrap > li:nth-child(4) a {
  display: inline-block;
}
.modal-menu ul.inner-wrap > li:nth-child(5) {
  margin-left: auto;
  margin-top: auto;
  order: 5;
}
@media only screen and (max-width: 1023px) {
  .modal-menu ul.inner-wrap > li:nth-child(5) {
    margin: auto auto 0 0;
    order: 5;
  }
}
.modal-menu ul.inner-wrap > li:nth-child(6) {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}
@media only screen and (max-width: 1023px) {
  .modal-menu ul.inner-wrap > li:nth-child(6) {
    grid-column: 1/-1;
    margin-top: 30px;
    order: 6;
  }
  .modal-menu ul.inner-wrap > li:nth-child(6) li {
    margin: 0 7px;
  }
  .modal-menu ul.inner-wrap > li:nth-child(6) li:not(:last-child) a span:after {
    content: "/";
    display: inline-block;
    left: 7px;
    position: relative;
  }
}
.modal-menu ul.modal-social-menu {
  display: flex;
  margin-top: -34px;
}
@media only screen and (max-width: 1023px) {
  .modal-menu ul.modal-social-menu {
    margin-top: 0;
  }
}
.modal-menu ul.modal-social-menu li {
  margin: 0 20px;
}
.modal-menu ul.modal-social-menu li a {
  display: flex;
}
.modal-menu ul.modal-social-menu li span {
  background-image: linear-gradient(#003328, #003328);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .modal-menu ul.modal-social-menu li span:hover {
    background-image: linear-gradient(#003328, #003328);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.modal-menu .modal-corner-item {
  background-image: linear-gradient(#003328, #003328);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .modal-menu .modal-corner-item:hover {
    background-image: linear-gradient(#003328, #003328);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.modal-menu .modal-top-menu {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 549px) {
  .modal-menu .modal-top-menu li {
    margin: 5px 0;
  }
}
.modal-menu .modal-top-menu li a {
  background-image: linear-gradient(#ffcc32, #ffcc32);
  background-position: 100% calc(50% - 4px);
  background-repeat: no-repeat;
  background-size: 0 20px;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .modal-menu .modal-top-menu li a:hover {
    background-image: linear-gradient(#ffcc32, #ffcc32);
    background-position: 0 calc(50% - 4px);
    background-repeat: no-repeat;
    background-size: 100% 20px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.modal-menu .modal-top-menu li a span {
  line-height: 78%;
  -webkit-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.modal-menu[data-theme="theme-blue"] .blocker {
  background: #5480fb;
}
.modal-menu[data-theme="theme-blue"] .modal-top-menu a {
  background-image: linear-gradient(#ffcc32, #ffcc32);
}
.modal-menu[data-theme="theme-blue"] .modal-top-menu a:hover span {
  color: #ffcc32;
}
.modal-menu[data-theme="theme-red"] .blocker {
  background: #e6313a;
}
.modal-menu[data-theme="theme-red"] .modal-top-menu a {
  background-image: linear-gradient(#f3a6c7, #f3a6c7) !important;
}
.modal-menu[data-theme="theme-red"] .modal-top-menu a:hover span {
  color: #f3a6c7;
}
.modal-menu[data-theme="theme-yellow"] .blocker {
  background: #ffcc32;
}
.modal-menu[data-theme="theme-yellow"] .modal-top-menu a {
  background-image: linear-gradient(#267e6e, #267e6e) !important;
}
.modal-menu[data-theme="theme-yellow"] .modal-top-menu a:hover span {
  color: #267e6e;
}
.modal-menu[data-theme="theme-green"] .blocker {
  background: #267e6e;
}
.modal-menu[data-theme="theme-green"] .modal-top-menu a:hover span {
  color: #003328;
}
section.title-desc-image-list {
  padding: 13.021vw 6.771vw;
}
@media only screen and (max-width: 1200px) {
  section.title-desc-image-list {
    padding: 13.021vw 50px;
  }
}
@media only screen and (max-width: 1023px) {
  section.title-desc-image-list {
    padding: 0 75px 100px;
  }
}
@media only screen and (max-width: 549px) {
  section.title-desc-image-list {
    padding: 0 15px 100px;
  }
}
section.title-desc-image-list ul.list-wrap li.item-wrap {
  column-gap: 9.375vw;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
section.title-desc-image-list
  ul.list-wrap
  li.item-wrap:nth-child(2n)
  div.text-wrap {
  margin-top: auto;
  order: 5;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  section.title-desc-image-list ul.list-wrap li.item-wrap {
    grid-template-columns: 1fr;
  }
  section.title-desc-image-list
    ul.list-wrap
    li.item-wrap:nth-child(2n)
    div.text-wrap {
    margin-top: 80px;
    order: 0;
  }
}
section.title-desc-image-list ul.list-wrap li.item-wrap .text-wrap {
  color: #ece8de;
  display: flex;
  flex-direction: column;
  margin-top: 5.208vw;
  max-width: 36vw;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  section.title-desc-image-list ul.list-wrap li.item-wrap .text-wrap {
    margin-bottom: 40px;
    margin-top: 90px;
    max-width: none;
  }
}
section.title-desc-image-list ul.list-wrap li.item-wrap .text-wrap .subtitle,
section.title-desc-image-list ul.list-wrap li.item-wrap .text-wrap .title {
  margin-bottom: 1.302vw;
}
section.title-desc-image-list
  ul.list-wrap
  li.item-wrap
  .text-wrap
  .description {
  margin-bottom: 75px;
  margin-top: 9px;
  max-width: 28.802vw;
}
@media only screen and (max-width: 1200px) {
  section.title-desc-image-list
    ul.list-wrap
    li.item-wrap
    .text-wrap
    .description {
    margin-bottom: 0;
    margin-top: 25px;
    max-width: none;
  }
  section.title-desc-image-list
    ul.list-wrap
    li.item-wrap
    .text-wrap
    .description
    p:first-child {
    margin-top: 0;
  }
}
section.title-desc-image-list ul.list-wrap li.item-wrap .text-wrap .cta-wrap {
  display: flex;
  position: relative;
}
section.title-desc-image-list
  ul.list-wrap
  li.item-wrap
  .text-wrap
  .cta-wrap
  a.btn {
  align-items: center;
  display: flex;
  padding: 24px 44px;
  place-content: center;
}
@media only screen and (min-width: 1680px) {
  section.title-desc-image-list
    ul.list-wrap
    li.item-wrap
    .text-wrap
    .cta-wrap
    a.btn {
    padding: 1.25vw 2.292vw;
  }
}
section.title-desc-image-list ul.list-wrap li.item-wrap .text-wrap ul {
  padding-left: 20px;
}
section.title-desc-image-list ul.list-wrap li.item-wrap .text-wrap ul li {
  align-items: start;
  display: flex;
  margin-bottom: 10px;
}
section.title-desc-image-list
  ul.list-wrap
  li.item-wrap
  .text-wrap
  ul
  li:before {
  background: #003328;
  border-radius: 100%;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 3px;
  left: 0;
  margin-right: 17px;
  margin-top: 14px;
  width: 3px;
}
section.title-sub-desc-gallery {
  column-gap: 4.167vw;
  background-color: #F3E5C0 !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 7.021vw 6.771vw;
  position: relative;
  row-gap: clamp(20px, 20vw, 60px);
}
@media only screen and (max-width: 1200px) {
  section.title-sub-desc-gallery {
    padding: 13.021vw 50px;
  }
}
@media only screen and (max-width: 1023px) {
  section.title-sub-desc-gallery {
    grid-template-columns: 100%;
    padding: 80px 75px;
  }
}
@media only screen and (max-width: 549px) {
  section.title-sub-desc-gallery {
    padding: 80px 15px;
  }
  section.title-sub-desc-gallery:first-child {
    padding-bottom: 0;
  }
}
section.title-sub-desc-gallery .gallery-image:first-of-type {
  order: 1;
}
section.title-sub-desc-gallery .gallery-image:nth-of-type(2) {
  margin-top: -60px;
  order: 4;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-desc-gallery .gallery-image:nth-of-type(2) {
    margin: 0;
    order: 3;
  }
}
section.title-sub-desc-gallery .text-wrap {
  color: #ece8de;
  display: flex;
  flex-direction: column;
  margin-top: 5.208vw;
  min-height: 530px;
  order: 2;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-desc-gallery .text-wrap {
    margin-bottom: 90px;
    margin-top: 90px;
    min-height: auto;
  }
}
@media only screen and (max-width: 549px) {
  section.title-sub-desc-gallery .text-wrap {
    margin-bottom: 0;
  }
}
section.title-sub-desc-gallery .text-wrap .subtitle {
  margin-bottom: 45px;
  max-width: 36vw;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-desc-gallery .text-wrap .subtitle {
    margin-bottom: 10px;
    max-width: none;
  }
}
section.title-sub-desc-gallery .text-wrap .description {
  margin-bottom: 60px;
  margin-top: 20px;
  max-width: 80%;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-desc-gallery .text-wrap .description {
    margin-bottom: 25px;
  }
}
section.title-sub-desc-gallery .text-wrap .cta-wrap {
  display: flex;
  position: relative;
}
section.title-sub-desc-gallery .text-wrap .cta-wrap a.btn {
  align-items: center;
  display: flex;
  padding: 24px 44px;
  place-content: center;
}
@media only screen and (min-width: 1680px) {
  section.title-sub-desc-gallery .text-wrap .cta-wrap a.btn {
    padding: 1.25vw 2.292vw;
  }
}
section.title-sub-desc-gallery .text-wrap ul {
  padding-left: 20px;
}
section.title-sub-desc-gallery .text-wrap ul li {
  align-items: start;
  display: flex;
  margin-bottom: 10px;
}
section.title-sub-desc-gallery .text-wrap ul li:before {
  background: #003328;
  border-radius: 100%;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 3px;
  left: 0;
  margin-right: 17px;
  margin-top: 14px;
  width: 3px;
}
section.title-sub-desc-gallery .graphic-wrap {
  align-self: center;
  display: flex;
  justify-self: center;
  order: 3;
}
@media only screen and (max-width: 1200px) {
  section.title-sub-desc-gallery .graphic-wrap {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1023px) {
  section.title-sub-desc-gallery .graphic-wrap {
    margin: 80px 0;
  }
}
section.title-sub-desc-gallery .graphic-wrap img {
  height: auto;
  width: 17.708vw;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-desc-gallery .graphic-wrap img {
    max-width: 200px;
    width: 100%;
  }
}
section.title-sub-desc-gallery.theme-bright .gallery-image:first-of-type {
  order: 2;
}
section.title-sub-desc-gallery.theme-bright .gallery-image:nth-of-type(2) {
  order: 3;
}
section.title-sub-desc-gallery.theme-bright .text-wrap {
  color: #003328;
  order: 1;
}
section.title-sub-desc-gallery.theme-bright .graphic-wrap {
  order: 4;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-desc-gallery.theme-bright .graphic-wrap {
    order: 2;
  }
}
section.title-sub-image {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  section.title-sub-image {
    height: 100vh;
  }
}
section.title-sub-image .text-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: 72.917vw;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-image .text-wrap {
    width: 100%;
  }
}
section.title-sub-image .text-wrap .sub {
  margin-bottom: 30px;
}
section.title-sub-image .x-image {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  section.title-sub-image .x-image {
    height: 100%;
  }
}
section.title-sub-image .x-image img {
  height: 100%;
  object-fit: cover;
}
section.title-sub-list {
  padding-bottom: clamp(100px, 15.625vw, 300px);
  padding-top: clamp(100px, 15.625vw, 300px);
  position: relative;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-list {
    padding-bottom: 0;
    padding-top: 80px;
    padding-top: 260px;
  }
}
@media only screen and (max-width: 549px) {
  section.title-sub-list {
    padding-top: 80px;
  }
}
section.title-sub-list .graphic-wrap {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
}
section.title-sub-list .graphic-wrap .graphic {
  left: 0;
  position: absolute;
  top: 0;
  transform-style: preserve-3d;
}
section.title-sub-list .graphic-wrap .graphic:nth-child(odd) {
  width: 224px;
}
section.title-sub-list .graphic-wrap .graphic:nth-child(2n + 2) {
  width: 120px;
}
section.title-sub-list .graphic-wrap .graphic:nth-child(2n + 3) {
  width: 140px;
}
section.title-sub-list .graphic-wrap .graphic .front {
  backface-visibility: hidden;
  display: block;
  position: relative;
  z-index: 2;
}
section.title-sub-list .graphic-wrap .graphic .back {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-180deg) rotate(270deg) rotateX(0deg);
  transform-origin: 50% 50%;
  width: 100%;
  z-index: 1;
}
section.title-sub-list > .title {
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-list > .title {
    margin: 0 0 30px;
    width: 100%;
  }
}
section.title-sub-list > .title ul {
  display: inline-flex;
  margin-left: 1.5rem;
  overflow: hidden;
  position: relative;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 549px) {
  section.title-sub-list > .title ul {
    margin-left: 0;
  }
}
section.title-sub-list > .title ul li {
  color: #267e6e;
  display: inline-block;
  top: 10px;
  width: 100%;
}
section.title-sub-list > .title ul li:not(:first-child) {
  left: 0;
  position: absolute;
  top: 0;
}
section.title-sub-list .subtitle-wrap {
  column-gap: 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 180px 0;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  section.title-sub-list .subtitle-wrap {
    margin: 80px 0;
  }
}
@media only screen and (max-width: 549px) {
  section.title-sub-list .subtitle-wrap {
    margin: 40px 0 80px;
  }
}
@media only screen and (max-width: 1023px) {
  section.title-sub-list .subtitle-wrap {
    column-gap: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
section.title-sub-list .subtitle-wrap .subtitle {
  grid-column: 2/-1;
  max-width: 80%;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-list .subtitle-wrap .subtitle {
    grid-column: initial;
    max-width: none;
  }
}
section.title-sub-list ul.number-list {
  column-gap: 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  row-gap: 90px;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-list ul.number-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 20px;
  }
}
section.title-sub-list ul.number-list li.item-wrap {
  align-items: flex-end;
  border-bottom: 3px solid #267e6e;
  display: flex;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-list ul.number-list li.item-wrap {
    border-bottom: 1px solid #267e6e;
    display: block;
    padding-bottom: 0;
  }
}
section.title-sub-list ul.number-list li.item-wrap .number {
  line-height: 1;
  margin-bottom: -25px;
}
section.title-sub-list ul.number-list li.item-wrap .title {
  margin-bottom: 20px;
  margin-left: 25px;
  max-width: 15.677vw;
}
@media only screen and (max-width: 1200px) {
  section.title-sub-list ul.number-list li.item-wrap .title {
    margin-bottom: 0;
    margin-top: auto;
    max-width: 280px;
  }
}
@media only screen and (max-width: 1023px) {
  section.title-sub-list ul.number-list li.item-wrap .title {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
section.title-sub-list ul.number-list li.item-wrap.footnote {
  border-bottom: none;
}
section.title-sub-list .js-fallingleaves-container {
  pointer-events: none;
  z-index: 15;
}
section.title-sub-list .js-fallingleaves-container .js-marquee {
  right: 150px;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-list .js-fallingleaves-container .js-marquee {
    right: 0;
  }
}
section.title-sub-list .js-fallingleaves-container .js-marquee svg {
  overflow: visible;
}
@media only screen and (max-width: 1023px) {
  section.title-sub-list .js-fallingleaves-container .js-marquee svg {
    height: 40vh;
    width: auto;
  }
}
.block-post .post-wrap {
  column-gap: 180px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .block-post .post-wrap {
    column-gap: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-post .post-wrap {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 40px;
  }
}
.block-post .post-wrap .image-wrap .x-image {
  aspect-ratio: 1/0.7;
}
@media only screen and (max-width: 549px) {
  .block-post .post-wrap .image-wrap .x-image {
    max-height: 270px;
  }
}
.block-post .post-wrap .data-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-post .post-wrap .data-wrap .category {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .block-post .post-wrap .data-wrap .category {
    margin-bottom: 15px;
  }
}
.block-post .post-wrap .data-wrap .title {
  margin-bottom: 40px;
}
.block-social a {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1023px) {
  .block-social a {
    margin: 0 10px;
  }
}
.block-social a svg {
  border-radius: 50%;
  -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.block-social a svg path {
  -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (max-width: 549px) {
  .block-social a svg {
    height: auto;
    width: 60px;
  }
}
.block-social a:hover svg {
  background: #000;
  -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.block-social a:hover svg path:first-child {
  fill: #fff;
  -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.x-image {
  display: grid;
}
@media only screen and (min-width: 1201px) {
  .x-image.js-image-parallax img {
    bottom: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    padding: 0;
    position: relative;
    width: 100%;
  }
}
.media-hero-image {
  overflow: hidden;
  position: relative;
}
.media-hero-image .image-wrap {
  position: relative;
  z-index: 0;
}
.media-hero-image .image-wrap img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .media-hero-image .image-wrap img {
    object-position: center center;
    width: auto;
  }
}
.media-hero-image .captions {
  display: grid;
  grid-template-columns: 50% 50%;
  left: 0;
  padding: 80px 5% 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .media-hero-image .captions {
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between;
    padding: 40px 15px;
  }
}
.media-hero-image .captions .caption-1 {
  font-size: 18px;
  line-height: 28px;
  max-width: 400px;
}
.media-hero-image .captions .caption-2 {
  font-size: 50px;
  line-height: 60px;
  max-width: 700px;
}
@media only screen and (max-width: 1023px) {
  .media-hero-image .captions .caption-2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 1023px) and (max-width: 1679px) {
  .media-hero-image .captions .caption-2 {
    font-size: 3vw;
    line-height: 3.5vw;
  }
}
.media-image {
  display: block;
  height: 100%;
}
.media-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  line-height: 1.7;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}
.plyr audio,
.plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}
.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}
.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}
.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}
.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__captions .plyr__caption div {
  display: inline;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr:not(.plyr--hide-controls)
  .plyr__controls:not(:empty)
  ~ .plyr__captions
  .media-controls-bottom {
  transform: translateY(-40px);
}
.plyr__control {
  background: 0 0;
  border: 0;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  height: 4.479vw;
  overflow: visible;
  pointer-events: none;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 4.479vw;
}
@media only screen and (max-width: 1679px) {
  .plyr__control svg {
    height: 86px;
    width: 86px;
  }
}
@media only screen and (max-width: 1023px) {
  .plyr__control svg {
    height: 190px;
    width: 190px;
  }
}
@media only screen and (max-width: 549px) {
  .plyr__control svg {
    height: 96px;
    width: 96px;
  }
}
.plyr__control.plyr__tab-focus,
.plyr__control:focus {
  outline: 0;
}
a.plyr__control {
  text-decoration: none;
}
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded="true"] {
  color: #fff;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: #00b3ff;
  color: #fff;
}
.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  background: #00b3ff;
}
.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}
.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}
.plyr--full-ui ::-webkit-media-controls {
  display: none;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}
.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}
.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}
.plyr__controls:empty {
  display: none;
}
.plyr--video .plyr__controls {
  bottom: 0;
  color: #fff;
  left: 0;
  margin: 0 auto;
  max-width: calc(100% - 40px);
  padding: 20px 20px 40px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}
.plyr [data-plyr="airplay"],
.plyr [data-plyr="captions"],
.plyr [data-plyr="fullscreen"],
.plyr [data-plyr="pip"] {
  display: none;
}
.plyr--airplay-supported [data-plyr="airplay"],
.plyr--captions-enabled [data-plyr="captions"],
.plyr--pip-supported [data-plyr="pip"] {
  display: inline-block;
}
.plyr--fullscreen-enabled [data-plyr="fullscreen"] {
  display: none;
}
.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded="true"] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded="true"] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: hsla(0, 0%, 100%, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: hsla(0, 0%, 100%, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}
.plyr__menu__container [role="menu"] {
  padding: 7px;
}
.plyr__menu__container [role="menuitem"],
.plyr__menu__container [role="menuitemradio"] {
  margin-top: 2px;
}
.plyr__menu__container [role="menuitem"]:first-child,
.plyr__menu__container [role="menuitemradio"]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}
.plyr__menu__container .plyr__control--forward:after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px 7px 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}
.plyr__menu__container .plyr__control--back:after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}
.plyr__menu__container .plyr__control--back:before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role="menuitemradio"] {
  padding-left: 7px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:after,
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role="menuitemradio"]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
  background: #00b3ff;
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"][aria-checked="true"]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container
  .plyr__control[role="menuitemradio"].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role="menuitemradio"]:hover:before {
  background: rgba(0, 0, 0, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}
.plyr--full-ui input[type="range"] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  color: #ffcc32;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.plyr--full-ui input[type="range"]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(
    to right,
    currentColor var(--value, 0),
    transparent var(--value, 0)
  );
  border: 0;
  height: 1px;
  -webkit-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  border: 0;
  border-radius: 100%;
  height: 30px;
  margin-top: -15px;
  position: relative;
  transition: all 0.2s ease;
  width: 30px;
}
.plyr--full-ui input[type="range"]::-webkit-slider-thumb:before {
  background: #000;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
.plyr--full-ui input[type="range"]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
}
.plyr--full-ui input[type="range"]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}
.plyr--full-ui input[type="range"]::-ms-track {
  color: transparent;
}
.plyr--full-ui input[type="range"]::-ms-fill-upper,
.plyr--full-ui input[type="range"]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}
.plyr--full-ui input[type="range"]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  height: 13px;
  margin-top: 0;
  position: relative;
  transition: all 0.2s ease;
  width: 13px;
}
.plyr--full-ui input[type="range"]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type="range"]:focus {
  outline: 0;
}
.plyr--full-ui input[type="range"]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui
  input[type="range"].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0);
  outline: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0);
  outline: 0;
}
.plyr--full-ui input[type="range"].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0);
  outline: 0;
}
.plyr--full-ui.plyr--video input[type="range"]::-webkit-slider-runnable-track {
  background-color: hsla(0, 0%, 100%, 0);
}
.plyr--full-ui.plyr--video input[type="range"]::-moz-range-track {
  background-color: hsla(0, 0%, 100%, 0);
}
.plyr--full-ui.plyr--video input[type="range"]::-ms-track {
  background-color: hsla(0, 0%, 100%, 0);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px hsla(0, 0%, 100%, 0.5);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px hsla(0, 0%, 100%, 0.5);
}
.plyr--full-ui.plyr--video input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px hsla(0, 0%, 100%, 0.5);
}
.plyr--full-ui.plyr--audio input[type="range"]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0);
}
.plyr--full-ui.plyr--audio input[type="range"]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0);
}
.plyr--full-ui.plyr--audio input[type="range"]::-ms-track {
  background-color: rgba(193, 201, 209, 0);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr--full-ui.plyr--audio input[type="range"]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2),
    0 0 0 3px rgba(0, 0, 0, 0.1);
}
.plyr__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}
.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}
.plyr__time {
  font-size: 20px;
}
.plyr__time + .plyr__time:before {
  content: "\2044";
  margin-right: 10px;
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.plyr__tooltip {
  bottom: calc(100% + 20px);
  color: #fff;
  font-size: 14px;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.9);
  bottom: -4px;
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}
.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip:before,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip:before {
  left: 16px;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control
  .plyr__tooltip--visible,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control.plyr__tab-focus
  .plyr__tooltip,
.plyr__controls
  > .plyr__control:first-child
  + .plyr__control:hover
  .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}
.plyr--video {
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}
.plyr__video-wrapper {
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  background: none;
  border: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}
.plyr__progress {
  left: 6.5px;
  margin-right: 30px;
  position: relative;
  width: 100%;
}
.plyr__progress input[type="range"],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}
.plyr__progress input[type="range"] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}
.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 1px;
  left: 0;
  margin-top: -2px;
  padding: 0;
  position: absolute;
  top: 3px;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress__buffer {
  background: hsla(0, 0%, 100%, 0.5);
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}
.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(
    -45deg,
    rgba(35, 41, 47, 0.6) 25%,
    transparent 0,
    transparent 50%,
    rgba(35, 41, 47, 0.6) 0,
    rgba(35, 41, 47, 0.6) 75%,
    transparent 0,
    transparent
  );
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: hsla(0, 0%, 100%, 0.25);
}
.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}
.plyr__volume {
  align-items: center;
  display: none;
  flex: 1;
  position: relative;
}
.plyr__volume input[type="range"] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios.plyr--vimeo [data-plyr="mute"] {
  display: none !important;
}
.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads:after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}
.plyr__ads:after:empty {
  display: none;
}
.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}
.plyr__preview-thumb {
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}
.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid hsla(0, 0%, 100%, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}
.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr--no-transition {
  transition: none !important;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.plyr [hidden] {
  display: none !important;
}
.plyr__control.plyr__control--pressed svg line {
  animation: playing 0ms linear -1s infinite alternate;
}
.plyr__control svg line {
  animation: stopped 1s linear 0ms infinite;
  transform-origin: 50% calc(50% + 7px);
}
.plyr__control svg line:nth-child(5n + 1) {
  animation-duration: 399ms;
}
.plyr__control svg line:nth-child(5n + 2) {
  animation-duration: 435ms;
}
.plyr__control svg line:nth-child(5n + 3) {
  animation-duration: 489ms;
}
.plyr__control svg line:nth-child(5n + 4) {
  animation-duration: 446ms;
}
.plyr__control svg line:nth-child(5n + 5) {
  animation-duration: 412ms;
}
@keyframes stopped {
  0% {
    transform: scaleY(0.2);
  }
  to {
    transform: scaleY(0.2);
  }
}
@keyframes playing {
  0% {
    transform: scaleY(0.2);
  }
  to {
    transform: scaleY(1);
  }
}
.single-post header svg.logo path {
  fill: #003328;
}
.single-post .content {
  background-color: #ece8de;
  display: grid;
  grid-template-columns: 1fr auto;
}
@media only screen and (max-width: 1023px) {
  .single-post .content {
    grid-template-columns: 100%;
  }
}
.single-post .content .text-wrap a {
  background-image: linear-gradient(#003328, #003328);
  background-position: 0 94%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .single-post .content .text-wrap a:hover {
    background-image: linear-gradient(#003328, #003328);
    background-position: 100% 94%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.single-post section.header-wrap {
  column-gap: 160px;
  display: grid;
  grid-template-columns: 1fr minmax(30%, 1fr);
  padding: 250px 100px 0;
}
@media only screen and (max-width: 2200px) {
  .single-post section.header-wrap {
    padding: 150px 100px 0;
  }
}
@media only screen and (max-width: 1679px) {
  .single-post section.header-wrap {
    column-gap: 140px;
    padding: 200px 50px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .single-post section.header-wrap {
    column-gap: 80px;
    padding: 200px 50px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-post section.header-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    order: 1;
    padding: 200px 20px 20px;
  }
}
.single-post section.header-wrap .image-wrap {
  max-height: 40.313vw;
  max-width: 900px;
  position: relative;
  width: 100%;
}
.single-post section.header-wrap .image-wrap .x-image {
  height: 40.313vw;
  margin: 0 0 auto;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.single-post section.header-wrap .image-wrap .x-image:first-child {
  opacity: 1;
}
.single-post section.header-wrap .image-wrap .x-image img {
  height: auto;
  object-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-post section.header-wrap .text-wrap {
  margin-top: 240px;
}
@media only screen and (max-width: 1200px) {
  .single-post section.header-wrap .text-wrap {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-post section.header-wrap .text-wrap {
    margin-top: 0;
  }
  .single-post section.header-wrap .text-wrap .category {
    margin-top: 80px;
  }
}
.single-post section.header-wrap .text-wrap .title {
  margin: 20px 0;
  max-width: 900px;
}
.single-post section.header-wrap .text-wrap .the-content {
  margin-top: 90px;
}
@media only screen and (max-width: 1023px) {
  .single-post section.header-wrap .text-wrap .the-content {
    margin-top: 40px;
  }
}
.single-post section.header-wrap .text-wrap .the-content p {
  margin-bottom: 60px;
}
.single-post .block-social {
  padding-right: 60px;
}
@media only screen and (max-width: 1023px) {
  .single-post .block-social {
    order: 3;
    padding: 70px 20px;
  }
}
.single-post section.list-wrap {
  padding: 0 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1679px) {
  .single-post section.list-wrap {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-post section.list-wrap {
    order: 2;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 549px) {
  .single-post section.list-wrap {
    padding: 0 20px;
  }
}
.single-post section.list-wrap ul.list > li {
  column-gap: 160px;
  display: grid;
  grid-template-columns: 1fr minmax(30%, 1fr);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1679px) {
  .single-post section.list-wrap ul.list > li {
    column-gap: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-post section.list-wrap ul.list > li {
    grid-template-columns: 100%;
  }
}
.single-post section.list-wrap ul.list > li:last-child {
  margin-bottom: 0;
}
.single-post section.list-wrap ul.list > li .x-image {
  margin: 0 auto auto;
  max-height: 795px;
}
@media only screen and (max-width: 1023px) {
  .single-post section.list-wrap ul.list > li .x-image {
    margin: auto;
  }
}
.single-post section.list-wrap ul.list > li .text-wrap {
  grid-column: 2/-1;
}
@media only screen and (max-width: 1023px) {
  .single-post section.list-wrap ul.list > li .text-wrap {
    grid-column: 1/-1;
    margin-top: 50px;
  }
}
.single-post section.list-wrap ul.list > li .text-wrap h2 {
  margin: 0 0 15px;
}
@media only screen and (max-width: 1023px) {
  .single-post section.list-wrap ul.list > li .text-wrap h2 {
    margin: 0 0 30px;
  }
}
.single-post section.list-wrap ul.list > li .text-wrap p:first-child {
  margin-top: 0;
}
.single-post section.list-wrap ul.list > li .text-wrap p:last-child {
  margin-bottom: 0;
}
.single-post section.list-wrap ul.list > li .text-wrap ol,
.single-post section.list-wrap ul.list > li .text-wrap ul {
  padding-left: 20px;
}
.single-post section.list-wrap ul.list > li .text-wrap ol li,
.single-post section.list-wrap ul.list > li .text-wrap ul li {
  align-items: flex-start;
  display: flex;
  margin-bottom: 15px;
}
.single-post section.list-wrap ul.list > li .text-wrap ol li:before,
.single-post section.list-wrap ul.list > li .text-wrap ul li:before {
  background: #003328;
  border-radius: 100%;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 3px;
  margin-right: 17px;
  margin-top: 15px;
  width: 3px;
}
.single-post section.list-wrap ul.list > li .text-wrap ol {
  counter-reset: item;
}
.single-post section.list-wrap ul.list > li .text-wrap ol li {
  counter-increment: item;
}
.single-post section.list-wrap ul.list > li .text-wrap ol li:before {
  background: none;
  content: counter(item) ".";
  display: inline-block;
  margin-right: 20px;
  margin-top: 0;
}
.single-post .prevnext-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 200px 120px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .single-post .prevnext-wrap {
    column-gap: 80px;
    padding: 200px 50px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .single-post .prevnext-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    order: 3;
    padding: 0 15px 80px;
  }
}
.single-post .prevnext-wrap .prevnext-container {
  grid-column: 2/3;
}
@media only screen and (max-width: 1023px) {
  .single-post .prevnext-wrap .prevnext-container {
    grid-column: 1/-1;
    margin-bottom: 100px;
  }
}
.single-post .prevnext-wrap .prevnext-container svg {
  margin-right: 20px;
}
.single-post .prevnext-wrap .prevnext-container svg path {
  -webkit-transition: fill 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: fill 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: fill 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: fill 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: fill 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.single-post .prevnext-wrap .prevnext-container span {
  -webkit-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.single-post .prevnext-wrap .prevnext-container .next svg {
  margin-left: 20px;
  margin-right: 0;
  transform: rotate(180deg);
}
.single-post .prevnext-wrap .prevnext-container a.more-link:hover span {
  color: #267e6e;
  -webkit-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.single-post .prevnext-wrap .prevnext-container a.more-link:hover svg path {
  fill: #267e6e;
  animation: bounce 1.2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
  -webkit-transition: fill 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: fill 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: fill 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: fill 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: fill 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.single-post .impact-contact {
  order: 4;
}
.archive .pagination .page-numbers,
.error404 .pagination .page-numbers,
.page-template .pagination .page-numbers,
.page-template-default .pagination .page-numbers,
.search .pagination .page-numbers,
.single .pagination .page-numbers {
  color: #5480fb;
  margin-right: 10px;
}
.archive .pagination .page-numbers.next,
.archive .pagination .page-numbers.prev,
.error404 .pagination .page-numbers.next,
.error404 .pagination .page-numbers.prev,
.page-template .pagination .page-numbers.next,
.page-template .pagination .page-numbers.prev,
.page-template-default .pagination .page-numbers.next,
.page-template-default .pagination .page-numbers.prev,
.search .pagination .page-numbers.next,
.search .pagination .page-numbers.prev,
.single .pagination .page-numbers.next,
.single .pagination .page-numbers.prev {
  margin-left: 20px;
  margin-right: 30px;
}
.archive .pagination span,
.error404 .pagination span,
.page-template .pagination span,
.page-template-default .pagination span,
.search .pagination span,
.single .pagination span {
  margin: 0;
}
.archive .pagination span:first-child,
.error404 .pagination span:first-child,
.page-template .pagination span:first-child,
.page-template-default .pagination span:first-child,
.search .pagination span:first-child,
.single .pagination span:first-child {
  margin-left: 0;
}
.archive .terms-container,
.error404 .terms-container,
.page-template .terms-container,
.page-template-default .terms-container,
.search .terms-container,
.single .terms-container {
  margin-top: 10vw;
}
.archive .terms-container a,
.error404 .terms-container a,
.page-template .terms-container a,
.page-template-default .terms-container a,
.search .terms-container a,
.single .terms-container a {
  line-height: 1;
}
.archive .search-container .search-form .screen-reader-text,
.error404 .search-container .search-form .screen-reader-text,
.page-template .search-container .search-form .screen-reader-text,
.page-template-default .search-container .search-form .screen-reader-text,
.search .search-container .search-form .screen-reader-text,
.single .search-container .search-form .screen-reader-text {
  display: none;
}
.archive .search-container .search-form .search-field,
.error404 .search-container .search-form .search-field,
.page-template .search-container .search-form .search-field,
.page-template-default .search-container .search-form .search-field,
.search .search-container .search-form .search-field,
.single .search-container .search-form .search-field {
  background-color: transparent;
  border: none;
  border-bottom: 3px solid #5480fb;
  color: #5480fb;
}
.archive .search-container .search-form .search-field :-moz-placeholder,
.archive .search-container .search-form .search-field::-moz-placeholder,
.error404 .search-container .search-form .search-field :-moz-placeholder,
.error404 .search-container .search-form .search-field::-moz-placeholder,
.page-template .search-container .search-form .search-field :-moz-placeholder,
.page-template .search-container .search-form .search-field::-moz-placeholder,
.page-template-default
  .search-container
  .search-form
  .search-field
  :-moz-placeholder,
.page-template-default
  .search-container
  .search-form
  .search-field::-moz-placeholder,
.search .search-container .search-form .search-field :-moz-placeholder,
.search .search-container .search-form .search-field::-moz-placeholder,
.single .search-container .search-form .search-field :-moz-placeholder,
.single .search-container .search-form .search-field::-moz-placeholder {
  color: #5480fb;
  text-align: left;
}
.archive .search-container .search-form .search-field:-ms-input-placeholder,
.error404 .search-container .search-form .search-field:-ms-input-placeholder,
.page-template
  .search-container
  .search-form
  .search-field:-ms-input-placeholder,
.page-template-default
  .search-container
  .search-form
  .search-field:-ms-input-placeholder,
.search .search-container .search-form .search-field:-ms-input-placeholder,
.single .search-container .search-form .search-field:-ms-input-placeholder {
  color: #5480fb;
  text-align: left;
}
.archive
  .search-container
  .search-form
  .search-field::-webkit-input-placeholder,
.error404
  .search-container
  .search-form
  .search-field::-webkit-input-placeholder,
.page-template
  .search-container
  .search-form
  .search-field::-webkit-input-placeholder,
.page-template-default
  .search-container
  .search-form
  .search-field::-webkit-input-placeholder,
.search .search-container .search-form .search-field::-webkit-input-placeholder,
.single
  .search-container
  .search-form
  .search-field::-webkit-input-placeholder {
  color: #5480fb;
  text-align: left;
}
.archive .search-container .search-form .search-submit,
.error404 .search-container .search-form .search-submit,
.page-template .search-container .search-form .search-submit,
.page-template-default .search-container .search-form .search-submit,
.search .search-container .search-form .search-submit,
.single .search-container .search-form .search-submit {
  display: none;
}
.template-cocoa header svg.logo path {
  fill: #003328;
}
.template-cocoa section.title-info {
  display: grid;
  place-content: center;
  position: relative;
  width: 100%;
}
.template-cocoa section.title-info .text-wrap {
  position: relative;
  z-index: 1;
}
.template-cocoa section.title-info .text-wrap .description {
  margin-top: 40px;
}
.template-cocoa section.title-info ul.gallery-wrap {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  grid-template-rows: repeat(4, minmax(0, auto));
  position: relative;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1023px) {
  .template-cocoa section.title-info ul.gallery-wrap {
    padding: 230px 50px 100px;
  }
}
@media only screen and (max-width: 549px) {
  .template-cocoa section.title-info ul.gallery-wrap {
    padding: 230px 20px 40px;
  }
}
.template-cocoa section.title-info ul.gallery-wrap li {
  position: relative;
}
.template-cocoa section.title-info ul.gallery-wrap li:first-child {
  grid-column: 3/7;
  grid-row: 1/2;
  margin: 0 auto;
  top: 8.417vw;
  width: 14.167vw;
}
@media only screen and (max-width: 1023px) {
  .template-cocoa section.title-info ul.gallery-wrap li:first-child {
    top: -140px;
    width: 125px;
  }
}
.template-cocoa section.title-info ul.gallery-wrap li:nth-child(2) {
  grid-area: 2/2/4/8;
}
.template-cocoa section.title-info ul.gallery-wrap li:nth-child(3) {
  bottom: 11vw;
  grid-column: 2/3;
  grid-row: 3/4;
  left: -7.813vw;
  width: 13.906vw;
}
@media only screen and (max-width: 1023px) {
  .template-cocoa section.title-info ul.gallery-wrap li:nth-child(3) {
    bottom: 250px;
    left: -40px;
    width: 108px;
  }
}
.template-cocoa section.title-info ul.gallery-wrap li:nth-child(4) {
  grid-column: 8/-1;
  grid-row: 3/4;
  left: -5.208vw;
  width: 13.333vw;
}
@media only screen and (max-width: 1023px) {
  .template-cocoa section.title-info ul.gallery-wrap li:nth-child(4) {
    left: -90px;
    top: -40px;
    width: 125px;
  }
}
.template-cocoa section.title-info ul.gallery-wrap li:nth-child(5) {
  grid-column: 3/7;
  grid-row: 4/-1;
  margin: 0 auto;
  top: -2.083vw;
  width: 13.542vw;
}
@media only screen and (max-width: 1023px) {
  .template-cocoa section.title-info ul.gallery-wrap li:nth-child(5) {
    width: 125px;
  }
  .template-cocoa section.title-info ul.gallery-wrap li:nth-child(2) {
    grid-area: 1/1/4/9;
  }
  .template-cocoa section.title-sub-desc-gallery {
    margin-bottom: 80px;
  }
}
.template-cocoa
  section.title-sub-desc-gallery.theme-bright
  .gallery-image:first-of-type {
  order: 1;
}
.template-cocoa
  section.title-sub-desc-gallery.theme-bright
  .gallery-image:nth-of-type(2) {
  order: 4;
}
.template-cocoa section.title-sub-desc-gallery.theme-bright .text-wrap {
  color: #003328;
  order: 1;
}
@media only screen and (max-width: 1023px) {
  .template-cocoa section.title-sub-desc-gallery.theme-bright .text-wrap {
    margin-bottom: 0;
  }
  .template-cocoa section.title-sub-desc-gallery.theme-bright .media-wrap {
    margin-top: 25px;
  }
}
.template-cocoa section.title-sub-desc-gallery.theme-bright .graphic-wrap {
  order: 3;
}
@media only screen and (max-width: 1023px) {
  .template-cocoa section.title-sub-desc-gallery.theme-bright .graphic-wrap {
    order: 2;
  }
}
.template-cocoa section.title-desc-list .title-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 160px;
  padding: 100px 245px 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .template-cocoa section.title-desc-list .title-wrap {
    margin-bottom: 50px;
    padding: 100px 50px 0;
  }
}
@media only screen and (max-width: 549px) {
  .template-cocoa section.title-desc-list .title-wrap {
    margin-bottom: 50px;
    padding: 100px 20px 0;
  }
}
.template-cocoa section.title-desc-list .title-wrap .description {
  margin-top: 30px;
  max-width: 44.458vw;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
  .template-cocoa section.title-desc-list .title-wrap .description {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-cocoa section.title-desc-list .title-wrap .description {
    margin-top: 20px;
    max-width: none;
  }
  .template-cocoa section.title-desc-list > .x-image {
    height: 100vh;
    height: 100svh;
  }
  .template-cocoa section.title-desc-list > .x-image img {
    height: 100%;
    object-fit: cover;
  }
}
.template-cocoa section.title-desc-list .graphic {
  display: grid;
  justify-items: end;
  margin: -95px 280px 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .template-cocoa section.title-desc-list .graphic {
    margin: -80px 50px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .template-cocoa section.title-desc-list .graphic {
    margin: -80px 20px 0 0;
  }
}
.template-cocoa section.title-desc-list .graphic .x-image svg {
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .template-cocoa section.title-desc-list .graphic .x-image svg {
    width: 200px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-cocoa section.title-desc-list .graphic .x-image svg {
    width: 150px;
  }
}
.template-cocoa section.title-desc-list .inner-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  padding-bottom: 180px;
  row-gap: 100px;
}
@media only screen and (max-width: 549px) {
  .template-cocoa section.title-desc-list .inner-wrap {
    row-gap: 20px;
  }
}
.template-cocoa section.title-desc-list .inner-wrap .list-item {
  border-top: 1px solid #003328;
  column-gap: 175px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 100px 100px 0;
}
@media only screen and (max-width: 1200px) {
  .template-cocoa section.title-desc-list .inner-wrap .list-item {
    column-gap: 100px;
    padding: 100px 50px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .template-cocoa section.title-desc-list .inner-wrap .list-item {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 549px) {
  .template-cocoa section.title-desc-list .inner-wrap .list-item {
    padding: 50px 20px 0;
  }
}
.template-cocoa section.title-desc-list .inner-wrap .list-item .x-image {
  height: auto;
  margin-bottom: auto;
}
.template-cocoa section.title-desc-list .inner-wrap .list-item .text-wrap {
  display: flex;
  flex-direction: column;
  place-content: center;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .template-cocoa section.title-desc-list .inner-wrap .list-item .text-wrap {
    margin-top: 40px;
  }
}
.template-cocoa
  section.title-desc-list
  .inner-wrap
  .list-item
  .text-wrap
  .title {
  margin-bottom: 25px;
}
.template-cocoa
  section.title-desc-list
  .inner-wrap
  .list-item
  .text-wrap
  .list-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 35px;
}
.template-cocoa
  section.title-desc-list
  .inner-wrap
  .list-item
  .text-wrap
  .list-container
  ul {
  padding: 20px 15px;
}
.template-cocoa
  section.title-desc-list
  .inner-wrap
  .list-item
  .text-wrap
  .list-container
  ul
  li {
  align-items: center;
  display: flex;
  margin-bottom: 5px;
}
.template-cocoa
  section.title-desc-list
  .inner-wrap
  .list-item
  .text-wrap
  .list-container
  ul
  li
  .bullets {
  margin-left: 10px;
}
.template-cocoa
  section.title-desc-list
  .inner-wrap
  .list-item
  .text-wrap
  .list-container
  ul
  li
  .bullets
  .bullet {
  border: 1px solid #003328;
  border-radius: 100%;
  height: 13px;
  margin-left: 3px;
  overflow: hidden;
  position: relative;
  width: 13px;
}
.template-cocoa
  section.title-desc-list
  .inner-wrap
  .list-item
  .text-wrap
  .list-container
  ul
  li
  .bullets
  .bullet:before {
  background: #003328;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transform: scale(1.2);
  transform-origin: 50% 50%;
  width: 100%;
  z-index: -1;
}
.template-cocoa
  section.title-desc-list
  .inner-wrap
  .list-item
  .text-wrap
  .list-container
  ul
  li
  .bullets
  .bullet.active:before {
  opacity: 1;
}
.template-cocoa
  section.title-desc-list
  .inner-wrap
  .list-item
  .text-wrap
  .list-container
  ul
  li
  .bullets
  .bullet.active
  ~ div:before {
  opacity: 0;
}
.template-cocoa
  section.title-desc-list
  .inner-wrap
  .list-item
  .text-wrap
  .list-container
  ul
  li:before {
  background: #003328;
  border-radius: 100%;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 3px;
  margin-right: 17px;
  width: 3px;
}
.template-company header svg.logo path {
  fill: #003328;
}
.template-company section.title-sub-lists {
  display: grid;
  padding-bottom: 16.146vw;
  place-content: center;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .template-company section.title-sub-lists {
    padding: 120px 0;
  }
}
.template-company section.title-sub-lists .text-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.template-company section.title-sub-lists .text-wrap .title {
  margin-top: 1.042vw;
}
@media only screen and (max-width: 1200px) {
  .template-company section.title-sub-lists .text-wrap .title {
    margin-top: 10px;
  }
}
.template-company section.title-sub-lists ul.name-list-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 4.479vw auto 0;
  row-gap: 100px;
}
@media only screen and (max-width: 1023px) {
  .template-company section.title-sub-lists ul.name-list-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 30px auto;
    row-gap: 30px;
  }
}
.template-company section.title-sub-lists ul.name-list-wrap li.list-item {
  max-width: 15.625vw;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .template-company
    section.title-sub-lists
    ul.name-list-wrap
    li.list-item:first-child {
    grid-column: 1/3;
    margin: auto;
  }
  .template-company
    section.title-sub-lists
    ul.name-list-wrap
    li.list-item:nth-child(2) {
    grid-column: 3/-1;
    margin: auto;
  }
  .template-company
    section.title-sub-lists
    ul.name-list-wrap
    li.list-item:nth-child(4) {
    grid-column: 2/4;
    margin: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .template-company section.title-sub-lists ul.name-list-wrap li.list-item {
    margin: 25px auto;
    max-width: none;
  }
}
.template-company
  section.title-sub-lists
  ul.name-list-wrap
  li.list-item
  .subtitle {
  margin-top: 0.521vw;
}
@media only screen and (max-width: 1200px) {
  .template-company
    section.title-sub-lists
    ul.name-list-wrap
    li.list-item
    .subtitle {
    margin-top: 15px;
  }
}
.template-company section.title-sub-lists ul.list-wrap {
  margin-top: 9.375vw;
}
@media only screen and (max-width: 1200px) {
  .template-company section.title-sub-lists ul.list-wrap {
    margin-top: 110px;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 549px) {
  .template-company section.title-sub-lists ul.list-wrap {
    padding: 0 15px;
  }
}
.template-company section.title-sub-lists ul.list-wrap li.list-item {
  border-bottom: 3px solid #003328;
  margin-bottom: 1.563vw;
  padding-bottom: 0.781vw;
  -webkit-transition: border-bottom 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: border-bottom 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: border-bottom 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: border-bottom 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: border-bottom 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (max-width: 1200px) {
  .template-company section.title-sub-lists ul.list-wrap li.list-item {
    margin-bottom: 0;
    margin-top: 25px;
    padding-bottom: 5px;
  }
}
.template-company section.title-sub-lists ul.list-wrap li.list-item .button {
  width: 100%;
}
.template-company section.title-sub-lists ul.list-wrap li.list-item:hover {
  border-bottom: 3px solid #e6313a;
  -webkit-transition: border-bottom 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: border-bottom 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: border-bottom 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: border-bottom 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: border-bottom 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.template-company
  section.title-sub-lists
  ul.list-wrap
  li.list-item:hover
  .button
  em,
.template-company
  section.title-sub-lists
  ul.list-wrap
  li.list-item:hover
  .button
  span {
  color: #e6313a;
}
.template-company section.title-sub-lists ul.list-wrap li.list-item .button em,
.template-company
  section.title-sub-lists
  ul.list-wrap
  li.list-item
  .button
  span,
.template-company
  section.title-sub-lists
  ul.list-wrap
  li.list-item:hover
  .button
  em,
.template-company
  section.title-sub-lists
  ul.list-wrap
  li.list-item:hover
  .button
  span {
  -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.template-company section.title-sub-lists ul.list-wrap li.list-item ul {
  column-count: 2;
  padding: 2.604vw 0;
}
@media only screen and (max-width: 1023px) {
  .template-company section.title-sub-lists ul.list-wrap li.list-item ul {
    column-count: 1;
  }
}
.template-company section.title-sub-lists ul.list-wrap li.list-item ul li {
  margin-bottom: 1vw;
}
@media only screen and (max-width: 1023px) {
  .template-company section.title-sub-lists ul.list-wrap li.list-item ul li {
    margin-bottom: 10px;
  }
}
.template-company section.title-sub-lists ul.list-wrap li.list-item ul li a {
  background-image: linear-gradient(#003328, #003328);
  background-position: 0 calc(100% - 4px);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .template-company
    section.title-sub-lists
    ul.list-wrap
    li.list-item
    ul
    li
    a:hover {
    background-image: linear-gradient(#003328, #003328);
    background-position: 100% calc(100% - 4px);
    background-repeat: no-repeat;
    background-size: 0 1px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
@media only screen and (max-width: 1023px) {
  .template-company section.image-wrap .x-image {
    height: 100vh;
    height: 100svh;
  }
  .template-company section.image-wrap .x-image img {
    height: 100%;
    object-fit: cover;
  }
}
.template-contact header svg.logo path {
  fill: #003328;
}
.template-contact section.form {
  column-gap: 100px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  padding: 11.458vw 100px;
}
@media only screen and (max-width: 1200px) {
  .template-contact section.form {
    padding: 200px 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-contact section.form {
    grid-template-columns: 1fr;
    padding: 80px 20px;
  }
}
.template-contact section.form .text-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .template-contact section.form .text-wrap .sub {
    margin-top: 15px;
  }
}
.template-contact section.form .text-wrap .title {
  margin-bottom: 1.25vw;
}
.template-contact section.form .text-wrap ul.inner-wrap {
  column-gap: 4.688vw;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 25vw));
  margin: 2.917vw 0;
}
@media only screen and (max-width: 1023px) {
  .template-contact section.form .text-wrap ul.inner-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 30px 0 0;
  }
}
.template-contact section.form .text-wrap ul.inner-wrap li {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1023px) {
  .template-contact section.form .text-wrap ul.inner-wrap li {
    margin-bottom: 30px;
  }
  .template-contact section.form .text-wrap ul.inner-wrap li:last-child {
    margin-bottom: 20px;
  }
}
.template-contact section.form .text-wrap ul.inner-wrap li .inner-title {
  margin-bottom: 1.042vw;
}
@media only screen and (max-width: 1023px) {
  .template-contact section.form .text-wrap ul.inner-wrap li .inner-title {
    margin-bottom: 15px;
  }
}
.template-contact section.form .text-wrap ul.inner-wrap li .inner-desc {
  max-width: 17.708vw;
}
@media only screen and (max-width: 1023px) {
  .template-contact section.form .text-wrap ul.inner-wrap li .inner-desc {
    max-width: 245px;
  }
}
.template-contact section.form .text-wrap ul.inner-wrap li .inner-desc p {
  margin: 0;
}
.template-contact section.form .mail-wrap a {
  background-image: linear-gradient(#267e6e, #267e6e);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .template-contact section.form .mail-wrap a:hover {
    background-image: linear-gradient(#267e6e, #267e6e);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
@media only screen and (max-width: 1023px) {
  .template-contact section.form .form-contact {
    padding: 60px 0;
  }
  .template-contact section.form .form-contact .checkbox-wrap {
    margin-bottom: 20px;
  }
}
.template-flexible header svg.logo path {
  fill: #003328;
}
@media only screen and (max-width: 1023px) {
  .template-flexible .title-sub-list {
    padding-bottom: 105px;
  }
}
.template-flexible section.title-sub-list .number-list {
  margin-top: 180px;
}
@media only screen and (max-width: 549px) {
  .template-flexible section.title-sub-list .number-list {
    margin-top: 80px;
  }
}
.template-frontpage .content {
  background: #003328;
}
.template-frontpage section.intro {
  height: 100vh;
  height: 100svh;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: relative;
  visibility: hidden;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .template-frontpage section.intro {
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    max-height: 100vh;
  }
}
.template-frontpage section.intro .intro-wrap {
  display: grid;
  height: 100vh;
  height: 100svh;
  left: 0;
  padding: 20px;
  place-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .template-frontpage section.intro .intro-wrap {
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    max-height: 100vh;
  }
}
@media only screen and (max-width: 549px) {
  .template-frontpage section.intro .intro-wrap {
    padding: 0;
  }
}
.template-frontpage section.intro .intro-wrap .x-image {
  height: 100%;
  isolation: isolate;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
  z-index: -1;
}
.template-frontpage section.intro .intro-wrap .x-image img {
  height: 100%;
  object-fit: cover;
}
.template-frontpage section.intro .intro-wrap .title {
  padding: 0 5.208vw;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage section.intro .intro-wrap .title {
    padding: 0;
  }
}
.template-frontpage section.intro .intro-wrap .js-scroll-to {
  bottom: 50px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1023px) {
  .template-frontpage section.intro .intro-wrap .js-scroll-to {
    bottom: 30px;
  }
}
.template-frontpage section.intro .intro-wrap .js-scroll-to svg {
  overflow: visible;
}
.template-frontpage section.intro .intro-wrap .js-scroll-to:hover path {
  fill: #fff;
  -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.template-frontpage
  section.intro
  .intro-wrap
  .js-scroll-to:hover
  path.path-arrow {
  animation: bounce-d 1.2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.template-frontpage section.intro .text-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  max-width: 65vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 549px) {
  .template-frontpage section.intro .text-wrap {
    max-width: none;
  }
  .template-frontpage section.intro .text-wrap .subtitle {
    margin-top: 10px;
  }
}
.template-frontpage section.intro .text-wrap a.btn {
  align-items: center;
  border-radius: 75px;
  display: flex;
  margin-top: 33px;
  padding: 22px 50px 22px 47px;
  place-content: center;
}
@media only screen and (min-width: 1680px) {
  .template-frontpage section.intro .text-wrap a.btn {
    margin-top: 1.719vw;
    padding: 1.146vw 2.604vw 1.146vw 2.448vw;
  }
}
@media only screen and (max-width: 549px) {
  .template-frontpage section.intro .text-wrap a.btn {
    margin-top: 20px;
  }
}
.template-frontpage section.hero-home {
  display: grid;
  height: 100vh;
  height: 100svh;
  margin-top: 40px;
  overflow: hidden;
  place-content: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .template-frontpage section.hero-home {
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    margin-top: 0;
    max-height: 100vh;
  }
}
@media only screen and (max-width: 549px) {
  .template-frontpage section.hero-home {
    padding: 0;
  }
}
.template-frontpage section.hero-home ul.gallery-wrap {
  column-gap: 208px;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  left: 0;
  min-height: 100svh;
  min-height: 100vh;
  padding: 0 100px;
  place-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .template-frontpage section.hero-home ul.gallery-wrap {
    column-gap: 40px;
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    max-height: 100vh;
    padding: 0 75px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-frontpage section.hero-home ul.gallery-wrap {
    column-gap: 0;
    grid-template-columns: 1fr 3.5fr 1fr;
    padding: 0 15px;
  }
}
.template-frontpage section.hero-home ul.gallery-wrap li {
  display: flex;
  flex-direction: column;
}
.template-frontpage section.hero-home ul.gallery-wrap li .x-image img {
  height: 100%;
  object-fit: cover;
}
.template-frontpage section.hero-home ul.gallery-wrap li:first-child {
  z-index: 1;
}
.template-frontpage section.hero-home ul.gallery-wrap li:first-child .x-image {
  height: 22.708vw;
  margin-bottom: auto;
  position: relative;
  width: 19.063vw;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage
    section.hero-home
    ul.gallery-wrap
    li:first-child
    .x-image {
    height: auto;
    right: -50%;
    top: -70px;
    width: auto;
  }
}
.template-frontpage section.hero-home ul.gallery-wrap li:nth-child(2) {
  z-index: 0;
}
.template-frontpage section.hero-home ul.gallery-wrap li:nth-child(2) .x-image {
  height: 40vw;
  margin: auto;
  width: 29.01vw;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage
    section.hero-home
    ul.gallery-wrap
    li:nth-child(2)
    .x-image {
    height: auto;
    width: auto;
  }
}
.template-frontpage section.hero-home ul.gallery-wrap li:nth-child(3) {
  z-index: 1;
}
.template-frontpage section.hero-home ul.gallery-wrap li:nth-child(3) .x-image {
  height: 25.625vw;
  margin-top: auto;
  position: relative;
  width: 19.375vw;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage
    section.hero-home
    ul.gallery-wrap
    li:nth-child(3)
    .x-image {
    height: auto;
    left: -50%;
    top: 70px;
    width: auto;
  }
}
@media only screen and (max-width: 549px) {
  .template-frontpage
    section.hero-home
    ul.gallery-wrap
    li:first-child
    .x-image {
    height: 135px;
    right: -60%;
    top: -70px;
    width: 113px;
  }
  .template-frontpage
    section.hero-home
    ul.gallery-wrap
    li:nth-child(2)
    .x-image {
    height: 397px;
    width: 289px;
  }
  .template-frontpage
    section.hero-home
    ul.gallery-wrap
    li:nth-child(3)
    .x-image {
    height: 146px;
    left: -60%;
    top: 70px;
    width: 110px;
  }
}
.template-frontpage section.hero-home ul.gallery-wrap .media-wrap {
  border-radius: 25px;
  overflow: hidden;
}
.template-frontpage section.hero-home .text-wrap {
  max-width: 70vw;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage section.hero-home .text-wrap {
    margin-top: 120px;
    max-width: none;
  }
}
.template-frontpage section.hero-home .text-wrap .x-button {
  display: inline-block;
  margin-top: 40px;
}
@media only screen and (max-width: 549px) {
  .template-frontpage section.hero-home .text-wrap .x-button {
    margin-top: 20px;
  }
}
.template-frontpage section.info .description {
  z-index: 10;
}
.template-frontpage section.title-image {
  display: grid;
  height: 100vh;
  place-content: center;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .template-frontpage section.title-image {
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    max-height: 100vh;
  }
}
.template-frontpage section.title-image .text-wrap {
  position: relative;
  z-index: 10;
}
.template-frontpage section.title-image .text-wrap .text-title {
  padding: 0 20px;
  width: 100%;
}
.template-frontpage section.title-image .x-image {
  min-height: 100%;
  position: absolute;
  width: 100%;
}
.template-frontpage section.title-image .x-image img {
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage .title-sub-image {
    margin-top: 90px;
  }
}
.template-frontpage .title-sub-image .text-wrap {
  width: 90.208vw;
}
.template-frontpage section.graphic-list {
  display: grid;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.template-frontpage section.graphic-list ul.list-wrap li.list-item-wrap {
  align-items: center;
  border-bottom: 1px solid #003328;
  display: flex;
  flex-wrap: nowrap;
  height: 10.938vw;
  padding: 1.823vw 0;
}
@media only screen and (max-width: 1200px) {
  .template-frontpage section.graphic-list ul.list-wrap li.list-item-wrap {
    height: 90px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .template-frontpage section.graphic-list ul.list-wrap li.list-item-wrap {
    height: 155px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 549px) {
  .template-frontpage section.graphic-list ul.list-wrap li.list-item-wrap {
    height: 100px;
    padding: 20px 0;
  }
}
.template-frontpage
  section.graphic-list
  ul.list-wrap
  li.list-item-wrap
  .js-marquee
  li {
  margin-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage
    section.graphic-list
    ul.list-wrap
    li.list-item-wrap
    .js-marquee
    li {
    margin-left: 30px;
  }
}
.template-frontpage
  section.graphic-list
  ul.list-wrap
  li.list-item-wrap
  .graphic {
  display: block;
  position: relative;
  z-index: 2;
}
.template-frontpage
  section.graphic-list
  ul.list-wrap
  li.list-item-wrap
  .graphic
  img {
  display: block;
  height: 100%;
  width: auto;
}
@media only screen and (max-width: 1200px) {
  .template-frontpage
    section.graphic-list
    ul.list-wrap
    li.list-item-wrap
    .graphic
    img {
    height: 61px;
    margin: auto;
  }
}
.template-frontpage section.graphic-list ul.list-wrap li.list-item-wrap .text {
  flex: 0 0 auto;
  margin-left: 60px;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage
    section.graphic-list
    ul.list-wrap
    li.list-item-wrap
    .text {
    margin-left: 30px;
    margin-top: 5px;
  }
}
.template-frontpage section.blog-links {
  padding-bottom: clamp(100px, 15.625vw, 300px);
  padding-top: clamp(100px, 22.917vw, 440px);
  position: relative;
}
.template-frontpage section.blog-links > .title {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage section.blog-links {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 549px) {
  .template-frontpage section.blog-links {
    padding-bottom: 160px;
    padding-top: 100px;
  }
}
.template-frontpage section.blog-links .js-draggable {
  margin-top: -10.417vw;
  min-height: 100vh;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage section.blog-links .js-draggable {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 549px) {
  .template-frontpage section.blog-links .js-draggable {
    height: 480px;
    margin-top: -10px;
    min-height: auto;
  }
}
.template-frontpage section.blog-links .js-draggable .draggable-wrapper {
  margin-top: 5.208vw;
  padding: 0 105px;
}
@media only screen and (max-width: 1200px) {
  .template-frontpage section.blog-links .js-draggable .draggable-wrapper {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-frontpage section.blog-links .js-draggable .draggable-wrapper {
    margin-left: 0;
    margin-top: 0;
    padding: 0 20px;
  }
}
.template-frontpage section.blog-links .js-draggable .js-draggable-item {
  height: 100%;
  margin: 0 2.5vw 0 0;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage section.blog-links .js-draggable .js-draggable-item {
    margin: 0 50px;
  }
}
@media only screen and (max-width: 549px) {
  .template-frontpage section.blog-links .js-draggable .js-draggable-item {
    margin: 0 15px;
  }
}
.template-frontpage section.blog-links .js-draggable .js-draggable-item a {
  aspect-ratio: 612/761;
  display: flex;
  height: 39.635vw;
  position: relative;
  width: 31.875vw;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage section.blog-links .js-draggable .js-draggable-item a {
    height: auto;
    width: calc(100vw - 200px);
  }
}
@media only screen and (max-width: 549px) {
  .template-frontpage section.blog-links .js-draggable .js-draggable-item a {
    aspect-ratio: 331/412;
    width: calc(100vw - 40px);
  }
}
.template-frontpage
  section.blog-links
  .js-draggable
  .js-draggable-item
  .x-image {
  height: 100%;
  width: 100%;
}
.template-frontpage
  section.blog-links
  .js-draggable
  .js-draggable-item
  .x-image
  img {
  height: 100%;
  object-fit: cover;
}
.template-frontpage
  section.blog-links
  .js-draggable
  .js-draggable-item
  .text-wrap {
  left: 50%;
  padding: 0 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: 100%;
}
.template-frontpage
  section.blog-links
  .js-draggable
  .js-draggable-item
  .text-wrap
  .title {
  margin-top: 30px;
}
@media only screen and (max-width: 549px) {
  .template-frontpage
    section.blog-links
    .js-draggable
    .js-draggable-item
    .text-wrap
    .title {
    margin-top: 10px;
  }
}
.template-frontpage section.blog-links .drag-icon {
  bottom: 120px;
  height: 75px;
  position: absolute;
  right: 36px;
  width: 75px;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage section.blog-links .drag-icon {
    bottom: 380px;
    height: 128px;
    right: 90px;
    width: 128px;
  }
}
@media only screen and (max-width: 549px) {
  .template-frontpage section.blog-links .drag-icon {
    bottom: 180px;
    height: 75px;
    width: 75px;
  }
}
.template-frontpage section.blog-links .drag-icon svg {
  margin: 0 5px;
  width: 8.12px;
}
@media only screen and (max-width: 1023px) {
  .template-frontpage section.blog-links .drag-icon svg {
    width: 13.92px;
  }
}
@media only screen and (max-width: 549px) {
  .template-frontpage section.blog-links .drag-icon svg {
    width: 10px;
  }
}
.template-frontpage .impact-contact .impact-wrap {
  padding: 150px 0;
}
@media only screen and (min-width: 1680px) {
  .template-frontpage .impact-contact .impact-wrap {
    padding: 7.813vw 0;
  }
}
@media only screen and (max-width: 1200px) {
  .template-frontpage .impact-contact .impact-wrap {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .template-frontpage .impact-contact .impact-wrap {
    padding: 85px 0;
  }
}
@media only screen and (max-width: 549px) {
  .template-frontpage .impact-contact .impact-wrap {
    padding: 50px 0;
  }
}
.template-impact header svg.logo path {
  fill: #003328;
}
.template-impact section.gallery-list {
  display: grid;
  padding: 11.979vw 40px;
  place-content: center;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .template-impact section.gallery-list {
    padding: 11.979vw 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-impact section.gallery-list {
    padding: 150px 15px;
  }
}
.template-impact section.gallery-list .js-marquee-container {
  z-index: 0;
}
.template-impact section.gallery-list .list-wrap {
  column-gap: 35px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 10.417vw auto 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1679px) {
  .template-impact section.gallery-list .list-wrap {
    margin-top: 140px;
  }
}
@media only screen and (max-width: 1200px) {
  .template-impact section.gallery-list .list-wrap {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-impact section.gallery-list .list-wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 55px;
    row-gap: 35px;
  }
}
.template-impact section.gallery-list .list-wrap .swiper-wrapper {
  column-gap: 35px;
}
@media only screen and (max-width: 549px) {
  .template-impact section.gallery-list .list-wrap .swiper-wrapper {
    column-gap: 0;
  }
}
.template-impact section.gallery-list .list-wrap a.item {
  align-items: center;
  aspect-ratio: 7.5/10;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  height: 38.021vw;
  justify-content: center;
  padding: 5.208vw 1.563vw;
  -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1201px) {
  .template-impact section.gallery-list .list-wrap a.item:hover {
    background-color: #5480fb !important;
    -webkit-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
@media only screen and (max-width: 1679px) {
  .template-impact section.gallery-list .list-wrap a.item {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-impact section.gallery-list .list-wrap a.item {
    height: auto;
  }
}
@media only screen and (max-width: 549px) {
  .template-impact section.gallery-list .list-wrap a.item {
    height: 428px;
  }
}
.template-impact section.gallery-list .list-wrap a.item .x-image {
  margin: auto;
}
.template-impact section.gallery-list .list-wrap a.item .x-image img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 1679px) {
  .template-impact section.gallery-list .list-wrap a.item .x-image img {
    height: 200px;
    width: auto;
  }
}
.template-impact section.gallery-list .list-wrap a.item .lottie {
  width: 70%;
}
@media only screen and (max-width: 1023px) {
  .template-impact section.gallery-list .list-wrap a.item .lottie {
    margin-top: 30px;
    width: 60%;
  }
}
.template-impact section.gallery-list .list-wrap a.item .lottie svg {
  display: block;
  height: auto;
  width: 100%;
}
.template-impact section.gallery-list .list-wrap a.item .title {
  margin-top: 30px;
  max-width: 90%;
}
@media only screen and (max-width: 549px) {
  .template-impact section.gallery-list .list-wrap a.item .title {
    margin-top: 20px;
    max-width: none;
  }
}
.template-impact section.gallery-list .list-wrap a.item:first-child {
  background-color: #267e6e;
}
.template-impact section.gallery-list .list-wrap a.item:nth-child(2) {
  background-color: #f3a6c7;
}
.template-impact section.gallery-list .list-wrap a.item:nth-child(3) {
  background-color: #ffcc32;
}
.template-impact section.gallery-list .drag-icon {
  bottom: -36px;
  height: 75px;
  pointer-events: none;
  position: absolute;
  right: 36px;
  width: 75px;
  z-index: 1;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
  .template-impact section.gallery-list .drag-icon {
    bottom: -50px;
    height: 148px;
    width: 148px;
  }
}
@media only screen and (max-width: 549px) {
  .template-impact section.gallery-list .drag-icon {
    bottom: -40px;
  }
}
.template-impact section.gallery-list .drag-icon svg {
  margin: 0 5px;
  width: 8.12px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
  .template-impact section.gallery-list .drag-icon svg {
    width: 16.36px;
  }
}
.template-esg header svg.logo path,
.template-policy header svg.logo path {
  fill: #003328;
}
.template-esg article,
.template-policy article {
  column-gap: 150px;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  height: auto;
  padding: 250px 240px;
}
@media only screen and (max-width: 1023px) {
  .template-esg article,
  .template-policy article {
    grid-template-columns: 1fr;
    padding: 250px 50px 100px;
  }
}
@media only screen and (max-width: 549px) {
  .template-esg article,
  .template-policy article {
    padding: 150px 20px 100px;
  }
}
.template-esg article .menu-wrap,
.template-policy article .menu-wrap {
  margin-top: 15px;
}
.template-esg article .menu-wrap ul li,
.template-policy article .menu-wrap ul li {
  margin-bottom: 30px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 549px) {
  .template-esg article .menu-wrap ul li,
  .template-policy article .menu-wrap ul li {
    margin-bottom: 20px;
  }
}
.template-esg article .menu-wrap ul li a,
.template-policy article .menu-wrap ul li a {
  background-image: linear-gradient(#262322, #262322);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .template-esg article .menu-wrap ul li a:hover,
  .template-policy article .menu-wrap ul li a:hover {
    background-image: linear-gradient(#262322, #262322);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.template-esg article .menu-wrap ul li a[aria-current="page"],
.template-policy article .menu-wrap ul li a[aria-current="page"] {
  background-image: linear-gradient(#262322, #262322);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (max-width: 1023px) {
  .template-esg article .text-wrap,
  .template-policy article .text-wrap {
    margin-top: 80px;
  }
}
.template-esg article .text-wrap h1,
.template-policy article .text-wrap h1 {
  margin-bottom: 40px;
}
.template-esg article .text-wrap h2,
.template-policy article .text-wrap h2 {
  margin-top: 50px;
}
.template-esg article .text-wrap p,
.template-policy article .text-wrap p {
  margin-bottom: 40px;
}
.template-esg article .text-wrap img,
.template-policy article .text-wrap img {
  width: auto;
}
.template-esg article .text-wrap a,
.template-policy article .text-wrap a {
  background-image: linear-gradient(#003328, #003328);
  background-position: 0 94%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .template-esg article .text-wrap a:hover,
  .template-policy article .text-wrap a:hover {
    background-image: linear-gradient(#003328, #003328);
    background-position: 100% 94%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
.template-esg article .text-wrap ol,
.template-esg article .text-wrap ul,
.template-policy article .text-wrap ol,
.template-policy article .text-wrap ul {
  padding-left: 20px;
}
.template-esg article .text-wrap ol li,
.template-esg article .text-wrap ul li,
.template-policy article .text-wrap ol li,
.template-policy article .text-wrap ul li {
  align-items: flex-start;
  display: flex;
  margin-bottom: 15px;
}
.template-esg article .text-wrap ol li:before,
.template-esg article .text-wrap ul li:before,
.template-policy article .text-wrap ol li:before,
.template-policy article .text-wrap ul li:before {
  background: #003328;
  border-radius: 100%;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 3px;
  margin-right: 17px;
  margin-top: 15px;
  width: 3px;
}
.template-esg article .text-wrap ol,
.template-policy article .text-wrap ol {
  counter-reset: item;
}
.template-esg article .text-wrap ol li,
.template-policy article .text-wrap ol li {
  counter-increment: item;
}
.template-esg article .text-wrap ol li:before,
.template-policy article .text-wrap ol li:before {
  background: none;
  content: counter(item) ".";
  display: inline-block;
  margin-right: 20px;
  margin-top: 0;
}
.template-story header svg.logo path {
  fill: #003328;
}
.template-story section.title-image {
  display: grid;
  grid-template-areas: 1fr;
  height: 100vh;
  overflow: hidden;
  place-content: center;
  position: relative;
  width: 100%;
}
.template-story section.title-image .text-wrap {
  padding: 0 50px;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .template-story section.title-image .text-wrap {
    padding: 0 20px;
  }
}
.template-story section.title-image .x-image {
  height: 100%;
  position: absolute;
  width: 100%;
}
.template-story section.title-image .x-image img {
  height: 100%;
  object-fit: cover;
}
.template-story section.title-gallery {
  display: grid;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1023px) {
  .template-story section.title-gallery {
    height: 100vh;
  }
}
.template-story section.title-gallery ul.gallery-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 100vh;
  padding: 0 50px;
  position: absolute;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .template-story section.title-gallery ul.gallery-wrap {
    padding: 0 20px;
  }
}
.template-story section.title-gallery ul.gallery-wrap li:first-child {
  grid-column: 5/6;
  grid-row: 1/2;
  margin-bottom: auto;
  margin-top: -100px;
}
.template-story section.title-gallery ul.gallery-wrap li:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/-1;
  margin-bottom: -100px;
  margin-top: auto;
}
@media only screen and (max-width: 1023px) {
  .template-story section.title-gallery ul.gallery-wrap li:first-child {
    grid-column: 5/-1;
    margin-top: -70px;
  }
  .template-story section.title-gallery ul.gallery-wrap li:nth-child(2) {
    grid-column: 1/3;
    margin-bottom: -50px;
  }
}
.template-story section.title-gallery .background-image {
  height: 100vh;
  overflow: hidden;
}
.template-story section.title-gallery .background-image img {
  height: 100%;
  object-fit: cover;
}
.template-story section.title-gallery .title {
  left: 50%;
  max-width: 90vw;
  padding: 0 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  .template-story section.title-gallery .title {
    max-width: none;
    padding: 0;
  }
}
.template-story section.history-gallery {
  align-content: center;
  display: grid;
  overflow: hidden;
  padding: 15.625vw 0 15.625vw 100px;
  position: relative;
  width: 100vw;
}
@media only screen and (min-width: 1680px) {
  .template-story section.history-gallery:before {
    bottom: 43vh;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .template-story section.history-gallery {
    padding: 250px 30px 500px;
  }
}
@media only screen and (max-width: 549px) {
  .template-story section.history-gallery {
    padding: 130px 20px 100px;
  }
}
.template-story section.history-gallery .draggable-wrapper > .title {
  max-width: 46.458vw;
}
.template-story section.history-gallery .js-draggable {
  z-index: 10;
}
.template-story section.history-gallery .js-draggable-item {
  column-gap: 2.604vw;
  display: grid;
  grid-template-columns: auto 1fr;
  padding-right: 10.417vw;
}
@media only screen and (max-width: 1023px) {
  .template-story section.history-gallery .js-draggable-item {
    display: flex;
    flex-direction: column;
    padding-right: 130px;
    width: auto;
  }
  .template-story section.history-gallery .js-draggable-item:first-child {
    width: 300px;
  }
}
@media only screen and (max-width: 549px) {
  .template-story section.history-gallery .js-draggable-item {
    display: flex;
    padding-right: 55px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-story
    section.history-gallery
    .js-draggable-item:nth-child(odd)
    .inner-wrap {
    order: 2;
  }
}
.template-story
  section.history-gallery
  .js-draggable-item:nth-child(odd)
  .description {
  bottom: 120px;
  margin-top: auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .template-story
    section.history-gallery
    .js-draggable-item:nth-child(odd)
    .description {
    bottom: auto;
    margin-top: 0;
    order: 1;
  }
}
.template-story
  section.history-gallery
  .js-draggable-item:nth-child(odd)
  .date {
  order: 1;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .template-story
    section.history-gallery
    .js-draggable-item:nth-child(odd)
    .date {
    top: -2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .template-story
    section.history-gallery
    .js-draggable-item:nth-child(odd)
    .date {
    top: 30px;
  }
}
.template-story
  section.history-gallery
  .js-draggable-item:nth-child(odd)
  .x-image {
  order: 2;
  position: relative;
  top: -4.5rem;
}
@media only screen and (max-width: 1023px) {
  .template-story
    section.history-gallery
    .js-draggable-item:nth-child(odd)
    .x-image {
    top: -1.5rem;
  }
}
@media only screen and (max-width: 549px) {
  .template-story
    section.history-gallery
    .js-draggable-item:nth-child(odd)
    .x-image {
    top: 0;
  }
}
.template-story section.history-gallery .js-draggable-item .x-image {
  height: 31.875vw;
  margin: 0 auto;
  width: 24.323vw;
}
@media only screen and (max-width: 1679px) {
  .template-story section.history-gallery .js-draggable-item .x-image {
    height: 470px;
    width: 370px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-story section.history-gallery .js-draggable-item .x-image {
    height: 555px;
    width: 555px;
  }
}
@media only screen and (max-width: 549px) {
  .template-story section.history-gallery .js-draggable-item .x-image {
    height: 280px;
    margin: 0;
    width: 280px;
  }
}
.template-story section.history-gallery .js-draggable-item .x-image img {
  height: 100%;
  object-fit: cover;
}
.template-story section.history-gallery .js-draggable-item .description {
  margin-top: 70px;
  width: 24.74vw;
}
@media only screen and (max-width: 1023px) {
  .template-story section.history-gallery .js-draggable-item .description {
    margin-top: 0;
    max-width: 550px;
    width: auto;
  }
}
@media only screen and (max-width: 549px) {
  .template-story section.history-gallery .js-draggable-item .description {
    max-width: 280px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-story
    section.history-gallery
    .js-draggable-item
    .description
    p:first-child {
    margin: 0;
  }
}
.template-story section.history-gallery .js-draggable-item .description ul li {
  align-items: flex-start;
  display: flex;
  margin-bottom: 15px;
}
.template-story
  section.history-gallery
  .js-draggable-item
  .description
  ul
  li:before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 4px;
  margin: 0.677vw 0.781vw 0 0;
  width: 4px;
}
@media only screen and (max-width: 1023px) {
  .template-story
    section.history-gallery
    .js-draggable-item
    .description
    ul
    li:before {
    margin: 10px 10px 0 0;
  }
}
.template-story section.history-gallery .js-draggable-item .date {
  position: relative;
  top: -4rem;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .template-story section.history-gallery .js-draggable-item .date {
    top: -2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .template-story section.history-gallery .js-draggable-item .date {
    top: -2.5rem;
  }
}
@media only screen and (max-width: 549px) {
  .template-story section.history-gallery .js-draggable-item .date {
    top: -1.5rem;
  }
}
.template-story section.history-gallery .drag-icon {
  bottom: 220px;
  height: 75px;
  pointer-events: none;
  position: absolute;
  right: 36px;
  width: 75px;
  z-index: 10;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
  .template-story section.history-gallery .drag-icon {
    bottom: 480px;
    height: 148px;
    width: 148px;
  }
}
@media only screen and (max-width: 549px) {
  .template-story section.history-gallery .drag-icon {
    bottom: 300px;
  }
}
.template-story section.history-gallery .drag-icon svg {
  margin: 0 5px;
  width: 8.12px;
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
  .template-story section.history-gallery .drag-icon svg {
    width: 16.36px;
  }
}
@media only screen and (min-width: 1024px) {
  .template-story section.audio-gallery {
    display: grid;
    padding: 10.417vw 2.604vw;
    place-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .template-story section.audio-gallery {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .template-story section.audio-gallery {
    padding: 180px 30px;
  }
  .template-story section.audio-gallery .title {
    position: relative;
    z-index: 1;
  }
}
.template-story section.audio-gallery .text-wrap {
  pointer-events: none;
  position: relative;
  z-index: 10;
}
.template-story section.audio-gallery .text-wrap .subtitle {
  margin: 20px auto 0;
  max-width: 44.01vw;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .template-story section.audio-gallery .text-wrap .subtitle {
    margin-top: 60px;
    max-width: none;
  }
}
@media only screen and (max-width: 549px) {
  .template-story section.audio-gallery .text-wrap .subtitle {
    margin-top: 0;
  }
}
.template-story section.audio-gallery .text-wrap .sound-icon {
  display: block;
  margin: 30px auto 25px;
}
@media only screen and (min-width: 1024px) {
  .template-story section.audio-gallery .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    grid-template-rows: repeat(3, minmax(0, auto));
    row-gap: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .template-story section.audio-gallery .swiper-wrapper {
    margin: -200px 0 80px;
    z-index: 0;
  }
  .template-story section.audio-gallery .swiper-wrapper li {
    height: auto;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .template-story section.audio-gallery .swiper-wrapper li {
    max-height: 750px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 549px) {
  .template-story section.audio-gallery .swiper-wrapper li {
    max-height: 360px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-story section.audio-gallery .swiper-wrapper li .x-image {
    border-radius: 18px;
    height: 100%;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .template-story section.audio-gallery .swiper-wrapper li .x-image {
    border-radius: 36px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 549px) {
  .template-story section.audio-gallery .swiper-wrapper li .x-image {
    border-radius: 18px;
  }
}
@media only screen and (max-width: 1023px) {
  .template-story section.audio-gallery .swiper-wrapper li .x-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .template-story section.audio-gallery .swiper-wrapper li .audio-button {
    bottom: -60px !important;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1023px) {
  .template-story section.audio-gallery .swiper-wrapper li .audio-button {
    bottom: -100px !important;
    left: 50% !important;
    top: auto !important;
    transform: translate3d(-50%, 0, 0);
  }
}
@media only screen and (max-width: 1023px) and (max-width: 549px) {
  .template-story section.audio-gallery .swiper-wrapper li .audio-button {
    bottom: -60px !important;
  }
}
@media only screen and (max-width: 549px) {
  .template-story section.audio-gallery .swiper-wrapper {
    margin: -100px 0 80px;
  }
}
.template-story section.audio-gallery ul.gallery-wrap li {
  position: relative;
}
.template-story section.audio-gallery ul.gallery-wrap li .audio-button {
  left: -2.188vw;
  position: absolute;
  top: 2.083vw;
}
@media only screen and (max-width: 1679px) {
  .template-story section.audio-gallery ul.gallery-wrap li .audio-button {
    left: -42px;
    top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .template-story section.audio-gallery ul.gallery-wrap li:first-child {
    grid-column: 3/4;
    margin-bottom: 110px;
    margin-top: auto;
    width: 210px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .template-story section.audio-gallery ul.gallery-wrap li:first-child {
    left: 5.208vw;
    width: 10.938vw;
  }
}
@media only screen and (min-width: 1024px) {
  .template-story section.audio-gallery ul.gallery-wrap li:nth-child(2) {
    grid-column: 8/10;
    grid-row: 1/3;
    left: 130px;
    margin: 120px 0 auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .template-story section.audio-gallery ul.gallery-wrap li:nth-child(2) {
    left: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .template-story section.audio-gallery ul.gallery-wrap li:nth-child(3) {
    grid-column: 1/2;
    left: 0;
    width: 408px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .template-story section.audio-gallery ul.gallery-wrap li:nth-child(3) {
    left: 3vw;
    top: 3vw;
    width: 21.25vw;
  }
}
@media only screen and (min-width: 1024px) {
  .template-story
    section.audio-gallery
    ul.gallery-wrap
    li:nth-child(3)
    .audio-button {
    bottom: 40px;
    left: auto;
    right: -2.083vw;
    top: auto;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679px) {
  .template-story
    section.audio-gallery
    ul.gallery-wrap
    li:nth-child(3)
    .audio-button {
    right: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .template-story section.audio-gallery ul.gallery-wrap li:nth-child(4) {
    grid-area: 2/2/2/10;
  }
  .template-story section.audio-gallery ul.gallery-wrap li:nth-child(5) {
    grid-column: 5/7;
    margin: 0 auto;
    width: 262px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .template-story section.audio-gallery ul.gallery-wrap li:nth-child(5) {
    width: 13.646vw;
  }
}
@media only screen and (min-width: 1024px) {
  .template-story
    section.audio-gallery
    ul.gallery-wrap
    li:nth-child(5)
    .audio-button {
    left: auto;
    right: -2.083vw;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1679px) {
  .template-story
    section.audio-gallery
    ul.gallery-wrap
    li:nth-child(5)
    .audio-button {
    right: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .template-story section.audio-gallery ul.gallery-wrap li:nth-child(6) {
    grid-column: 8/9;
    top: -140px;
    width: 261px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  .template-story section.audio-gallery ul.gallery-wrap li:nth-child(6) {
    width: 13.594vw;
  }
}
.error404 section.not-found {
  height: 100vh;
  position: relative;
  width: 100%;
  z-index: 0;
}
.error404 section.not-found .text-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  z-index: 1;
}
.error404 section.not-found .text-wrap .title-wrap {
  align-items: center;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr);
}
.error404 section.not-found .text-wrap .title-wrap .image-wrap {
  display: flex;
  height: 100%;
  position: relative;
  z-index: 1;
}
.error404 section.not-found .text-wrap .title-wrap .image-wrap img {
  height: 100%;
  margin: auto;
  max-height: 312px;
  width: auto;
}
.error404 section.not-found .text-wrap .title-wrap .title:first-child {
  margin-right: -15px;
}
.error404 section.not-found .text-wrap .title-wrap .title:last-child {
  margin-left: -50px;
  position: relative;
  z-index: 0;
}
.error404 section.not-found .text-wrap .subtitle {
  padding: 22px 0 60px;
}
.error404 section.not-found .js-scroll-to {
  display: none;
}
.error404 section.hero .title {
  display: none !important;
}
.error404 .footer {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .archive .posts-list {
    padding: 35px 0;
  }
}
.archive .posts-list li .block-post .post-wrap {
  border-bottom: 1px solid #003328;
  padding: 100px;
}
@media only screen and (max-width: 1200px) {
  .archive .posts-list li .block-post .post-wrap {
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
  .archive .posts-list li .block-post .post-wrap {
    padding: 50px;
  }
}
.archive .posts-list li .block-post .post-wrap .x-image {
  border-radius: 29px;
}
.archive .posts-list li .block-post .post-wrap .x-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.archive .posts-list li .block-post .post-wrap .x-button {
  color: #fff;
}
.archive .posts-list li .block-post .post-wrap .x-button:before {
  opacity: 1;
}
.archive .posts-list li.hidden {
  display: none !important;
}
.archive .load-more-wrap .load-more {
  cursor: pointer;
  margin: 90px auto;
}
.archive .load-more-wrap .load-more svg {
  overflow: visible;
}
.archive .load-more-wrap .load-more:hover path.path-arrow {
  animation: bounce-d 1.2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.block-cursor {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media only screen and (max-width: 1200px) {
  .block-cursor {
    display: none;
  }
}
.block-cursor.difference {
  mix-blend-mode: difference;
}
.block-cursor .cursor-wrap {
  backface-visibility: hidden;
  height: 13px;
  position: absolute;
  width: 13px;
}
.block-cursor .cursor-wrap > div {
  opacity: 0;
}
.block-cursor .cursor-secondary-wrap {
  backface-visibility: hidden;
  height: 13px;
  position: absolute;
  width: 13px;
}
.block-cursor .cursor-secondary-wrap > div {
  opacity: 0;
}
.block-cursor .arrow-circle {
  border: 1px solid #000;
  border-radius: 50%;
  display: grid;
  height: 130px;
  left: -65px;
  place-content: center;
  position: absolute;
  top: -65px;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  width: 130px;
}
.block-cursor .arrow-circle.theme-small-yellow,
.block-cursor .arrow-circle.theme-yellow {
  background: #ffcc32;
  border: none;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.block-cursor .arrow-circle.theme-small-yellow {
  height: 55px;
  left: -28px;
  top: -28px;
  width: 55px;
}
.block-cursor .arrow-circle .arrow-icon .ia {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.block-cursor .drag-icon {
  height: 130px;
  left: -65px;
  padding: 20px;
  position: absolute;
  top: -65px;
  width: 130px;
}
.block-cursor .fullscreen {
  height: 60px;
  left: -30px;
  position: absolute;
  top: -30px;
  width: 60px;
}
.block-cursor .scroll-down {
  border: 1px solid #fff;
  border-radius: 50%;
}
.block-cursor .scroll-down,
.block-cursor .secondary-scroll-down {
  display: grid;
  height: 130px;
  left: -65px;
  place-content: center;
  position: absolute;
  top: -65px;
  width: 130px;
}
.block-cursor .secondary-scroll-down .arrow-icon {
  transform: rotate(90deg);
}
.block-cursor .secondary-arrow-circle {
  display: grid;
  height: 130px;
  left: -65px;
  place-content: center;
  position: absolute;
  top: -65px;
  width: 130px;
}
.block-cursor .secondary-arrow-circle .arrow-icon .ia {
  fill: none;
  stroke: #000;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.block-cursor .default {
  border-radius: 50%;
  height: 100%;
  opacity: 1;
  width: 100%;
}
.block-cursor .default.background-red {
  background-color: red;
}
.block-cursor .typo-play,
.block-cursor .typo-text {
  margin-left: 40px;
  min-width: 300px;
  opacity: 0;
}
footer,
footer .social {
  position: relative;
}
footer .social {
  display: grid;
  height: 100vh;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1023px) {
  footer .social {
    height: 762px;
  }
}
@media only screen and (max-width: 549px) {
  footer .social {
    height: 445px;
  }
}
footer .social .text-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  position: relative;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: 100%;
  z-index: 10;
  z-index: 1;
}
footer .social .text-wrap span.social-title {
  margin: 7px 0;
}
footer .social .text-wrap ul.social-wrap {
  display: flex;
}
footer .social .text-wrap ul.social-wrap li:not(:first-child):before {
  color: #003328;
  content: "/";
  display: inline-block;
  font-size: inherit;
  margin: 0 6px;
}
footer .social .text-wrap ul.social-wrap li a {
  background-image: linear-gradient(#003328, #003328);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  font-family: apercu-bold-pro, arial;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  padding-bottom: 8px;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  footer .social .text-wrap ul.social-wrap li a:hover {
    background-image: linear-gradient(#003328, #003328);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
@media only screen and (max-width: 1023px) {
  footer .social .text-wrap ul.social-wrap li a {
    font-size: 32px;
  }
}
@media only screen and (max-width: 549px) {
  footer .social .text-wrap ul.social-wrap li a {
    font-size: 18px;
  }
}
footer .social ul.gallery-wrap {
  column-gap: 80px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(0, 1fr));
  min-height: 1490px;
  padding: 0 0 300px;
  position: relative;
  row-gap: 20px;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  footer .social ul.gallery-wrap {
    column-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    height: 100%;
    min-height: auto;
    padding: initial;
    width: 100vw;
  }
}
footer .social ul.gallery-wrap li {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  footer .social ul.gallery-wrap li {
    height: 100%;
  }
}
footer .social ul.gallery-wrap li .x-image img {
  height: 100%;
}
footer .social ul.gallery-wrap li:first-child {
  grid-column: 2/4;
  grid-row: 1/2;
  left: -100px;
  margin-bottom: -60px;
}
@media only screen and (max-width: 1200px) {
  footer .social ul.gallery-wrap li:first-child {
    grid-column: initial;
    grid-row: initial;
    left: auto;
    margin-bottom: 0;
    top: auto;
  }
}
footer .social ul.gallery-wrap li:first-child .x-image {
  height: 14.583vw;
  width: 14.583vw;
}
@media only screen and (max-width: 1200px) {
  footer .social ul.gallery-wrap li:first-child .x-image {
    height: 171px;
    margin-left: 75px;
    margin-top: 75px;
    width: 171px;
  }
}
@media only screen and (max-width: 549px) {
  footer .social ul.gallery-wrap li:first-child .x-image {
    height: 100px;
    margin-left: 15px;
    margin-top: 40px;
    width: 100px;
  }
}
footer .social ul.gallery-wrap li:nth-child(2) {
  align-self: end;
  grid-column: 4/6;
  grid-row: 1/2;
  left: -40px;
  top: 120px;
}
@media only screen and (max-width: 1200px) {
  footer .social ul.gallery-wrap li:nth-child(2) {
    grid-column: initial;
    grid-row: initial;
    left: auto;
    margin-bottom: 0;
    top: auto;
  }
}
footer .social ul.gallery-wrap li:nth-child(2) .x-image {
  height: 11.771vw;
  width: 11.771vw;
}
@media only screen and (max-width: 1200px) {
  footer .social ul.gallery-wrap li:nth-child(2) .x-image {
    height: 205px;
    margin-left: auto;
    margin-right: 70px;
    margin-top: -40px;
    width: 205px;
  }
}
@media only screen and (max-width: 549px) {
  footer .social ul.gallery-wrap li:nth-child(2) .x-image {
    height: 120px;
    margin-right: 20px;
    margin-top: -30px;
    width: 119px;
  }
}
footer .social ul.gallery-wrap li:nth-child(3) {
  grid-column: 8/11;
  grid-row: 1/2;
  top: -72px;
}
@media only screen and (max-width: 1200px) {
  footer .social ul.gallery-wrap li:nth-child(3) {
    grid-column: initial;
    grid-row: initial;
    left: auto;
    margin-bottom: 0;
    top: auto;
  }
}
footer .social ul.gallery-wrap li:nth-child(3) .x-image {
  height: 12.448vw;
  width: 12.448vw;
}
@media only screen and (max-width: 1200px) {
  footer .social ul.gallery-wrap li:nth-child(3) .x-image {
    height: 210px;
    margin-left: 0;
    margin-top: 130px;
    width: 205px;
  }
}
@media only screen and (max-width: 549px) {
  footer .social ul.gallery-wrap li:nth-child(3) .x-image {
    height: 120px;
    margin-top: 60px;
    width: 120px;
  }
}
footer .social ul.gallery-wrap li:nth-child(4) {
  align-self: center;
  grid-column: 11/-1;
  grid-row: 2/3;
}
@media only screen and (max-width: 1200px) {
  footer .social ul.gallery-wrap li:nth-child(4) {
    grid-column: initial;
    grid-row: initial;
    left: auto;
    margin-bottom: 0;
    top: auto;
  }
}
footer .social ul.gallery-wrap li:nth-child(4) .x-image {
  height: 11.458vw;
  margin: auto 0 -100px auto;
  width: 11.563vw;
}
@media only screen and (max-width: 1200px) {
  footer .social ul.gallery-wrap li:nth-child(4) .x-image {
    height: 182px;
    margin-right: 70px;
    margin-top: 240px;
    width: 182px;
  }
}
@media only screen and (max-width: 549px) {
  footer .social ul.gallery-wrap li:nth-child(4) .x-image {
    height: 105px;
    margin-left: auto;
    margin-right: 20px;
    margin-top: 140px;
    width: 105px;
  }
}
footer .social ul.gallery-wrap li:nth-child(5) {
  grid-column: 1/4;
  grid-row: 3/-1;
  top: -120px;
}
@media only screen and (max-width: 1200px) {
  footer .social ul.gallery-wrap li:nth-child(5) {
    display: none;
  }
}
footer .social ul.gallery-wrap li:nth-child(5) .x-image {
  height: 21.146vw;
  width: 21.146vw;
}
footer .social ul.gallery-wrap li:nth-child(6) {
  grid-column: 9/10;
  grid-row: 3/-1;
  top: 200px;
}
@media only screen and (max-width: 1200px) {
  footer .social ul.gallery-wrap li:nth-child(6) {
    display: none;
  }
}
footer .social ul.gallery-wrap li:nth-child(6) .x-image {
  height: 18.385vw;
  width: 18.385vw;
}
footer .follow {
  padding: 360px 100px 50px;
}
@media only screen and (max-width: 1679px) {
  footer .follow {
    padding: 200px 60px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .follow {
    padding: 200px 30px 20px;
  }
}
@media only screen and (max-width: 549px) {
  footer .follow {
    padding: 100px 15px 20px;
  }
}
footer .follow .follow-top-wrap {
  display: grid;
  grid-template-columns: 2.3fr 1fr;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1679px) {
  footer .follow .follow-top-wrap {
    column-gap: 20px;
    grid-template-columns: 1.4fr 1fr;
  }
}
@media only screen and (max-width: 1200px) {
  footer .follow .follow-top-wrap {
    column-gap: 80px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .follow .follow-top-wrap {
    column-gap: 20px;
    grid-template-columns: 1fr;
    row-gap: 100px;
  }
}
@media only screen and (max-width: 549px) {
  footer .follow .follow-top-wrap {
    row-gap: 70px;
  }
}
footer .follow .text-wrap .title {
  max-width: 47.917vw;
}
@media only screen and (max-width: 1679px) {
  footer .follow .text-wrap .title {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .follow .text-wrap .title {
    max-width: none;
  }
}
@media only screen and (max-width: 1023px) {
  footer .follow .text-wrap .title {
    max-width: 500px;
  }
}
footer .follow .text-wrap .subtitle {
  margin-top: 20px;
}
@media only screen and (max-width: 1679px) {
  footer .follow .text-wrap .subtitle {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 549px) {
  footer .follow .text-wrap .subtitle {
    margin-top: 10px;
  }
}
footer .follow .text-wrap form {
  margin-top: 13px;
}
@media only screen and (max-width: 1023px) {
  footer .follow .text-wrap form {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 549px) {
  footer .follow .text-wrap form {
    margin-top: 30px;
  }
}
footer .back-to-top {
  grid-column: 2/-1;
}
@media only screen and (max-width: 1023px) {
  footer .back-to-top {
    grid-column: initial;
    margin-left: calc(50% - 50px);
  }
}
@media only screen and (min-width: 1201px) {
  footer .back-to-top {
    margin-top: -25px;
  }
}
@media only screen and (max-width: 549px) {
  footer .back-to-top {
    margin-left: 50%;
  }
}
footer .back-to-top .js-scroll-to {
  display: inline-block;
}
footer .back-to-top .js-scroll-to svg {
  display: block;
  height: auto;
  overflow: visible;
  width: 7.083vw;
}
@media only screen and (max-width: 1679px) {
  footer .back-to-top .js-scroll-to svg {
    width: 104px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .back-to-top .js-scroll-to svg {
    width: 190px;
  }
}
@media only screen and (max-width: 549px) {
  footer .back-to-top .js-scroll-to svg {
    width: 108px;
  }
}
footer .back-to-top .js-scroll-to svg path,
footer .back-to-top .js-scroll-to:hover svg path {
  -webkit-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: fill 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
footer .back-to-top .js-scroll-to:hover svg path {
  fill: #fff;
}
footer .back-to-top .js-scroll-to:hover svg path.path-arrow {
  animation: bounce-u 1.2s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
footer ul.footer-top {
  column-gap: 135px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: flex-start;
  margin-left: auto;
  padding-right: 100px;
  position: relative;
  row-gap: 50px;
  z-index: 10;
}
@media only screen and (max-width: 1679px) {
  footer ul.footer-top {
    row-gap: 30px;
  }
}
@media only screen and (max-width: 549px) {
  footer ul.footer-top {
    padding-right: 0;
    row-gap: 30px;
  }
}
footer ul.footer-top a {
  background-image: linear-gradient(#ece8de, #ece8de);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  padding-bottom: 8px;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  footer ul.footer-top a:hover {
    background-image: linear-gradient(#ece8de, #ece8de);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
@media only screen and (max-width: 1023px) {
  footer ul.footer-top {
    column-gap: 0;
  }
}
footer .images-container {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(auto, 115px));
  margin-top: 70px;
}
@media only screen and (max-width: 1679px) {
  footer .images-container {
    grid-template-columns: repeat(auto-fill, minmax(auto, 68px));
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  footer .images-container {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(auto, 100px));
    margin-top: 120px;
  }
}
@media only screen and (max-width: 549px) {
  footer .images-container {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(auto, 50px));
    margin-top: 100px;
  }
}
.bottom-wrap {
  align-items: center;
  display: grid;
  grid-template-columns: 70% 16% 1fr;
  margin-top: 65px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1679px) {
  .bottom-wrap {
    column-gap: 20px;
    grid-template-columns: 57.5% 20.5% 1fr;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .bottom-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 549px) {
  .bottom-wrap {
    margin-top: 25px;
    padding-bottom: 0;
  }
}
.bottom-wrap ul {
  align-items: center;
  display: flex;
}
.bottom-wrap ul li {
  margin-right: 20px;
}
.bottom-wrap ul li span {
  display: flex;
}
.bottom-wrap .credits {
  align-items: center;
  display: flex;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .bottom-wrap .credits {
    margin-top: 15px;
    width: 100%;
  }
}
.bottom-wrap .credits a {
  margin-left: 10px;
}
.bottom-wrap a {
  background-image: linear-gradient(#ece8de, #ece8de);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  text-decoration: none;
  -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
    color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
@media only screen and (min-width: 1024px) {
  .bottom-wrap a:hover {
    background-image: linear-gradient(#ece8de, #ece8de);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    text-decoration: none;
    -webkit-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: background-size 1s cubic-bezier(0.19, 1, 0.22, 1) 0s,
      color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  }
}
#loader {
  backface-visibility: hidden;
  height: 100vh;
  isolation: isolate;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 150;
}
@media only screen and (max-width: 1200px) {
  #loader {
    height: calc(var(--vh, 1vh) * 100);
    height: 100vh;
    height: 100svh;
    max-height: 100vh;
  }
}
#loader svg,
#loading {
  height: 100%;
  width: 100%;
}
#loading {
  background: #ffcc32;
  display: grid;
  left: 0;
  place-content: center;
  position: absolute;
  top: 0;
  z-index: 200;
}
@media only screen and (max-width: 1200px) {
  #loading {
    height: calc(var(--vh, 1vh) * 100);
    height: 100svh;
    max-height: 100vh;
  }
}
#loading .inner-wrap {
  margin: auto;
  width: 100%;
}
#loading .inner-wrap .graphic-wrap {
  height: 3.906vw;
  margin: 0 auto 0.26vw;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #loading .inner-wrap .graphic-wrap {
    height: 30px;
    margin: 0 auto 50px;
  }
}
#loading .inner-wrap .graphic-wrap svg {
  height: auto;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2.604vw;
}
@media only screen and (max-width: 1200px) {
  #loading .inner-wrap .graphic-wrap svg {
    width: 50px;
  }
}
#loading .inner-wrap ul {
  position: relative;
  width: 10.417vw;
}
@media only screen and (max-width: 1200px) {
  #loading .inner-wrap ul {
    width: 200px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 1023px) {
  #loading .inner-wrap ul {
    width: 400px;
  }
}
#loading .inner-wrap ul li {
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes brandlist-hover {
  0% {
    transform: scaleY(0.1);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes arrow-hover {
  0% {
    transform: translate3d(-20px, 20px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.parentline {
  overflow: hidden;
}
@keyframes bounce {
  0%,
  20%,
  50% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(5px);
  }
}
@keyframes bounce-l {
  0%,
  70% {
    transform: translateX(0) translateY(0);
  }
  20% {
    transform: translateX(-8px) translateY(0);
  }
  30% {
    transform: translateX(-3px) translateY(0);
  }
  40% {
    transform: translateX(-8px) translateY(0);
  }
}
@keyframes bounce-u {
  0%,
  70% {
    transform: translateX(0) translateY(0);
  }
  20% {
    transform: translateX(0) translateY(-8px);
  }
  30% {
    transform: translateX(0) translateY(-3px);
  }
  40% {
    transform: translateX(0) translateY(-8px);
  }
}
@keyframes bounce-d {
  0%,
  70% {
    transform: translateX(0) translateY(0);
  }
  20% {
    transform: translateX(0) translateY(8px);
  }
  30% {
    transform: translateX(0) translateY(3px);
  }
  40% {
    transform: translateX(0) translateY(8px);
  }
}
@keyframes bounce-ur {
  0%,
  70% {
    transform: translateX(0) translateY(0);
  }
  20% {
    transform: translateX(8px) translateY(-8px);
  }
  30% {
    transform: translateX(3px) translateY(-3px);
  }
  40% {
    transform: translateX(8px) translateY(-8px);
  }
}
@keyframes bounce-dr {
  0%,
  70% {
    transform: translateX(0) translateY(0);
  }
  20% {
    transform: translateX(8px) translateY(8px);
  }
  30% {
    transform: translateX(3px) translateY(3px);
  }
  40% {
    transform: translateX(8px) translateY(8px);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
