@charset "UTF-8";
/* line 5, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 3, ../sass/all/base.scss */
.w100 {
  width: 100% !important;
}

/* line 7, ../sass/all/base.scss */
.ttu {
  text-transform: uppercase !important;
}

/* line 11, ../sass/all/base.scss */
.tac {
  text-align: center !important;
}

/* line 15, ../sass/all/base.scss */
.tal {
  text-align: left !important;
}

/* line 19, ../sass/all/base.scss */
.tar {
  text-align: right !important;
}

/* line 23, ../sass/all/base.scss */
.ltr {
  direction: ltr;
}

/* line 27, ../sass/all/base.scss */
.rtl {
  direction: rtl;
}

/* line 31, ../sass/all/base.scss */
.d-f {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}

/* line 39, ../sass/all/base.scss */
.f-w-w {
  -webkit-flex-wrap: wrap !important;
  -moz-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  -o-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 47, ../sass/all/base.scss */
.j-c-c {
  justify-content: center !important;
}

/* line 51, ../sass/all/base.scss */
.j-c-s-b {
  justify-content: space-between !important;
}

/* line 55, ../sass/all/base.scss */
.a-i-c {
  -ms-align-items: center !important;
  align-items: center !important;
}

/* line 60, ../sass/all/base.scss */
.no-pad-top {
  padding-top: 0 !important;
}

/* line 64, ../sass/all/base.scss */
.no-pad-bot {
  padding-bottom: 0 !important;
}

/* line 68, ../sass/all/base.scss */
.no-pad-left {
  padding-left: 0 !important;
}

/* line 72, ../sass/all/base.scss */
.no-pad-right {
  padding-right: 0 !important;
}

/* line 76, ../sass/all/base.scss */
.no-mar-top {
  margin-top: 0 !important;
}

/* line 80, ../sass/all/base.scss */
.no-mar-left {
  margin-left: 0 !important;
}

/* line 84, ../sass/all/base.scss */
.no-mar-right {
  margin-right: 0 !important;
}

/* line 88, ../sass/all/base.scss */
.no-mar-bot {
  margin-bottom: 0 !important;
}

/* line 92, ../sass/all/base.scss */
.global-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* line 1, ../sass/all/wrapper.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/all/wrapper.scss */
body {
  min-height: 100vh;
  background-color: #fff;
  color: #000;
  direction: rtl;
}
/* line 17, ../sass/all/wrapper.scss */
body.he {
  font-weight: 500;
}
/* line 22, ../sass/all/wrapper.scss */
body.ofh {
  overflow: hidden;
}

/* line 27, ../sass/all/wrapper.scss */
html, body {
  min-height: 100%;
  height: 100%;
  line-height: 1.3;
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
}

/* Контейнер */
/* line 39, ../sass/all/wrapper.scss */
.container {
  width: 100%;
  max-width: 90%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

/* line 48, ../sass/all/wrapper.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 53, ../sass/all/wrapper.scss */
.open-link {
  cursor: pointer;
}

@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 59, ../sass/all/wrapper.scss */
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 69, ../sass/all/wrapper.scss */
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 78, ../sass/all/wrapper.scss */
  .container {
    max-width: 738px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 86, ../sass/all/wrapper.scss */
  .container {
    max-width: calc(100% - 30px);
  }
}
/* line 1, ../sass/all/header.scss */
.header {
  position: fixed;
  z-index: 999;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.23);
  -webkit-transition: translateY 0.3s ease-in-out;
  -o-transition: translateY 0.3s ease-in-out;
  transition: translateY 0.3s ease-in-out;
  background: #fff;
  width: 100%;
  left: 0;
}
/* line 13, ../sass/all/header.scss */
.header.hidden {
  -webkit-transform: translateY(-120%) !important;
  -ms-transform: translateY(-120%) !important;
  transform: translateY(-120%) !important;
}

/* line 20, ../sass/all/header.scss */
.header-wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  height: 86px;
}
/* line 28, ../sass/all/header.scss */
.header-wr .header-logo {
  position: relative;
  top: 5px;
}
/* line 32, ../sass/all/header.scss */
.header-wr .header-logo img {
  height: 71px;
}
/* line 37, ../sass/all/header.scss */
.header-wr .nav {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
/* line 43, ../sass/all/header.scss */
.header-wr .nav a {
  display: block;
  height: 35px;
  line-height: 35px;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  padding: 0;
  background: transparent;
}
/* line 53, ../sass/all/header.scss */
.header-wr .nav a.active {
  color: var(--color-active);
}
/* line 57, ../sass/all/header.scss */
.header-wr .nav a:hover {
  color: var(--color-active);
}
/* line 62, ../sass/all/header.scss */
.header-wr .nav .nav-close {
  display: none;
  width: 40px;
  height: 40px;
  margin-right: auto;
}
/* line 68, ../sass/all/header.scss */
.header-wr .nav .nav-close svg {
  width: 40px;
  height: 40px;
}

/* line 76, ../sass/all/header.scss */
.header-mobile-btn {
  display: none;
  width: 35px;
  flex-direction: column;
}
/* line 81, ../sass/all/header.scss */
.header-mobile-btn div {
  margin: 4px 0;
  height: 2px;
  background-color: #000;
  width: 100%;
}

@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 90, ../sass/all/header.scss */
  .header-wr {
    height: 76px;
  }
  /* line 95, ../sass/all/header.scss */
  .header-wr .header-logo img {
    height: 58px;
  }
  /* line 100, ../sass/all/header.scss */
  .header-wr .nav {
    gap: 20px;
  }
  /* line 103, ../sass/all/header.scss */
  .header-wr .nav a {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 113, ../sass/all/header.scss */
  .header-wr {
    height: 76px;
  }
  /* line 118, ../sass/all/header.scss */
  .header-wr .header-logo img {
    height: 58px;
  }
  /* line 123, ../sass/all/header.scss */
  .header-wr .nav {
    gap: 20px;
  }
  /* line 126, ../sass/all/header.scss */
  .header-wr .nav a {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 136, ../sass/all/header.scss */
  .header-wr {
    height: 76px;
  }
  /* line 141, ../sass/all/header.scss */
  .header-wr .header-logo img {
    height: 58px;
  }
  /* line 146, ../sass/all/header.scss */
  .header-wr .nav {
    gap: 15px;
  }
  /* line 149, ../sass/all/header.scss */
  .header-wr .nav a {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 159, ../sass/all/header.scss */
  .header-wr {
    height: 55px;
  }
  /* line 164, ../sass/all/header.scss */
  .header-wr .header-logo img {
    height: 45px;
  }
  /* line 169, ../sass/all/header.scss */
  .header-wr .nav {
    gap: 0px;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    background: var(--color-active);
    height: 100vh;
    flex-direction: column;
    padding: 5vh 45px;
    transition: .3s ease-in-out;
    transform: translateX(-100%);
    z-index: 999;
  }
  /* line 183, ../sass/all/header.scss */
  .header-wr .nav .nav-close {
    display: flex;
  }
  /* line 191, ../sass/all/header.scss */
  .header-wr .nav li:first-child a {
    border-top: none;
  }
  /* line 197, ../sass/all/header.scss */
  .header-wr .nav a {
    font-size: 24px;
    color: #fff !important;
    border-bottom: 2px solid #fff;
    height: auto;
    line-height: normal;
    padding: 15px;
    font-weight: 600;
  }
  /* line 207, ../sass/all/header.scss */
  .header-wr .nav.active {
    transform: translateX(0);
  }

  /* line 213, ../sass/all/header.scss */
  .header-mobile-btn {
    display: flex;
  }
}
/* line 1, ../sass/all/crumbs.scss */
.breadcrumb {
  direction: rtl;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 14px;
}
/* line 18, ../sass/all/crumbs.scss */
.breadcrumb a:hover {
  color: var(--color-active);
}

/* line 1, ../sass/all/footer.scss */
.footer {
  position: relative;
  width: 100%;
  background: var(--color-active);
  padding: 20px 0 20px;
  text-align: center;
}

/* line 9, ../sass/all/footer.scss */
.footer-logo {
  position: relative;
  margin: 0 auto;
  width: max-content;
  display: block;
}
/* line 14, ../sass/all/footer.scss */
.footer-logo img {
  display: block;
}

/* line 19, ../sass/all/footer.scss */
.footer-span {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 23px;
}
/* line 28, ../sass/all/footer.scss */
.footer-span a:hover {
  text-decoration: underline;
}

/* line 34, ../sass/all/footer.scss */
.footer-bottom {
  position: relative;
  background: var(--color-active);
  padding-bottom: 25px;
  padding-top: 15px;
}

/* line 41, ../sass/all/footer.scss */
.footer-bottom-logo {
  position: relative;
  display: block;
  width: max-content;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #fff;
  font-size: 20px;
}
/* line 58, ../sass/all/footer.scss */
.footer-bottom-logo img {
  display: block;
  height: 30px;
}
/* line 63, ../sass/all/footer.scss */
.footer-bottom-logo:hover {
  opacity: 0.7;
}

/* line 68, ../sass/all/footer.scss */
.footer-bottom-span {
  text-align: center;
  font-size: 16px;
  color: var(--color-active);
  display: block;
  margin-top: 5px;
}
/* line 77, ../sass/all/footer.scss */
.footer-bottom-span a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1340px) and (max-width: 1440px) {
  /* line 87, ../sass/all/footer.scss */
  .footer-logo img {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 97, ../sass/all/footer.scss */
  .footer-logo img {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 107, ../sass/all/footer.scss */
  .footer-logo img {
    max-width: 200px;
  }

  /* line 114, ../sass/all/footer.scss */
  .footer-bottom-logo img {
    height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 124, ../sass/all/footer.scss */
  .footer-logo img {
    max-width: 140px;
  }

  /* line 131, ../sass/all/footer.scss */
  .footer-bottom-logo img {
    height: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 141, ../sass/all/footer.scss */
  .footer-logo img {
    max-width: 120px;
  }

  /* line 148, ../sass/all/footer.scss */
  .footer-bottom-logo img {
    height: 35px;
  }
}
/* line 1, ../sass/all/root.scss */
:root {
  --color: #000;
  --color-active: #a17180;
}

/* line 2, ../sass/all/text.scss */
.seo-text {
  padding: 55px 0;
}
/* line 5, ../sass/all/text.scss */
.seo-text .text {
  max-width: 879px;
  margin: 0 auto;
  text-align: center;
}

/* line 14, ../sass/all/text.scss */
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  font-size: 24px;
  line-height: 1.1;
  text-wrap: balance;
  letter-spacing: 0.2px;
}
/* line 20, ../sass/all/text.scss */
.text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
  margin-bottom: 20px;
}
/* line 24, ../sass/all/text.scss */
.text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
  margin-top: 25px;
}
/* line 29, ../sass/all/text.scss */
.text img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
/* line 35, ../sass/all/text.scss */
.text picture {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 41, ../sass/all/text.scss */
.text picture img {
  display: block;
  max-width: 100%;
}
/* line 46, ../sass/all/text.scss */
.text picture:not(:last-child) {
  margin-bottom: 20px;
}
/* line 50, ../sass/all/text.scss */
.text picture:not(:first-child) {
  margin-top: 20px;
}
/* line 55, ../sass/all/text.scss */
.text p, .text span, .text li {
  line-height: 1.7em;
  font-size: 18px;
  letter-spacing: -.2px;
}
/* line 59, ../sass/all/text.scss */
.text p a, .text span a, .text li a {
  color: var(--color-active);
  position: relative;
  text-decoration: underline;
}
/* line 64, ../sass/all/text.scss */
.text p a:hover, .text span a:hover, .text li a:hover {
  color: var(--color-active) !important;
}
/* line 69, ../sass/all/text.scss */
.text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
  margin-bottom: 11px;
}
/* line 74, ../sass/all/text.scss */
.text ul {
  padding-right: 13px;
}
/* line 77, ../sass/all/text.scss */
.text ul:not(:last-child) {
  margin-bottom: 11px;
}
/* line 81, ../sass/all/text.scss */
.text ul li {
  position: relative;
  padding-right: 22px;
  line-height: 1.3;
}
/* line 86, ../sass/all/text.scss */
.text ul li:not(:last-child) {
  margin-bottom: 5px;
}
/* line 90, ../sass/all/text.scss */
.text ul li:after {
  content: '';
  position: absolute;
  top: 11px;
  right: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}
/* line 103, ../sass/all/text.scss */
.text b, .text strong {
  font-family: var(--font-family-bold);
}
/* line 107, ../sass/all/text.scss */
.text table {
  display: table;
}
/* line 110, ../sass/all/text.scss */
.text table:not(:last-child) {
  margin-bottom: 15px;
}
/* line 114, ../sass/all/text.scss */
.text table td, .text table th {
  border: 2px solid var(--color);
  box-sizing: border-box;
  padding: 13px;
  text-align: center;
  font-size: 14px;
  color: var(--color);
}

/* line 125, ../sass/all/text.scss */
.section-title {
  font-size: 36px;
  color: var(--color);
  margin-bottom: 30px;
  font-family: var(--font-family-bold);
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 135, ../sass/all/text.scss */
.section-title img {
  display: block;
  height: 35px;
  margin-right: 36px;
}

/* line 142, ../sass/all/text.scss */
.site-title {
  position: relative;
  letter-spacing: -2px;
  font-family: var(--font-family-bold);
  font-size: 50px;
}
/* line 148, ../sass/all/text.scss */
.site-title.mini {
  font-size: 30px;
  text-align: center;
  display: block;
  letter-spacing: -0.5px;
  font-family: var(--font-family-semibold);
  margin-bottom: 48px;
}
/* line 157, ../sass/all/text.scss */
.site-title.large {
  font-size: 76px;
}

/* line 162, ../sass/all/text.scss */
.uptitle {
  position: relative;
  font-size: 34px;
}

/* line 167, ../sass/all/text.scss */
.site-text {
  position: relative;
  font-size: 20px;
  line-height: 1.5;
}
/* line 172, ../sass/all/text.scss */
.site-text.max {
  font-size: 24px;
}

@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 179, ../sass/all/text.scss */
  .seo-text {
    padding: 45px 0;
  }

  /* line 183, ../sass/all/text.scss */
  .site-title {
    font-size: 40px;
  }
  /* line 186, ../sass/all/text.scss */
  .site-title.mini {
    font-size: 26px;
    margin-bottom: 38px;
  }
  /* line 191, ../sass/all/text.scss */
  .site-title.large {
    font-size: 60px;
  }

  /* line 196, ../sass/all/text.scss */
  .uptitle {
    font-size: 28px;
  }

  /* line 200, ../sass/all/text.scss */
  .site-text {
    font-size: 18px;
  }
  /* line 203, ../sass/all/text.scss */
  .site-text.max {
    font-size: 22px;
  }

  /* line 209, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 23px;
  }
  /* line 212, ../sass/all/text.scss */
  .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 11px;
  }
  /* line 216, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 20px;
  }
  /* line 223, ../sass/all/text.scss */
  .text picture:not(:last-child) {
    margin-bottom: 18px;
  }
  /* line 227, ../sass/all/text.scss */
  .text picture:not(:first-child) {
    margin-top: 18px;
  }
  /* line 232, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 16px;
  }
  /* line 236, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 18px;
  }
  /* line 243, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 18px;
  }
  /* line 251, ../sass/all/text.scss */
  .text table td, .text table th {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 261, ../sass/all/text.scss */
  .seo-text {
    padding: 45px 0;
  }

  /* line 265, ../sass/all/text.scss */
  .site-title {
    font-size: 40px;
  }
  /* line 268, ../sass/all/text.scss */
  .site-title.mini {
    font-size: 26px;
    margin-bottom: 38px;
  }
  /* line 273, ../sass/all/text.scss */
  .site-title.large {
    font-size: 60px;
  }

  /* line 278, ../sass/all/text.scss */
  .uptitle {
    font-size: 28px;
  }

  /* line 282, ../sass/all/text.scss */
  .site-text {
    font-size: 18px;
  }
  /* line 285, ../sass/all/text.scss */
  .site-text.max {
    font-size: 22px;
  }

  /* line 291, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 23px;
  }
  /* line 294, ../sass/all/text.scss */
  .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 11px;
  }
  /* line 298, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 20px;
  }
  /* line 305, ../sass/all/text.scss */
  .text picture:not(:last-child) {
    margin-bottom: 18px;
  }
  /* line 309, ../sass/all/text.scss */
  .text picture:not(:first-child) {
    margin-top: 18px;
  }
  /* line 314, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 18px;
  }
  /* line 318, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 18px;
  }
  /* line 325, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 18px;
  }
  /* line 333, ../sass/all/text.scss */
  .text table td, .text table th {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 342, ../sass/all/text.scss */
  .seo-text {
    padding: 45px 0;
  }

  /* line 346, ../sass/all/text.scss */
  .site-title {
    font-size: 32px;
  }
  /* line 349, ../sass/all/text.scss */
  .site-title.mini {
    font-size: 22px;
    margin-bottom: 30px;
  }
  /* line 354, ../sass/all/text.scss */
  .site-title.large {
    font-size: 46px;
  }

  /* line 359, ../sass/all/text.scss */
  .uptitle {
    font-size: 24px;
  }

  /* line 363, ../sass/all/text.scss */
  .site-text {
    font-size: 16px;
  }
  /* line 366, ../sass/all/text.scss */
  .site-text.max {
    font-size: 20px;
  }

  /* line 372, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 20px;
  }
  /* line 375, ../sass/all/text.scss */
  .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 379, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 18px;
  }
  /* line 386, ../sass/all/text.scss */
  .text picture:not(:last-child) {
    margin-bottom: 15px;
  }
  /* line 390, ../sass/all/text.scss */
  .text picture:not(:first-child) {
    margin-top: 15px;
  }
  /* line 395, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 16px;
  }
  /* line 399, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 15px;
  }
  /* line 406, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 15px;
  }
  /* line 414, ../sass/all/text.scss */
  .text table td, .text table th {
    font-size: 13px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 425, ../sass/all/text.scss */
  .seo-text {
    padding: 38px 0;
  }

  /* line 430, ../sass/all/text.scss */
  .site-title {
    font-size: 40px;
  }
  /* line 433, ../sass/all/text.scss */
  .site-title.mini {
    font-size: 26px;
    margin-bottom: 25px;
  }
  /* line 438, ../sass/all/text.scss */
  .site-title.large {
    font-size: 42px;
  }

  /* line 443, ../sass/all/text.scss */
  .uptitle {
    font-size: 20px;
  }

  /* line 447, ../sass/all/text.scss */
  .site-text {
    line-height: 1.4;
    font-size: 14px;
  }
  /* line 451, ../sass/all/text.scss */
  .site-text.max {
    font-size: 21px;
  }

  /* line 458, ../sass/all/text.scss */
  .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size: 20px;
  }
  /* line 461, ../sass/all/text.scss */
  .text h1:not(:last-child), .text h2:not(:last-child), .text h3:not(:last-child), .text h4:not(:last-child), .text h5:not(:last-child), .text h6:not(:last-child) {
    margin-bottom: 8px;
  }
  /* line 465, ../sass/all/text.scss */
  .text h1:not(:first-child), .text h2:not(:first-child), .text h3:not(:first-child), .text h4:not(:first-child), .text h5:not(:first-child), .text h6:not(:first-child) {
    margin-top: 13px;
  }
  /* line 472, ../sass/all/text.scss */
  .text picture:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 476, ../sass/all/text.scss */
  .text picture:not(:first-child) {
    margin-top: 10px;
  }
  /* line 481, ../sass/all/text.scss */
  .text p, .text span, .text li {
    font-size: 16px;
  }
  /* line 485, ../sass/all/text.scss */
  .text p:not(:last-child), .text span:not(:last-child), .text li:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 494, ../sass/all/text.scss */
  .text ul li:after {
    top: 6px;
  }
  /* line 499, ../sass/all/text.scss */
  .text ul:not(:last-child) {
    margin-bottom: 10px;
  }
  /* line 507, ../sass/all/text.scss */
  .text table td, .text table th {
    font-size: 13px;
  }
}
/* line 1, ../sass/all/padding-margin.scss */
.mr-top-0 {
  margin-top: 0 !important;
}

/* line 5, ../sass/all/padding-margin.scss */
.mr-top-10 {
  margin-top: 10px !important;
}

/* line 9, ../sass/all/padding-margin.scss */
.mr-top-20 {
  margin-top: 20px !important;
}

/* line 13, ../sass/all/padding-margin.scss */
.mr-top-30 {
  margin-top: 30px !important;
}

/* line 17, ../sass/all/padding-margin.scss */
.mr-top-40 {
  margin-top: 40px !important;
}

/* line 21, ../sass/all/padding-margin.scss */
.mr-top-50 {
  margin-top: 50px !important;
}

/* line 25, ../sass/all/padding-margin.scss */
.mr-top-70 {
  margin-top: 70px !important;
}

/* line 29, ../sass/all/padding-margin.scss */
.mr-top-100 {
  margin-top: 100px !important;
}

/* line 33, ../sass/all/padding-margin.scss */
.mr-bot-0 {
  margin-bottom: 0 !important;
}

/* line 37, ../sass/all/padding-margin.scss */
.mr-bot-10 {
  margin-bottom: 10px !important;
}

/* line 41, ../sass/all/padding-margin.scss */
.mr-bot-20 {
  margin-bottom: 20px !important;
}

/* line 45, ../sass/all/padding-margin.scss */
.mr-bot-30 {
  margin-bottom: 30px !important;
}

/* line 49, ../sass/all/padding-margin.scss */
.mr-bot-40 {
  margin-bottom: 40px !important;
}

/* line 53, ../sass/all/padding-margin.scss */
.mr-bot-50 {
  margin-bottom: 50px !important;
}

/* line 57, ../sass/all/padding-margin.scss */
.mr-bot-70 {
  margin-bottom: 70px !important;
}

/* line 61, ../sass/all/padding-margin.scss */
.mr-bot-100 {
  margin-bottom: 100px !important;
}

/* line 66, ../sass/all/padding-margin.scss */
.pd-top-0 {
  padding-top: 0 !important;
}

/* line 70, ../sass/all/padding-margin.scss */
.pd-top-10 {
  padding-top: 10px !important;
}

/* line 74, ../sass/all/padding-margin.scss */
.pd-top-20 {
  padding-top: 20px !important;
}

/* line 78, ../sass/all/padding-margin.scss */
.pd-top-30 {
  padding-top: 30px !important;
}

/* line 82, ../sass/all/padding-margin.scss */
.pd-top-40 {
  padding-top: 40px !important;
}

/* line 86, ../sass/all/padding-margin.scss */
.pd-top-50 {
  padding-top: 50px !important;
}

/* line 90, ../sass/all/padding-margin.scss */
.pd-top-70 {
  padding-top: 70px !important;
}

/* line 94, ../sass/all/padding-margin.scss */
.pd-top-100 {
  padding-top: 100px !important;
}

/* line 98, ../sass/all/padding-margin.scss */
.pd-bot-0 {
  padding-bottom: 0 !important;
}

/* line 102, ../sass/all/padding-margin.scss */
.pd-bot-10 {
  padding-bottom: 10px !important;
}

/* line 106, ../sass/all/padding-margin.scss */
.pd-bot-20 {
  padding-bottom: 20px !important;
}

/* line 110, ../sass/all/padding-margin.scss */
.pd-bot-30 {
  padding-bottom: 30px !important;
}

/* line 114, ../sass/all/padding-margin.scss */
.pd-bot-40 {
  padding-bottom: 40px !important;
}

/* line 118, ../sass/all/padding-margin.scss */
.pd-bot-50 {
  padding-bottom: 50px !important;
}

/* line 122, ../sass/all/padding-margin.scss */
.pd-bot-70 {
  padding-bottom: 70px !important;
}

/* line 126, ../sass/all/padding-margin.scss */
.pd-bot-100 {
  padding-bottom: 100px !important;
}

/* line 130, ../sass/all/padding-margin.scss */
.section-padding {
  padding: 80px 0;
}

@media only screen and (min-width: 1241px) and (max-width: 1440px) {
  /* line 136, ../sass/all/padding-margin.scss */
  .pd-top-100 {
    padding-top: 70px !important;
  }

  /* line 140, ../sass/all/padding-margin.scss */
  .pd-bot-100 {
    padding-bottom: 70px !important;
  }

  /* line 144, ../sass/all/padding-margin.scss */
  .pd-top-70 {
    padding-top: 60px !important;
  }

  /* line 148, ../sass/all/padding-margin.scss */
  .pd-bot-70 {
    padding-bottom: 60px !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 155, ../sass/all/padding-margin.scss */
  .pd-top-100 {
    padding-top: 70px !important;
  }

  /* line 159, ../sass/all/padding-margin.scss */
  .pd-bot-100 {
    padding-bottom: 70px !important;
  }

  /* line 162, ../sass/all/padding-margin.scss */
  .pd-top-70 {
    padding-top: 60px !important;
  }

  /* line 166, ../sass/all/padding-margin.scss */
  .pd-bot-70 {
    padding-bottom: 60px !important;
  }

  /* line 170, ../sass/all/padding-margin.scss */
  .section-padding {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 177, ../sass/all/padding-margin.scss */
  .pd-top-100 {
    padding-top: 60px !important;
  }

  /* line 181, ../sass/all/padding-margin.scss */
  .pd-bot-100 {
    padding-bottom: 60px !important;
  }

  /* line 184, ../sass/all/padding-margin.scss */
  .pd-top-70 {
    padding-top: 50px !important;
  }

  /* line 188, ../sass/all/padding-margin.scss */
  .pd-bot-70 {
    padding-bottom: 50px !important;
  }

  /* line 192, ../sass/all/padding-margin.scss */
  .section-padding {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 199, ../sass/all/padding-margin.scss */
  .mr-top-10 {
    margin-top: 7px !important;
  }

  /* line 203, ../sass/all/padding-margin.scss */
  .mr-top-20 {
    margin-top: 10px !important;
  }

  /* line 207, ../sass/all/padding-margin.scss */
  .mr-top-30 {
    margin-top: 15px !important;
  }

  /* line 211, ../sass/all/padding-margin.scss */
  .mr-top-40 {
    margin-top: 20px !important;
  }

  /* line 215, ../sass/all/padding-margin.scss */
  .mr-top-50 {
    margin-top: 30px !important;
  }

  /* line 219, ../sass/all/padding-margin.scss */
  .mr-bot-10 {
    margin-bottom: 7px !important;
  }

  /* line 223, ../sass/all/padding-margin.scss */
  .mr-bot-20 {
    margin-bottom: 10px !important;
  }

  /* line 227, ../sass/all/padding-margin.scss */
  .mr-bot-30 {
    margin-bottom: 15px !important;
  }

  /* line 231, ../sass/all/padding-margin.scss */
  .mr-bot-40 {
    margin-bottom: 20px !important;
  }

  /* line 235, ../sass/all/padding-margin.scss */
  .mr-bot-50 {
    margin-bottom: 30px !important;
  }

  /* line 241, ../sass/all/padding-margin.scss */
  .pd-top-10 {
    padding-top: 7px !important;
  }

  /* line 245, ../sass/all/padding-margin.scss */
  .pd-top-20 {
    padding-top: 10px !important;
  }

  /* line 249, ../sass/all/padding-margin.scss */
  .pd-top-30 {
    padding-top: 15px !important;
  }

  /* line 253, ../sass/all/padding-margin.scss */
  .pd-top-40 {
    padding-top: 20px !important;
  }

  /* line 257, ../sass/all/padding-margin.scss */
  .pd-top-50 {
    padding-top: 30px !important;
  }

  /* line 261, ../sass/all/padding-margin.scss */
  .pd-top-70 {
    padding-top: 50px !important;
  }

  /* line 265, ../sass/all/padding-margin.scss */
  .pd-top-100 {
    padding-top: 50px !important;
  }

  /* line 270, ../sass/all/padding-margin.scss */
  .pd-bot-10 {
    padding-bottom: 7px !important;
  }

  /* line 274, ../sass/all/padding-margin.scss */
  .pd-bot-20 {
    padding-bottom: 10px !important;
  }

  /* line 278, ../sass/all/padding-margin.scss */
  .pd-bot-30 {
    padding-bottom: 15px !important;
  }

  /* line 282, ../sass/all/padding-margin.scss */
  .pd-bot-40 {
    padding-bottom: 20px !important;
  }

  /* line 286, ../sass/all/padding-margin.scss */
  .pd-bot-50 {
    padding-bottom: 30px !important;
  }

  /* line 290, ../sass/all/padding-margin.scss */
  .pd-bot-70 {
    padding-bottom: 50px !important;
  }

  /* line 294, ../sass/all/padding-margin.scss */
  .pd-bot-100 {
    padding-bottom: 50px !important;
  }

  /* line 298, ../sass/all/padding-margin.scss */
  .section-padding {
    padding: 50px 0;
  }
}
/* line 1, ../sass/all/input.scss */
input, textarea, button, select {
  outline: none;
  border: none;
  margin: 0;
  padding: 0 20px;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  height: 36px;
  font-family: "Assistant", sans-serif;
  -webkit-appearance: none;
  color: #fff;
}
/* line 13, ../sass/all/input.scss */
input::placeholder, textarea::placeholder, button::placeholder, select::placeholder {
  color: #fff;
}
/* line 17, ../sass/all/input.scss */
input.error, textarea.error, button.error, select.error {
  border-color: red !important;
}

/* line 22, ../sass/all/input.scss */
select {
  -webkit-appearance: auto;
}

/* line 26, ../sass/all/input.scss */
input[type='number'] {
  -moz-appearance: textfield;
}

/* line 30, ../sass/all/input.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* line 35, ../sass/all/input.scss */
textarea {
  resize: none;
}

/* line 39, ../sass/all/input.scss */
button {
  cursor: pointer;
}

/* line 44, ../sass/all/input.scss */
.check-privacy {
  display: grid;
  grid-template-columns: 20px auto;
  gap: 7px;
  align-items: center;
  margin: 7px 0;
  cursor: pointer;
  font-size: 13px;
  text-transform: none;
  justify-content: flex-start;
}
/* line 55, ../sass/all/input.scss */
.check-privacy input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}
/* line 75, ../sass/all/input.scss */
.check-privacy input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  background-color: CanvasText;
  cursor: pointer;
}
/* line 89, ../sass/all/input.scss */
.check-privacy input[type="checkbox"]:checked::before {
  transform: scale(1);
}
/* line 93, ../sass/all/input.scss */
.check-privacy a {
  text-decoration: underline;
}
/* line 96, ../sass/all/input.scss */
.check-privacy a:after {
  display: none;
}
/* line 100, ../sass/all/input.scss */
.check-privacy a:hover {
  color: var(--color-active);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 108, ../sass/all/input.scss */
  input, textarea, button {
    font-size: 14px;
    height: 50px;
    padding: 0 15px;
  }
}
/* line 1, ../sass/all/fix-form.scss */
.fix-form {
  position: sticky;
  height: 76px;
  background-color: #a17180;
  /* background-color: rgba(161, 113, 128, 0.85); */
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  display: flex;
  align-items: center;
}
/* line 13, ../sass/all/fix-form.scss */
.fix-form form {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 21, ../sass/all/fix-form.scss */
.fix-form form input {
  padding: 5px 0;
  font-size: 18px;
  border-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  line-height: 1.4em;
  text-align: right;
  width: calc(100% / 5 - 30px);
}
/* line 34, ../sass/all/fix-form.scss */
.fix-form form p, .fix-form form button {
  width: calc(100% / 5 - 30px);
}
/* line 38, ../sass/all/fix-form.scss */
.fix-form form p {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
/* line 44, ../sass/all/fix-form.scss */
.fix-form form button {
  background: #fff;
  color: #000;
  font-size: 18px;
}
/* line 49, ../sass/all/fix-form.scss */
.fix-form form button:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (min-width: 1241px) and (max-width: 1340px) {
  /* line 60, ../sass/all/fix-form.scss */
  .fix-form form {
    padding: 0 20px;
  }
  /* line 63, ../sass/all/fix-form.scss */
  .fix-form form p {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1240px) {
  /* line 73, ../sass/all/fix-form.scss */
  .fix-form form {
    padding: 0 20px;
  }
  /* line 76, ../sass/all/fix-form.scss */
  .fix-form form p {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 86, ../sass/all/fix-form.scss */
  .fix-form form {
    padding: 0 20px;
  }
  /* line 89, ../sass/all/fix-form.scss */
  .fix-form form p {
    font-size: 20px;
  }
  /* line 93, ../sass/all/fix-form.scss */
  .fix-form form p, .fix-form form button {
    width: calc(100% / 5 - 20px);
  }
  /* line 97, ../sass/all/fix-form.scss */
  .fix-form form input {
    width: calc(100% / 5 - 20px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 105, ../sass/all/fix-form.scss */
  .fix-form {
    position: relative;
    height: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    bottom: initial;
    left: inherit;
  }
  /* line 113, ../sass/all/fix-form.scss */
  .fix-form form {
    padding: 0 15px;
    gap: 15px;
  }
  /* line 117, ../sass/all/fix-form.scss */
  .fix-form form p {
    font-size: 20px;
    text-align: center;
  }
  /* line 122, ../sass/all/fix-form.scss */
  .fix-form form p, .fix-form form button {
    width: 100%;
  }
  /* line 126, ../sass/all/fix-form.scss */
  .fix-form form input {
    width: 100%;
  }
}
/* line 1, ../sass/all/wgag.scss */
#accessibilityButton {
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px solid #000;
  bottom: 106px;
  left: 15px;
  width: 52px;
  height: 52px;
  cursor: pointer;
  z-index: 100000;
  border-radius: 5px;
  transition: all .15s ease;
  --header-height: 0;
  padding: 0;
}
/* line 24, ../sass/all/wgag.scss */
#accessibilityButton svg {
  display: block;
  width: 22px;
  height: auto;
}
/* line 30, ../sass/all/wgag.scss */
#accessibilityButton:hover {
  background-color: #000;
  color: #fff;
}

/* line 36, ../sass/all/wgag.scss */
#accessibilityMenu {
  display: none;
  position: fixed;
  background-color: #f2f3f8;
  left: 20px;
  bottom: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05), 0 4px 16px rgba(0, 0, 0, 0.1);
  width: 550px;
  max-width: calc(100% - 35px);
  height: 95vh;
  border-radius: 20px;
  overflow: hidden;
  max-height: calc(100% - 40px);
  z-index: 214748364;
}
/* line 51, ../sass/all/wgag.scss */
#accessibilityMenu button {
  padding: 0;
}

/* line 56, ../sass/all/wgag.scss */
.accessibilityMenu {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
/* line 62, ../sass/all/wgag.scss */
.accessibilityMenu input {
  -webkit-appearance: auto;
}
/* line 66, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar {
  width: 10px;
}
/* line 69, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-track {
  background: transparent;
}
/* line 72, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
  margin: 10px 0;
}
/* line 77, ../sass/all/wgag.scss */
.accessibilityMenu::-webkit-scrollbar-button {
  display: none;
}
/* line 81, ../sass/all/wgag.scss */
.accessibilityMenu .site-title {
  padding-top: 50px;
  padding-bottom: 135px;
  background: var(--color-active);
  color: #FFF;
}
/* line 88, ../sass/all/wgag.scss */
.accessibilityMenu .inner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  z-index: 2;
  margin: 15px;
  margin-top: -110px;
  width: calc(100% - 30px);
  border-radius: 10px;
  background: #fff;
  padding: 15px;
}
/* line 110, ../sass/all/wgag.scss */
.accessibilityMenu .bl {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: rgba(33, 48, 65, 0.15);
  width: calc((100% - 30px) / 3);
  color: var(--color-active2);
  height: 120px;
  padding: 15px;
  border-radius: 10px;
  border: solid 2px transparent;
}
/* line 133, ../sass/all/wgag.scss */
.accessibilityMenu .bl.double {
  width: calc((100% - 30px) / 3 * 2 + 15px);
}
/* line 137, ../sass/all/wgag.scss */
.accessibilityMenu .bl i {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
}
/* line 143, ../sass/all/wgag.scss */
.accessibilityMenu .bl span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
/* line 150, ../sass/all/wgag.scss */
.accessibilityMenu .bl:hover:not(.double) {
  border-color: var(--color-active);
}
/* line 154, ../sass/all/wgag.scss */
.accessibilityMenu .bl.active {
  background: var(--color-active);
  border-color: var(--color-active);
  color: #fff;
}
/* line 160, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 20px;
}
/* line 170, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div {
  position: relative;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
/* line 178, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div:hover {
  transform: scale(1.1);
}
/* line 183, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div.active:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
/* line 197, ../sass/all/wgag.scss */
.accessibilityMenu .bl .color-options div.white.active:before {
  background: #000;
}
/* line 204, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-top: -10px;
}
/* line 217, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #fff;
  background: #000;
  border-radius: 50%;
}
/* line 232, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button svg {
  display: block;
  width: 9px;
  height: auto;
}
/* line 238, ../sass/all/wgag.scss */
.accessibilityMenu .bl .plus-minus button:hover {
  background: var(--color-active);
}

/* line 246, ../sass/all/wgag.scss */
.accessibilityMenuClose {
  position: absolute;
  cursor: pointer;
  top: 15px;
  left: 15px;
  z-index: 2;
}
/* line 253, ../sass/all/wgag.scss */
.accessibilityMenuClose svg {
  display: block;
  width: 12px;
  height: auto;
  transition: all .15s ease;
}
/* line 260, ../sass/all/wgag.scss */
.accessibilityMenuClose:hover svg {
  transform: scale(1.1);
}

/* line 265, ../sass/all/wgag.scss */
.showMenu #accessibilityMenu {
  display: block;
}

/* line 270, ../sass/all/wgag.scss */
.high-contrast {
  background-color: black;
  color: white;
}

/* line 275, ../sass/all/wgag.scss */
.night-mode {
  background-color: #222;
  color: #ddd;
}

/* line 280, ../sass/all/wgag.scss */
.img-description {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #ccc;
  padding: 5px;
  margin: 5px 0;
  font-size: 14px;
  max-width: 90%;
  word-wrap: break-word;
}

/* line 290, ../sass/all/wgag.scss */
body.reading-view {
  background-color: #f4f4f4;
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}

/* line 297, ../sass/all/wgag.scss */
body.reading-view * {
  display: none;
}

/* line 301, ../sass/all/wgag.scss */
body.reading-view p,
body.reading-view h1,
body.reading-view h2,
body.reading-view h3,
body.reading-view h4,
body.reading-view h5,
body.reading-view h6,
body.reading-view li,
body.reading-view blockquote {
  display: block;
  margin: 20px;
  padding: 10px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

/* line 318, ../sass/all/wgag.scss */
.high-contrast-dark {
  background-color: #000;
  color: #fff;
}

/* line 323, ../sass/all/wgag.scss */
.high-contrast-light {
  background-color: #fff;
  color: #000;
}

/* line 328, ../sass/all/wgag.scss */
.monochrome-mode {
  filter: grayscale(100%);
}

/* line 332, ../sass/all/wgag.scss */
.font-adjust-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 338, ../sass/all/wgag.scss */
#fontSizeSlider {
  flex-grow: 1;
}

/* line 342, ../sass/all/wgag.scss */
.line-spacing-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 348, ../sass/all/wgag.scss */
#lineSpacingSlider {
  flex-grow: 1;
}

/* line 352, ../sass/all/wgag.scss */
.word-spacing-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* line 358, ../sass/all/wgag.scss */
#wordSpacingSlider {
  flex-grow: 1;
}

