* {
  -webkit-text-size-adjust: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
header,
nav,
main,
footer,
article,
section,
aside,
dl,
dt,
dd,
ul,
li,
ol,
blockquote,
address,
pre,
iframe,
form,
figure,
table,
tr,
th,
td,
tbody {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

ul {
  list-style: none;
}

ol {
  padding-left: 1rem;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  transition: all 0.5s ease-out;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  line-height: 1em;
  -ms-interpolation-mode: bicubic;
}

svg,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

input[type=text],
input[type=submit] {
  border-radius: 0;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
}

th {
  text-align: left;
}

header,
nav,
menu,
article,
section,
main,
aside,
footer {
  display: block;
}

address {
  font-style: inherit;
}

b,
strong {
  font-weight: bolder;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

.l-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.l-container--wide {
  max-width: 1650px;
}
@media screen and (max-width: 1700px) {
  .l-container--wide {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1230px) {
  .l-container--wide {
    max-width: 960px;
  }
}
@media screen and (max-width: 1000px) {
  .l-container--wide {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .l-container--wide {
    max-width: 92vw;
  }
}

body .c-header {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: 10;
}
body .c-header__inner {
  display: grid;
  grid-template-columns: 240px 1fr;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  body .c-header__inner {
    grid-template-columns: 60px 240px;
  }
}
body .c-header__inner .c-logo {
  width: 240px;
}
body .c-header__inner .c-logo__link {
  display: block;
  width: 100%;
  height: auto;
}
body .c-header__inner .c-logo__link .c-logo__img {
  display: block;
  width: 100%;
  height: auto;
}
body .c-header__inner .c-logo__link .c-logo__img--light {
  display: block;
}
body .c-header__inner .c-logo__link .c-logo__img--dark {
  display: none;
}
body .c-header__inner .c-mode-switch {
  width: 150px;
  height: 32px;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  body .c-header__inner .c-mode-switch {
    position: absolute;
    top: 30px;
    left: 35px;
    justify-content: flex-start;
  }
}
body .c-header__inner .c-mode-switch--dark {
  display: flex;
}
body .c-header__inner .c-mode-switch--light {
  display: none;
}
body .c-header__inner .c-mode-switch__input {
  display: none;
}
body .c-header__inner .c-mode-switch__label {
  position: relative;
  padding-left: 50px;
  font-size: 14px;
  color: #8e8e8e;
  line-height: 32px;
  display: block;
  transition: all 0.2s linear;
}
body .c-header__inner .c-mode-switch__label::before {
  width: 40px;
  height: 24px;
  border: 2px solid #dbdde1;
  box-sizing: border-box;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 12px;
}
body .c-header__inner .c-mode-switch__label::after {
  width: 14px;
  height: 14px;
  background: #747b88;
  border-radius: 50%;
  position: absolute;
  content: "";
  left: 4px;
  top: 9px;
  transition: all 0.2s linear;
}
body .c-header__inner-wrap {
  display: grid;
  grid-template-columns: 1fr 150px;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  body .c-header__inner-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 420px;
    height: 100vh;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    padding: 95px 35px 45px;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
  }
}
@media screen and (max-width: 1000px) {
  body .c-header__inner-wrap.is-active {
    transform: translateX(0);
  }
}
body .c-header a {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  body .c-header a {
    color: #000;
  }
}
body.white-header .c-header__inner .c-logo__link .c-logo__img--light {
  display: none;
}
body.white-header .c-header__inner .c-logo__link .c-logo__img--dark {
  display: block;
}
body.white-header .c-header a {
  color: #000;
}

.c-nav {
  height: 32px;
}
.c-nav-toggle {
  display: none;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 1000px) {
  .c-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .c-nav-toggle span {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
  }
  .c-nav-toggle span::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    content: "";
  }
  .c-nav-toggle span::after {
    position: absolute;
    bottom: -10px;
    right: 0;
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    content: "";
  }
}
.c-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .c-nav__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-content: unset;
    color: #000;
  }
}
.c-nav__item {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .c-nav__item {
    display: block;
    width: 100%;
  }
}
.c-nav__item .c-subnav {
  position: absolute;
  top: 100%;
  left: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  display: block;
  width: 210px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.27);
  padding: 14px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  z-index: 1000;
}
@media screen and (max-width: 1000px) {
  .c-nav__item .c-subnav {
    transform-origin: top;
    transform: translateX(-50%) scaleY(0);
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  }
}
.c-nav__item .c-subnav.is-active, .c-nav__item .c-subnav.is-open {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1000px) {
  .c-nav__item .c-subnav.is-active, .c-nav__item .c-subnav.is-open {
    position: relative;
    transform: translateX(-50%) scaleY(1);
    width: 100%;
    background-color: unset;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 0 0 8px;
    margin-top: 13px;
  }
}
.c-nav__item .c-subnav__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1000px) {
  .c-nav__item .c-subnav__item {
    width: 100%;
    margin-bottom: 14px;
  }
}
.c-nav__item .c-subnav__link {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 5px 20px;
}
@media screen and (max-width: 1230px) {
  .c-nav__item .c-subnav__link {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .c-nav__item .c-subnav__link {
    width: 100%;
    font-size: clamp(0.875rem, 0.757rem + 0.59vw, 1.125rem);
    line-height: 34px;
    padding: 0;
    padding-right: 20px;
  }
}
.c-nav__item:nth-of-type(3) .c-subnav {
  width: 320px;
}
@media screen and (max-width: 1000px) {
  .c-nav__item:nth-of-type(3) .c-subnav {
    width: 100%;
  }
}
.c-nav__link {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1230px) {
  .c-nav__link {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .c-nav__link {
    color: #000;
    width: 100%;
    font-size: clamp(0.875rem, 0.757rem + 0.59vw, 1.125rem);
    line-height: 34px;
    padding: 0;
  }
}
.c-nav__link.js-toggle-subnav {
  transition: color 0.3s ease-out;
}
.c-nav__link.js-toggle-subnav::after {
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-nav__link.js-toggle-subnav::after {
    position: absolute;
    right: 4px;
    top: 8px;
    transform: rotate(90deg);
    display: block;
    width: 10px;
    height: 14px;
    content: "";
    background-image: url(../img/a-before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    transition: transform 0.3s ease-out;
  }
}
.c-nav__link.js-toggle-subnav.is-open {
  color: #29abe2;
}
@media screen and (max-width: 1000px) {
  .c-nav__link.js-toggle-subnav.is-open::after {
    transform: translateY(-50%) rotate(270deg);
  }
}
.c-nav__btn--close {
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-nav__btn--close {
    position: absolute;
    top: 30px;
    right: 35px;
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
  }
  .c-nav__btn--close img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=addon.css.map */