/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
figure,
footer,
header,
nav,
section {
  display: block;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img {
  max-width: 100%;
}
img {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img {
  image-rendering: -webkit-optimize-contrast;
}

strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=time],
textarea,
a[href^=tel] {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button {
  text-transform: none;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../assets/fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../assets/fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowText";
  src: url("../assets/fonts/HelveticaNowText-Bold.woff2") format("woff2"), url("../assets/fonts/HelveticaNowText-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../assets/fonts/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowText";
  src: url("../assets/fonts/HelveticaNowText-Medium.woff2") format("woff2"), url("../assets/fonts/HelveticaNowText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../assets/fonts/HelveticaNowDisplay-Thin.woff2") format("woff2"), url("../assets/fonts/HelveticaNowDisplay-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowText";
  src: url("../assets/fonts/HelveticaNowText-Regular.woff2") format("woff2"), url("../assets/fonts/HelveticaNowText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../assets/fonts/SuisseIntl-Regular.woff2") format("woff2"), url("../assets/fonts/SuisseIntl-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #12191F;
  font-family: "HelveticaNowText", "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #7E8992;
}
@media (min-width: 767.02px) {
  body {
    font-size: 1.8rem;
  }
}
@media (min-width: 1199.02px) {
  body {
    font-size: 2rem;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.4em / 2);
}
.h1,
h1 {
  font-size: 4rem;
  line-height: 1.1;
  color: #E0E5E9;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
}
@media (min-width: 767.02px) {
  .h1,
  h1 {
    font-size: 7.2rem;
    letter-spacing: -0.01em;
  }
}
@media (min-width: 1199.02px) {
  .h1,
  h1 {
    font-size: 9.6rem;
  }
}
.h2,
h2 {
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #12191F;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
}
@media (min-width: 767.02px) {
  .h2,
  h2 {
    font-size: 4.8rem;
    letter-spacing: -0.01em;
  }
}
@media (min-width: 1199.02px) {
  .h2,
  h2 {
    font-size: 7.2rem;
  }
}
.h3,
h3 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #E0E5E9;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
}
@media (min-width: 767.02px) {
  .h3,
  h3 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1199.02px) {
  .h3,
  h3 {
    font-size: 4rem;
    line-height: 1.1;
  }
}
.h4,
h4 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #E0E5E9;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
}
@media (min-width: 767.02px) {
  .h4,
  h4 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1199.02px) {
  .h4,
  h4 {
    font-size: 3.2rem;
    letter-spacing: unset;
  }
}
.h5,
h5 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: "HelveticaNowText", "Times New Roman", Times, serif;
}
@media (min-width: 1199.02px) {
  .h5,
  h5 {
    font-size: 2rem;
  }
}
.h6,
h6 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
  color: #E0E5E9;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
}
@media (min-width: 767.02px) {
  .h6,
  h6 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1199.02px) {
  .h6,
  h6 {
    font-size: 2rem;
  }
}
p,
ul,
ol,
blockquote {
  margin-bottom: 1.4em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
/* sr-only */
/* invisible */
.invisible {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
/*  Notext  */
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
/*  Responsive Helpers  */
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */
.accordion {
  /* is open */
}
.accordion .accordion__section {
  border-top: 0.1rem solid #313B44;
}
.accordion .accordion__head a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.6rem;
  text-decoration: none;
  color: #E0E5E9;
  padding: 2rem 0 1.9rem;
  position: relative;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 767.02px) {
  .accordion .accordion__head a {
    padding: 3rem 0 2.9rem;
  }
}
@media (min-width: 1199.02px) {
  .accordion .accordion__head a {
    padding: 3.1rem 0 2.8rem;
    line-height: 1.2;
  }
}
.accordion .accordion__head a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #FEC003;
  z-index: 2;
  transition: width 0.3s ease-in-out;
}
@media (hover: hover) {
  .accordion .accordion__head a:hover {
    color: #FEC003;
  }
}
@media (hover: hover) {
  .accordion .accordion__head a:hover:before {
    width: 100%;
  }
}
.accordion .accordion__head a i {
  color: #FEC003;
  font-size: 2.7rem;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 767.02px) {
  .accordion .accordion__head a i {
    order: -1;
    font-size: 3.4rem;
    margin-left: 0.2rem;
  }
}
@media (min-width: 1199.02px) {
  .accordion .accordion__head a i {
    font-size: 4rem;
  }
}
@media (min-width: 767.02px) {
  .accordion .accordion__head a span {
    max-width: 41.7rem;
    width: 41.7rem;
  }
}
@media (min-width: 1199.02px) {
  .accordion .accordion__head a span {
    max-width: 58.5rem;
    width: 58.5rem;
  }
}
.accordion .accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
@media (min-width: 767.02px) {
  .accordion .accordion__body {
    max-width: 41.2rem;
    width: 41.2rem;
    margin-left: auto;
  }
}
@media (min-width: 1199.02px) {
  .accordion .accordion__body {
    max-width: 58.5rem;
    width: 58.5rem;
  }
}
.accordion .accordion__content {
  overflow: hidden;
  transition: padding 0.3s, margin 0.3s ease-in-out;
  font-size: 1.8rem;
}
@media (min-width: 1199.02px) {
  .accordion .accordion__content {
    font-size: 2rem;
  }
}
.accordion .accordion__content h5 {
  margin-bottom: 1.2rem;
}
@media (min-width: 1199.02px) {
  .accordion .accordion__content h5 {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__content h5 {
    font-size: 1.6rem;
  }
}
.accordion .accordion__content ul {
  list-style-type: none;
}
.accordion .accordion__content ul > li {
  padding-left: 2.8rem;
  color: #7E8992;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
}
@media (min-width: 1199.02px) {
  .accordion .accordion__content ul > li {
    font-size: 2rem;
    padding-left: 3.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accordion .accordion__content ul > li {
    font-size: 1.6rem;
  }
}
.accordion .accordion__content ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.3rem;
  top: 0.9rem;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #FEC003;
}
.accordion .accordion__content ul > li ~ li {
  margin-top: 1.2rem;
}
@media (min-width: 1199.02px) {
  .accordion .accordion__content ul > li ~ li {
    margin-top: 1.5rem;
  }
}
.accordion .accordion__content ul:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
@media (min-width: 1199.02px) {
  .accordion .accordion__content ul:not(:last-of-type) {
    margin-bottom: 2.9rem;
  }
}
.accordion .is-open .accordion__body {
  grid-template-rows: 1fr;
}
.accordion .is-open .accordion__content {
  padding: 0.5rem 0 2rem;
}
@media (min-width: 767.02px) {
  .accordion .is-open .accordion__content {
    margin-top: -1rem;
    padding: 0.5rem 0 2.9rem;
  }
}
@media (min-width: 1199.02px) {
  .accordion .is-open .accordion__content {
    margin-top: -0.6rem;
  }
}
.accordion .is-open .accordion__head a i {
  transform: rotate(0);
}
/* accordion adjust */
.accordion--adjust .is-open .accordion__content {
  padding: 0.5rem 0 1.6rem;
}
@media (min-width: 1199.02px) {
  .accordion--adjust .is-open .accordion__content {
    padding: 0.5rem 0 2.9rem;
  }
}
/* ------------------------------------------------------------ *\
	Address
\* ------------------------------------------------------------ */
.address {
  font-size: 1.2rem;
  line-height: 1.66;
  color: #E0E5E9;
}
@media (min-width: 767.02px) {
  .address {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 1199.02px) {
  .address {
    font-size: 1.6rem;
  }
}
.address p:last-of-type {
  margin-bottom: 0;
}
.address a {
  text-decoration: none;
  border-bottom: 0.1rem solid;
  border-color: transparent;
  transition: color 0.3s, border-color 0.3s ease-in-out;
}
@media (hover: hover) {
  .address a:hover {
    color: #FEC003;
    border-color: #FEC003;
  }
}
.address a:focus-visible {
  color: #FEC003;
  border-color: #FEC003;
}
/* ------------------------------------------------------------ *\
	Article Simple
\* ------------------------------------------------------------ */
.article-simple {
  height: 100%;
  position: relative;
  padding-bottom: 5rem;
}
@media (min-width: 767.02px) {
  .article-simple {
    padding-bottom: 5.2rem;
  }
}
@media (min-width: 1199.02px) {
  .article-simple {
    padding-bottom: 6.3rem;
  }
}
@media (hover: hover) {
  .article-simple:hover .article__title a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}
.article-simple .article__image {
  position: relative;
  aspect-ratio: 232/154;
  margin-bottom: 2.4rem;
  overflow: hidden;
}
@media (min-width: 767.02px) {
  .article-simple .article__image {
    margin-bottom: 2.2rem;
  }
}
@media (min-width: 1199.02px) {
  .article-simple .article__image {
    margin-bottom: 2.5rem;
  }
}
.article-simple .article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-simple .article__title {
  margin-bottom: 1rem;
}
.article-simple .article__title strong {
  display: block;
  color: #FEC003;
  font-weight: 500;
}
.article-simple .article__title a {
  text-decoration: none;
}
.article-simple .article__actions {
  position: absolute;
  bottom: -0.3rem;
  left: -0.8rem;
}
.article-simple .article__btn span {
  padding: 0;
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article > p + p {
  margin-top: 1.8rem;
}
.article > h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  color: #E0E5E9;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
}
@media (min-width: 767.02px) {
  .article > h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 1199.02px) {
  .article > h2 {
    font-size: 4rem;
    line-height: 1.1;
  }
}
.article > h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #E0E5E9;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
}
@media (min-width: 767.02px) {
  .article > h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1199.02px) {
  .article > h3 {
    font-size: 3.2rem;
    letter-spacing: unset;
  }
}
.article > ul + h2 {
  margin-top: 4.3rem;
}
@media (min-width: 1023.02px) {
  .article > ul + h2 {
    margin-top: 5.6rem;
  }
}
.article > ul {
  list-style-type: none;
}
.article > ul > li {
  padding-left: 2.2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "HelveticaNowText", "Times New Roman", Times, serif;
  position: relative;
}
@media (min-width: 1023.02px) {
  .article > ul > li {
    font-size: 2rem;
    padding-left: 3rem;
  }
}
.article > ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.1rem;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
  border-radius: 0.2rem;
  background-color: #FEC003;
}
@media (min-width: 1023.02px) {
  .article > ul > li:before {
    top: 0.8rem;
  }
}
.article > ul > li > a {
  color: #E0E5E9;
  transition: color 0.3s, border-color 0.3s ease-in-out;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (min-width: 1023.02px) {
  .article > ul > li > a {
    border-color: #E0E5E9;
  }
}
@media (hover: hover) {
  .article > ul > li > a:hover {
    color: #FEC003;
    border-color: #FEC003;
  }
}
.article > ul > li > a:focus-visible {
  color: #FEC003;
  border-color: #FEC003;
}
.article > ul > li ~ li {
  margin-top: 1.1rem;
}
@media (min-width: 1023.02px) {
  .article > ul > li ~ li {
    margin-top: 1.4rem;
  }
}
.article > p > a {
  color: #E0E5E9;
  transition: color 0.3s, border-color 0.3s ease-in-out;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (min-width: 1023.02px) {
  .article > p > a {
    border-color: #E0E5E9;
  }
}
@media (hover: hover) {
  .article > p > a:hover {
    color: #FEC003;
    border-color: #FEC003;
  }
}
.article > p > a:focus-visible {
  color: #FEC003;
  border-color: #FEC003;
}
.article > h2 + p {
  margin-top: 2rem;
}
.article > p + ul {
  margin-top: -0.3rem;
}
@media (min-width: 1023.02px) {
  .article > p + ul {
    margin-top: 0;
  }
}
.article > p + blockquote {
  margin-top: -0.4rem;
}
@media (min-width: 1023.02px) {
  .article > p + blockquote {
    margin-top: 0;
  }
}
.article > blockquote {
  border-left: 0.1rem solid #FEC003;
  padding-left: 2.4rem;
  color: #E0E5E9;
}
@media (min-width: 1023.02px) {
  .article > blockquote {
    padding-left: 2.8rem;
  }
}
.article > blockquote > p {
  margin-bottom: 0.8rem;
}
.article > blockquote > span {
  font-size: 1.4rem;
  font-family: "Suisse Intl", "Times New Roman", Times, serif;
  color: #7E8992;
}
.article > blockquote + p {
  margin-top: 1.8rem;
}
.article > p + h3 {
  margin-top: 4.2rem;
  letter-spacing: 0;
  font-family: "HelveticaNowText", "Times New Roman", Times, serif;
  color: #E0E5E9;
}
@media (min-width: 1023.02px) {
  .article > p + h3 {
    margin-top: 5.5rem;
    font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
  }
}
.article > h3 + p {
  margin-top: 2.2rem;
}
@media (min-width: 1023.02px) {
  .article > h3 + p {
    margin-top: 2.6rem;
  }
}
.article > p + h2 {
  margin-top: 4.4rem;
}
@media (min-width: 1023.02px) {
  .article > p + h2 {
    margin-top: 5.7rem;
  }
}
.article > h4 {
  font-family: "HelveticaNowText", "Times New Roman", Times, serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 500;
}
@media (min-width: 767.02px) {
  .article > h4 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1023.02px) {
  .article > h4 {
    font-size: 2.4rem;
    font-weight: 500;
    font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
  }
}
.article > p + h4 {
  margin-top: 6.5rem;
}
@media (min-width: 1023.02px) {
  .article > p + h4 {
    margin-top: 8.2rem;
  }
}
.article > ol {
  font-size: 1.2rem;
  font-weight: 400;
  padding-left: 1.8rem;
}
@media (min-width: 767.02px) {
  .article > ol {
    font-size: 1.4rem;
  }
}
@media (min-width: 1023.02px) {
  .article > ol {
    font-size: 1.6rem;
    padding-left: 2.3rem;
  }
}
.article > ol a {
  transition: color 0.3s, border-color 0.3s ease-in-out;
  text-decoration: none;
}
@media (min-width: 1023.02px) {
  .article > ol a {
    border-bottom: 0.1rem solid;
    border-color: #7E8992;
  }
}
@media (hover: hover) {
  .article > ol a:hover {
    color: #FEC003;
    border-color: #FEC003;
  }
}
.article > ol a:focus-visible {
  color: #FEC003;
  border-color: #FEC003;
}
.article > h4 + ol {
  margin-top: 2.2rem;
}
@media (min-width: 1023.02px) {
  .article > h4 + ol {
    margin-top: 2.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Articles Simple
\* ------------------------------------------------------------ */
.articles-simple {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2.3rem;
}
@media (min-width: 575.02px) {
  .articles-simple {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1199.02px) {
  .articles-simple {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 7rem 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Btn Arrow
\* ------------------------------------------------------------ */
.btn-arrow {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  padding: 0.8rem 3rem 0.8rem 0.8rem;
  background-color: #12191F;
  color: #FEC003;
  border-radius: 6rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  /* disabled */
}
@media (hover: hover) {
  .btn-arrow:hover span {
    border-color: #FEC003;
  }
}
.btn-arrow:focus-visible span {
  box-shadow: 0 0 0 0.4rem rgba(254, 192, 3, 0.4);
}
@media (hover: hover) {
  .btn-arrow:hover strong {
    border-color: #FEC003;
  }
}
.btn-arrow:focus-visible strong {
  border-color: #FEC003;
}
@media (min-width: 767.02px) {
  .btn-arrow {
    font-size: 1.4rem;
  }
}
@media (min-width: 1199.02px) {
  .btn-arrow {
    font-size: 1.6rem;
  }
}
.btn-arrow span {
  display: inline-flex;
  width: 3.6rem;
  height: 3.6rem;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin-right: 1.3rem;
  border: 0.1rem solid;
  border-color: #48545F;
  border-radius: 100%;
  font-size: 1.9rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
@media (min-width: 767.02px) {
  .btn-arrow span {
    font-size: 2.1rem;
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1199.02px) {
  .btn-arrow span {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.btn-arrow i {
  margin-top: -0.1rem;
}
.btn-arrow strong {
  font-weight: 500;
  border-bottom: 0.1rem solid;
  border-color: transparent;
  transition: border-color 0.3s ease-in-out;
}
/* btn arrow adjust */
.btn-arrow--adjust {
  padding: 0.8rem 3.2rem 0.8rem 0.8rem;
}
.btn-arrow--adjust span {
  border: 0.1rem solid #FEC003;
  margin-right: 1.6rem;
}
/* btn arrow plain */
.btn-arrow--plain {
  background-color: transparent;
  color: #12191F;
  padding: 0;
}
@media (hover: hover) {
  .btn-arrow--plain:hover span {
    border-color: #12191F;
  }
}
.btn-arrow--plain:focus-visible span {
  box-shadow: none;
}
@media (hover: hover) {
  .btn-arrow--plain:hover strong {
    border-color: #12191F;
  }
}
.btn-arrow--plain:focus-visible strong {
  border-color: #12191F;
}
.btn-arrow--plain span {
  margin-top: -0.2rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
/* btn arrow transparent */
.btn-arrow--transparent {
  background-color: transparent;
}
/* ------------------------------------------------------------ *\
	Btn Ico
\* ------------------------------------------------------------ */
.btn-ico {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  padding: 0.6rem 1.7rem 0.7rem 1.6rem;
  background-color: #FEC003;
  color: #12191F;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  gap: 0.4rem;
  transition: background-color 0.3s, box-shadow 0.3s ease-in-out;
}
@media (min-width: 767.02px) {
  .btn-ico {
    padding: 0.9rem 2.1rem 0.8rem 2rem;
  }
}
@media (min-width: 1199.02px) {
  .btn-ico {
    padding: 1.1rem 1.9rem 1rem 2.2rem;
    border-radius: 1.2rem;
  }
}
.btn-ico i:nth-child(1) {
  font-size: 2.3rem;
}
.btn-ico i:nth-child(2) {
  font-size: 1.6rem;
}
@media (hover: hover) {
  .btn-ico:hover {
    background-color: #FFD452;
  }
}
.btn-ico:focus-visible {
  box-shadow: 0 0 0 0.4rem rgba(254, 192, 3, 0.4);
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  padding: 0.9rem 1.6rem 0.8rem 1.5rem;
  text-align: center;
  border-radius: 0.8rem;
  border: 0.1rem solid;
  border-color: #48545F;
  color: #E0E5E9;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  transition: border-color 0.3s, box-shadow 0.3s ease-in-out;
  /* disabled */
}
@media (hover: hover) {
  .btn:hover {
    border-color: #FEC003;
  }
}
.btn:focus-visible {
  box-shadow: 0 0 0 0.4rem rgba(254, 192, 3, 0.4);
}
@media (min-width: 767.02px) {
  .btn {
    font-size: 1.4rem;
    padding: 0.9rem 2.1rem 0.9rem 1.8rem;
    border-radius: 1rem;
  }
}
@media (min-width: 1199.02px) {
  .btn {
    font-size: 1.6rem;
    padding: 1rem 2.1rem 0.9rem 1.8rem;
    border-radius: 1.2rem;
  }
}
/* is hidden */
.is-hidden {
  display: none;
}
/* is disabled */
.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* btn yellow */
.btn--yellow {
  background-color: #FEC003;
  color: #12191F;
  padding: 1rem 1.6rem 1rem 1.5rem;
  border: none;
  transition: background-color 0.3s, opacity 0.3s ease-in-out;
}
@media (min-width: 1199.02px) {
  .btn--yellow {
    padding: 1rem 1.9rem 1rem 1.9rem;
  }
}
@media (hover: hover) {
  .btn--yellow:hover {
    background-color: #FFD452;
  }
}
/* btn adjust */
@media (min-width: 767.02px) {
  .btn--adjust {
    padding: 1rem 3.4rem 0.9rem 3.5rem;
  }
}
/*  Btn block  */
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  padding: 1.7rem 2rem 1.5rem 2rem;
  border-radius: 2rem;
  height: 100%;
  background-color: #1A2229;
  position: relative;
  aspect-ratio: 275/413;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  isolation: isolate;
  transition: padding 0.3s ease-in-out;
}
@media (min-width: 575.02px) {
  .card {
    aspect-ratio: 275/350;
  }
}
@media (min-width: 767.02px) {
  .card {
    aspect-ratio: 275/413;
    padding: 2.2rem 2rem 1.8rem 2rem;
  }
}
@media (min-width: 1199.02px) {
  .card {
    padding: 3.2rem 2rem 3rem 2rem;
  }
}
.card:hover {
  padding: 1.7rem 2rem 1rem 2rem;
}
@media (min-width: 767.02px) {
  .card:hover {
    aspect-ratio: 275/413;
    padding: 2.2rem 2rem 1.3rem 2rem;
  }
}
@media (min-width: 1199.02px) {
  .card:hover {
    padding: 3.2rem 2rem 2.5rem 2rem;
  }
}
.card:hover .card__image {
  opacity: 1;
}
.card:hover .card__actions {
  grid-template-rows: 1fr;
}
.card:hover .card__actions-inner {
  padding: 1.5rem 0 0.5rem;
}
.card .card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.card .card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}
.card .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card .card__count {
  color: #FEC003;
  font-size: 12rem;
  font-weight: 300;
  line-height: 0.8;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
}
@media (min-width: 767.02px) {
  .card .card__count {
    font-size: 14.4rem;
  }
}
@media (min-width: 1199.02px) {
  .card .card__count {
    font-size: 19.2rem;
  }
}
.card h3 {
  margin-bottom: 0;
}
.card .card__actions {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
.card .card__actions-inner {
  overflow: hidden;
  transition: padding 0.3s ease-in-out;
}
/* card adjust */
.card--adjust {
  aspect-ratio: 1;
}
@media (min-width: 575.02px) {
  .card--adjust {
    aspect-ratio: 1/1.4;
  }
}
@media (min-width: 1023.02px) {
  .card--adjust {
    aspect-ratio: 1/1.5;
  }
}
@media (min-width: 1199.02px) {
  .card--adjust {
    aspect-ratio: 380/570;
  }
}
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
  display: grid;
  grid-column: 1fr;
  grid-gap: 3rem;
}
@media (min-width: 575.02px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1023.02px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5rem 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
.checkbox input {
  display: none;
}
.checkbox label {
  display: block;
  position: relative;
  padding-left: 4.3rem;
  font-size: 1.6rem;
  color: #E0E5E9;
}
@media (min-width: 1199.02px) {
  .checkbox label {
    font-size: 2rem;
  }
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.4rem;
  top: 0.2rem;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 0.3rem;
  border: 0.2rem solid;
  border-color: #48545F;
  transition: border-color 0.3s ease-in-out;
}
.checkbox label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.7rem;
  top: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url("../assets/images/svg/check.svg"), no-repeat;
  background-size: contain;
  color: #FEC003;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.checkbox input:checked ~ label:before {
  border-color: #FEC003;
}
.checkbox input:checked ~ label:after {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  font-size: 1.2rem;
  line-height: 1.66;
  color: #E0E5E9;
}
@media (min-width: 767.02px) {
  .copyright {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 1199.02px) {
  .copyright {
    font-size: 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Dummy
\* ------------------------------------------------------------ */
.dummy {
  display: none !important;
}
/* ------------------------------------------------------------ *\
	Field
\* ------------------------------------------------------------ */
.field {
  display: block;
  width: 100%;
  height: 3.6rem;
  background-color: #12191F;
  border: none;
  border-bottom: 0.1rem solid;
  border-color: #48545F;
  color: #E0E5E9;
  font-size: 1.6rem;
  box-shadow: none;
  border-radius: 0;
  transition: border-color 0.3s ease-in-out;
}
@media (min-width: 1199.02px) {
  .field {
    height: 4.4rem;
    font-size: 2rem;
  }
}
.field:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 3rem #12191F inset !important;
  -moz-box-shadow: 0 0 0 3rem #12191F inset !important;
  -webkit-text-fill-color: #E0E5E9 !important;
}
.field::placeholder {
  color: #7E8992;
}
.field:focus {
  border-color: #FEC003;
}
/*  field alt */
.field--alt {
  height: 4.4rem;
}
/* field textarea */
.field--textarea {
  padding: 0.8rem 0;
  height: 22rem;
  resize: none;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  padding: 8rem 0 4.3rem;
  background-color: #1A2229;
  color: #E0E5E9;
}
@media (min-width: 767.02px) {
  .footer {
    padding: 10rem 0 5.4rem;
  }
}
@media (min-width: 1199.02px) {
  .footer {
    padding: 12rem 0 7.3rem;
  }
}
@media (min-width: 767.02px) {
  .footer .footer__inner {
    padding: 0 9.6rem 0 0;
  }
}
@media (min-width: 1199.02px) {
  .footer .footer__inner {
    padding: 0 15.6rem 0 0;
  }
}
.footer .footer__grid {
  margin-bottom: 7.3rem;
}
@media (min-width: 767.02px) {
  .footer .footer__grid {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 12.6rem;
  }
}
@media (min-width: 1199.02px) {
  .footer .footer__grid {
    margin-bottom: 12.2rem;
  }
}
.footer .footer__logo {
  margin-bottom: 3.5rem;
  max-width: 11.6rem;
}
@media (min-width: 767.02px) {
  .footer .footer__logo {
    max-width: 14.5rem;
  }
}
@media (min-width: 1199.02px) {
  .footer .footer__logo {
    max-width: 17.4rem;
  }
}
@media (min-width: 767.02px) {
  .footer .footer__aside {
    display: flex;
    gap: 3.8rem;
  }
}
@media (min-width: 1199.02px) {
  .footer .footer__aside {
    gap: 10rem;
  }
}
.footer .footer__address {
  margin-bottom: 2.7rem;
}
.footer .footer__list-phones {
  margin-bottom: 2rem;
}
@media (min-width: 1199.02px) {
  .footer .footer__list-phones {
    margin-bottom: 2.2rem;
  }
}
.footer .footer__nav {
  display: none;
}
@media (min-width: 767.02px) {
  .footer .footer__nav {
    display: block;
  }
}
.footer .footer__nav > ul {
  list-style-type: none;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #E0E5E9;
}
@media (min-width: 1199.02px) {
  .footer .footer__nav > ul {
    font-size: 1.6rem;
  }
}
.footer .footer__nav > ul > li > a {
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .footer .footer__nav > ul > li > a:hover {
    color: #FEC003;
  }
}
.footer .footer__nav > ul > li > a:focus-visible {
  color: #FEC003;
}
@media (min-width: 767.02px) {
  .footer .footer__bar {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-right: 2.9rem;
  }
}
@media (min-width: 1199.02px) {
  .footer .footer__bar {
    padding-right: 3.4rem;
  }
}
.footer .footer__link {
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.66;
  color: #E0E5E9;
  border-bottom: 0.1rem solid;
  border-color: transparent;
  transition: border-color 0.3s, color 0.3s ease-in-out;
}
@media (min-width: 767.02px) {
  .footer .footer__link {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-right: 3.9rem;
  }
}
@media screen and (min-width: 900px) {
  .footer .footer__link {
    margin-right: 0;
  }
}
@media (min-width: 1199.02px) {
  .footer .footer__link {
    font-size: 1.6rem;
    margin-right: -1.1rem;
  }
}
@media (hover: hover) {
  .footer .footer__link:hover {
    border-color: #FEC003;
    color: #FEC003;
  }
}
.footer .footer__link:focus-visible {
  color: #FEC003;
  border-color: #FEC003;
}
.footer .footer__btn {
  display: none;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.66;
  color: #E0E5E9;
  border-bottom: 0.1rem solid;
  border-color: transparent;
  transition: color 0.3s, border-color 0.3s ease-in-out;
}
@media (min-width: 767.02px) {
  .footer .footer__btn {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 1199.02px) {
  .footer .footer__btn {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .footer .footer__btn:hover {
    color: #FEC003;
    border-color: #FEC003;
  }
}
.footer .footer__btn:focus-visible {
  color: #FEC003;
  border-color: #FEC003;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {
  /* form hint required */
  /* is required */
}
.form .form__row ~ .form__row {
  margin-top: 3rem;
}
@media (min-width: 1199.02px) {
  .form .form__row ~ .form__row {
    margin-top: 3.4rem;
  }
}
.form .form__row ~ .form__row--disclaimer {
  font-size: 1.75rem;
}
.form .form__label {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  color: #FEC003;
  font-weight: 500;
}
@media (min-width: 1199.02px) {
  .form .form__label {
    font-size: 2rem;
    margin-bottom: 1.1rem;
  }
}
.form .form__hint {
  font-weight: 400;
  color: #7E8992;
  transition: color 0.3s, opacity 0.3s ease-in-out;
}
@media (min-width: 1199.02px) {
  .form .form__hint {
    font-size: 2rem;
  }
}
.form .form__hint--required {
  opacity: 1;
}
.form .form__bar {
  margin-bottom: 1.7rem;
}
@media (min-width: 1199.02px) {
  .form .form__bar {
    margin-bottom: 1.9rem;
  }
}
.form .form__bar h5 {
  font-size: 1.6rem;
  color: #FEC003;
  font-weight: 500;
}
@media (min-width: 1199.02px) {
  .form .form__bar h5 {
    font-size: 2rem;
  }
}
.form .form__radios {
  padding-bottom: 1rem;
}
.form .form__checkbox {
  padding-top: 1.1rem;
}
@media (min-width: 1199.02px) {
  .form .form__checkbox {
    padding-top: 0.3rem;
  }
}
.form .form__actions {
  margin-top: 4rem;
}
@media (min-width: 1199.02px) {
  .form .form__actions {
    margin-top: 3.6rem;
  }
}
.form .is-required .form__label {
  color: #EB5F56;
}
.form .is-required .form__hint--required {
  color: #EB5F56;
  opacity: 1;
}
.form .is-required .form__field {
  border-color: #E36722;
}
.form .is-required .form__bar h5 {
  color: #E36722;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #12191F;
  z-index: 100;
  padding: 2rem 0 1.8rem;
  border-bottom: 0.1rem solid #313B44;
  transition: padding 0.3s ease-in-out;
  /* menu visible */
  /* is sticky */
}
@media (min-width: 767.02px) {
  .header {
    padding: 2.7rem 0 3.1rem;
  }
}
@media (min-width: 1199.02px) {
  .header {
    padding: 2.7rem 0 2.6rem;
  }
}
.header .header__inner {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
.header .header__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  padding: 6.4rem 1rem 0;
  background-color: #FEC003;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, visibility 0.3s ease-in-out;
}
@media (min-width: 374.02px) {
  .header .header__menu {
    padding: 6.4rem 3rem 0;
  }
}
@media (min-width: 767.02px) {
  .header .header__menu {
    position: static;
    width: auto;
    overflow: unset;
    padding: 0;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    margin-right: 3vw;
  }
}
@media screen and (min-width: 900px) {
  .header .header__menu {
    margin-right: 5vw;
  }
}
.header .header__menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6.3rem;
  left: 0;
  right: 0;
  height: 0.1rem;
  z-index: 10;
  background-color: rgba(18, 25, 31, 0.15);
}
@media (min-width: 767.02px) {
  .header .header__menu:before {
    display: none;
  }
}
@media (min-width: 767.02px) {
  .header .header__phone {
    margin-bottom: -0.3rem;
  }
}
.header .header__nav-trigger {
  top: -0.2rem;
}
@media (min-width: 767.02px) {
  .header .header__nav-trigger {
    display: none;
  }
}
.header .header__aside {
  display: flex;
  align-items: center;
  gap: 3.3rem;
  padding-right: 0.3rem;
}
@media (min-width: 767.02px) {
  .header .header__aside {
    padding-right: 0;
  }
}
.header .header__logo {
  top: 0.2rem;
}
@media (min-width: 767.02px) {
  .header .header__logo {
    top: 0.3rem;
  }
}
.header.menu-visible .header__nav-trigger span:nth-child(1) {
  background-color: #12191F;
  top: 50%;
  transform: rotate(45deg);
  transition: top 0.3s, opacity 0.3s, transform 0.3s 0.3s ease-in-out;
}
.header.menu-visible .header__nav-trigger span:nth-child(2) {
  opacity: 0;
}
.header.menu-visible .header__nav-trigger span:nth-child(3) {
  background-color: #12191F;
  top: 50%;
  transform: rotate(-45deg);
  transition: top 0.3s, opacity 0.3s, transform 0.3s 0.3s ease-in-out;
}
.header.menu-visible .header__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header.menu-visible .header__logo {
  color: #12191F;
}
.header.is-sticky {
  padding: 1.3rem 0 1.1rem;
}
@media (min-width: 767.02px) {
  .header.is-sticky {
    padding: 1.6rem 0 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  padding: 8.1rem 0 7.1rem;
  text-align: center;
  border-bottom: 0.1rem solid #313B44;
}
@media (min-width: 767.02px) {
  .hero {
    padding: 10.2rem 0 9rem;
  }
}
@media (min-width: 1199.02px) {
  .hero {
    padding: 12.2rem 0 11rem;
    overflow: hidden;
  }
}
.hero .hero__bar {
  max-width: 50rem;
  margin: 0 auto 7.9rem;
}
@media (min-width: 767.02px) {
  .hero .hero__bar {
    max-width: 80rem;
    margin: 0 auto 9.7rem;
  }
}
@media (min-width: 1199.02px) {
  .hero .hero__bar {
    max-width: 110rem;
    margin-bottom: 12rem;
  }
}
.hero .hero__bar--noimage {
  margin-bottom: 0;
}
.hero .hero__sub-title {
  color: #7E8992;
  margin-bottom: 2.2rem;
  font-family: "HelveticaNowText", "Times New Roman", Times, serif;
}
@media (min-width: 767.02px) {
  .hero .hero__sub-title {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1199.02px) {
  .hero .hero__sub-title {
    margin-bottom: 3rem;
  }
}
.hero .hero__image {
  margin: 0 -1rem 8.1rem;
}
@media (min-width: 374.02px) {
  .hero .hero__image {
    margin: 0 -3rem 8.1rem;
  }
}
@media (min-width: 767.02px) {
  .hero .hero__image {
    margin: 0 -3rem 10.2rem;
  }
}
@media screen and (min-width: 900px) {
  .hero .hero__image {
    margin: 0 -8rem 10.2rem;
  }
}
@media (min-width: 1199.02px) {
  .hero .hero__image {
    margin-right: calc((-100vw + 120rem - 8rem) / 2);
    margin-left: calc((-100vw + 120rem - 8rem) / 2);
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 1360px) {
  .hero .hero__image {
    margin-right: calc((-100vw + 120rem) / 2);
    margin-left: calc((-100vw + 120rem) / 2);
  }
}
.hero .hero__image img {
  width: 100%;
}
.hero .hero__content {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 2.1rem;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
  max-width: 50rem;
  margin: 0 auto 2.1rem;
}
@media (min-width: 767.02px) {
  .hero .hero__content {
    max-width: 76rem;
    margin: 0 auto 2.7rem;
    font-size: 3.2rem;
  }
}
@media (min-width: 1199.02px) {
  .hero .hero__content {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 3.6rem;
  }
}
.hero .hero__content > p > a {
  color: #E0E5E9;
  transition: color 0.3s, border-color 0.3s ease-in-out;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (hover: hover) {
  .hero .hero__content > p > a:hover {
    color: #FEC003;
  }
}
.hero .hero__content > p > a:focus-visible {
  color: #FEC003;
}
.hero .hero__content p span {
  color: #E0E5E9;
}
.hero .hero__content p span a {
  color: #E0E5E9;
  transition: color 0.3s, border-color 0.3s ease-in-out;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (hover: hover) {
  .hero .hero__content p span a:hover {
    color: #FEC003;
  }
}
.hero .hero__content p span a:focus-visible {
  color: #FEC003;
}
.hero .hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 4.3rem;
}
.hero .hero__btn-arrow {
  margin-left: 2.3rem;
}
/* hero alt */
.hero--alt {
  padding-bottom: 5.8rem;
}
@media (min-width: 1199.02px) {
  .hero--alt {
    padding-bottom: 8rem;
  }
}
/* hero adjust */
.hero--adjust {
  padding-bottom: 5.5rem;
}
@media (min-width: 767.02px) {
  .hero--adjust {
    padding: 10rem 0 7.2rem;
  }
}
@media (min-width: 1199.02px) {
  .hero--adjust {
    padding: 12rem 0 8.3rem;
  }
}
.hero--adjust .hero__content {
  font-size: 3.2rem;
}
@media (min-width: 767.02px) {
  .hero--adjust .hero__content {
    font-size: 4rem;
    line-height: 1.1;
  }
}
@media (min-width: 1199.02px) {
  .hero--adjust .hero__content {
    font-size: 4.8rem;
    letter-spacing: -0.01em;
  }
}
@media (min-width: 767.02px) {
  .hero--adjust .hero__bar {
    margin-bottom: 9.9rem;
  }
}
@media (min-width: 1199.02px) {
  .hero--adjust .hero__bar {
    margin-bottom: 12rem;
  }
}
@media (min-width: 1199.02px) {
  .hero--adjust .hero__image {
    margin-bottom: 12.2rem;
  }
}
@media (min-width: 767.02px) {
  .hero--adjust .hero__actions {
    margin-top: 7.7rem;
    gap: 1.9rem;
  }
}
@media (min-width: 1199.02px) {
  .hero--adjust .hero__actions {
    margin-top: 10.3rem;
  }
}
.hero--adjust .hero__btn {
  padding-left: 2rem;
}
/* Hero Alter */
.hero--alter {
  padding-bottom: 7.8rem;
}
@media (min-width: 1199.02px) {
  .hero--alter {
    padding-bottom: 11.9rem;
  }
}
@media (min-width: 1199.02px) {
  .hero--alter .hero__bar {
    max-width: 103rem;
    margin-bottom: 11.8rem;
  }
}
.hero--alter .hero__content {
  margin-bottom: 3rem;
}
.hero--alter .hero__actions {
  margin-top: 0;
}
@media (min-width: 1199.02px) {
  .hero--alter .hero__actions {
    margin-top: 4.4rem;
    gap: 2rem;
  }
}
/* hero calibrate */
.hero--calibrate {
  padding-bottom: 0;
  border: none;
}
@media (min-width: 1199.02px) {
  .hero--calibrate {
    padding: 12rem 0 0;
  }
}
.hero--calibrate .hero__bar h1 {
  font-size: 3.2rem;
  color: #E0E5E9;
  line-height: 1.2;
  letter-spacing: 0;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
}
@media (min-width: 767.02px) {
  .hero--calibrate .hero__bar h1 {
    font-size: 4.8rem;
    letter-spacing: -0.01em;
  }
}
@media (min-width: 1199.02px) {
  .hero--calibrate .hero__bar h1 {
    font-size: 7.2rem;
  }
}
.hero--calibrate .hero__date {
  color: #FEC003;
  margin-bottom: 2.9rem;
}
@media (min-width: 1199.02px) {
  .hero--calibrate .hero__date {
    margin-bottom: 4.4rem;
  }
}
@media (min-width: 1199.02px) {
  .hero--calibrate .hero__bar {
    max-width: 120rem;
  }
}
.hero--calibrate .hero__bar h2 {
  color: #E0E5E9;
  line-height: 1.2;
  letter-spacing: 0;
}
@media (min-width: 1199.02px) {
  .hero--calibrate .hero__bar h2 {
    letter-spacing: -0.01em;
    line-height: 1.1;
  }
}
.hero--calibrate .hero__image {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
	List Awards
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	List Links
\* ------------------------------------------------------------ */
.list-links {
  list-style-type: none;
}
.list-links > li a {
  color: #E0E5E9;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: flex-start;
  text-decoration: none;
  padding: 1.6rem 0 1.5rem;
  border-top: 0.1rem solid #313B44;
  position: relative;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 767.02px) {
  .list-links > li a {
    font-size: 2.4rem;
  }
}
@media (min-width: 1199.02px) {
  .list-links > li a {
    font-size: 3.2rem;
    line-height: 1.2;
    font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
    padding: 2rem 0 1.9rem;
  }
}
.list-links > li a:hover {
  color: #FEC003;
}
.list-links > li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0.1rem;
  background-color: #FEC003;
  transition: width 0.3s ease-in-out;
}
.list-links > li a:hover:before {
  width: 100%;
}
.list-links > li a i {
  font-size: 2.7rem;
  color: #FEC003;
}
@media (min-width: 767.02px) {
  .list-links > li a i {
    font-size: 3rem;
  }
}
@media (min-width: 1199.02px) {
  .list-links > li a i {
    font-size: 3.6rem;
  }
}
/* ------------------------------------------------------------ *\
	List Phones
\* ------------------------------------------------------------ */
.list-phones {
  list-style-type: none;
}
.list-phones a {
  text-decoration: none;
  display: inline-block;
  font-size: 1.2rem;
  color: #E0E5E9;
  line-height: 1.66;
}
@media (min-width: 767.02px) {
  .list-phones a {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media (min-width: 1199.02px) {
  .list-phones a {
    font-size: 1.6rem;
  }
}
@media (hover: hover) {
  .list-phones a:hover span {
    border-color: #FEC003;
    color: #FEC003;
  }
}
.list-phones a:focus-visible span {
  border-color: #FEC003;
  color: #FEC003;
}
.list-phones span {
  border-bottom: 0.1rem solid;
  border-color: transparent;
  transition: border-color 0.3s, color 0.3s ease-in-out;
}
/* ------------------------------------------------------------ *\
	List Records
\* ------------------------------------------------------------ */
.list-records {
  list-style-type: none;
}
.list-records > li {
  border-top: 0.1rem solid #313B44;
  padding: 3rem 0;
}
@media (min-width: 1023.02px) {
  .list-records > li {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding-bottom: 2.7rem;
  }
}
.list-records > li h3 {
  color: #FEC003;
  margin-bottom: 0;
}
@media (min-width: 1023.02px) {
  .list-records > li h3 {
    font-size: 3.2rem;
    width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
.list-records .list__content {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
  color: #E0E5E9;
}
@media (min-width: 1023.02px) {
  .list-records .list__content {
    font-size: 3.2rem;
    width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    padding-left: 1rem;
  }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 9.7rem;
  color: #FEC003;
  z-index: 3;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 1199.02px) {
  .logo {
    max-width: 13rem;
  }
}
.logo svg {
  width: 100%;
  height: auto;
}
/* ------------------------------------------------------------ *\
	Nav Filtration
\* ------------------------------------------------------------ */
.nav-filtration {
  max-width: 38rem;
  margin: 0 auto;
  /* is active */
}
.nav-filtration > ul {
  padding: 0.4rem;
  border-radius: 1rem;
  background-color: #1A2229;
  display: flex;
}
.nav-filtration > ul > li {
  flex: 0 0 33.33333%;
  max-width: 33.3333%;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0.6rem 0 0.4rem;
  align-items: center;
  border-radius: 0.6rem;
  line-height: 1.4;
  font-size: 1.2rem;
  color: #7E8992;
  font-weight: 500;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, opacity 0.3s;
}
@media (hover: hover) {
  .nav-filtration > ul > li:hover {
    opacity: 0.8;
  }
}
@media (min-width: 767.02px) {
  .nav-filtration > ul > li {
    font-size: 1.6rem;
    padding: 0.6rem 0 0.7rem;
  }
}
.nav-filtration > ul > li > a {
  text-decoration: none;
}
.nav-filtration .is-active {
  background-color: #FEC003;
  color: #12191F;
}
/* ------------------------------------------------------------ *\
	Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  display: inline-block;
  position: relative;
  width: 1.7rem;
  height: 1.2rem;
  z-index: 3;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .nav-trigger:hover {
    opacity: 0.8;
  }
}
.nav-trigger span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #E0E5E9;
  position: absolute;
  top: 0;
  left: 0;
  transition: top 0.3s 0.3s, opacity 0.3s, background-color 0.3s, transform 0.3s ease-in-out;
}
.nav-trigger span:nth-child(2) {
  top: 50%;
}
.nav-trigger span:nth-child(3) {
  top: 100%;
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  padding: 8.1rem 0;
  overflow: auto;
  height: calc(100dvh - 3.6rem);
  font-size: 4rem;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.1;
  color: #12191F;
}
@media (min-width: 767.02px) {
  .nav {
    padding: 0;
    overflow: unset;
    height: unset;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    font-family: "HelveticaNowText", "Times New Roman", Times, serif;
    color: #E0E5E9;
  }
}
@media (min-width: 1199.02px) {
  .nav {
    font-size: 1.6rem;
  }
}
.nav > ul {
  list-style-type: none;
}
@media (min-width: 767.02px) {
  .nav > ul {
    display: flex;
    gap: 2rem;
  }
}
@media (min-width: 1199.02px) {
  .nav > ul {
    gap: 3rem;
  }
}
@media (min-width: 767.02px) {
  .nav > ul > li:nth-child(1) {
    display: none;
  }
}
.nav > ul > li > a {
  text-decoration: none;
  display: block;
}
@media (min-width: 767.02px) {
  .nav > ul > li > a {
    display: inline-block;
    transition: color 0.3s ease-in-out;
  }
}
@media (min-width: 767.02px) and (hover: hover) {
  .nav > ul > li > a:hover {
    color: #FEC003;
  }
}
@media (min-width: 767.02px) {
  .nav > ul > li > a:focus-visible {
    color: #FEC003;
  }
}
/* ------------------------------------------------------------ *\
	Phone
\* ------------------------------------------------------------ */
.phone {
  display: inline-flex;
  position: relative;
  gap: 0.4rem;
  align-items: center;
  color: #E0E5E9;
  /*  is active  */
}
@media (hover: hover) {
  .phone:hover > a i {
    color: #FEC003;
  }
}
.phone > a {
  text-decoration: none;
}
.phone > a i {
  font-size: 2.3rem;
  cursor: pointer;
  display: inline-block;
  transition: color 0.3s, transform 0.3s ease-in-out;
}
@media (min-width: 767.02px) {
  .phone > a i {
    font-size: 2.5rem;
  }
}
.phone > a i:nth-child(2) {
  font-size: 1.7rem;
}
.phone .phone__popup {
  position: absolute;
  top: calc(100% + 1rem);
  right: -5.4rem;
  width: 22.4rem;
  padding: 1.8rem 1rem 1.7rem 2rem;
  border: 0.1rem solid #313B44;
  border-radius: 0.8rem;
  background-color: #12191F;
  list-style-type: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media (min-width: 767.02px) {
  .phone .phone__popup {
    right: 0;
  }
}
@media (min-width: 1199.02px) {
  .phone .phone__popup {
    padding: 1.7rem 1rem 1.7rem 2rem;
  }
}
.phone .phone__popup > li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.phone .phone__popup > li ~ li {
  margin-top: 0.7rem;
}
.phone .phone__popup > li > a {
  text-decoration: none;
  color: #E0E5E9;
  border-bottom: 0.1rem solid;
  cursor: pointer;
  border-color: transparent;
  transition: color 0.3s, border-color 0.3s ease-in-out;
}
@media (hover: hover) {
  .phone .phone__popup > li > a:hover {
    color: #FEC003;
    border-color: #FEC003;
  }
}
.phone .phone__popup > li span {
  color: #7E8992;
  min-width: 6.2rem;
}
.phone.is-active .phone__popup {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.phone.is-active > a i {
  color: #FEC003;
}
.phone.is-active > a i:nth-child(2) {
  transform: rotate(180deg);
}
/* phone alt */
/* phone adjust */
.phone--adjust {
  /* is active */
}
.phone--adjust > a {
  color: #12191F;
}
@media (hover: hover) {
  .phone--adjust:hover > a i {
    color: #12191F;
  }
}
.phone--adjust .phone__popup {
  right: -14.4rem;
}
@media (min-width: 575.02px) {
  .phone--adjust .phone__popup {
    right: -5.4rem;
  }
}
.phone--adjust.is-active > a {
  background-color: #FFD452;
}
.phone--adjust.is-active > a i {
  color: #12191F;
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
.radio input {
  display: none;
}
.radio label {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  color: #E0E5E9;
  padding-left: 4.2rem;
}
@media (min-width: 1199.02px) {
  .radio label {
    font-size: 2rem;
  }
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.2rem;
  top: -0.2rem;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  border: 0.2rem solid;
  border-color: #48545F;
  transition: border-color 0.3s ease-in-out;
}
@media (min-width: 1199.02px) {
  .radio label:before {
    top: 0.2rem;
  }
}
.radio label:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.7rem;
  top: 0.3rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  border: 0.2rem solid;
  border-color: #FEC003;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1199.02px) {
  .radio label:after {
    top: 0.7rem;
  }
}
.radio input:checked ~ label:before {
  border-color: #FEC003;
}
.radio input:checked ~ label:after {
  opacity: 1;
}
/* ------------------------------------------------------------ *\
	Radios
\* ------------------------------------------------------------ */
.radios > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 1.6rem;
  list-style-type: none;
}
.radios > ul > li {
  width: calc(50% - 0.8rem);
  max-width: calc(50% - 0.8rem);
}
/* ------------------------------------------------------------ *\
	Section Accordion
\* ------------------------------------------------------------ */
.section-accordion {
  padding: 8rem 0;
  border-top: 0.1rem solid #313B44;
}
@media (min-width: 767.02px) {
  .section-accordion {
    padding: 10rem 0;
  }
}
@media (min-width: 1199.02px) {
  .section-accordion {
    padding: 12rem 0;
  }
}
.section-accordion .section__title {
  color: #7E8992;
  margin-bottom: 3rem;
  font-family: "HelveticaNowText", "Times New Roman", Times, serif;
}
@media (min-width: 767.02px) {
  .section-accordion .section__title {
    max-width: 41.2rem;
    margin-left: auto;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1199.02px) {
  .section-accordion .section__title {
    max-width: 58rem;
    margin-bottom: 4.6rem;
  }
}
/* section-accordion--adjust */
@media (min-width: 1199.02px) {
  .section-accordion--adjust .section__title {
    margin-bottom: 4.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Articles
\* ------------------------------------------------------------ */
.section-articles {
  padding: 7.9rem 0;
  border-bottom: 0.1rem solid #313B44;
}
@media (min-width: 1023.02px) {
  .section-articles {
    padding: 12rem 0 11.8rem;
  }
}
@media (min-width: 1023.02px) {
  .section-articles .section__inner {
    max-width: 68rem;
    margin: 0 auto;
  }
}
/* ------------------------------------------------------------ *\
	Section Cta
\* ------------------------------------------------------------ */
.section-cta {
  padding: 8.1rem 0;
}
@media (min-width: 767.02px) {
  .section-cta {
    padding: 9.9rem 0;
  }
}
@media (min-width: 1199.02px) {
  .section-cta {
    padding: 12.2rem 0 12rem;
  }
}
.section-cta .section__content {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "HelveticaNowDisplay", "Times New Roman", Times, serif;
}
@media (min-width: 767.02px) {
  .section-cta .section__content {
    max-width: 76rem;
    margin: 0 auto 3.5rem;
    font-size: 3.2rem;
  }
}
@media (min-width: 1199.02px) {
  .section-cta .section__content {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 4.3rem;
  }
}
.section-cta .section__content > p span {
  color: #E0E5E9;
}
.section-cta .section__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
@media (min-width: 767.02px) {
  .section-cta .section__actions {
    gap: 2rem;
    align-items: flex-start;
  }
}
@media (min-width: 1199.02px) {
  .section-cta .section__actions {
    gap: 2.1rem;
  }
}
/* section cta alt */
.section-cta--alt {
  border-top: 0.1rem solid #313B44;
  padding: 8.4rem 0 8rem;
}
@media (min-width: 767.02px) {
  .section-cta--alt {
    padding: 9.9rem 0;
  }
}
@media (min-width: 1199.02px) {
  .section-cta--alt {
    padding: 12.2rem 0 11.8rem;
  }
}
/* section cta border */
.section-cta--border {
  border-top: 0.1rem solid #313B44;
}
/* ------------------------------------------------------------ *\
	Section Filtration
\* ------------------------------------------------------------ */
.section-filtration {
  padding: 8rem 0;
}
@media (min-width: 767.02px) {
  .section-filtration {
    padding: 12rem 0;
  }
}
.section-filtration .section__bar {
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 767.02px) {
  .section-filtration .section__bar {
    margin-bottom: 6rem;
  }
}
.section-filtration .section__bar h1 {
  margin-bottom: 8.1rem;
}
@media (min-width: 767.02px) {
  .section-filtration .section__bar h1 {
    margin-bottom: 12rem;
  }
}
.section-filtration .section__articles-simple {
  margin-bottom: 2rem;
}
@media (min-width: 767.02px) {
  .section-filtration .section__articles-simple {
    margin-bottom: 5rem;
  }
}
.section-filtration .section__actions {
  text-align: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
/* ------------------------------------------------------------ *\
	Section Form
\* ------------------------------------------------------------ */
.section-form {
  padding: 8.1rem 0 7.8rem;
  border-bottom: 0.1rem solid #313B44;
}
@media (min-width: 767.02px) {
  .section-form {
    padding: 10rem 0 9.2rem;
  }
}
@media (min-width: 1199.02px) {
  .section-form {
    padding: 12rem 0 12rem;
  }
}
@media (min-width: 767.02px) {
  .section-form .section__inner {
    display: flex;
    gap: 1.6rem;
  }
}
.section-form .section__aside {
  margin-bottom: 2.8rem;
}
@media (min-width: 767.02px) {
  .section-form .section__aside {
    margin-bottom: 0;
    width: calc(50% - 0.8rem);
    max-width: calc(50% - 0.8rem);
  }
}
.section-form .section__intro {
  font-size: 1.8rem;
}
@media (min-width: 767.02px) {
  .section-form .section__intro {
    font-size: 2.2rem;
  }
}
@media (min-width: 1023.02px) {
  .section-form .section__intro {
    font-size: 2.4rem;
  }
}
@media (min-width: 767.02px) {
  .section-form .section__content {
    width: calc(50% - 0.8rem);
    max-width: calc(50% - 0.8rem);
  }
}
@media (min-width: 1199.02px) {
  .section-form .section__content {
    padding-left: 0.7rem;
  }
}
.section-form .section__bar {
  margin-bottom: 8.1rem;
  text-align: center;
}
@media (min-width: 1199.02px) {
  .section-form .section__bar {
    max-width: 105rem;
    margin: 0 auto 12.2rem;
  }
}
.section-form h1 {
  margin-bottom: 2.8rem;
}
@media (min-width: 767.02px) {
  .section-form h1 {
    margin-bottom: 3.4rem;
  }
}
@media (min-width: 1199.02px) {
  .section-form h1 {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 767.02px) {
  .section-form .section__intro {
    max-width: 52rem;
    margin: 0 auto;
    font-size: 2rem;
  }
}
@media (min-width: 1199.02px) {
  .section-form .section__intro {
    font-size: 2.4rem;
  }
}
.section-form .section__intro a {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.8rem;
  color: #E0E5E9;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 767.02px) {
  .section-form .section__intro a {
    font-size: 2rem;
  }
}
@media (min-width: 1199.02px) {
  .section-form .section__intro a {
    font-size: 2.4rem;
  }
}
@media (hover: hover) {
  .section-form .section__intro a:hover {
    color: #FEC003;
  }
}
.section-form .section__intro a:focus-visible {
  color: #FEC003;
}
/* ------------------------------------------------------------ *\
	Section Grid
\* ------------------------------------------------------------ */
.section-grid {
  padding: 8rem 0;
}
@media (min-width: 1199.02px) {
  .section-grid {
    padding: 12rem 0 11.6rem;
  }
}
.section-grid .section__bar {
  margin-bottom: 8rem;
  text-align: center;
}
@media (min-width: 1199.02px) {
  .section-grid .section__bar {
    margin-bottom: 12rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Simple
\* ------------------------------------------------------------ */
.section-simple {
  padding: 8rem 0 6.9rem;
  /* dropdown active */
}
@media (min-width: 1199.02px) {
  .section-simple {
    padding: 12rem 0 10.9rem;
  }
}
.section-simple .section__bar {
  margin-bottom: 7.9rem;
  text-align: center;
}
@media (min-width: 1199.02px) {
  .section-simple .section__bar {
    max-width: 110rem;
    margin: 0 auto 12.2rem;
  }
}
.section-simple .section__bar h1 {
  margin-bottom: 2.9rem;
}
@media (min-width: 1199.02px) {
  .section-simple .section__bar h1 {
    margin-bottom: 4.4rem;
  }
}
@media (min-width: 1199.02px) {
  .section-simple .section__bar h5 {
    font-size: 2.4rem;
    max-width: 52rem;
    margin: 0 auto;
  }
}
.section-simple .section__entry {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
.section-simple .section__dropdown {
  overflow: hidden;
  transition: padding 0.3s ease-in-out;
}
.section-simple .section__btn-arrow {
  margin-left: -0.8rem;
}
.section-simple .section__list-records {
  margin-bottom: 0;
}
.section-simple .section__actions {
  text-align: center;
  padding-top: 2.3rem;
  padding-left: 3.1rem;
  border-top: 0.1rem solid #313B44;
}
@media (min-width: 1199.02px) {
  .section-simple .section__actions {
    padding-top: 2.6rem;
  }
}
.section-simple.dropdown-active .section__entry {
  grid-template-rows: 1fr;
}
.section-simple.dropdown-active .section__dropdown {
  padding: 0 0 1rem;
}
/* ------------------------------------------------------------ *\
	Section Slider
\* ------------------------------------------------------------ */
.section-slider {
  padding: 8.7rem 0 8rem;
  overflow: hidden;
}
@media (min-width: 767.02px) {
  .section-slider {
    padding: 10.8rem 0 10rem;
  }
}
@media (min-width: 1199.02px) {
  .section-slider {
    padding: 13rem 0 12rem;
  }
}
.section-slider .section__title {
  font-weight: 500;
  font-family: "HelveticaNowText", "Times New Roman", Times, serif;
  color: #7E8992;
  margin-bottom: 3.6rem;
  padding-right: 12rem;
}
@media (min-width: 767.02px) {
  .section-slider .section__title {
    margin-bottom: 4.7rem;
  }
}
@media (min-width: 1199.02px) {
  .section-slider .section__title {
    margin-bottom: 5.4rem;
  }
}
.section-slider .section__slider {
  padding-right: 8.3rem;
}
@media (min-width: 767.02px) {
  .section-slider .section__slider {
    padding-right: 0;
  }
}
/* section slider adjust */
.section-slider--adjust {
  border-bottom: 0.1rem solid #313B44;
  padding-bottom: 7.3rem;
}
@media (min-width: 767.02px) {
  .section-slider--adjust {
    padding-bottom: 9.5rem;
  }
}
@media (min-width: 1199.02px) {
  .section-slider--adjust {
    padding-bottom: 11.4rem;
  }
}
.section-slider--adjust .section__title {
  margin-bottom: 3.8rem;
}
@media (min-width: 767.02px) {
  .section-slider--adjust .section__title {
    margin-bottom: 4.7rem;
  }
}
@media (min-width: 1199.02px) {
  .section-slider--adjust .section__title {
    margin-bottom: 5.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Section Yellow
\* ------------------------------------------------------------ */
.section-yellow {
  padding: 8rem 0;
  background-color: #FEC003;
  color: #12191F;
}
@media (min-width: 767.02px) {
  .section-yellow {
    padding: 10rem 0;
  }
}
@media (min-width: 1199.02px) {
  .section-yellow {
    padding: 12rem 0;
  }
}
@media (min-width: 767.02px) {
  .section-yellow .section__inner {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
@media (min-width: 1199.02px) {
  .section-yellow .section__inner {
    padding-right: 5rem;
  }
}
.section-yellow .section__aside {
  margin-bottom: 3.4rem;
}
@media (min-width: 767.02px) {
  .section-yellow .section__aside {
    margin-bottom: 0;
    width: 27.5rem;
    max-width: 27.5rem;
  }
}
@media (min-width: 1199.02px) {
  .section-yellow .section__aside {
    width: 38rem;
    max-width: 38rem;
  }
}
.section-yellow .section__sub-title {
  font-family: "HelveticaNowText", "Times New Roman", Times, serif;
  line-height: 1.4;
  color: #1A2229;
}
@media (min-width: 767.02px) {
  .section-yellow .section__content {
    width: 56.9rem;
    max-width: 56.9rem;
    padding-top: 0.3rem;
  }
}
@media (min-width: 1199.02px) {
  .section-yellow .section__content {
    width: 74rem;
    max-width: 74rem;
    padding-top: 0;
  }
}
.section-yellow h2 {
  margin-bottom: 3.4rem;
}
@media (min-width: 767.02px) {
  .section-yellow h2 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 1199.02px) {
  .section-yellow h2 {
    margin-bottom: 5.7rem;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 8.2rem 0 7.2rem;
  /* dropdown active */
}
@media (min-width: 767.02px) {
  .section {
    padding: 10rem 0 9.2rem;
  }
}
@media (min-width: 1199.02px) {
  .section {
    padding: 12rem 0 11rem;
  }
}
@media (min-width: 767.02px) {
  .section .section__inner {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
}
.section--text-block {
  padding-bottom: 0;
}
.section--first-block {
  border-top: 0.1rem solid #313B44;
}
.section .section__aside {
  margin-bottom: 2.4rem;
}
@media (min-width: 767.02px) {
  .section .section__aside {
    margin-bottom: 0;
    width: 42.2rem;
    max-width: 42.2rem;
  }
}
@media (min-width: 1199.02px) {
  .section .section__aside {
    width: calc(40% - 1rem);
    max-width: calc(40% - 1rem);
  }
}
.section .section__aside h6 {
  color: #7E8992;
  font-family: "HelveticaNowText", "Times New Roman", Times, serif;
  margin-bottom: 3rem;
}
.section .section__content {
  color: #E0E5E9;
}
@media (min-width: 767.02px) {
  .section .section__content {
    width: 42.2rem;
    max-width: 42.2rem;
    margin-top: -0.1rem;
  }
}
@media (min-width: 1199.02px) {
  .section .section__content {
    width: 58.5rem;
    max-width: 58.5rem;
  }
}
.section .section__content > ul {
  margin-bottom: 0;
}
.section .section__content > p:last-of-type {
  margin-bottom: 1.4rem;
}
@media (min-width: 767.02px) {
  .section .section__content > p:last-of-type {
    margin-bottom: 1.8rem;
  }
}
@media (min-width: 1199.02px) {
  .section .section__content > p:last-of-type {
    margin-bottom: 3.3rem;
  }
}
.section .section__entry {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
.section .section__dropdown {
  overflow: hidden;
  transition: padding 0.3s ease-in-out;
}
.section .section__btn-arrow {
  margin-left: -0.8rem;
}
.section.dropdown-active .section__entry {
  grid-template-rows: 1fr;
}
.section.dropdown-active .section__dropdown {
  padding: 0 0 1rem;
}
.section .section-list > p + ul {
  margin-top: -0.3rem;
}
@media (min-width: 1023.02px) {
  .section .section-list > p + ul {
    margin-top: 0;
  }
}
.section .section-list > ul {
  list-style-type: none;
  margin-bottom: 1.4em;
}
.section .section-list > ul > li {
  padding-left: 2.2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  font-family: "HelveticaNowText", "Times New Roman", Times, serif;
  position: relative;
}
@media (min-width: 1023.02px) {
  .section .section-list > ul > li {
    font-size: 2rem;
    padding-left: 3rem;
  }
}
.section .section-list > ul > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.1rem;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
  border-radius: 0.2rem;
  background-color: #FEC003;
}
@media (min-width: 1023.02px) {
  .section .section-list > ul > li:before {
    top: 0.8rem;
  }
}
.section .section-list > ul > li > a {
  color: #E0E5E9;
  transition: color 0.3s, border-color 0.3s ease-in-out;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (hover: hover) {
  .section .section-list > ul > li > a:hover {
    color: #FEC003;
  }
}
.section .section-list > ul > li > a:focus-visible {
  color: #FEC003;
}
.section .section-list > ul > li ~ li {
  margin-top: 1.1rem;
}
@media (min-width: 1023.02px) {
  .section .section-list > ul > li ~ li {
    margin-top: 1.4rem;
  }
}
.section .section-list > p > a,
.section .section-list > p > strong > a {
  color: #E0E5E9;
  transition: color 0.3s, border-color 0.3s ease-in-out;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media (hover: hover) {
  .section .section-list > p > a:hover,
  .section .section-list > p > strong > a:hover {
    color: #FEC003;
  }
}
.section .section-list > p > a:focus-visible,
.section .section-list > p > strong > a:focus-visible {
  color: #FEC003;
}
/* section adjust*/
.section--adjust {
  background-color: #1A2229;
  /* 	.section__btn-arrow:nth-of-type(1) {
  		@include breakpoint-up(mobile) {
  			display: none;
  		}
  	}

  	.section__btn-arrow:nth-of-type(2) {
  		display: none;

  		@include breakpoint-up(mobile) {
  			display: inline-block;
  			position: absolute;
  			bottom: -1rem;
  			left: 0;
  		}
  	} */
}
@media (min-width: 1199.02px) {
  .section--adjust {
    padding-bottom: 12rem;
  }
}
@media (min-width: 767.02px) {
  .section--adjust .section__inner {
    display: flex;
    gap: 3rem;
  }
}
.section--adjust .section__aside {
  margin-bottom: 2.8rem;
}
@media (min-width: 767.02px) {
  .section--adjust .section__aside {
    margin-bottom: 0;
    width: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
  }
}
.section--adjust .section__aside h3 {
  margin-bottom: 2.8rem;
}
@media (min-width: 767.02px) {
  .section--adjust .section__aside h3 {
    display: none;
  }
}
.section--adjust .section__image {
  position: relative;
  aspect-ratio: 315/472;
}
@media (min-width: 767.02px) {
  .section--adjust .section__image {
    aspect-ratio: 380/570;
  }
}
@media (min-width: 1023.02px) {
  .section--adjust .section__image {
    max-width: 80%;
  }
}
@media (min-width: 1199.02px) {
  .section--adjust .section__image {
    max-width: 65%;
  }
}
.section--adjust .section__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 767.02px) {
  .section--adjust .section__content {
    width: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
    position: relative;
    padding-bottom: 4rem;
  }
}
.section--adjust .section__content h3 {
  display: none;
}
@media (min-width: 767.02px) {
  .section--adjust .section__content h3 {
    display: block;
    margin-bottom: 4.4rem;
  }
}
.section--adjust .section__content > p:last-of-type {
  margin-bottom: 1.8rem;
}
@media (min-width: 767.02px) {
  .section--adjust .section__content > p:last-of-type {
    margin-bottom: 1.8rem;
  }
}
@media (min-width: 1199.02px) {
  .section--adjust .section__content > p:last-of-type {
    margin-bottom: 3.3rem;
  }
}
.section--adjust .fixed__button {
  display: inline-block;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
/* section alt */
.section--alt {
  padding-bottom: 6.8rem;
}
@media (min-width: 767.02px) {
  .section--alt {
    padding-bottom: 9.1rem;
  }
}
@media (min-width: 1199.02px) {
  .section--alt {
    padding-bottom: 11.2rem;
  }
}
@media (min-width: 1199.02px) {
  .section--alt .section__aside h3 {
    max-width: 35.4rem;
  }
}
/* section--alter */
.section--alter {
  padding: 8rem 0 7.2rem;
}
@media (min-width: 1199.02px) {
  .section--alter {
    padding: 12rem 0 11rem;
  }
}
.section--alter .section__btn-arrow {
  margin-top: 2.2rem;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc(120rem + 1rem * 2);
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  width: 100%;
}
@media (min-width: 374.02px) {
  .shell {
    max-width: calc(120rem + 3rem * 2);
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media screen and (min-width: 900px) {
  .shell {
    max-width: calc(120rem + 8rem * 2);
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
/* Shell Fluid */
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider {
  /* swiper */
}
.slider .slider__clip {
  overflow: unset;
  position: relative;
}
.slider .slider__slide {
  height: auto;
}
.slider .slider__actions {
  position: absolute;
  top: -6.6rem;
  right: -8.3rem;
  display: flex;
  gap: 1.2rem;
}
@media (min-width: 767.02px) {
  .slider .slider__actions {
    top: -8rem;
    right: 0;
  }
}
@media (min-width: 1199.02px) {
  .slider .slider__actions {
    top: -9.1rem;
    right: 0;
  }
}
.slider .slider__prev,
.slider .slider__next {
  background-color: transparent;
  border-radius: 100%;
  width: 3.6rem;
  height: 3.6rem;
  padding: 0.2rem 0.8rem 0.3rem;
  border: 0.1rem solid;
  border-color: #48545F;
  color: #FEC003;
  font-size: 1.9rem;
  transition: color 0.3s, border-color 0.3s, box-shadow 0.3s ease-in-out;
}
@media (hover: hover) {
  .slider .slider__prev:hover,
  .slider .slider__next:hover {
    border-color: #FEC003;
  }
}
.slider .slider__prev:focus,
.slider .slider__next:focus {
  box-shadow: 0 0 0 0.4rem rgba(254, 192, 3, 0.4);
}
@media (min-width: 767.02px) {
  .slider .slider__prev,
  .slider .slider__next {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    padding: 0.4rem 0.8rem 0.6rem 0.8rem;
  }
}
@media (min-width: 1199.02px) {
  .slider .slider__prev,
  .slider .slider__next {
    width: 4.4rem;
    height: 4.4rem;
    padding: 0.6rem 0.8rem 0.6rem 0.8rem;
  }
}
.slider .swiper-button-disabled {
  color: #48545F;
  pointer-events: none;
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials > ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.socials > ul > li > a {
  text-decoration: none;
  color: #E0E5E9;
  font-size: 3rem;
  transition: color 0.3s ease-in-out;
}
@media (hover: hover) {
  .socials > ul > li > a:hover {
    color: #FEC003;
  }
}
.socials > ul > li > a:focus-visible {
  color: #FEC003;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
/* Auto Height */
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3D Effects */
/* CSS Mode */
/* Slide styles start */
/* 3D Shadows */
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
/* Navigation font start */
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
/* Common Styles */
/* Bullets */
/* Fraction */
/* Progress */
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
/* Zoom container styles start */
/* Zoom container styles end */
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* Cube slide shadows start */
/* Cube slide shadows end */
/* Flip slide shadows start */
/* Flip slide shadows end */