/* line 362, ../sass/all/wgag.scss */
#accessibilityMenu {
  direction: rtl;
  /* right:20px;
  left: auto; */
}

/* line 368, ../sass/all/wgag.scss */
.accessibilityMenuClose {
  right: 15px;
  left: auto;
}

/* line 373, ../sass/all/wgag.scss */
.accessibilityMenu .bl span {
  font-size: calc(14px * 1.2);
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 379, ../sass/all/wgag.scss */
  #accessibilityButton {
    bottom: 15px;
    left: 15px;
    background: #000;
    color: #fff;
  }

  /* line 386, ../sass/all/wgag.scss */
  #accessibilityMenu {
    left: 15px;
    bottom: 15px;
    max-width: calc(100% - 30px);
    border-radius: 15px;
    max-height: calc(100% - 30px);
  }

  /* line 396, ../sass/all/wgag.scss */
  .accessibilityMenu::-webkit-scrollbar {
    width: 5px;
  }
  /* line 400, ../sass/all/wgag.scss */
  .accessibilityMenu .site-title {
    padding-top: 30px;
  }
  /* line 404, ../sass/all/wgag.scss */
  .accessibilityMenu .bl {
    width: calc((100% - 15px) / 2);
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    -o-order: -1;
    order: -1;
  }
  /* line 412, ../sass/all/wgag.scss */
  .accessibilityMenu .bl.double {
    width: 100%;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }
}
