@charset "UTF-8";
/* line 1, customsite/static/css/customsite.scss */
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, Roboto, "Helvetica Neue", Arial, sans-serif, Apple Color Emoji, "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", private, serif; }

@font-face {
  font-family: private;
  src: url("/static/fonts/GreycliffLight/MyFontsWebfontsKit_GreycliffLight/webFonts/GreycliffCFLight/font.woff?4d624f821ea8") format("woff");
  font-display: ""; }

@font-face {
  font-family: "Baskerville";
  src: url("/static/fonts/Libre_Baskerville/LibreBaskerville-Regular.ttf?4d624f821ea8") format("opentype");
  font-style: normal;
  font-weight: 100; }

/* line 20, customsite/static/css/customsite.scss */
body {
  font-family: private, serif;
  font-size: 17px;
  background-color: #f1efea; }
  /* line 26, customsite/static/css/customsite.scss */
  body .info-bar {
    overflow: hidden;
    position: relative;
    z-index: 999; }
    /* line 32, customsite/static/css/customsite.scss */
    body .info-bar .swiper-backface-hidden .swiper-slide {
      height: auto;
      align-content: center; }
  /* line 39, customsite/static/css/customsite.scss */
  body .top-text-message.message {
    text-align: center;
    margin: 0 auto;
    width: 70%; }
  /* line 46, customsite/static/css/customsite.scss */
  body .under-construction-section .fs {
    display: flex;
    justify-content: center; }
  /* line 51, customsite/static/css/customsite.scss */
  body .under-construction-section .ss {
    margin: auto; }
    /* line 54, customsite/static/css/customsite.scss */
    body .under-construction-section .ss h1 {
      font-family: 'Baskerville';
      font-size: 50px; }

/* line 62, customsite/static/css/customsite.scss */
.standard-padding {
  padding: 0 5rem; }

/* header */
/* line 67, customsite/static/css/customsite.scss */
.header {
  position: sticky;
  top: 0;
  z-index: 10; }

/* line 73, customsite/static/css/customsite.scss */
.top-menu-links {
  display: flex;
  width: 100%;
  justify-content: end; }

/* line 79, customsite/static/css/customsite.scss */
.menu {
  background: #f1efea;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex; }
  /* line 88, customsite/static/css/customsite.scss */
  .menu .header-container {
    width: 100vw;
    margin: 0 10%; }
  /* line 95, customsite/static/css/customsite.scss */
  .menu .menu-logo a img {
    height: 90px; }
  /* line 101, customsite/static/css/customsite.scss */
  .menu .icons {
    display: flex;
    align-items: center; }
    /* line 106, customsite/static/css/customsite.scss */
    .menu .icons ul li {
      list-style-type: none;
      position: relative; }
      /* line 110, customsite/static/css/customsite.scss */
      .menu .icons ul li .search-form-wrapper {
        display: none; }
        /* line 115, customsite/static/css/customsite.scss */
        .menu .icons ul li .search-form-wrapper #search_form input {
          background-color: white;
          color: #301616;
          width: 65%;
          border-top: none;
          border-left: none;
          border-right: none; }
      /* line 126, customsite/static/css/customsite.scss */
      .menu .icons ul li #selectLang {
        display: none;
        position: absolute;
        top: 30px;
        padding: 0;
        background-color: rgba(255, 255, 255, 0.6); }
        /* line 133, customsite/static/css/customsite.scss */
        .menu .icons ul li #selectLang a {
          color: #000; }
          /* line 136, customsite/static/css/customsite.scss */
          .menu .icons ul li #selectLang a i {
            display: inline-block;
            height: 1em;
            width: 1em;
            vertical-align: middle;
            border-radius: 35%;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            transform: translateY(-0.0675em); }
    /* line 151, customsite/static/css/customsite.scss */
    .menu .icons ul li > .show + #selectLang {
      display: block;
      position: absolute;
      margin-top: 5px;
      background: #ffffff;
      z-index: 1;
      width: 130px;
      padding: 6px 0 6px 0;
      top: 25px; }
    /* line 163, customsite/static/css/customsite.scss */
    .menu .icons ul li > .show + .search-form-wrapper {
      display: flex;
      position: absolute;
      width: 70vw;
      top: 100%;
      left: 0;
      transform: translate(-102%, 2%);
      background-color: white;
      height: 85vh; }
      /* line 173, customsite/static/css/customsite.scss */
      .menu .icons ul li > .show + .search-form-wrapper .search-form {
        width: 100%;
        text-align: center;
        padding: 5%; }
    /* line 182, customsite/static/css/customsite.scss */
    .menu .icons a {
      margin: 0 10px; }

/* line 188, customsite/static/css/customsite.scss */
.menu a:hover {
  text-decoration: underline; }

/* line 192, customsite/static/css/customsite.scss */
.menu-links-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: end; }

/* line 202, customsite/static/css/customsite.scss */
.menu-links-wrapper hr {
  border-top: 1px solid rgba(0, 0, 0, 0.4); }

/* line 206, customsite/static/css/customsite.scss */
.menu-links-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 0 5px 0;
  width: 100%; }
  /* line 214, customsite/static/css/customsite.scss */
  .menu-links-wrapper ul li {
    list-style: none;
    padding: 4px 15px 4px;
    transition: 0.5s;
    display: block; }
    /* line 221, customsite/static/css/customsite.scss */
    .menu-links-wrapper ul li a {
      color: #000;
      text-decoration: none;
      padding: 5px 10px; }
      /* line 226, customsite/static/css/customsite.scss */
      .menu-links-wrapper ul li a:hover {
        background: #f1efea;
        border-radius: 6px;
        text-decoration: underline;
        cursor: pointer; }
    /* line 234, customsite/static/css/customsite.scss */
    .menu-links-wrapper ul li .sub-menu-link-hidden {
      display: none; }
    /* line 238, customsite/static/css/customsite.scss */
    .menu-links-wrapper ul li ul li a:hover {
      text-decoration: underline; }

/* line 245, customsite/static/css/customsite.scss */
.menu-link-subpages a:hover {
  color: #000;
  text-decoration: underline;
  padding: 5px 10px; }

/* line 251, customsite/static/css/customsite.scss */
.menu-link-subpages > a::after {
  content: url("/static/images/downarrow.svg?4d624f821ea8");
  margin-left: 10px;
  display: inline-block;
  transition: 0.4s ease-in-out; }

/* line 258, customsite/static/css/customsite.scss */
.menu .menu-link-subpages.show > a::after {
  content: url("/static/images/downarrow.svg?4d624f821ea8");
  margin-left: 10px;
  rotate: x 180deg; }

/* line 264, customsite/static/css/customsite.scss */
.menu .menu-links-wrapper ul .show > ul {
  display: flex;
  justify-content: center;
  position: absolute;
  margin-top: 5px;
  background: #ffffff;
  z-index: 1;
  padding: 2rem 0 2rem 0;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.5);
  width: 94%;
  top: 6.5rem;
  left: 3%; }

/* line 278, customsite/static/css/customsite.scss */
.menu .menu-links-wrapper ul .show .sub-menu-link-hidden > li > a {
  font-weight: bold; }

/* line 282, customsite/static/css/customsite.scss */
.menu .menu-links-wrapper ul .show ul li {
  padding: 0% 1.5%;
  align-self: flex-start;
  min-width: 12rem; }

/* line 288, customsite/static/css/customsite.scss */
.menu .menu-links-wrapper ul .show ul li a {
  display: block;
  width: 100%;
  padding: 10px 10px; }

/* line 294, customsite/static/css/customsite.scss */
.menu .menu-links-wrapper ul .show ul li a:hover {
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 0; }

/* line 299, customsite/static/css/customsite.scss */
.menu .menu-links-wrapper ul .show ul .leafs ul {
  display: block;
  padding: 0; }
  /* line 303, customsite/static/css/customsite.scss */
  .menu .menu-links-wrapper ul .show ul .leafs ul a {
    padding-left: 10px; }

/* header end */
/* line 310, customsite/static/css/customsite.scss */
.top-navbar {
  max-height: 45px;
  height: 100%;
  background-color: black;
  color: white; }

/* footer  */
/* line 318, customsite/static/css/customsite.scss */
.custom-container {
  margin: 0 5%;
  padding: 3% 0 2% 0; }

/* line 323, customsite/static/css/customsite.scss */
.ft-container-wrapper {
  background-color: black;
  color: white; }

/* line 328, customsite/static/css/customsite.scss */
.ft-container-wrapper hr {
  background-color: white; }

/* line 332, customsite/static/css/customsite.scss */
.ft-container-wrapper a {
  color: white; }

/* line 336, customsite/static/css/customsite.scss */
.ft-container-wrapper .tel::before {
  content: url("/static/images/tel.svg?4d624f821ea8");
  display: inline-block;
  width: 31px;
  margin-right: 5px; }

/* line 344, customsite/static/css/customsite.scss */
.ft-container-wrapper .mail::before {
  content: url("/static/images/mail.svg?4d624f821ea8");
  display: inline-block;
  width: 31px;
  margin-right: 5px;
  position: relative;
  top: 10px; }

/* line 353, customsite/static/css/customsite.scss */
.text-decor {
  text-decoration: underline; }

/* footer end */
/*  Contact page  */
/* line 360, customsite/static/css/customsite.scss */
.page-form label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px; }

/* line 366, customsite/static/css/customsite.scss */
.page-form :is(textarea, input, select) {
  width: 100%;
  max-width: 500px;
  min-height: 40px;
  margin-top: 5px;
  margin-bottom: 10px; }

/* line 374, customsite/static/css/customsite.scss */
.page-form .helptext {
  font-style: italic; }

/*  Contact page - end  */
@media screen and (max-width: 800px) {
  /* line 380, customsite/static/css/customsite.scss */
  .ft-container-wrapper .col-md > p:not(:first-child) {
    text-align: left; }
  /* line 384, customsite/static/css/customsite.scss */
  .ft-container-wrapper .col-md > p:first-child {
    text-align: left;
    margin-top: 10%; }
  /* line 389, customsite/static/css/customsite.scss */
  .ft-container-wrapper .col-md > p:first-child:empty {
    margin: 0; }
  /* line 393, customsite/static/css/customsite.scss */
  .ft-container-wrapper .second-section {
    margin: 0 10% 0 10%;
    padding: 3% 0 2% 0; }
  /* line 399, customsite/static/css/customsite.scss */
  .ft-container-wrapper .custom-container {
    margin: 0 0 0 0;
    padding: 3% 0 2% 0; }
    /* line 403, customsite/static/css/customsite.scss */
    .ft-container-wrapper .custom-container .first-section {
      margin-right: 10%;
      margin-left: 10%; } }

/*  Language Selection Page  */
/* line 412, customsite/static/css/customsite.scss */
.select-lang-body {
  height: 100vh;
  align-items: center;
  display: flex; }
  /* line 417, customsite/static/css/customsite.scss */
  .select-lang-body .container-wrapper {
    width: 100%; }
    /* line 420, customsite/static/css/customsite.scss */
    .select-lang-body .container-wrapper .lang-wrapper {
      display: flex;
      justify-content: center; }
      /* line 424, customsite/static/css/customsite.scss */
      .select-lang-body .container-wrapper .lang-wrapper nav {
        display: flex;
        width: 30%;
        align-items: center;
        flex-direction: column; }
        /* line 430, customsite/static/css/customsite.scss */
        .select-lang-body .container-wrapper .lang-wrapper nav a {
          display: block;
          padding: 15px 15px 15px 15px;
          width: 50%;
          color: #000;
          transition: 2.5s;
          border-left: 1px solid black;
          border-right: 1px solid black; }
          /* line 439, customsite/static/css/customsite.scss */
          .select-lang-body .container-wrapper .lang-wrapper nav a .flag {
            transition: all 0.3s ease;
            position: absolute;
            margin-left: 10px;
            margin-top: 4px; }
          /* line 446, customsite/static/css/customsite.scss */
          .select-lang-body .container-wrapper .lang-wrapper nav a:hover {
            background-color: rgba(0, 0, 0, 0.4);
            color: #f1efea; }
            /* line 450, customsite/static/css/customsite.scss */
            .select-lang-body .container-wrapper .lang-wrapper nav a:hover .flag {
              display: inline-block;
              height: 1em;
              width: 1em;
              vertical-align: middle;
              border-radius: 35%;
              background-size: cover;
              background-position: 50% 50%;
              background-repeat: no-repeat;
              transform: translateY(-0.0675em); }

/* line 469, customsite/static/css/customsite.scss */
.home-page-content .video {
  position: relative;
  display: flex;
  background-color: black; }
  /* line 474, customsite/static/css/customsite.scss */
  .home-page-content .video .big-vid {
    padding: 0;
    width: 65%;
    height: auto;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }
  /* line 485, customsite/static/css/customsite.scss */
  .home-page-content .video .video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    /* line 491, customsite/static/css/customsite.scss */
    .home-page-content .video .video-text p {
      font-family: "Baskerville";
      font-weight: 400;
      font-size: 53px;
      line-height: 8vh;
      text-align: center;
      color: black;
      width: 23vw;
      text-wrap: wrap; }

/* line 504, customsite/static/css/customsite.scss */
.home-page-content .card {
  background-color: #f1efea;
  border: none; }
  /* line 508, customsite/static/css/customsite.scss */
  .home-page-content .card h2 {
    font-family: "Baskerville"; }
  /* line 512, customsite/static/css/customsite.scss */
  .home-page-content .card .op-images {
    display: block; }
    /* line 515, customsite/static/css/customsite.scss */
    .home-page-content .card .op-images .imgs {
      display: flex;
      justify-content: center; }
      /* line 516, customsite/static/css/customsite.scss */
      .home-page-content .card .op-images .imgs .img-desc {
        margin: 0 30px; }
        /* line 519, customsite/static/css/customsite.scss */
        .home-page-content .card .op-images .imgs .img-desc:hover {
          background-color: #d2d2d2; }
      /* line 527, customsite/static/css/customsite.scss */
      .home-page-content .card .op-images .imgs img {
        align-self: flex-end; }
    /* line 532, customsite/static/css/customsite.scss */
    .home-page-content .card .op-images .desc {
      display: flex;
      justify-content: space-evenly; }
      /* line 536, customsite/static/css/customsite.scss */
      .home-page-content .card .op-images .desc p {
        width: 193px; }
  /* line 542, customsite/static/css/customsite.scss */
  .home-page-content .card .btn-sec {
    margin-top: 3rem;
    display: flex;
    justify-content: center; }
    /* line 547, customsite/static/css/customsite.scss */
    .home-page-content .card .btn-sec p {
      width: 190px;
      height: 39px; }
      /* line 551, customsite/static/css/customsite.scss */
      .home-page-content .card .btn-sec p a {
        display: block;
        background-color: #000;
        color: #f1efea;
        width: 100%;
        height: 100%;
        text-align: center;
        align-content: center;
        text-decoration: none; }

/* line 565, customsite/static/css/customsite.scss */
.home-page-content .slider-container {
  margin: 3rem auto; }
  /* line 568, customsite/static/css/customsite.scss */
  .home-page-content .slider-container .slide-wrapper {
    width: 100%;
    position: relative; }
    /* line 572, customsite/static/css/customsite.scss */
    .home-page-content .slider-container .slide-wrapper .swiper-button-prev {
      left: 4%; }
      /* line 575, customsite/static/css/customsite.scss */
      .home-page-content .slider-container .slide-wrapper .swiper-button-prev::after {
        content: url('data:image/svg+xml,<svg width="29" height="20" viewBox="0 0 29 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_134_304)"><path d="M28.04 9.66003L1.23004 9.66004" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/><path d="M10.27 18.7001L1.23002 9.66007L10.27 0.620073" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_134_304"><rect width="28.04" height="19.32" fill="white" transform="translate(28.04 19.3201) rotate(180)"/></clipPath></defs></svg>'); }
    /* line 580, customsite/static/css/customsite.scss */
    .home-page-content .slider-container .slide-wrapper .swiper-button-next {
      right: 4%; }
      /* line 583, customsite/static/css/customsite.scss */
      .home-page-content .slider-container .slide-wrapper .swiper-button-next::after {
        content: url('data:image/svg+xml,<svg width="29" height="20" viewBox="0 0 29 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_134_301)"><path d="M0 9.66003H26.81" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/><path d="M17.77 0.619995L26.81 9.66L17.77 18.7" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_134_301"><rect width="28.04" height="19.32" fill="white"/></clipPath></defs></svg>'); }
    /* line 588, customsite/static/css/customsite.scss */
    .home-page-content .slider-container .slide-wrapper .swiper {
      width: 87.223%;
      height: 43.2vh; }
      /* line 592, customsite/static/css/customsite.scss */
      .home-page-content .slider-container .slide-wrapper .swiper .card-list {
        list-style-type: none;
        padding: 0; }
        /* line 596, customsite/static/css/customsite.scss */
        .home-page-content .slider-container .slide-wrapper .swiper .card-list .card-item {
          display: block;
          list-style-type: none;
          margin: 0 0.7%;
          align-content: center; }
          /* line 603, customsite/static/css/customsite.scss */
          .home-page-content .slider-container .slide-wrapper .swiper .card-list .card-item .card-image {
            width: 99.527%;
            aspect-ratio: 16 / 9;
            object-fit: cover;
            border-radius: 0;
            height: 79.367%; }
      /* line 613, customsite/static/css/customsite.scss */
      .home-page-content .slider-container .slide-wrapper .swiper .swiper-pagination-bullet-active {
        background-color: #000; }
  /* line 619, customsite/static/css/customsite.scss */
  .home-page-content .slider-container .slider-desc-wrapper {
    display: block;
    padding: 0 9em; }
    /* line 623, customsite/static/css/customsite.scss */
    .home-page-content .slider-container .slider-desc-wrapper .slider-description-l {
      display: flex;
      justify-content: flex-start; }
    /* line 628, customsite/static/css/customsite.scss */
    .home-page-content .slider-container .slider-desc-wrapper .slider-description-c {
      display: flex;
      justify-content: center; }
    /* line 633, customsite/static/css/customsite.scss */
    .home-page-content .slider-container .slider-desc-wrapper .slider-description-r {
      display: flex;
      justify-content: flex-end; }

/* line 640, customsite/static/css/customsite.scss */
.home-page-content .small-paragraph-container {
  display: flex;
  justify-content: center;
  margin: 5em 0; }
  /* line 645, customsite/static/css/customsite.scss */
  .home-page-content .small-paragraph-container .sp-wrapper {
    width: 39%;
    text-align: center; }
    /* line 650, customsite/static/css/customsite.scss */
    .home-page-content .small-paragraph-container .sp-wrapper .sp-heading .create-tgd-wrapper {
      position: relative; }
      /* line 653, customsite/static/css/customsite.scss */
      .home-page-content .small-paragraph-container .sp-wrapper .sp-heading .create-tgd-wrapper .icon {
        position: absolute;
        left: -10rem;
        background-repeat: no-repeat;
        width: 15rem;
        height: 13rem; }
      /* line 662, customsite/static/css/customsite.scss */
      .home-page-content .small-paragraph-container .sp-wrapper .sp-heading .create-tgd-wrapper .sp-content p {
        line-height: 2rem; }
      /* line 666, customsite/static/css/customsite.scss */
      .home-page-content .small-paragraph-container .sp-wrapper .sp-heading .create-tgd-wrapper .sp-content .git {
        margin-top: 2rem; }
        /* line 669, customsite/static/css/customsite.scss */
        .home-page-content .small-paragraph-container .sp-wrapper .sp-heading .create-tgd-wrapper .sp-content .git p {
          margin: 0; }
          /* line 672, customsite/static/css/customsite.scss */
          .home-page-content .small-paragraph-container .sp-wrapper .sp-heading .create-tgd-wrapper .sp-content .git p a {
            text-decoration: none;
            color: white;
            background-color: black;
            margin: 0 auto;
            padding: 0.5rem 3rem; }
  /* line 686, customsite/static/css/customsite.scss */
  .home-page-content .small-paragraph-container h2 {
    font-family: "Baskerville";
    font-size: 3rem; }

/* line 692, customsite/static/css/customsite.scss */
.home-page-content .doc-wrapper {
  background-color: #e1d9c6; }
  /* line 695, customsite/static/css/customsite.scss */
  .home-page-content .doc-wrapper .title > h2 {
    padding: 1rem 0 0 0;
    font-family: "Baskerville";
    font-weight: 400; }
  /* line 701, customsite/static/css/customsite.scss */
  .home-page-content .doc-wrapper .catalog-wrapper {
    display: flex;
    justify-content: center;
    padding: 1rem 0; }
    /* line 706, customsite/static/css/customsite.scss */
    .home-page-content .doc-wrapper .catalog-wrapper .catalog {
      margin: 1em 3em; }
      /* line 709, customsite/static/css/customsite.scss */
      .home-page-content .doc-wrapper .catalog-wrapper .catalog .catalog-photo-class {
        box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.4);
        width: 23.688rem;
        height: 30.438rem; }

/* line 718, customsite/static/css/customsite.scss */
.home-page-content .mosaic-wrapper {
  display: block;
  margin: 50px 0;
  overflow: hidden; }
  /* line 723, customsite/static/css/customsite.scss */
  .home-page-content .mosaic-wrapper .title {
    display: block;
    padding: 0 9em; }
  /* line 728, customsite/static/css/customsite.scss */
  .home-page-content .mosaic-wrapper .mosaic {
    display: flex; }
    /* line 735, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-wrapper .mosaic .sec-1 {
      width: 40% !important;
      height: 43.6vh; }
      /* line 739, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-wrapper .mosaic .sec-1 .card-image {
        width: 100%;
        height: 71vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative; }
    /* line 749, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-wrapper .mosaic .sec-2 {
      padding: 0 20px;
      width: 47% !important; }
      /* line 753, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-wrapper .mosaic .sec-2 .sub-sec-a {
        width: 100%;
        height: 32vh; }
        /* line 757, customsite/static/css/customsite.scss */
        .home-page-content .mosaic-wrapper .mosaic .sec-2 .sub-sec-a .card-image {
          width: 100%;
          height: 32vh;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          position: relative; }
      /* line 767, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-wrapper .mosaic .sec-2 .sub-sec-b {
        display: flex;
        margin-top: 20px; }
        /* line 771, customsite/static/css/customsite.scss */
        .home-page-content .mosaic-wrapper .mosaic .sec-2 .sub-sec-b .sub-sec-b1 {
          width: 50%;
          height: 36.9vh; }
          /* line 775, customsite/static/css/customsite.scss */
          .home-page-content .mosaic-wrapper .mosaic .sec-2 .sub-sec-b .sub-sec-b1 .card-image {
            width: 100%;
            height: 36.9vh;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative; }
        /* line 785, customsite/static/css/customsite.scss */
        .home-page-content .mosaic-wrapper .mosaic .sec-2 .sub-sec-b .sub-sec-b2 {
          width: 50%;
          height: 36.9vh; }
          /* line 789, customsite/static/css/customsite.scss */
          .home-page-content .mosaic-wrapper .mosaic .sec-2 .sub-sec-b .sub-sec-b2 .card-image {
            height: 36.9vh;
            margin-left: 20px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative; }
    /* line 802, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-wrapper .mosaic .sec-3 {
      width: 25% !important;
      height: 71vh; }
      /* line 807, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-wrapper .mosaic .sec-3 .card-image {
        width: 100%;
        height: 71vh;
        padding: 0 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative; }
    /* line 818, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-wrapper .mosaic .sec-4 {
      width: 57% !important;
      height: 71vh;
      padding: 0 20px; }
      /* line 823, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-wrapper .mosaic .sec-4 .card-image {
        width: 100%;
        height: 71vh;
        padding-right: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative; }
    /* line 834, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-wrapper .mosaic .sec-5 {
      width: 22% !important;
      height: 71vh; }
      /* line 838, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-wrapper .mosaic .sec-5 .sub-sec-d {
        width: 100%;
        height: 32vh; }
        /* line 842, customsite/static/css/customsite.scss */
        .home-page-content .mosaic-wrapper .mosaic .sec-5 .sub-sec-d .card-image {
          width: 100%;
          height: 32vh;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          position: relative; }
      /* line 852, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-wrapper .mosaic .sec-5 .sub-sec-e {
        width: 100%;
        height: 36.9vh; }
        /* line 856, customsite/static/css/customsite.scss */
        .home-page-content .mosaic-wrapper .mosaic .sec-5 .sub-sec-e .card-image {
          width: 100%;
          height: 36.9vh;
          margin-top: 20px;
          background-position: top right;
          background-repeat: no-repeat;
          background-size: cover;
          position: relative; }
  /* line 869, customsite/static/css/customsite.scss */
  .home-page-content .mosaic-wrapper .scrollbar-wrapper {
    width: 100%;
    display: flex;
    justify-content: center; }
    /* line 874, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-wrapper .scrollbar-wrapper .swiper-scrollbar-mosaic {
      width: 30%;
      position: relative;
      height: 6px;
      margin: 3.2rem auto 1.6rem; }
      /* line 880, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-wrapper .scrollbar-wrapper .swiper-scrollbar-mosaic::before {
        content: "";
        background-color: #dedede;
        display: block;
        width: 100%;
        height: 6px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 4px; }
      /* line 892, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-wrapper .scrollbar-wrapper .swiper-scrollbar-mosaic .swiper-scrollbar-mosaic-drag {
        cursor: pointer;
        position: absolute;
        height: 100%;
        transform-origin: left center; }
        /* line 902, customsite/static/css/customsite.scss */
        .home-page-content .mosaic-wrapper .scrollbar-wrapper .swiper-scrollbar-mosaic .swiper-scrollbar-mosaic-drag::before {
          content: "";
          display: inline-block;
          width: 100%;
          height: 6px;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          border-radius: 4px;
          background-color: #545454;
          transition: height 0.15s, top 0.15s; }
        /* line 917, customsite/static/css/customsite.scss */
        .home-page-content .mosaic-wrapper .scrollbar-wrapper .swiper-scrollbar-mosaic .swiper-scrollbar-mosaic-drag:hover::before {
          height: 10px; }

/* line 928, customsite/static/css/customsite.scss */
.home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 6%; }
  /* line 933, customsite/static/css/customsite.scss */
  .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw .cust-col-st-left-c1 {
    margin: 0;
    padding: 4rem 0 0; }
    /* line 937, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw .cust-col-st-left-c1 .image {
      margin-top: 3rem;
      width: 98%;
      height: 88%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
  /* line 948, customsite/static/css/customsite.scss */
  .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw .cust-col-st-left-c2 {
    margin: 0;
    padding: 13% 2% 0% 8.5%; }
    /* line 952, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw .cust-col-st-left-c2 h2 {
      letter-spacing: 0.6px;
      font-size: 33px; }
    /* line 957, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw .cust-col-st-left-c2 hr {
      margin: 1.5rem 0; }
    /* line 961, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw .cust-col-st-left-c2 .heading {
      font-family: "Baskerville"; }
      /* line 964, customsite/static/css/customsite.scss */
      .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw .cust-col-st-left-c2 .heading p {
        font-weight: lighter; }
    /* line 969, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw .cust-col-st-left-c2 .desc-left {
      padding: 0px 0 4px 0px; }
      /* line 972, customsite/static/css/customsite.scss */
      .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw .cust-col-st-left-c2 .desc-left p {
        padding-left: 3px;
        padding-right: 16%;
        letter-spacing: -0.39px;
        line-height: 24.1px;
        font-size: 16px;
        font-family: var(--bs-font-sans-serif);
        font-weight: 100; }
    /* line 983, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw .cust-col-st-left-c2 .button-sec {
      height: 3.3rem;
      margin-bottom: 2rem;
      display: flex; }
      /* line 988, customsite/static/css/customsite.scss */
      .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw .cust-col-st-left-c2 .button-sec a {
        font-size: 16px;
        border: 1px solid #fff;
        width: 30.01%;
        height: 73.88%;
        border-radius: 2px;
        text-align: center;
        align-content: center;
        text-decoration: none; }
        /* line 998, customsite/static/css/customsite.scss */
        .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw .cust-col-st-left-c2 .button-sec a:nth-child(2) {
          margin-left: 6.3rem; }

/* line 1006, customsite/static/css/customsite.scss */
.home-page-content .desc-colored-section-wrapper .column-secion .cust-col-st-right-c1 {
  margin: 0;
  padding: 3.6rem 9.5rem 2rem 0; }
  /* line 1010, customsite/static/css/customsite.scss */
  .home-page-content .desc-colored-section-wrapper .column-secion .cust-col-st-right-c1 .heading {
    font-family: "Baskerville"; }
    /* line 1013, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .cust-col-st-right-c1 .heading h2 {
      letter-spacing: 0.6px;
      font-size: 33px; }
    /* line 1018, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .cust-col-st-right-c1 .heading .dcs-mxw {
      max-width: 1920px;
      margin: 0 auto;
      padding: 0 8rem; }
  /* line 1025, customsite/static/css/customsite.scss */
  .home-page-content .desc-colored-section-wrapper .column-secion .cust-col-st-right-c1 hr {
    margin: 1.5rem 0; }
  /* line 1030, customsite/static/css/customsite.scss */
  .home-page-content .desc-colored-section-wrapper .column-secion .cust-col-st-right-c1 .desc-right p {
    padding-left: 16%;
    padding-right: 3px;
    letter-spacing: -0.39px;
    line-height: 24.1px;
    font-size: 16px;
    font-family: var(--bs-font-sans-serif);
    font-weight: 100; }
  /* line 1041, customsite/static/css/customsite.scss */
  .home-page-content .desc-colored-section-wrapper .column-secion .cust-col-st-right-c1 .button-sec {
    height: 3.3rem;
    display: flex;
    justify-content: end; }
    /* line 1046, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .cust-col-st-right-c1 .button-sec a {
      font-size: 16px;
      border: 1px solid #fff;
      width: 30.01%;
      height: 73.88%;
      border-radius: 2px;
      text-align: center;
      align-content: center;
      text-decoration: none; }
      /* line 1056, customsite/static/css/customsite.scss */
      .home-page-content .desc-colored-section-wrapper .column-secion .cust-col-st-right-c1 .button-sec a:nth-child(2) {
        margin-left: 6.3rem; }

/* line 1063, customsite/static/css/customsite.scss */
.home-page-content .desc-colored-section-wrapper .column-secion .cust-col-st-right-c2 {
  margin: 0;
  padding: 0; }
  /* line 1067, customsite/static/css/customsite.scss */
  .home-page-content .desc-colored-section-wrapper .column-secion .cust-col-st-right-c2 .image {
    width: 98%;
    height: 88%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }

/* line 1078, customsite/static/css/customsite.scss */
.home-page-content .desc-colored-section-wrapper .column-secion .desc-right {
  padding: 10px 0 33px 0; }

/* line 1084, customsite/static/css/customsite.scss */
.home-page-content .cooperation-container {
  height: 40vh; }
  /* line 1087, customsite/static/css/customsite.scss */
  .home-page-content .cooperation-container .desc-colored-section-wrapper {
    height: 100%; }
    /* line 1090, customsite/static/css/customsite.scss */
    .home-page-content .cooperation-container .desc-colored-section-wrapper .image {
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
      /* line 1098, customsite/static/css/customsite.scss */
      .home-page-content .cooperation-container .desc-colored-section-wrapper .image .bt {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%; }
        /* line 1104, customsite/static/css/customsite.scss */
        .home-page-content .cooperation-container .desc-colored-section-wrapper .image .bt a {
          font-family: "Baskerville";
          padding: 20px 75px;
          font-size: 33px;
          text-decoration: none; }

/* line 1116, customsite/static/css/customsite.scss */
.home-page-content .bpwtc .bpwtc-photo {
  min-height: 30rem;
  height: 90vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
  width: 100%; }
  /* line 1125, customsite/static/css/customsite.scss */
  .home-page-content .bpwtc .bpwtc-photo .bpwtc-header {
    font-size: 3rem;
    padding: 4rem 1rem;
    font-family: "Baskerville"; }
  /* line 1131, customsite/static/css/customsite.scss */
  .home-page-content .bpwtc .bpwtc-photo .column-heading {
    text-align: start; }
  /* line 1135, customsite/static/css/customsite.scss */
  .home-page-content .bpwtc .bpwtc-photo .column-text {
    text-align: start; }
  /* line 1139, customsite/static/css/customsite.scss */
  .home-page-content .bpwtc .bpwtc-photo .column-heading.left {
    margin-left: 15vw;
    margin-right: 5vw; }
  /* line 1144, customsite/static/css/customsite.scss */
  .home-page-content .bpwtc .bpwtc-photo .column-text.left {
    margin-left: 15vw;
    margin-right: 5vw; }
  /* line 1149, customsite/static/css/customsite.scss */
  .home-page-content .bpwtc .bpwtc-photo .column-heading.right {
    margin-right: 15vw;
    margin-left: 5vw; }
  /* line 1154, customsite/static/css/customsite.scss */
  .home-page-content .bpwtc .bpwtc-photo .column-text.right {
    margin-right: 15vw;
    margin-left: 5vw; }

/* line 1162, customsite/static/css/customsite.scss */
.home-page-content .tbs .tbs-container {
  margin: 0; }
  /* line 1165, customsite/static/css/customsite.scss */
  .home-page-content .tbs .tbs-container .custom-col {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
    /* line 1169, customsite/static/css/customsite.scss */
    .home-page-content .tbs .tbs-container .custom-col .col-wrapper {
      display: flex; }
      /* line 1172, customsite/static/css/customsite.scss */
      .home-page-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap {
        height: auto;
        width: 600px;
        position: relative; }
        /* line 1177, customsite/static/css/customsite.scss */
        .home-page-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap .section-wrapper {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 100%;
          height: 100%;
          opacity: 1;
          transition: 0.5s; }
          /* line 1186, customsite/static/css/customsite.scss */
          .home-page-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap .section-wrapper:hover {
            transition: 0.5s;
            opacity: 0.7; }
        /* line 1192, customsite/static/css/customsite.scss */
        .home-page-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap .content {
          position: absolute;
          top: 0%;
          left: 0%;
          transform: translate(0%, 0%);
          width: 95%; }
          /* line 1199, customsite/static/css/customsite.scss */
          .home-page-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap .content p {
            text-align: start;
            margin: 0; }
            /* line 1203, customsite/static/css/customsite.scss */
            .home-page-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap .content p:first-child {
              padding: 5% 0 0 10%;
              font-family: "Baskerville";
              font-size: 3rem;
              font-weight: 400; }
            /* line 1210, customsite/static/css/customsite.scss */
            .home-page-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap .content p:nth-child(2) {
              padding: 0rem 0 0 10%;
              font-size: 1rem;
              font-weight: 600; }
  /* line 1221, customsite/static/css/customsite.scss */
  .home-page-content .tbs .tbs-container .custom-col:nth-child(odd) .col-wrapper {
    justify-content: end; }
  /* line 1225, customsite/static/css/customsite.scss */
  .home-page-content .tbs .tbs-container .custom-col:nth-child(even) .col-wrapper {
    justify-content: start; }

/* line 1231, customsite/static/css/customsite.scss */
.home-page-content .rpcrt.mobile {
  display: none; }

/* line 1235, customsite/static/css/customsite.scss */
.home-page-content .rpcrt:not(.mobile) {
  margin-top: 5rem; }
  /* line 1238, customsite/static/css/customsite.scss */
  .home-page-content .rpcrt:not(.mobile) .catalog-image-wrapper {
    display: flex;
    justify-content: end; }
    /* line 1242, customsite/static/css/customsite.scss */
    .home-page-content .rpcrt:not(.mobile) .catalog-image-wrapper .catalog-image {
      background-size: contain;
      height: 400px;
      width: 600px;
      background-repeat: no-repeat; }
  /* line 1250, customsite/static/css/customsite.scss */
  .home-page-content .rpcrt:not(.mobile) .rsec {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 5rem; }
    /* line 1257, customsite/static/css/customsite.scss */
    .home-page-content .rpcrt:not(.mobile) .rsec .heading p {
      font-size: 3rem;
      font-family: "Baskerville";
      margin: 0; }
    /* line 1264, customsite/static/css/customsite.scss */
    .home-page-content .rpcrt:not(.mobile) .rsec .description {
      margin-bottom: 2.5rem; }
    /* line 1270, customsite/static/css/customsite.scss */
    .home-page-content .rpcrt:not(.mobile) .rsec .catalog-chair a,
    .home-page-content .rpcrt:not(.mobile) .rsec .catalog-sofa a {
      text-decoration: none;
      color: black;
      border: 1px solid black;
      padding: 0.5rem 1rem;
      transition: background-position 0.8s, color 0.8s;
      background-size: 100% 200%;
      background-image: linear-gradient(to bottom, white 50%, #221f1f 50%);
      background-position: 0 0; }
      /* line 1280, customsite/static/css/customsite.scss */
      .home-page-content .rpcrt:not(.mobile) .rsec .catalog-chair a:hover,
      .home-page-content .rpcrt:not(.mobile) .rsec .catalog-sofa a:hover {
        transition: background-position 0.8s, color 0.8s;
        background-position: 0 -100%;
        color: white; }

/* line 1290, customsite/static/css/customsite.scss */
.home-page-content .bptt.mobile {
  display: none; }

/* line 1295, customsite/static/css/customsite.scss */
.home-page-content .bptt:not(.mobile) .bptt-wrapper {
  position: relative;
  margin-top: 10rem; }
  /* line 1299, customsite/static/css/customsite.scss */
  .home-page-content .bptt:not(.mobile) .bptt-wrapper a {
    color: black; }
  /* line 1303, customsite/static/css/customsite.scss */
  .home-page-content .bptt:not(.mobile) .bptt-wrapper .big-photo {
    min-height: 671px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat; }
  /* line 1311, customsite/static/css/customsite.scss */
  .home-page-content .bptt:not(.mobile) .bptt-wrapper .text-section {
    width: 100%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto; }
    /* line 1319, customsite/static/css/customsite.scss */
    .home-page-content .bptt:not(.mobile) .bptt-wrapper .text-section .heading {
      font-size: 3rem;
      font-family: "Baskerville"; }
    /* line 1324, customsite/static/css/customsite.scss */
    .home-page-content .bptt:not(.mobile) .bptt-wrapper .text-section .description {
      font-size: 20px; }

/* line 1333, customsite/static/css/customsite.scss */
.template-content .wide-photo {
  margin-bottom: 5rem; }
  /* line 1336, customsite/static/css/customsite.scss */
  .template-content .wide-photo .image {
    width: 100%;
    height: 23em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain; }
  /* line 1344, customsite/static/css/customsite.scss */
  .template-content .wide-photo .center-img-text {
    display: flex;
    justify-content: center;
    justify-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    margin: 0; }

/* line 1355, customsite/static/css/customsite.scss */
.template-content .line-title-section {
  margin-top: 5rem; }
  /* line 1358, customsite/static/css/customsite.scss */
  .template-content .line-title-section h1 {
    font-family: "Baskerville";
    font-weight: lighter;
    font-size: 50px; }
  /* line 1364, customsite/static/css/customsite.scss */
  .template-content .line-title-section .hr-sec {
    align-content: center; }
  /* line 1368, customsite/static/css/customsite.scss */
  .template-content .line-title-section hr {
    background: gray; }
  /* line 1372, customsite/static/css/customsite.scss */
  .template-content .line-title-section .description {
    margin: 2rem 31% 2rem; }

/* line 1377, customsite/static/css/customsite.scss */
.template-content .card {
  padding: 5rem 0;
  background-color: #f1efea;
  border: none; }
  /* line 1382, customsite/static/css/customsite.scss */
  .template-content .card h2 {
    font-family: "Baskerville"; }
  /* line 1386, customsite/static/css/customsite.scss */
  .template-content .card .op-images {
    display: block; }
    /* line 1389, customsite/static/css/customsite.scss */
    .template-content .card .op-images .imgs {
      display: flex;
      justify-content: space-evenly; }
      /* line 1393, customsite/static/css/customsite.scss */
      .template-content .card .op-images .imgs .img-desc {
        margin: 0 30px;
        font-family: "Lato";
        text-align: center;
        font-size: 24px;
        line-height: 28.8px; }
      /* line 1401, customsite/static/css/customsite.scss */
      .template-content .card .op-images .imgs img {
        align-self: flex-end; }
    /* line 1406, customsite/static/css/customsite.scss */
    .template-content .card .op-images .desc {
      display: flex;
      justify-content: space-evenly; }
      /* line 1410, customsite/static/css/customsite.scss */
      .template-content .card .op-images .desc p {
        width: 193px; }
  /* line 1416, customsite/static/css/customsite.scss */
  .template-content .card .btn-sec {
    margin-top: 3rem;
    display: flex;
    justify-content: center; }
    /* line 1421, customsite/static/css/customsite.scss */
    .template-content .card .btn-sec p {
      width: 190px;
      height: 39px; }
      /* line 1425, customsite/static/css/customsite.scss */
      .template-content .card .btn-sec p a {
        display: block;
        background-color: #000;
        color: #f1efea;
        width: 100%;
        height: 100%;
        text-align: center;
        align-content: center;
        text-decoration: none; }

/* line 1440, customsite/static/css/customsite.scss */
.template-content .short-image-long-text .image {
  width: 100%;
  height: 15rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative; }

/* line 1449, customsite/static/css/customsite.scss */
.template-content .short-image-long-text .desc {
  width: 81%; }

/* line 1453, customsite/static/css/customsite.scss */
.template-content .short-image-long-text p {
  font-size: 18px;
  font-weight: 300;
  line-height: 21.6px; }

/* line 1461, customsite/static/css/customsite.scss */
.template-content .video-mechanism-row.container-x {
  margin: 3rem 10%; }
  /* line 1466, customsite/static/css/customsite.scss */
  .template-content .video-mechanism-row.container-x .first .video,
  .template-content .video-mechanism-row.container-x .second .video {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    overflow: hidden; }
    /* line 1473, customsite/static/css/customsite.scss */
    .template-content .video-mechanism-row.container-x .first .video .video-cover,
    .template-content .video-mechanism-row.container-x .second .video .video-cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 5;
      cursor: pointer;
      transition: opacity 0.3s ease;
      pointer-events: all; }
    /* line 1486, customsite/static/css/customsite.scss */
    .template-content .video-mechanism-row.container-x .first .video .video-cover.hidden,
    .template-content .video-mechanism-row.container-x .second .video .video-cover.hidden {
      opacity: 0;
      pointer-events: none; }
    /* line 1491, customsite/static/css/customsite.scss */
    .template-content .video-mechanism-row.container-x .first .video .image.mechanism-video,
    .template-content .video-mechanism-row.container-x .second .video .image.mechanism-video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      position: relative;
      filter: brightness(1);
      transition: filter .55s, display .55s; }
      /* line 1501, customsite/static/css/customsite.scss */
      .template-content .video-mechanism-row.container-x .first .video .image.mechanism-video:hover,
      .template-content .video-mechanism-row.container-x .second .video .image.mechanism-video:hover {
        filter: brightness(50%);
        transition: filter .55s, display .55s; }
    /* line 1507, customsite/static/css/customsite.scss */
    .template-content .video-mechanism-row.container-x .first .video .image.mechanism-video.active,
    .template-content .video-mechanism-row.container-x .second .video .image.mechanism-video.active {
      filter: brightness(1);
      transition: filter .55s, display .55s; }
    /* line 1512, customsite/static/css/customsite.scss */
    .template-content .video-mechanism-row.container-x .first .video .image.mechanism-video.inactive,
    .template-content .video-mechanism-row.container-x .second .video .image.mechanism-video.inactive {
      filter: brightness(1);
      transition: filter .55s, display .55s; }
      /* line 1516, customsite/static/css/customsite.scss */
      .template-content .video-mechanism-row.container-x .first .video .image.mechanism-video.inactive:hover,
      .template-content .video-mechanism-row.container-x .second .video .image.mechanism-video.inactive:hover {
        filter: brightness(50%);
        transition: filter .55s, display .55s; }
    /* line 1522, customsite/static/css/customsite.scss */
    .template-content .video-mechanism-row.container-x .first .video .title,
    .template-content .video-mechanism-row.container-x .second .video .title {
      position: absolute;
      top: 7%;
      left: 5%; }
    /* line 1529, customsite/static/css/customsite.scss */
    .template-content .video-mechanism-row.container-x .first .video .title.white p,
    .template-content .video-mechanism-row.container-x .second .video .title.white p {
      font-size: 24px;
      color: white;
      margin: 0; }
    /* line 1537, customsite/static/css/customsite.scss */
    .template-content .video-mechanism-row.container-x .first .video .title.black p,
    .template-content .video-mechanism-row.container-x .second .video .title.black p {
      font-size: 24px;
      color: black;
      margin: 0; }
  /* line 1546, customsite/static/css/customsite.scss */
  .template-content .video-mechanism-row.container-x .desc {
    background-color: white;
    padding: 3rem 8rem 2rem 2rem;
    font-size: 24px;
    line-height: 28.8px;
    min-height: 15rem; }

/* line 1555, customsite/static/css/customsite.scss */
.template-content .two-column-section-descriptions,
.template-content .one-column-section-descriptions {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  /* line 1560, customsite/static/css/customsite.scss */
  .template-content .two-column-section-descriptions .image,
  .template-content .one-column-section-descriptions .image {
    width: 126px;
    height: 126px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
  /* line 1569, customsite/static/css/customsite.scss */
  .template-content .two-column-section-descriptions .title,
  .template-content .one-column-section-descriptions .title {
    font-weight: bold;
    font-size: 18px; }
    /* line 1573, customsite/static/css/customsite.scss */
    .template-content .two-column-section-descriptions .title p,
    .template-content .one-column-section-descriptions .title p {
      margin: 0; }
  /* line 1578, customsite/static/css/customsite.scss */
  .template-content .two-column-section-descriptions .desc,
  .template-content .one-column-section-descriptions .desc {
    font-size: 18px;
    line-height: 21.6px;
    font-weight: lighter; }
    /* line 1583, customsite/static/css/customsite.scss */
    .template-content .two-column-section-descriptions .desc p,
    .template-content .one-column-section-descriptions .desc p {
      margin: 0; }

/* line 1589, customsite/static/css/customsite.scss */
.template-content .two-photos-section {
  display: block;
  margin-bottom: 5rem; }
  /* line 1593, customsite/static/css/customsite.scss */
  .template-content .two-photos-section .image {
    width: 100%;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative; }

/* line 1603, customsite/static/css/customsite.scss */
.template-content .two-photos-section.mobile {
  display: none; }

/* line 1607, customsite/static/css/customsite.scss */
.template-content .configurator {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5rem; }

/* line 1620, customsite/static/css/customsite.scss */
.template-content .wide-video {
  margin-bottom: 3rem; }
  /* line 1624, customsite/static/css/customsite.scss */
  .template-content .wide-video .wrapper video {
    padding: 0 60px;
    width: 100%;
    height: 38vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center; }

/* line 1636, customsite/static/css/customsite.scss */
.template-content .two-column-section-descriptions-below {
  margin-bottom: 2rem; }
  /* line 1639, customsite/static/css/customsite.scss */
  .template-content .two-column-section-descriptions-below .image {
    width: 95%;
    height: auto;
    position: relative;
    display: flex; }
  /* line 1646, customsite/static/css/customsite.scss */
  .template-content .two-column-section-descriptions-below h2 {
    font-family: "Libre Caslon Display";
    padding-left: 0rem; }

/* line 1652, customsite/static/css/customsite.scss */
.template-content #info {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  z-index: 100;
  display: block; }

/* line 1661, customsite/static/css/customsite.scss */
.template-content .select-model {
  height: 10rem;
  border: 1px solid black; }
  /* line 1665, customsite/static/css/customsite.scss */
  .template-content .select-model .select-another-model {
    width: auto;
    margin: 0 2rem;
    height: 9.8rem; }

/* line 1674, customsite/static/css/customsite.scss */
.template-content .td-model-view .tdmv-wrapper .tdmv-container {
  position: relative; }
  /* line 1677, customsite/static/css/customsite.scss */
  .template-content .td-model-view .tdmv-wrapper .tdmv-container .three-btn {
    position: absolute;
    top: 2%;
    right: 10%; }

/* line 1686, customsite/static/css/customsite.scss */
.template-content .acc-container {
  padding: 0 10%; }
  /* line 1689, customsite/static/css/customsite.scss */
  .template-content .acc-container .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125); }
  /* line 1694, customsite/static/css/customsite.scss */
  .template-content .acc-container .accordion-button:not(.collapsed) {
    color: #000; }
    /* line 1697, customsite/static/css/customsite.scss */
    .template-content .acc-container .accordion-button:not(.collapsed) .arrow {
      rotate: 180deg; }
  /* line 1702, customsite/static/css/customsite.scss */
  .template-content .acc-container .accordion-button::after {
    display: none; }
  /* line 1706, customsite/static/css/customsite.scss */
  .template-content .acc-container .accordion-header {
    min-height: 490px;
    height: 490px; }
  /* line 1711, customsite/static/css/customsite.scss */
  .template-content .acc-container .acc-btn-class {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    justify-items: center;
    padding: 5rem 17rem; }
    /* line 1720, customsite/static/css/customsite.scss */
    .template-content .acc-container .acc-btn-class h1 {
      font-family: "Baskerville";
      font-weight: 400;
      font-size: 50px;
      line-height: 62px; }
  /* line 1728, customsite/static/css/customsite.scss */
  .template-content .acc-container .arrow {
    height: 25px;
    width: 47px;
    background-repeat: no-repeat;
    background-size: cover; }
  /* line 1735, customsite/static/css/customsite.scss */
  .template-content .acc-container .arr-up {
    background-image: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.00049 1.07114L6.96484 7.03549L12.9292 1.07114" stroke="black" stroke-width="0.5"/></svg>');
    width: 50px;
    min-height: 50px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    rotate: 180deg;
    margin: 0 auto; }
  /* line 1746, customsite/static/css/customsite.scss */
  .template-content .acc-container .accordion-item {
    border: none;
    background-color: #f1efea; }
  /* line 1751, customsite/static/css/customsite.scss */
  .template-content .acc-container .acc-close {
    width: 100%;
    height: 4rem;
    background-color: #f1efea;
    border: none; }

/* line 1759, customsite/static/css/customsite.scss */
.template-content .column-one-to-one {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  /* line 1763, customsite/static/css/customsite.scss */
  .template-content .column-one-to-one h2 {
    font-family: "Baskerville";
    font-size: 32px; }
  /* line 1768, customsite/static/css/customsite.scss */
  .template-content .column-one-to-one .image-wrapper.mobile {
    display: none; }
  /* line 1772, customsite/static/css/customsite.scss */
  .template-content .column-one-to-one .image-wrapper:not(.mobile) {
    max-height: 22rem;
    height: 22rem;
    padding-right: 3rem;
    position: relative; }
    /* line 1778, customsite/static/css/customsite.scss */
    .template-content .column-one-to-one .image-wrapper:not(.mobile) .image {
      display: block;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat; }
    /* line 1787, customsite/static/css/customsite.scss */
    .template-content .column-one-to-one .image-wrapper:not(.mobile) .eko-icon {
      position: absolute;
      height: 16%;
      width: 15%;
      background-size: contain;
      background-repeat: no-repeat;
      bottom: 10%;
      right: 8%; }
  /* line 1798, customsite/static/css/customsite.scss */
  .template-content .column-one-to-one a {
    color: black;
    text-decoration: none; }
    /* line 1802, customsite/static/css/customsite.scss */
    .template-content .column-one-to-one a::after {
      display: inline-block;
      width: 17px;
      height: 22px;
      margin-left: 5px;
      content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 12" fill="none"><path d="M1 6.29395L13 6.12939" stroke="black" stroke-width="2.5" stroke-miterlimit="10"/><path d="M7.63477 1L12.7818 6.147L7.63477 11.294" stroke="black" stroke-width="3" stroke-miterlimit="3"/></svg>');
      transition: 0.138s; }
    /* line 1811, customsite/static/css/customsite.scss */
    .template-content .column-one-to-one a:hover {
      text-decoration: underline; }
      /* line 1814, customsite/static/css/customsite.scss */
      .template-content .column-one-to-one a:hover::after {
        margin-left: 15px; }

/* line 1821, customsite/static/css/customsite.scss */
.template-content .small-paragraph-container {
  display: flex;
  justify-content: center;
  margin: 5rem 0 4rem 0; }
  /* line 1826, customsite/static/css/customsite.scss */
  .template-content .small-paragraph-container .sp-wrapper {
    text-align: center; }
    /* line 1830, customsite/static/css/customsite.scss */
    .template-content .small-paragraph-container .sp-wrapper .sp-content p {
      line-height: 2rem;
      margin: 0; }
  /* line 1837, customsite/static/css/customsite.scss */
  .template-content .small-paragraph-container h2 {
    font-family: "Baskerville"; }

/* line 1842, customsite/static/css/customsite.scss */
.template-content .three-col {
  margin: 0 10%; }
  /* line 1845, customsite/static/css/customsite.scss */
  .template-content .three-col img {
    min-height: 10rem;
    display: flex;
    margin: 0 auto;
    margin-bottom: 2rem; }
  /* line 1852, customsite/static/css/customsite.scss */
  .template-content .three-col .text-wrapper {
    display: flex;
    justify-content: center; }
    /* line 1856, customsite/static/css/customsite.scss */
    .template-content .three-col .text-wrapper p {
      text-align: center;
      width: 70%; }
  /* line 1863, customsite/static/css/customsite.scss */
  .template-content .three-col .button a {
    display: flex;
    background-color: #000;
    color: #f1efea;
    width: 50%;
    text-align: center;
    text-decoration: none;
    padding: 6px 7px;
    border-radius: 5px;
    justify-content: center;
    justify-self: center;
    margin-top: 3rem;
    margin-bottom: 5rem; }

/* line 1882, customsite/static/css/customsite.scss */
.template-content .block-big_photo_top_text .bptt .bptt-wrapper {
  padding: 0 10%;
  position: relative; }
  /* line 1886, customsite/static/css/customsite.scss */
  .template-content .block-big_photo_top_text .bptt .bptt-wrapper a {
    color: black; }
  /* line 1890, customsite/static/css/customsite.scss */
  .template-content .block-big_photo_top_text .bptt .bptt-wrapper .big-photo {
    width: 100%; }
  /* line 1894, customsite/static/css/customsite.scss */
  .template-content .block-big_photo_top_text .bptt .bptt-wrapper .text-section {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    text-align: center;
    color: white; }
    /* line 1904, customsite/static/css/customsite.scss */
    .template-content .block-big_photo_top_text .bptt .bptt-wrapper .text-section .heading {
      font-size: 50px;
      font-family: "Baskerville"; }

/* line 1912, customsite/static/css/customsite.scss */
.template-content .block-big_photo_top_text .bptt.mobile {
  display: none; }

/* line 1918, customsite/static/css/customsite.scss */
.template-content .wwaitc {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  /* line 1922, customsite/static/css/customsite.scss */
  .template-content .wwaitc .wwaitc-wrapper {
    padding: 3rem 5rem; }
    /* line 1927, customsite/static/css/customsite.scss */
    .template-content .wwaitc .wwaitc-wrapper .wwaitc-row .wwaitc-col-1,
    .template-content .wwaitc .wwaitc-wrapper .wwaitc-row .wwaitc-col-2 {
      border-right: 1px solid white; }
    /* line 1932, customsite/static/css/customsite.scss */
    .template-content .wwaitc .wwaitc-wrapper .wwaitc-row .wwaitc-col-3 {
      border-left: 1px solid white; }
    /* line 1936, customsite/static/css/customsite.scss */
    .template-content .wwaitc .wwaitc-wrapper .wwaitc-row h3 {
      color: white;
      font-size: 4rem; }
    /* line 1941, customsite/static/css/customsite.scss */
    .template-content .wwaitc .wwaitc-wrapper .wwaitc-row .description {
      text-transform: uppercase;
      color: white;
      font-size: 1.25rem; }

/* line 1950, customsite/static/css/customsite.scss */
.template-content .small-paragraph-container {
  display: flex;
  justify-content: center;
  margin: 2rem auto 4rem 0; }
  /* line 1955, customsite/static/css/customsite.scss */
  .template-content .small-paragraph-container .sp-wrapper {
    width: 42%;
    text-align: center; }
    /* line 1960, customsite/static/css/customsite.scss */
    .template-content .small-paragraph-container .sp-wrapper .sp-heading .create-tgd-wrapper {
      position: relative; }
      /* line 1963, customsite/static/css/customsite.scss */
      .template-content .small-paragraph-container .sp-wrapper .sp-heading .create-tgd-wrapper .icon {
        position: absolute;
        left: -10rem;
        background-repeat: no-repeat;
        width: 15rem;
        height: 13rem; }
    /* line 1972, customsite/static/css/customsite.scss */
    .template-content .small-paragraph-container .sp-wrapper .sp-heading h2 {
      font-family: "Baskerville";
      font-size: 3rem; }
    /* line 1977, customsite/static/css/customsite.scss */
    .template-content .small-paragraph-container .sp-wrapper .sp-heading .sp-content {
      margin-top: 2rem;
      font-size: 1.25rem; }
      /* line 1981, customsite/static/css/customsite.scss */
      .template-content .small-paragraph-container .sp-wrapper .sp-heading .sp-content p {
        line-height: 2rem; }
      /* line 1985, customsite/static/css/customsite.scss */
      .template-content .small-paragraph-container .sp-wrapper .sp-heading .sp-content .git {
        margin-top: 2rem; }
        /* line 1988, customsite/static/css/customsite.scss */
        .template-content .small-paragraph-container .sp-wrapper .sp-heading .sp-content .git p {
          margin: 0; }
          /* line 1991, customsite/static/css/customsite.scss */
          .template-content .small-paragraph-container .sp-wrapper .sp-heading .sp-content .git p a {
            text-decoration: none;
            color: white;
            background-color: black;
            margin: 0 auto;
            padding: 0.5rem 3rem; }

/* line 2005, customsite/static/css/customsite.scss */
.template-content .rpcrt.mobile {
  display: none; }

/* line 2009, customsite/static/css/customsite.scss */
.template-content .rpcrt:not(.mobile) {
  margin-top: 5rem; }
  /* line 2012, customsite/static/css/customsite.scss */
  .template-content .rpcrt:not(.mobile) .catalog-image-wrapper {
    display: flex;
    justify-content: end; }
    /* line 2016, customsite/static/css/customsite.scss */
    .template-content .rpcrt:not(.mobile) .catalog-image-wrapper .catalog-image {
      background-size: contain;
      height: 400px;
      width: 600px;
      background-repeat: no-repeat; }
  /* line 2024, customsite/static/css/customsite.scss */
  .template-content .rpcrt:not(.mobile) .rsec {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 5rem; }
    /* line 2031, customsite/static/css/customsite.scss */
    .template-content .rpcrt:not(.mobile) .rsec .heading p {
      font-size: 3rem;
      font-family: "Baskerville";
      margin: 0; }
    /* line 2038, customsite/static/css/customsite.scss */
    .template-content .rpcrt:not(.mobile) .rsec .description {
      margin-bottom: 2.5rem; }
    /* line 2044, customsite/static/css/customsite.scss */
    .template-content .rpcrt:not(.mobile) .rsec .catalog-chair a,
    .template-content .rpcrt:not(.mobile) .rsec .catalog-sofa a {
      text-decoration: none;
      color: black;
      border: 1px solid black;
      padding: 0.5rem 1rem;
      transition: background-position 0.8s, color 0.8s;
      background-size: 100% 200%;
      background-image: linear-gradient(to bottom, white 50%, #221f1f 50%);
      background-position: 0 0; }
      /* line 2054, customsite/static/css/customsite.scss */
      .template-content .rpcrt:not(.mobile) .rsec .catalog-chair a:hover,
      .template-content .rpcrt:not(.mobile) .rsec .catalog-sofa a:hover {
        transition: background-position 0.8s, color 0.8s;
        background-position: 0 -100%;
        color: white; }

/* line 2065, customsite/static/css/customsite.scss */
.template-content .colored-container .bptt.mobile {
  display: none; }

/* line 2069, customsite/static/css/customsite.scss */
.template-content .colored-container .bptt:not(.mobile) {
  display: block; }

/* line 2074, customsite/static/css/customsite.scss */
.template-content .colored-container .small-paragraph-container .sp-wrapper {
  width: 25%;
  text-align: center;
  margin: 5rem auto 3rem auto; }
  /* line 2080, customsite/static/css/customsite.scss */
  .template-content .colored-container .small-paragraph-container .sp-wrapper .sp-heading h2 {
    line-height: 5rem; }

/* line 2089, customsite/static/css/customsite.scss */
.template-content .container-gp-ico-section .container-gp-ico-section-wrapper.mobile {
  display: none; }

/* line 2093, customsite/static/css/customsite.scss */
.template-content .container-gp-ico-section .container-gp-ico-section-wrapper.desktop {
  display: block;
  padding: 6rem;
  color: white; }
  /* line 2098, customsite/static/css/customsite.scss */
  .template-content .container-gp-ico-section .container-gp-ico-section-wrapper.desktop .img-sec {
    height: 10rem;
    padding-bottom: 3rem; }
  /* line 2103, customsite/static/css/customsite.scss */
  .template-content .container-gp-ico-section .container-gp-ico-section-wrapper.desktop .heading {
    font-size: 32px;
    font-family: "Baskerville"; }
  /* line 2108, customsite/static/css/customsite.scss */
  .template-content .container-gp-ico-section .container-gp-ico-section-wrapper.desktop .description {
    width: 100%;
    margin: auto; }
    /* line 2112, customsite/static/css/customsite.scss */
    .template-content .container-gp-ico-section .container-gp-ico-section-wrapper.desktop .description p {
      text-align: center; }

/* line 2120, customsite/static/css/customsite.scss */
.template-content .desc-colored-section .desc-colored-section-wrapper {
  padding: 4rem 0;
  height: 100%; }
  /* line 2121, customsite/static/css/customsite.scss */
  .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw-mobile {
    display: none; }
  /* line 2128, customsite/static/css/customsite.scss */
  .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 9.2%; }
    /* line 2134, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw .cust-col-st-left-c2 .centered-items {
      padding-left: 4%; }
      /* line 2137, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw .cust-col-st-left-c2 .centered-items .heading {
        margin-bottom: 3rem; }
    /* line 2144, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw .cust-col-st-left-c1 .image {
      width: 100%; }
    /* line 2150, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw .cust-col-st-left-c2 .heading {
      font-family: "Baskerville"; }
      /* line 2153, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw .cust-col-st-left-c2 .heading h2 {
        font-size: 2rem; }
    /* line 2158, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw .cust-col-st-left-c2 .desc-left {
      width: 66%; }
  /* line 2165, customsite/static/css/customsite.scss */
  .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.right-side .cust-col-st-right-c1 {
    padding-right: 3%; }
    /* line 2168, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.right-side .cust-col-st-right-c1 .heading {
      font-family: "Baskerville";
      margin-bottom: 2rem; }
      /* line 2172, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.right-side .cust-col-st-right-c1 .heading h2 {
        font-size: 2rem; }
    /* line 2177, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.right-side .cust-col-st-right-c1 .desc-right {
      padding-left: 20%; }
      /* line 2180, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.right-side .cust-col-st-right-c1 .desc-right p {
        margin: 0; }
  /* line 2187, customsite/static/css/customsite.scss */
  .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.right-side .cust-col-st-right-c2 .image {
    width: 100%; }
  /* line 2194, customsite/static/css/customsite.scss */
  .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.no-img .cust-col-st-none {
    margin: 0 auto; }
    /* line 2197, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.no-img .cust-col-st-none .heading {
      display: flex;
      justify-content: center;
      padding: 4rem 0 2rem 0; }
      /* line 2202, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.no-img .cust-col-st-none .heading h2 {
        text-align: center;
        font-family: 'Baskerville';
        width: 50%; }
    /* line 2209, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.no-img .cust-col-st-none .desc-right {
      width: 100%;
      margin: 3rem auto 3rem auto; }
    /* line 2214, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.no-img .cust-col-st-none .desc-right.white {
      color: white; }
      /* line 2217, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.no-img .cust-col-st-none .desc-right.white p {
        color: white; }
      /* line 2221, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.no-img .cust-col-st-none .desc-right.white a {
        color: white; }
    /* line 2226, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.no-img .cust-col-st-none .desc-right.black {
      color: black; }
      /* line 2229, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.no-img .cust-col-st-none .desc-right.black p {
        color: black; }
        /* line 2232, customsite/static/css/customsite.scss */
        .template-content .desc-colored-section .desc-colored-section-wrapper .dcs-mxw.no-img .cust-col-st-none .desc-right.black p a {
          color: black; }

/* line 2243, customsite/static/css/customsite.scss */
.template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper {
  padding: 4rem 0;
  height: 100%; }
  /* line 2244, customsite/static/css/customsite.scss */
  .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw-mobile {
    display: none; }
  /* line 2251, customsite/static/css/customsite.scss */
  .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw {
    margin: 0 auto;
    padding: 0 9.3%; }
    /* line 2257, customsite/static/css/customsite.scss */
    .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw .cust-col-st-left-c2 .centered-items {
      padding-left: 4%; }
      /* line 2260, customsite/static/css/customsite.scss */
      .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw .cust-col-st-left-c2 .centered-items .heading {
        margin-bottom: 3rem; }
    /* line 2267, customsite/static/css/customsite.scss */
    .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw .cust-col-st-left-c1 .image {
      width: 100%; }
    /* line 2273, customsite/static/css/customsite.scss */
    .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw .cust-col-st-left-c2 .heading {
      font-family: "Baskerville"; }
      /* line 2276, customsite/static/css/customsite.scss */
      .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw .cust-col-st-left-c2 .heading h2 {
        font-size: 2rem; }
    /* line 2281, customsite/static/css/customsite.scss */
    .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw .cust-col-st-left-c2 .desc-left {
      width: 66%; }
  /* line 2288, customsite/static/css/customsite.scss */
  .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw.right-side .cust-col-st-right-c1 {
    padding-right: 3%; }
    /* line 2291, customsite/static/css/customsite.scss */
    .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw.right-side .cust-col-st-right-c1 .heading {
      font-family: "Baskerville";
      margin-bottom: 2rem; }
      /* line 2295, customsite/static/css/customsite.scss */
      .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw.right-side .cust-col-st-right-c1 .heading h2 {
        font-size: 2rem; }
    /* line 2300, customsite/static/css/customsite.scss */
    .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw.right-side .cust-col-st-right-c1 .desc-right {
      padding-left: 20%; }
      /* line 2303, customsite/static/css/customsite.scss */
      .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw.right-side .cust-col-st-right-c1 .desc-right p {
        margin: 0; }
  /* line 2310, customsite/static/css/customsite.scss */
  .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw.right-side .cust-col-st-right-c2 .image {
    width: 100%; }

/* line 2319, customsite/static/css/customsite.scss */
.template-content .fullwidth-photo-dif-mobile .desktop {
  display: block; }

/* line 2323, customsite/static/css/customsite.scss */
.template-content .fullwidth-photo-dif-mobile .mobile {
  display: none; }

/* line 2328, customsite/static/css/customsite.scss */
.template-content .green-policy-three-col-bottom-lines {
  padding: 6rem;
  color: white; }
  /* line 2333, customsite/static/css/customsite.scss */
  .template-content .green-policy-three-col-bottom-lines .green-policy-three-col-bottom-lines-wrapper .content-wrapper {
    height: 100%;
    width: 60%;
    margin: auto; }
    /* line 2338, customsite/static/css/customsite.scss */
    .template-content .green-policy-three-col-bottom-lines .green-policy-three-col-bottom-lines-wrapper .content-wrapper .heading {
      text-align: center;
      font-family: "Baskerville";
      font-size: 2rem; }
    /* line 2344, customsite/static/css/customsite.scss */
    .template-content .green-policy-three-col-bottom-lines .green-policy-three-col-bottom-lines-wrapper .content-wrapper .description {
      text-align: center;
      font-family: "private";
      height: 50%; }
      /* line 2349, customsite/static/css/customsite.scss */
      .template-content .green-policy-three-col-bottom-lines .green-policy-three-col-bottom-lines-wrapper .content-wrapper .description p {
        margin: 0; }
    /* line 2354, customsite/static/css/customsite.scss */
    .template-content .green-policy-three-col-bottom-lines .green-policy-three-col-bottom-lines-wrapper .content-wrapper .bottom-line {
      height: 2rem;
      border-bottom: 1px solid white;
      margin: auto; }

/* line 2363, customsite/static/css/customsite.scss */
.template-content .cookie-policy-text-structure.mobile {
  display: none; }

/* line 2367, customsite/static/css/customsite.scss */
.template-content .cookie-policy-text-structure:not(.mobile) {
  display: block; }
  /* line 2372, customsite/static/css/customsite.scss */
  .template-content .cookie-policy-text-structure:not(.mobile) .text-structure-wrapper .heading p {
    font-family: "Baskerville";
    text-align: center;
    margin: 0 auto 3rem auto;
    width: 45%; }

/* line 2385, customsite/static/css/customsite.scss */
.template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .icon {
  display: flex;
  justify-content: center; }
  /* line 2389, customsite/static/css/customsite.scss */
  .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .icon img {
    margin-top: 2rem;
    height: 10rem; }

/* line 2395, customsite/static/css/customsite.scss */
.template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .main-paragraph {
  text-align: center;
  margin: 2rem auto;
  font-family: "Baskerville";
  font-size: 32px; }

/* line 2402, customsite/static/css/customsite.scss */
.template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .custom-col {
  padding: 2% 6%; }
  /* line 2405, customsite/static/css/customsite.scss */
  .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .custom-col .heading {
    padding-left: 0rem;
    font-weight: bold; }

/* line 2411, customsite/static/css/customsite.scss */
.template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .small-paragraph-container.mobile {
  display: none; }

/* line 2415, customsite/static/css/customsite.scss */
.template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .small-paragraph-container:not(.mobile) {
  display: flex; }
  /* line 2418, customsite/static/css/customsite.scss */
  .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .small-paragraph-container:not(.mobile) p {
    color: white;
    line-height: 1.5;
    font-size: 17px; }
    /* line 2423, customsite/static/css/customsite.scss */
    .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .small-paragraph-container:not(.mobile) p a {
      color: white;
      font-weight: bold; }

/* line 2434, customsite/static/css/customsite.scss */
.template-content .top-section-heading .tsh-container {
  margin: 0 10%; }
  /* line 2437, customsite/static/css/customsite.scss */
  .template-content .top-section-heading .tsh-container .cstbg {
    text-align: center; }
    /* line 2440, customsite/static/css/customsite.scss */
    .template-content .top-section-heading .tsh-container .cstbg h1 {
      font-family: 'Baskerville';
      padding: 2rem 0 4rem 0;
      margin: 0; }

/* line 2452, customsite/static/css/customsite.scss */
.template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section {
  padding: 0 10%; }
  /* line 2455, customsite/static/css/customsite.scss */
  .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section .top-heading-section-wrapper {
    background-color: white; }
    /* line 2458, customsite/static/css/customsite.scss */
    .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section .top-heading-section-wrapper h1 {
      font-family: "Baskerville";
      padding-top: 2rem;
      text-align: center; }
    /* line 2465, customsite/static/css/customsite.scss */
    .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section .top-heading-section-wrapper .tab-section .nav-tabs {
      display: flex;
      justify-content: center; }
      /* line 2469, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section .top-heading-section-wrapper .tab-section .nav-tabs li {
        padding: 1rem 1rem; }
        /* line 2472, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section .top-heading-section-wrapper .tab-section .nav-tabs li button.nav-link-pk {
          background-color: transparent;
          border: none;
          color: black; }
        /* line 2478, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section .top-heading-section-wrapper .tab-section .nav-tabs li button.nav-link-pk.active {
          border-bottom: 2px solid black;
          color: #787878; }

/* line 2488, customsite/static/css/customsite.scss */
.template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content {
  padding: 0; }

/* line 2496, customsite/static/css/customsite.scss */
.template-content .chair-interactive-section .image-container {
  text-align: center;
  position: relative;
  width: 700px;
  height: 600px;
  margin: 0 auto;
  align-content: center; }
  /* line 2504, customsite/static/css/customsite.scss */
  .template-content .chair-interactive-section .image-container img {
    align-self: center; }
  /* line 2508, customsite/static/css/customsite.scss */
  .template-content .chair-interactive-section .image-container .button-one-section,
  .template-content .chair-interactive-section .image-container .button-two-section,
  .template-content .chair-interactive-section .image-container .button-three-section,
  .template-content .chair-interactive-section .image-container .button-four-section,
  .template-content .chair-interactive-section .image-container .button-five-section {
    position: absolute; }
    /* line 2515, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .interactive-button,
    .template-content .chair-interactive-section .image-container .button-two-section .interactive-button,
    .template-content .chair-interactive-section .image-container .button-three-section .interactive-button,
    .template-content .chair-interactive-section .image-container .button-four-section .interactive-button,
    .template-content .chair-interactive-section .image-container .button-five-section .interactive-button {
      background-color: transparent;
      color: black;
      border: 1px solid black;
      padding: 0.5rem; }
      /* line 2521, customsite/static/css/customsite.scss */
      .template-content .chair-interactive-section .image-container .button-one-section .interactive-button:hover,
      .template-content .chair-interactive-section .image-container .button-two-section .interactive-button:hover,
      .template-content .chair-interactive-section .image-container .button-three-section .interactive-button:hover,
      .template-content .chair-interactive-section .image-container .button-four-section .interactive-button:hover,
      .template-content .chair-interactive-section .image-container .button-five-section .interactive-button:hover {
        background-color: black;
        color: white; }
    /* line 2527, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .interactive-button.mobile,
    .template-content .chair-interactive-section .image-container .button-two-section .interactive-button.mobile,
    .template-content .chair-interactive-section .image-container .button-three-section .interactive-button.mobile,
    .template-content .chair-interactive-section .image-container .button-four-section .interactive-button.mobile,
    .template-content .chair-interactive-section .image-container .button-five-section .interactive-button.mobile {
      display: none; }
    /* line 2531, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .line,
    .template-content .chair-interactive-section .image-container .button-two-section .line,
    .template-content .chair-interactive-section .image-container .button-three-section .line,
    .template-content .chair-interactive-section .image-container .button-four-section .line,
    .template-content .chair-interactive-section .image-container .button-five-section .line {
      position: absolute;
      height: 1px;
      background: black; }
    /* line 2537, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .line-cover,
    .template-content .chair-interactive-section .image-container .button-two-section .line-cover,
    .template-content .chair-interactive-section .image-container .button-three-section .line-cover,
    .template-content .chair-interactive-section .image-container .button-four-section .line-cover,
    .template-content .chair-interactive-section .image-container .button-five-section .line-cover {
      top: 20px;
      left: 74px;
      width: 263px; }
    /* line 2543, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .line-cover-bottom,
    .template-content .chair-interactive-section .image-container .button-two-section .line-cover-bottom,
    .template-content .chair-interactive-section .image-container .button-three-section .line-cover-bottom,
    .template-content .chair-interactive-section .image-container .button-four-section .line-cover-bottom,
    .template-content .chair-interactive-section .image-container .button-five-section .line-cover-bottom {
      top: 20px;
      left: 336px;
      height: 36px;
      width: 1px; }
    /* line 2550, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .line-spring,
    .template-content .chair-interactive-section .image-container .button-two-section .line-spring,
    .template-content .chair-interactive-section .image-container .button-three-section .line-spring,
    .template-content .chair-interactive-section .image-container .button-four-section .line-spring,
    .template-content .chair-interactive-section .image-container .button-five-section .line-spring {
      top: 20px;
      right: 175px;
      width: 138px; }
    /* line 2556, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .line-spring-bottom,
    .template-content .chair-interactive-section .image-container .button-two-section .line-spring-bottom,
    .template-content .chair-interactive-section .image-container .button-three-section .line-spring-bottom,
    .template-content .chair-interactive-section .image-container .button-four-section .line-spring-bottom,
    .template-content .chair-interactive-section .image-container .button-five-section .line-spring-bottom {
      top: 20px;
      right: 313px;
      width: 1px;
      height: 47px; }
    /* line 2563, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .line-steel,
    .template-content .chair-interactive-section .image-container .button-two-section .line-steel,
    .template-content .chair-interactive-section .image-container .button-three-section .line-steel,
    .template-content .chair-interactive-section .image-container .button-four-section .line-steel,
    .template-content .chair-interactive-section .image-container .button-five-section .line-steel {
      top: 20px;
      right: 112px;
      width: 50px; }
    /* line 2569, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .line-foam,
    .template-content .chair-interactive-section .image-container .button-two-section .line-foam,
    .template-content .chair-interactive-section .image-container .button-three-section .line-foam,
    .template-content .chair-interactive-section .image-container .button-four-section .line-foam,
    .template-content .chair-interactive-section .image-container .button-five-section .line-foam {
      top: 17px;
      right: 175px;
      width: 184px; }
    /* line 2575, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .line-foam-bottom,
    .template-content .chair-interactive-section .image-container .button-two-section .line-foam-bottom,
    .template-content .chair-interactive-section .image-container .button-three-section .line-foam-bottom,
    .template-content .chair-interactive-section .image-container .button-four-section .line-foam-bottom,
    .template-content .chair-interactive-section .image-container .button-five-section .line-foam-bottom {
      top: -2px;
      right: 358px;
      width: 1px;
      height: 19px; }
    /* line 2582, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .line-base,
    .template-content .chair-interactive-section .image-container .button-two-section .line-base,
    .template-content .chair-interactive-section .image-container .button-three-section .line-base,
    .template-content .chair-interactive-section .image-container .button-four-section .line-base,
    .template-content .chair-interactive-section .image-container .button-five-section .line-base {
      top: 18px;
      left: 110px;
      width: 339px; }
    /* line 2588, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .text-box,
    .template-content .chair-interactive-section .image-container .button-two-section .text-box,
    .template-content .chair-interactive-section .image-container .button-three-section .text-box,
    .template-content .chair-interactive-section .image-container .button-four-section .text-box,
    .template-content .chair-interactive-section .image-container .button-five-section .text-box {
      width: 40%;
      border: 1px solid black;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 1rem 1rem; }
      /* line 2594, customsite/static/css/customsite.scss */
      .template-content .chair-interactive-section .image-container .button-one-section .text-box .close-button,
      .template-content .chair-interactive-section .image-container .button-two-section .text-box .close-button,
      .template-content .chair-interactive-section .image-container .button-three-section .text-box .close-button,
      .template-content .chair-interactive-section .image-container .button-four-section .text-box .close-button,
      .template-content .chair-interactive-section .image-container .button-five-section .text-box .close-button {
        background-color: transparent;
        border: none;
        color: black;
        position: absolute;
        top: 5%;
        right: 5%;
        font-size: 3rem;
        line-height: 2rem; }
      /* line 2605, customsite/static/css/customsite.scss */
      .template-content .chair-interactive-section .image-container .button-one-section .text-box h3,
      .template-content .chair-interactive-section .image-container .button-two-section .text-box h3,
      .template-content .chair-interactive-section .image-container .button-three-section .text-box h3,
      .template-content .chair-interactive-section .image-container .button-four-section .text-box h3,
      .template-content .chair-interactive-section .image-container .button-five-section .text-box h3 {
        font-size: 18px;
        text-align: start;
        text-decoration: underline; }
      /* line 2611, customsite/static/css/customsite.scss */
      .template-content .chair-interactive-section .image-container .button-one-section .text-box .inside-button,
      .template-content .chair-interactive-section .image-container .button-two-section .text-box .inside-button,
      .template-content .chair-interactive-section .image-container .button-three-section .text-box .inside-button,
      .template-content .chair-interactive-section .image-container .button-four-section .text-box .inside-button,
      .template-content .chair-interactive-section .image-container .button-five-section .text-box .inside-button {
        background-color: black;
        border: none;
        border-radius: 2px;
        color: white;
        padding: 0.5rem 2rem; }
        /* line 2618, customsite/static/css/customsite.scss */
        .template-content .chair-interactive-section .image-container .button-one-section .text-box .inside-button p,
        .template-content .chair-interactive-section .image-container .button-two-section .text-box .inside-button p,
        .template-content .chair-interactive-section .image-container .button-three-section .text-box .inside-button p,
        .template-content .chair-interactive-section .image-container .button-four-section .text-box .inside-button p,
        .template-content .chair-interactive-section .image-container .button-five-section .text-box .inside-button p {
          margin: 0; }
          /* line 2621, customsite/static/css/customsite.scss */
          .template-content .chair-interactive-section .image-container .button-one-section .text-box .inside-button p a,
          .template-content .chair-interactive-section .image-container .button-two-section .text-box .inside-button p a,
          .template-content .chair-interactive-section .image-container .button-three-section .text-box .inside-button p a,
          .template-content .chair-interactive-section .image-container .button-four-section .text-box .inside-button p a,
          .template-content .chair-interactive-section .image-container .button-five-section .text-box .inside-button p a {
            color: white;
            text-decoration: none; }
  /* line 2630, customsite/static/css/customsite.scss */
  .template-content .chair-interactive-section .image-container .button-one-section {
    top: 0%;
    left: -15%;
    position: absolute; }
    /* line 2635, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .text-box {
      top: 0%;
      left: -0%; }
    /* line 2640, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-one-section .interactive-button.button-one {
      top: 0%;
      left: -0%;
      position: absolute; }
  /* line 2647, customsite/static/css/customsite.scss */
  .template-content .chair-interactive-section .image-container .button-two-section {
    top: 0%;
    right: -6%;
    position: absolute; }
    /* line 2652, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-two-section .text-box {
      top: 0%;
      left: 57.6%;
      width: 26rem; }
    /* line 2658, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-two-section .interactive-button.button-two {
      top: 0%;
      right: 0%;
      position: absolute;
      width: 11rem; }
  /* line 2666, customsite/static/css/customsite.scss */
  .template-content .chair-interactive-section .image-container .button-three-section {
    top: 30%;
    right: -6%;
    position: absolute; }
    /* line 2671, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-three-section .text-box {
      top: 30%;
      right: -57.6%;
      width: 26rem; }
    /* line 2677, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-three-section .interactive-button.button-three {
      top: 0%;
      right: 0%;
      position: absolute;
      width: 7rem; }
  /* line 2685, customsite/static/css/customsite.scss */
  .template-content .chair-interactive-section .image-container .button-four-section {
    bottom: 37%;
    right: -6%;
    position: absolute;
    width: 20rem;
    height: 2rem; }
    /* line 2692, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-four-section .text-box {
      bottom: 37%;
      right: -45%;
      width: 26rem; }
    /* line 2698, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-four-section .interactive-button.button-four {
      bottom: 0%;
      right: 0%;
      position: absolute;
      width: 11rem; }
  /* line 2706, customsite/static/css/customsite.scss */
  .template-content .chair-interactive-section .image-container .button-five-section {
    bottom: 36%;
    left: -15%;
    position: absolute;
    width: 22rem;
    height: 2rem; }
    /* line 2713, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-five-section .text-box {
      bottom: 35%;
      width: 100%; }
    /* line 2718, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .image-container .button-five-section .interactive-button.button-five {
      position: absolute;
      bottom: 0;
      left: 0%; }
  /* line 2725, customsite/static/css/customsite.scss */
  .template-content .chair-interactive-section .image-container .text-box {
    display: none;
    position: relative; }

/* line 2731, customsite/static/css/customsite.scss */
.template-content .chair-interactive-section .bottom-button-section {
  display: flex; }
  /* line 2734, customsite/static/css/customsite.scss */
  .template-content .chair-interactive-section .bottom-button-section .dbutton {
    background-color: black;
    border: none;
    border-radius: 2px;
    margin: 2rem auto 6rem auto;
    padding: 0.5rem 1rem;
    color: white; }
    /* line 2742, customsite/static/css/customsite.scss */
    .template-content .chair-interactive-section .bottom-button-section .dbutton p {
      margin: 0;
      color: white; }
      /* line 2746, customsite/static/css/customsite.scss */
      .template-content .chair-interactive-section .bottom-button-section .dbutton p a {
        color: white;
        text-decoration: none; }

/* line 2756, customsite/static/css/customsite.scss */
.template-content .sofa-interactive-section .image-container {
  text-align: center;
  position: relative;
  width: 64rem;
  height: 600px;
  margin: 0 auto;
  align-content: center; }
  /* line 2764, customsite/static/css/customsite.scss */
  .template-content .sofa-interactive-section .image-container img {
    align-self: center; }
  /* line 2768, customsite/static/css/customsite.scss */
  .template-content .sofa-interactive-section .image-container .button-one-section,
  .template-content .sofa-interactive-section .image-container .button-two-section,
  .template-content .sofa-interactive-section .image-container .button-three-section,
  .template-content .sofa-interactive-section .image-container .button-four-section,
  .template-content .sofa-interactive-section .image-container .button-five-section {
    position: absolute; }
    /* line 2775, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .interactive-button.mobile,
    .template-content .sofa-interactive-section .image-container .button-two-section .interactive-button.mobile,
    .template-content .sofa-interactive-section .image-container .button-three-section .interactive-button.mobile,
    .template-content .sofa-interactive-section .image-container .button-four-section .interactive-button.mobile,
    .template-content .sofa-interactive-section .image-container .button-five-section .interactive-button.mobile {
      display: none; }
    /* line 2779, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .interactive-button,
    .template-content .sofa-interactive-section .image-container .button-two-section .interactive-button,
    .template-content .sofa-interactive-section .image-container .button-three-section .interactive-button,
    .template-content .sofa-interactive-section .image-container .button-four-section .interactive-button,
    .template-content .sofa-interactive-section .image-container .button-five-section .interactive-button {
      display: block;
      background-color: transparent;
      color: black;
      border: 1px solid black;
      padding: 0.5rem; }
      /* line 2786, customsite/static/css/customsite.scss */
      .template-content .sofa-interactive-section .image-container .button-one-section .interactive-button:hover,
      .template-content .sofa-interactive-section .image-container .button-two-section .interactive-button:hover,
      .template-content .sofa-interactive-section .image-container .button-three-section .interactive-button:hover,
      .template-content .sofa-interactive-section .image-container .button-four-section .interactive-button:hover,
      .template-content .sofa-interactive-section .image-container .button-five-section .interactive-button:hover {
        background-color: black;
        color: white; }
    /* line 2792, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .line,
    .template-content .sofa-interactive-section .image-container .button-two-section .line,
    .template-content .sofa-interactive-section .image-container .button-three-section .line,
    .template-content .sofa-interactive-section .image-container .button-four-section .line,
    .template-content .sofa-interactive-section .image-container .button-five-section .line {
      position: absolute;
      height: 1px;
      background: black; }
    /* line 2798, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .line-hr-foam,
    .template-content .sofa-interactive-section .image-container .button-two-section .line-hr-foam,
    .template-content .sofa-interactive-section .image-container .button-three-section .line-hr-foam,
    .template-content .sofa-interactive-section .image-container .button-four-section .line-hr-foam,
    .template-content .sofa-interactive-section .image-container .button-five-section .line-hr-foam {
      top: 20px;
      right: 111px;
      width: 115px; }
    /* line 2804, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .line-hr-foam-bottom,
    .template-content .sofa-interactive-section .image-container .button-two-section .line-hr-foam-bottom,
    .template-content .sofa-interactive-section .image-container .button-three-section .line-hr-foam-bottom,
    .template-content .sofa-interactive-section .image-container .button-four-section .line-hr-foam-bottom,
    .template-content .sofa-interactive-section .image-container .button-five-section .line-hr-foam-bottom {
      top: 20px;
      right: 225px;
      height: 154px;
      width: 1px; }
    /* line 2811, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .second-line-hr-foam-bottom,
    .template-content .sofa-interactive-section .image-container .button-two-section .second-line-hr-foam-bottom,
    .template-content .sofa-interactive-section .image-container .button-three-section .second-line-hr-foam-bottom,
    .template-content .sofa-interactive-section .image-container .button-four-section .second-line-hr-foam-bottom,
    .template-content .sofa-interactive-section .image-container .button-five-section .second-line-hr-foam-bottom {
      top: 42px;
      right: 82px;
      height: 248px;
      width: 1px; }
    /* line 2818, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .line-wooden-frame-bottom,
    .template-content .sofa-interactive-section .image-container .button-two-section .line-wooden-frame-bottom,
    .template-content .sofa-interactive-section .image-container .button-three-section .line-wooden-frame-bottom,
    .template-content .sofa-interactive-section .image-container .button-four-section .line-wooden-frame-bottom,
    .template-content .sofa-interactive-section .image-container .button-five-section .line-wooden-frame-bottom {
      top: 42px;
      right: 158px;
      width: 1px;
      height: 135px; }
    /* line 2825, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .line-no-sag,
    .template-content .sofa-interactive-section .image-container .button-two-section .line-no-sag,
    .template-content .sofa-interactive-section .image-container .button-three-section .line-no-sag,
    .template-content .sofa-interactive-section .image-container .button-four-section .line-no-sag,
    .template-content .sofa-interactive-section .image-container .button-five-section .line-no-sag {
      top: 20px;
      right: 191px;
      width: 40px; }
    /* line 2831, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .line-no-sag-bottom,
    .template-content .sofa-interactive-section .image-container .button-two-section .line-no-sag-bottom,
    .template-content .sofa-interactive-section .image-container .button-three-section .line-no-sag-bottom,
    .template-content .sofa-interactive-section .image-container .button-four-section .line-no-sag-bottom,
    .template-content .sofa-interactive-section .image-container .button-five-section .line-no-sag-bottom {
      top: 21px;
      right: 230px;
      width: 1px;
      height: 217px; }
    /* line 2838, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .line-fibertex,
    .template-content .sofa-interactive-section .image-container .button-two-section .line-fibertex,
    .template-content .sofa-interactive-section .image-container .button-three-section .line-fibertex,
    .template-content .sofa-interactive-section .image-container .button-four-section .line-fibertex,
    .template-content .sofa-interactive-section .image-container .button-five-section .line-fibertex {
      bottom: 181px;
      left: 13rem;
      width: 144px; }
    /* line 2844, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .line-fibertex-bottom,
    .template-content .sofa-interactive-section .image-container .button-two-section .line-fibertex-bottom,
    .template-content .sofa-interactive-section .image-container .button-three-section .line-fibertex-bottom,
    .template-content .sofa-interactive-section .image-container .button-four-section .line-fibertex-bottom,
    .template-content .sofa-interactive-section .image-container .button-five-section .line-fibertex-bottom {
      bottom: 44px;
      left: 208px;
      width: 1px;
      height: 137px; }
    /* line 2851, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .text-box,
    .template-content .sofa-interactive-section .image-container .button-two-section .text-box,
    .template-content .sofa-interactive-section .image-container .button-three-section .text-box,
    .template-content .sofa-interactive-section .image-container .button-four-section .text-box,
    .template-content .sofa-interactive-section .image-container .button-five-section .text-box {
      width: 40%;
      border: 1px solid black;
      background-color: rgba(255, 255, 255, 0.8);
      padding: 1rem 1rem; }
      /* line 2857, customsite/static/css/customsite.scss */
      .template-content .sofa-interactive-section .image-container .button-one-section .text-box .close-button,
      .template-content .sofa-interactive-section .image-container .button-two-section .text-box .close-button,
      .template-content .sofa-interactive-section .image-container .button-three-section .text-box .close-button,
      .template-content .sofa-interactive-section .image-container .button-four-section .text-box .close-button,
      .template-content .sofa-interactive-section .image-container .button-five-section .text-box .close-button {
        background-color: transparent;
        border: none;
        color: black;
        position: absolute;
        top: 5%;
        right: 5%;
        font-size: 3rem;
        line-height: 2rem; }
      /* line 2868, customsite/static/css/customsite.scss */
      .template-content .sofa-interactive-section .image-container .button-one-section .text-box h3,
      .template-content .sofa-interactive-section .image-container .button-two-section .text-box h3,
      .template-content .sofa-interactive-section .image-container .button-three-section .text-box h3,
      .template-content .sofa-interactive-section .image-container .button-four-section .text-box h3,
      .template-content .sofa-interactive-section .image-container .button-five-section .text-box h3 {
        font-size: 18px;
        text-align: start;
        text-decoration: underline; }
      /* line 2874, customsite/static/css/customsite.scss */
      .template-content .sofa-interactive-section .image-container .button-one-section .text-box .inside-button,
      .template-content .sofa-interactive-section .image-container .button-two-section .text-box .inside-button,
      .template-content .sofa-interactive-section .image-container .button-three-section .text-box .inside-button,
      .template-content .sofa-interactive-section .image-container .button-four-section .text-box .inside-button,
      .template-content .sofa-interactive-section .image-container .button-five-section .text-box .inside-button {
        background-color: black;
        border: none;
        border-radius: 2px;
        color: white;
        padding: 0.5rem 2rem; }
        /* line 2881, customsite/static/css/customsite.scss */
        .template-content .sofa-interactive-section .image-container .button-one-section .text-box .inside-button p,
        .template-content .sofa-interactive-section .image-container .button-two-section .text-box .inside-button p,
        .template-content .sofa-interactive-section .image-container .button-three-section .text-box .inside-button p,
        .template-content .sofa-interactive-section .image-container .button-four-section .text-box .inside-button p,
        .template-content .sofa-interactive-section .image-container .button-five-section .text-box .inside-button p {
          margin: 0; }
          /* line 2884, customsite/static/css/customsite.scss */
          .template-content .sofa-interactive-section .image-container .button-one-section .text-box .inside-button p a,
          .template-content .sofa-interactive-section .image-container .button-two-section .text-box .inside-button p a,
          .template-content .sofa-interactive-section .image-container .button-three-section .text-box .inside-button p a,
          .template-content .sofa-interactive-section .image-container .button-four-section .text-box .inside-button p a,
          .template-content .sofa-interactive-section .image-container .button-five-section .text-box .inside-button p a {
            color: white;
            text-decoration: none; }
  /* line 2893, customsite/static/css/customsite.scss */
  .template-content .sofa-interactive-section .image-container .button-one-section {
    top: 0%;
    left: 25%;
    position: absolute;
    width: 7rem; }
    /* line 2899, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .text-box {
      top: 0%;
      left: -0%;
      width: 19rem; }
    /* line 2905, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-one-section .interactive-button.button-one {
      top: 0%;
      left: -0%;
      position: absolute; }
  /* line 2912, customsite/static/css/customsite.scss */
  .template-content .sofa-interactive-section .image-container .button-two-section {
    top: 0%;
    right: 26%;
    position: absolute; }
    /* line 2917, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-two-section .text-box {
      top: 0%;
      left: 31.6%;
      width: 17rem; }
    /* line 2923, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-two-section .interactive-button.button-two {
      top: 0%;
      right: 0%;
      position: absolute;
      width: 11rem; }
  /* line 2931, customsite/static/css/customsite.scss */
  .template-content .sofa-interactive-section .image-container .button-three-section {
    top: 20%;
    right: -6%;
    position: absolute; }
    /* line 2936, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-three-section .text-box {
      top: 30%;
      right: -54%;
      width: 26rem; }
    /* line 2942, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-three-section .interactive-button.button-three {
      top: 0%;
      right: 0%;
      position: absolute;
      width: 12rem; }
  /* line 2950, customsite/static/css/customsite.scss */
  .template-content .sofa-interactive-section .image-container .button-four-section {
    bottom: 17%;
    right: 36%;
    position: absolute;
    width: 20rem;
    height: 2rem; }
    /* line 2957, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-four-section .text-box {
      bottom: 37%;
      right: -45%;
      width: 26rem; }
    /* line 2963, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .image-container .button-four-section .interactive-button.button-four {
      bottom: 0%;
      right: 0%;
      position: absolute;
      width: 11rem; }
  /* line 2971, customsite/static/css/customsite.scss */
  .template-content .sofa-interactive-section .image-container .text-box {
    display: none;
    position: relative; }

/* line 2977, customsite/static/css/customsite.scss */
.template-content .sofa-interactive-section .bottom-button-section {
  display: flex; }
  /* line 2980, customsite/static/css/customsite.scss */
  .template-content .sofa-interactive-section .bottom-button-section .dbutton {
    background-color: black;
    border: none;
    border-radius: 2px;
    margin: 2rem auto 6rem auto;
    padding: 0.5rem 1rem; }
    /* line 2987, customsite/static/css/customsite.scss */
    .template-content .sofa-interactive-section .bottom-button-section .dbutton p {
      margin: 0; }
      /* line 2990, customsite/static/css/customsite.scss */
      .template-content .sofa-interactive-section .bottom-button-section .dbutton p a {
        color: white;
        text-decoration: none; }

/* line 3000, customsite/static/css/customsite.scss */
.template-content .omcfg-section-container .omcfg-image-banner:not(.mobile) {
  display: block; }

/* line 3004, customsite/static/css/customsite.scss */
.template-content .omcfg-section-container .omcfg-image-banner.mobile {
  display: none; }

/* line 3008, customsite/static/css/customsite.scss */
.template-content .omcfg-section-container .omcfg-image-banner {
  position: relative; }
  /* line 3011, customsite/static/css/customsite.scss */
  .template-content .omcfg-section-container .omcfg-image-banner .omcfg-image {
    width: 100%; }
  /* line 3015, customsite/static/css/customsite.scss */
  .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper {
    position: absolute;
    top: 3%;
    width: 100%; }
    /* line 3021, customsite/static/css/customsite.scss */
    .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .heading h2 {
      text-align: center;
      font-family: "Baskerville";
      margin-bottom: 3rem; }
    /* line 3028, customsite/static/css/customsite.scss */
    .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .omcfg-grid {
      width: 90%;
      margin: 0 auto; }
      /* line 3033, customsite/static/css/customsite.scss */
      .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .omcfg-grid .grid-row .grid-col {
        border-top: 1px solid black;
        border-left: 1px solid black;
        text-align: center; }
        /* line 3038, customsite/static/css/customsite.scss */
        .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .omcfg-grid .grid-row .grid-col button {
          width: 100%;
          border: none;
          background-color: transparent;
          padding: 0;
          height: 100%; }
          /* line 3045, customsite/static/css/customsite.scss */
          .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .omcfg-grid .grid-row .grid-col button p {
            margin: 0;
            padding: 5rem;
            color: black;
            font-size: 24px;
            height: 100%; }
            /* line 3052, customsite/static/css/customsite.scss */
            .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .omcfg-grid .grid-row .grid-col button p:hover {
              background-color: black;
              color: white; }
      /* line 3060, customsite/static/css/customsite.scss */
      .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .omcfg-grid .grid-row .grid-col.last {
        border-bottom: 1px solid black; }
      /* line 3064, customsite/static/css/customsite.scss */
      .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .omcfg-grid .grid-row .grid-col.end {
        border-right: 1px solid black; }
    /* line 3072, customsite/static/css/customsite.scss */
    .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .modals-section-wrapper .modal.fade.custom-modal .modal-dialog {
      width: 100%;
      margin: 0;
      max-width: 100%;
      height: 100vh;
      max-height: 100%; }
      /* line 3079, customsite/static/css/customsite.scss */
      .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .modals-section-wrapper .modal.fade.custom-modal .modal-dialog .modal-content {
        height: 100vh;
        border-radius: 0;
        background-color: black; }
        /* line 3084, customsite/static/css/customsite.scss */
        .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .modals-section-wrapper .modal.fade.custom-modal .modal-dialog .modal-content .modal-header {
          border-bottom: 0;
          justify-content: end; }
          /* line 3088, customsite/static/css/customsite.scss */
          .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .modals-section-wrapper .modal.fade.custom-modal .modal-dialog .modal-content .modal-header .btn-download {
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 21 21" fill="%23ffffff"><path fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" d="m6.5 10.5l4 4.232l4-4.191m-4-7.041v11m-6 3h12"></path></svg>');
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            color: white;
            filter: none;
            opacity: 1;
            margin: 0 2rem 0 0;
            box-sizing: content-box;
            width: 2em;
            height: 2em;
            padding: .25em;
            border: 0;
            border-radius: .25rem; }
          /* line 3106, customsite/static/css/customsite.scss */
          .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .modals-section-wrapper .modal.fade.custom-modal .modal-dialog .modal-content .modal-header .btn-close {
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 256 256" fill="%23ffffff"><path fill="%23ffffff" d="M205.66 194.34a8 8 0 0 1-11.32 11.32L128 139.31l-66.34 66.35a8 8 0 0 1-11.32-11.32L116.69 128L50.34 61.66a8 8 0 0 1 11.32-11.32L128 116.69l66.34-66.35a8 8 0 0 1 11.32 11.32L139.31 128Z"></path></svg>');
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
            color: white;
            filter: none;
            opacity: 1;
            margin: 0 2rem 0 0;
            box-sizing: content-box;
            width: 2em;
            height: 2em;
            padding: .25em;
            border: 0;
            border-radius: .25rem; }
        /* line 3126, customsite/static/css/customsite.scss */
        .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .modals-section-wrapper .modal.fade.custom-modal .modal-dialog .modal-content .modal-body .left-side .big-vid {
          width: 100%; }
        /* line 3131, customsite/static/css/customsite.scss */
        .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .modals-section-wrapper .modal.fade.custom-modal .modal-dialog .modal-content .modal-body .right-side {
          margin-top: 5rem; }
          /* line 3134, customsite/static/css/customsite.scss */
          .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .modals-section-wrapper .modal.fade.custom-modal .modal-dialog .modal-content .modal-body .right-side .right-side-wrapper {
            width: 80%;
            margin: 0 auto; }
            /* line 3138, customsite/static/css/customsite.scss */
            .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .modals-section-wrapper .modal.fade.custom-modal .modal-dialog .modal-content .modal-body .right-side .right-side-wrapper .heading h2 {
              color: white;
              text-align: start;
              margin-bottom: 2rem; }
            /* line 3144, customsite/static/css/customsite.scss */
            .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .modals-section-wrapper .modal.fade.custom-modal .modal-dialog .modal-content .modal-body .right-side .right-side-wrapper .description {
              color: white;
              text-align: start; }
        /* line 3151, customsite/static/css/customsite.scss */
        .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .modals-section-wrapper .modal.fade.custom-modal .modal-dialog .modal-content .modal-body .center-side {
          width: 70%;
          display: flex;
          margin: 0 auto; }
          /* line 3156, customsite/static/css/customsite.scss */
          .template-content .omcfg-section-container .omcfg-image-banner .omcfg-grid-wrapper .modals-section-wrapper .modal.fade.custom-modal .modal-dialog .modal-content .modal-body .center-side .big-vid {
            width: 100%; }

/* line 3171, customsite/static/css/customsite.scss */
.template-content .gp-container-x .wide-video .wrapper {
  position: relative; }
  /* line 3174, customsite/static/css/customsite.scss */
  .template-content .gp-container-x .wide-video .wrapper video {
    height: 75vh;
    padding: 0; }
  /* line 3179, customsite/static/css/customsite.scss */
  .template-content .gp-container-x .wide-video .wrapper .text-box.mobile {
    display: none; }
  /* line 3183, customsite/static/css/customsite.scss */
  .template-content .gp-container-x .wide-video .wrapper .text-box {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    /* line 3190, customsite/static/css/customsite.scss */
    .template-content .gp-container-x .wide-video .wrapper .text-box p {
      font-family: "Baskerville";
      font-size: 50px;
      color: white; }

/* line 3200, customsite/static/css/customsite.scss */
.template-content .tbs .tbs-container {
  margin: 0; }
  /* line 3203, customsite/static/css/customsite.scss */
  .template-content .tbs .tbs-container .custom-col {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem; }
    /* line 3207, customsite/static/css/customsite.scss */
    .template-content .tbs .tbs-container .custom-col .col-wrapper {
      display: flex; }
      /* line 3210, customsite/static/css/customsite.scss */
      .template-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap {
        height: auto;
        width: 600px;
        position: relative; }
        /* line 3215, customsite/static/css/customsite.scss */
        .template-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap .section-wrapper {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          width: 100%;
          height: 100%;
          opacity: 1;
          transition: 0.5s; }
          /* line 3224, customsite/static/css/customsite.scss */
          .template-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap .section-wrapper:hover {
            transition: 0.5s;
            opacity: 0.7; }
        /* line 3230, customsite/static/css/customsite.scss */
        .template-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap .content {
          position: absolute;
          top: 0%;
          left: 0%;
          transform: translate(0%, 0%);
          width: 95%; }
          /* line 3237, customsite/static/css/customsite.scss */
          .template-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap .content p {
            text-align: start;
            margin: 0; }
            /* line 3241, customsite/static/css/customsite.scss */
            .template-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap .content p:first-child {
              padding: 5% 0 0 10%;
              font-family: "Baskerville";
              font-size: 3rem;
              font-weight: 400; }
            /* line 3248, customsite/static/css/customsite.scss */
            .template-content .tbs .tbs-container .custom-col .col-wrapper .col-sec-wrap .content p:nth-child(2) {
              padding: 0rem 0 0 10%;
              font-size: 1rem;
              font-weight: 600; }
  /* line 3259, customsite/static/css/customsite.scss */
  .template-content .tbs .tbs-container .custom-col:nth-child(odd) .col-wrapper {
    justify-content: end; }
  /* line 3263, customsite/static/css/customsite.scss */
  .template-content .tbs .tbs-container .custom-col:nth-child(even) .col-wrapper {
    justify-content: start; }

/* line 3271, customsite/static/css/customsite.scss */
.products-list a {
  color: black;
  text-decoration: none; }
  /* line 3275, customsite/static/css/customsite.scss */
  .products-list a .photo-wrapper {
    background-color: white;
    height: 100%; }
    /* line 3279, customsite/static/css/customsite.scss */
    .products-list a .photo-wrapper .img-responsive {
      width: 100%;
      height: max-content;
      margin: auto; }
  /* line 3286, customsite/static/css/customsite.scss */
  .products-list a .card-title {
    font-size: 1.25rem;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.2; }
  /* line 3292, customsite/static/css/customsite.scss */
  .products-list a .card-text {
    color: #787878; }

/* line 3298, customsite/static/css/customsite.scss */
.product-page.mobile {
  display: none; }

/* line 3304, customsite/static/css/customsite.scss */
.product-page .product-page-top-desctiption h1 {
  font-size: 50px; }

/* line 3308, customsite/static/css/customsite.scss */
.product-page .product-page-top-desctiption p,
.product-page .product-page-top-desctiption a {
  font-size: 18px; }

/* line 3315, customsite/static/css/customsite.scss */
.product-page .specification-section .spec-section {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px; }

/* line 3322, customsite/static/css/customsite.scss */
.product-page .specification-section .tech-param-section p {
  font-size: 18px; }

/* line 3329, customsite/static/css/customsite.scss */
.product-page .example-config-section h2 {
  font-size: 24px; }

/* line 3336, customsite/static/css/customsite.scss */
.product-page .slider-container .product-show-container .slide-wrapper {
  display: flex; }
  /* line 3339, customsite/static/css/customsite.scss */
  .product-page .slider-container .product-show-container .slide-wrapper .swiper-product-button-prev {
    background-color: #ffffff;
    width: 5%;
    display: flex;
    padding-left: 5px; }
    /* line 3345, customsite/static/css/customsite.scss */
    .product-page .slider-container .product-show-container .slide-wrapper .swiper-product-button-prev::after {
      content: url('data:image/svg+xml,<svg width="29" height="20" viewBox="0 0 29 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_134_304)"><path d="M28.04 9.66003L1.23004 9.66004" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/><path d="M10.27 18.7001L1.23002 9.66007L10.27 0.620073" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_134_304"><rect width="28.04" height="19.32" fill="white" transform="translate(28.04 19.3201) rotate(180)"/></clipPath></defs></svg>');
      align-content: center; }
  /* line 3351, customsite/static/css/customsite.scss */
  .product-page .slider-container .product-show-container .slide-wrapper .swiper-product {
    overflow: hidden;
    background-color: #ffffff;
    width: 90%; }
    /* line 3356, customsite/static/css/customsite.scss */
    .product-page .slider-container .product-show-container .slide-wrapper .swiper-product .card-list {
      padding: 0;
      margin: 0; }
      /* line 3360, customsite/static/css/customsite.scss */
      .product-page .slider-container .product-show-container .slide-wrapper .swiper-product .card-list .card-item {
        display: flex;
        justify-content: center; }
        /* line 3364, customsite/static/css/customsite.scss */
        .product-page .slider-container .product-show-container .slide-wrapper .swiper-product .card-list .card-item .card-image-big-photo {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 95%;
          height: 30rem; }
  /* line 3375, customsite/static/css/customsite.scss */
  .product-page .slider-container .product-show-container .slide-wrapper .swiper-product-button-next {
    background-color: #ffffff;
    width: 5%;
    display: flex; }
    /* line 3380, customsite/static/css/customsite.scss */
    .product-page .slider-container .product-show-container .slide-wrapper .swiper-product-button-next::after {
      content: url('data:image/svg+xml,<svg width="29" height="20" viewBox="0 0 29 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_134_301)"><path d="M0 9.66003H26.81" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/><path d="M17.77 0.619995L26.81 9.66L17.77 18.7" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_134_301"><rect width="28.04" height="19.32" fill="white"/></clipPath></defs></svg>');
      align-content: center;
      justify-content: right; }
  /* line 3388, customsite/static/css/customsite.scss */
  .product-page .slider-container .product-show-container .slide-wrapper .swiper-product-thumbnail-button-prev {
    width: 5%;
    height: 100%;
    margin: auto 0; }
    /* line 3393, customsite/static/css/customsite.scss */
    .product-page .slider-container .product-show-container .slide-wrapper .swiper-product-thumbnail-button-prev::after {
      content: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 29 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_134_304)"><path d="M28.04 9.66003L1.23004 9.66004" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/><path d="M10.27 18.7001L1.23002 9.66007L10.27 0.620073" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_134_304"><rect width="28.04" height="19.32" fill="white" transform="translate(28.04 19.3201) rotate(180)"/></clipPath></defs></svg>'); }
  /* line 3398, customsite/static/css/customsite.scss */
  .product-page .slider-container .product-show-container .slide-wrapper .swiper-product-thumbnail {
    overflow: hidden;
    width: 90%; }
    /* line 3402, customsite/static/css/customsite.scss */
    .product-page .slider-container .product-show-container .slide-wrapper .swiper-product-thumbnail .card-list {
      padding: 0;
      margin: 0; }
      /* line 3406, customsite/static/css/customsite.scss */
      .product-page .slider-container .product-show-container .slide-wrapper .swiper-product-thumbnail .card-list .card-item {
        display: flex;
        justify-content: center;
        background-color: white;
        padding: 10px 0; }
        /* line 3412, customsite/static/css/customsite.scss */
        .product-page .slider-container .product-show-container .slide-wrapper .swiper-product-thumbnail .card-list .card-item .card-image-thumbnail-photo {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 100%;
          height: 5rem; }
  /* line 3423, customsite/static/css/customsite.scss */
  .product-page .slider-container .product-show-container .slide-wrapper .swiper-product-thumbnail-button-next {
    width: 5%;
    height: 100%;
    margin: auto 0; }
    /* line 3428, customsite/static/css/customsite.scss */
    .product-page .slider-container .product-show-container .slide-wrapper .swiper-product-thumbnail-button-next::after {
      content: url('data:image/svg+xml,<svg width="19" height="20" viewBox="0 0 29 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_134_301)"><path d="M0 9.66003H26.81" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/><path d="M17.77 0.619995L26.81 9.66L17.77 18.7" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_134_301"><rect width="28.04" height="19.32" fill="white"/></clipPath></defs></svg>');
      display: flex;
      justify-content: right; }

/* line 3436, customsite/static/css/customsite.scss */
.product-page .slider-container .product-show-container .thumb-sec-wrap {
  display: flex;
  margin: 10px 0; }

/* line 3443, customsite/static/css/customsite.scss */
.product-page .pp-dimensions {
  color: gray;
  margin: 0; }

/* line 3449, customsite/static/css/customsite.scss */
.product-page .pp-more-technical-info a {
  margin-bottom: 2rem;
  color: gray;
  text-decoration: none; }
  /* line 3454, customsite/static/css/customsite.scss */
  .product-page .pp-more-technical-info a:hover {
    text-decoration: underline; }

/* line 3460, customsite/static/css/customsite.scss */
.product-page .btn-ask-about-product {
  text-decoration: none;
  background-color: black;
  color: white;
  padding: 2%;
  margin-top: 12%;
  border-radius: 2px; }

/* line 3470, customsite/static/css/customsite.scss */
.product-page .related-product-section .rp-section {
  font-size: 24px; }

/* line 3474, customsite/static/css/customsite.scss */
.product-page .related-product-section .slider-section {
  display: flex; }
  /* line 3477, customsite/static/css/customsite.scss */
  .product-page .related-product-section .slider-section .swiper-button-prev-rp {
    width: 10%;
    display: flex; }
    /* line 3481, customsite/static/css/customsite.scss */
    .product-page .related-product-section .slider-section .swiper-button-prev-rp::after {
      content: url('data:image/svg+xml,<svg width="29" height="20" viewBox="0 0 29 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_134_304)"><path d="M28.04 9.66003L1.23004 9.66004" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/><path d="M10.27 18.7001L1.23002 9.66007L10.27 0.620073" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_134_304"><rect width="28.04" height="19.32" fill="white" transform="translate(28.04 19.3201) rotate(180)"/></clipPath></defs></svg>');
      align-content: center;
      width: 100%; }
  /* line 3488, customsite/static/css/customsite.scss */
  .product-page .related-product-section .slider-section .swiper-button-next-rp {
    width: 10%;
    display: flex; }
    /* line 3492, customsite/static/css/customsite.scss */
    .product-page .related-product-section .slider-section .swiper-button-next-rp::after {
      content: url('data:image/svg+xml,<svg width="29" height="20" viewBox="0 0 29 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_134_301)"><path d="M0 9.66003H26.81" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/><path d="M17.77 0.619995L26.81 9.66L17.77 18.7" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/></g><defs><clipPath id="clip0_134_301"><rect width="28.04" height="19.32" fill="white"/></clipPath></defs></svg>');
      justify-content: end;
      display: flex;
      align-items: center;
      width: 100%; }
  /* line 3501, customsite/static/css/customsite.scss */
  .product-page .related-product-section .slider-section .related-products-show {
    width: 80%; }
    /* line 3504, customsite/static/css/customsite.scss */
    .product-page .related-product-section .slider-section .related-products-show .rel-img-wrapper {
      height: 10rem; }
      /* line 3509, customsite/static/css/customsite.scss */
      .product-page .related-product-section .slider-section .related-products-show .rel-img-wrapper .img-wrapper {
        width: 90%;
        background-color: #ffffff; }
        /* line 3513, customsite/static/css/customsite.scss */
        .product-page .related-product-section .slider-section .related-products-show .rel-img-wrapper .img-wrapper .rel-img {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 100%;
          height: 10rem; }

/* line 3526, customsite/static/css/customsite.scss */
.product-page .unwinder-button:not(.collapsed) {
  border: none;
  background-color: transparent;
  color: black;
  font-size: 18px;
  font-weight: bold; }
  /* line 3533, customsite/static/css/customsite.scss */
  .product-page .unwinder-button:not(.collapsed)::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="12" viewBox="0 0 20 12" fill="none"><path d="M19.0601 1L10.0201 10.04L0.980059 0.999999" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/></svg>');
    display: inline-block;
    width: 1.5rem;
    height: 100%;
    transition: 0.1s; }

/* line 3542, customsite/static/css/customsite.scss */
.product-page .unwinder-button.collapsed {
  border: none;
  background-color: transparent;
  color: black;
  font-size: 18px;
  font-weight: bold; }
  /* line 3549, customsite/static/css/customsite.scss */
  .product-page .unwinder-button.collapsed::before {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="12" viewBox="0 0 20 12" fill="none"><path d="M19.0601 1L10.0201 10.04L0.980059 0.999999" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/></svg>');
    display: inline-block;
    width: 1.5rem;
    height: 100%;
    transform: rotate(-90deg);
    transition: 0.1s; }

/* line 3560, customsite/static/css/customsite.scss */
.product-page .specyfication-image-wrapper .specyfication-image {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 15rem;
  margin-top: 5rem; }

/* line 3570, customsite/static/css/customsite.scss */
.product-page .maintenance-card {
  background-color: transparent;
  border: none;
  padding-bottom: 1rem; }
  /* line 3575, customsite/static/css/customsite.scss */
  .product-page .maintenance-card .photo-wrapper {
    margin-bottom: 2rem; }
    /* line 3578, customsite/static/css/customsite.scss */
    .product-page .maintenance-card .photo-wrapper .maintenance-img {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 8rem; }

/* line 3588, customsite/static/css/customsite.scss */
.product-page .maintenance-button-wrapper {
  margin-bottom: 3rem; }
  /* line 3591, customsite/static/css/customsite.scss */
  .product-page .maintenance-button-wrapper .maintenance-button {
    color: black;
    text-decoration: none;
    border: 1px solid black;
    border-radius: 2px;
    padding: 10px 25px;
    transition: 0.2s; }
    /* line 3599, customsite/static/css/customsite.scss */
    .product-page .maintenance-button-wrapper .maintenance-button:hover {
      background-color: #363232;
      color: #f1efea; }

/* line 3607, customsite/static/css/customsite.scss */
.product-page .warranty-section .warranty-section-content-wrapper {
  margin: 1rem 0; }
  /* line 3610, customsite/static/css/customsite.scss */
  .product-page .warranty-section .warranty-section-content-wrapper .warranty-photo-wrapper {
    height: 8rem;
    margin: auto; }
    /* line 3614, customsite/static/css/customsite.scss */
    .product-page .warranty-section .warranty-section-content-wrapper .warranty-photo-wrapper .warranty-photo {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 8rem; }

/* line 3626, customsite/static/css/customsite.scss */
.product-page .files-for-download-section .product-icon-to-download-wrapper {
  height: 8rem;
  margin: auto; }
  /* line 3630, customsite/static/css/customsite.scss */
  .product-page .files-for-download-section .product-icon-to-download-wrapper .product-file-to-download {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 8rem; }

/* line 3639, customsite/static/css/customsite.scss */
.product-page .files-for-download-section .files-section {
  justify-content: center;
  margin-bottom: 2rem; }

/* line 3644, customsite/static/css/customsite.scss */
.product-page .files-for-download-section .download-file {
  color: black;
  text-decoration: none; }
  /* line 3648, customsite/static/css/customsite.scss */
  .product-page .files-for-download-section .download-file .file-name-wrapper {
    padding-left: 10px; }
    /* line 3652, customsite/static/css/customsite.scss */
    .product-page .files-for-download-section .download-file .file-name-wrapper .file-name::after {
      content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="16" viewBox="0 0 12 16" fill="none"><path d="M6 0L6.16455 12" stroke="%239E9E9C" stroke-miterlimit="10"/><path d="M12 15L1 15" stroke="%239E9E9C" stroke-miterlimit="10"/><path d="M11.2939 6.63477L6.14695 11.7818L0.999949 6.63477" stroke="%239E9E9C" stroke-miterlimit="10"/></svg>');
      margin-left: 10px; }

/* line 3662, customsite/static/css/customsite.scss */
.product-page .colors-and-bases-section .unwinder-banner-button {
  border: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 8.75rem; }
  /* line 3671, customsite/static/css/customsite.scss */
  .product-page .colors-and-bases-section .unwinder-banner-button .photo-banner {
    height: 100%;
    align-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    /* line 3678, customsite/static/css/customsite.scss */
    .product-page .colors-and-bases-section .unwinder-banner-button .photo-banner p {
      color: white;
      font-size: 24px; }
    /* line 3683, customsite/static/css/customsite.scss */
    .product-page .colors-and-bases-section .unwinder-banner-button .photo-banner .photo-banner-icon {
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" stroke-width="3" width="40" height="21" viewBox="0 0 40 21" fill="none"><path d="M0.483967 0.516026L20 20.0321L39.516 0.516034" stroke="white"/></svg>');
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 1rem;
      transition: 0.5s; }
  /* line 3695, customsite/static/css/customsite.scss */
  .product-page .colors-and-bases-section .unwinder-banner-button:not(.collapsed) .photo-banner-icon {
    transform: rotate(180deg);
    transition: 0.5s; }

/* line 3703, customsite/static/css/customsite.scss */
.product-page .colors-and-bases-section .materials-variants-section .material-price-group {
  color: #9e9e9e; }

/* line 3709, customsite/static/css/customsite.scss */
.product-page .colors-and-bases-section .materials-variants-section .material-block .color-material-block-img-wrapper .material-color-img {
  border: none;
  background-color: transparent;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 8.75rem; }

/* line 3724, customsite/static/css/customsite.scss */
.product-page .colors-and-bases-section .materials-variants-section .bases-colors-section .material-block .color-material-block-img-wrapper .material-color-img {
  background-position: center; }

/* line 3735, customsite/static/css/customsite.scss */
.product-page .example-config-section .slider-section .ex-config-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 14rem; }

/* line 3744, customsite/static/css/customsite.scss */
.product-page .example-config-section .swiper-scrollbar-ex-config {
  width: 30%;
  position: relative;
  height: 6px;
  margin: 3.2rem auto 1.6rem; }
  /* line 3750, customsite/static/css/customsite.scss */
  .product-page .example-config-section .swiper-scrollbar-ex-config::before {
    content: "";
    background-color: #dedede;
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 4px; }
  /* line 3762, customsite/static/css/customsite.scss */
  .product-page .example-config-section .swiper-scrollbar-ex-config .swiper-scrollbar-ex-config-drag {
    cursor: pointer;
    position: absolute;
    height: 100%;
    transform-origin: left center; }
    /* line 3769, customsite/static/css/customsite.scss */
    .product-page .example-config-section .swiper-scrollbar-ex-config .swiper-scrollbar-ex-config-drag::before {
      content: "";
      display: inline-block;
      width: 100%;
      height: 6px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 4px;
      background-color: #545454;
      transition: height 0.15s, top 0.15s; }
    /* line 3784, customsite/static/css/customsite.scss */
    .product-page .example-config-section .swiper-scrollbar-ex-config .swiper-scrollbar-ex-config-drag:hover::before {
      height: 10px; }

/* line 3794, customsite/static/css/customsite.scss */
.product-page .bottom-site-photos .photos-wrapper .bottom-site-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 55vh; }

/* line 3807, customsite/static/css/customsite.scss */
.template-formpage .cooperation-section .cooperation-container {
  margin: 0 10%; }
  /* line 3810, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-section {
    background-color: white;
    box-shadow: 0px 9px 20px 1px rgba(0, 0, 0, 0.3); }
    /* line 3814, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-section h1 {
      text-align: center;
      font-family: "Baskerville";
      padding-top: 2rem;
      font-size: 32px;
      text-transform: uppercase; }
    /* line 3823, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-section .cooperation-section-nav .nav.nav-tabs {
      border-bottom: 1px solid white; }
      /* line 3826, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section .cooperation-container .tab-section .cooperation-section-nav .nav.nav-tabs .nav-link {
        color: black;
        border: 0;
        padding: 1rem 1.2rem 0 1.2rem;
        margin-bottom: 1rem; }
      /* line 3833, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section .cooperation-container .tab-section .cooperation-section-nav .nav.nav-tabs .nav-link.active {
        color: #787878;
        border-bottom: 2px solid black;
        padding: 1rem 1.2rem 0 1.2rem;
        margin-bottom: 1rem; }
  /* line 3845, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .left-section {
    padding-right: 3rem; }
    /* line 3848, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .left-section h2 {
      font-family: "Baskerville";
      font-size: 32px; }
    /* line 3854, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .left-section .left-section-text p {
      margin-bottom: 0.5rem; }
      /* line 3857, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .left-section .left-section-text p br {
        display: none; }
  /* line 3864, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .contact-row-white-section {
    background-color: white;
    padding: 3.5rem; }
    /* line 3868, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .contact-row-white-section .second-row-left-section {
      border-right: 1px solid black; }
    /* line 3872, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .contact-row-white-section .second-row-section {
      padding-top: 2rem; }
      /* line 3875, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .contact-row-white-section .second-row-section a {
        color: black;
        text-decoration: none; }
  /* line 3883, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .department .row-person {
    display: flex;
    justify-content: space-evenly; }
    /* line 3888, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .department .row-person .person .pname {
      font-weight: bold; }
    /* line 3892, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .department .row-person .person a {
      color: black;
      text-decoration: none;
      font-weight: bold; }
    /* line 3898, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .department .row-person .person .person-details {
      position: relative; }
      /* line 3901, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .department .row-person .person .person-details .languages {
        position: absolute;
        top: 0%;
        right: 0%;
        width: 2rem; }
        /* line 3907, customsite/static/css/customsite.scss */
        .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .department .row-person .person .person-details .languages .lang {
          border-radius: 50%;
          background-color: #d2d2d2;
          font-size: 10px;
          padding: 2px 3px; }
      /* line 3915, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .department .row-person .person .person-details .languages.one {
        position: absolute;
        top: 0%;
        right: 10%;
        width: 0.3rem; }
        /* line 3921, customsite/static/css/customsite.scss */
        .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .department .row-person .person .person-details .languages.one .lang {
          border-radius: 50%;
          background-color: #d2d2d2;
          font-size: 10px;
          padding: 2px 3px; }
  /* line 3934, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .second-section-wrapper .ss-img {
    width: 100%;
    height: auto; }
  /* line 3941, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .second-section-wrapper .left-side-wrapper .heading p {
    text-align: end;
    font-family: "Baskerville";
    font-size: 2.5rem;
    margin: 0; }
  /* line 3949, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .second-section-wrapper .left-side-wrapper .section-name {
    text-align: end;
    font-size: 2rem;
    margin-bottom: 2rem; }
  /* line 3955, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .second-section-wrapper .left-side-wrapper .section-description {
    text-align: end; }
  /* line 3960, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .second-section-wrapper .white-section-wrapper {
    background-color: white;
    padding: 3rem; }
    /* line 3964, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .second-section-wrapper .white-section-wrapper input {
      background-color: white;
      color: black; }
    /* line 3969, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .second-section-wrapper .white-section-wrapper input.form-check-input:checked {
      background-color: black; }
    /* line 3974, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .second-section-wrapper .white-section-wrapper label.form-check-label a {
      color: black; }
    /* line 3979, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .second-section-wrapper .white-section-wrapper textarea {
      background-color: white;
      color: black; }
    /* line 3984, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .second-section-wrapper .white-section-wrapper .cst-button {
      padding: 0.5rem 1.5rem;
      background-color: black;
      color: white;
      display: flex;
      margin: 0 auto; }
  /* line 3995, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .third-section-wrapper .ss-img {
    width: 100%;
    height: auto; }
  /* line 4002, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .third-section-wrapper .left-side-wrapper .heading p {
    text-align: end;
    font-family: "Baskerville";
    font-size: 2.5rem;
    margin: 0; }
  /* line 4010, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .third-section-wrapper .left-side-wrapper .section-name {
    text-align: end;
    font-size: 2rem;
    margin-bottom: 2rem; }
  /* line 4016, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .third-section-wrapper .left-side-wrapper .section-description {
    text-align: end; }
  /* line 4021, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .third-section-wrapper .white-section-wrapper {
    background-color: white;
    padding: 3rem; }
    /* line 4025, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .third-section-wrapper .white-section-wrapper input {
      background-color: white;
      color: black; }
    /* line 4030, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .third-section-wrapper .white-section-wrapper input.form-check-input:checked {
      background-color: black; }
    /* line 4035, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .third-section-wrapper .white-section-wrapper label.form-check-label a {
      color: black; }
    /* line 4040, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .third-section-wrapper .white-section-wrapper textarea {
      background-color: white;
      color: black; }
    /* line 4045, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section .cooperation-container .tab-content .tab-pane .third-section-wrapper .white-section-wrapper .cst-button {
      padding: 0.5rem 1.5rem;
      background-color: black;
      color: white;
      display: flex;
      margin: 0 auto; }

/* line 4061, customsite/static/css/customsite.scss */
.cooperation-section.mobi {
  display: none; }

/* line 4065, customsite/static/css/customsite.scss */
.header-mobi {
  display: none; }

/* line 4071, customsite/static/css/customsite.scss */
.home-page-content .card .op-images-mobi {
  display: none; }

/* line 4077, customsite/static/css/customsite.scss */
.op-images-mobi {
  display: none; }

/* line 4081, customsite/static/css/customsite.scss */
.ft-container-wrapper.mobile {
  display: none; }

/* line 4085, customsite/static/css/customsite.scss */
.bpwtc:not(.mobile) {
  display: block; }

/* line 4089, customsite/static/css/customsite.scss */
.bpwtc.mobile {
  display: none; }

/* line 4093, customsite/static/css/customsite.scss */
.small-paragraph-container.mobile {
  display: none; }

/* line 4097, customsite/static/css/customsite.scss */
.small-paragraph-container:not(.mobile) {
  display: flex; }

@media screen and (max-width: 800px) {
  /* line 4104, customsite/static/css/customsite.scss */
  .ft-container-wrapper:not(.mobile) {
    display: none; }
  /* line 4108, customsite/static/css/customsite.scss */
  .ft-container-wrapper.mobile {
    display: block; }
  /* line 4112, customsite/static/css/customsite.scss */
  .ft-container-wrapper.mobile {
    background-color: black;
    color: white; }
    /* line 4116, customsite/static/css/customsite.scss */
    .ft-container-wrapper.mobile hr {
      background-color: white; }
    /* line 4120, customsite/static/css/customsite.scss */
    .ft-container-wrapper.mobile a {
      color: white; }
    /* line 4124, customsite/static/css/customsite.scss */
    .ft-container-wrapper.mobile .tel::before {
      content: url("/static/images/tel.svg?4d624f821ea8");
      display: inline-block;
      width: 31px;
      margin-right: 5px; }
    /* line 4132, customsite/static/css/customsite.scss */
    .ft-container-wrapper.mobile .mail::before {
      content: url("/static/images/mail.svg?4d624f821ea8");
      display: inline-block;
      width: 31px;
      margin-right: 5px;
      position: relative;
      top: 10px; }
    /* line 4142, customsite/static/css/customsite.scss */
    .ft-container-wrapper.mobile .custom-container .third-section {
      width: 100vw; }
  /* line 4152, customsite/static/css/customsite.scss */
  .select-lang-body .container-wrapper .lang-wrapper nav {
    width: 90%; }
  /* line 4159, customsite/static/css/customsite.scss */
  .header {
    display: none; }
  /* line 4163, customsite/static/css/customsite.scss */
  .header-mobi {
    display: block;
    background-color: #f1efea;
    position: sticky;
    top: 0;
    z-index: 99; }
    /* line 4170, customsite/static/css/customsite.scss */
    .header-mobi .header-menu {
      height: 10vh;
      position: relative; }
      /* line 4174, customsite/static/css/customsite.scss */
      .header-mobi .header-menu nav {
        height: inherit; }
    /* line 4179, customsite/static/css/customsite.scss */
    .header-mobi .menuItem {
      display: block;
      padding: 1rem 0rem 0 0;
      font-size: 1.3rem;
      color: white;
      text-decoration: none; }
      /* line 4186, customsite/static/css/customsite.scss */
      .header-mobi .menuItem:hover {
        text-decoration: none; }
    /* line 4191, customsite/static/css/customsite.scss */
    .header-mobi .header-wrapper {
      height: 5rem;
      width: 100vw;
      background-color: #f1efea;
      position: absolute;
      top: 0;
      z-index: 999; }
      /* line 4199, customsite/static/css/customsite.scss */
      .header-mobi .header-wrapper .hamburger {
        position: absolute;
        z-index: 100;
        top: 0.2rem;
        left: 1rem;
        padding: 10px;
        background: transparent;
        border: none;
        cursor: pointer; }
      /* line 4210, customsite/static/css/customsite.scss */
      .header-mobi .header-wrapper .logo {
        position: absolute;
        z-index: 100;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 10px;
        background: transparent;
        border: none; }
        /* line 4220, customsite/static/css/customsite.scss */
        .header-mobi .header-wrapper .logo img {
          height: 4rem; }
      /* line 4225, customsite/static/css/customsite.scss */
      .header-mobi .header-wrapper .icons {
        top: 0.8rem;
        right: 1rem;
        position: absolute;
        z-index: 100;
        padding: 10px;
        background: transparent;
        border: none; }
        /* line 4236, customsite/static/css/customsite.scss */
        .header-mobi .header-wrapper .icons .icon #search .search-icon {
          content: url('data:image/svg+xml,<svg width="40" height="21" viewBox="0 0 22 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.32 16.37L15.24 11.95C15.86 10.81 16.21 9.5 16.21 8.11C16.21 3.64 12.58 0 8.11 0C3.64 0 0 3.64 0 8.11C0 12.58 3.64 16.22 8.11 16.22C10.63 16.22 12.88 15.06 14.37 13.26L20.4 17.65C20.54 17.75 20.7 17.8 20.86 17.8C21.1 17.8 21.34 17.69 21.5 17.48C21.75 17.13 21.68 16.64 21.33 16.38L21.32 16.37ZM8.11 14.65C4.51 14.65 1.57 11.72 1.57 8.11C1.57 4.5 4.5 1.57 8.11 1.57C11.72 1.57 14.65 4.5 14.65 8.11C14.65 11.72 11.72 14.65 8.11 14.65Z" fill="%231D1E1B"></path></svg>'); }
      /* line 4243, customsite/static/css/customsite.scss */
      .header-mobi .header-wrapper .menuIcon {
        content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1H18" stroke="black" stroke-width="1.25" stroke-linecap="round"/><path d="M1 7H18" stroke="black" stroke-width="1.25" stroke-linecap="round"/><path d="M1 13H18" stroke="black" stroke-width="1.25" stroke-linecap="round"/></svg>'); }
      /* line 4247, customsite/static/css/customsite.scss */
      .header-mobi .header-wrapper .closeIcon {
        content: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 6L6 18" stroke="black" stroke-width="1.25" stroke-linejoin="round"/><path d="M6 6L18 18" stroke="black" stroke-width="1.25" stroke-linejoin="round"/></svg>'); }
    /* line 4252, customsite/static/css/customsite.scss */
    .header-mobi .menu.showMenu ~ .header-wrapper .hamburger {
      left: unset;
      right: 1rem; }
    /* line 4257, customsite/static/css/customsite.scss */
    .header-mobi .menu.showMenu ~ .header-wrapper .icons {
      display: none; }
    /* line 4261, customsite/static/css/customsite.scss */
    .header-mobi .closeIcon {
      display: none; }
    /* line 4265, customsite/static/css/customsite.scss */
    .header-mobi .menu {
      display: none; }
    /* line 4269, customsite/static/css/customsite.scss */
    .header-mobi .menu {
      height: 100vh;
      overflow: auto;
      display: block;
      transform: translateY(-100%);
      transition: transform 0.2s;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 99;
      background-color: white;
      color: black;
      list-style: none;
      padding: 6rem 0 0 0; }
      /* line 4286, customsite/static/css/customsite.scss */
      .header-mobi .menu a {
        color: black; }
      /* line 4290, customsite/static/css/customsite.scss */
      .header-mobi .menu .menu-link-subpages > a {
        font-weight: bold;
        display: block;
        width: 100%;
        padding: 0 0 0 4rem;
        text-decoration: none;
        font-family: "Greycliff CF"; }
      /* line 4301, customsite/static/css/customsite.scss */
      .header-mobi .menu .menu-link-subpages .sub-menu-link-hidden {
        display: none; }
      /* line 4307, customsite/static/css/customsite.scss */
      .header-mobi .menu .menu-link-subpages.show > a {
        background-color: #e2e2e2; }
      /* line 4311, customsite/static/css/customsite.scss */
      .header-mobi .menu .menu-link-subpages.show .sub-menu-link-hidden {
        display: block;
        padding-left: 4rem; }
        /* line 4315, customsite/static/css/customsite.scss */
        .header-mobi .menu .menu-link-subpages.show .sub-menu-link-hidden li {
          margin: 1rem 0; }
          /* line 4318, customsite/static/css/customsite.scss */
          .header-mobi .menu .menu-link-subpages.show .sub-menu-link-hidden li a {
            text-decoration: none; }
    /* line 4327, customsite/static/css/customsite.scss */
    .header-mobi .menu-link-subpages.menuItem.simpleLink > a::after {
      display: none; }
    /* line 4332, customsite/static/css/customsite.scss */
    .header-mobi .menu-link-subpages.menuItem.lang a {
      padding: 0 0 0 4rem;
      font-size: 1.3rem;
      color: black;
      font-weight: bold;
      display: block;
      width: 100%;
      text-decoration: none;
      font-family: "Greycliff CF"; }
    /* line 4344, customsite/static/css/customsite.scss */
    .header-mobi .menu-link-subpages.lang.menuItem #selectLang {
      display: none; }
    /* line 4350, customsite/static/css/customsite.scss */
    .header-mobi .menu-link-subpages.lang.menuItem.show #selectLang {
      display: block;
      padding-left: 6rem; }
      /* line 4354, customsite/static/css/customsite.scss */
      .header-mobi .menu-link-subpages.lang.menuItem.show #selectLang a {
        text-decoration: none;
        padding: 0; }
      /* line 4359, customsite/static/css/customsite.scss */
      .header-mobi .menu-link-subpages.lang.menuItem.show #selectLang i {
        width: 1rem;
        height: 1rem;
        display: inline-flex; }
    /* line 4367, customsite/static/css/customsite.scss */
    .header-mobi .showMenu {
      transform: translateY(0);
      width: 100vw;
      top: 10%; }
  /* line 4376, customsite/static/css/customsite.scss */
  .home-page-content .video video.big-vid {
    padding: 0;
    height: auto;
    width: 100%; }
  /* line 4382, customsite/static/css/customsite.scss */
  .home-page-content .video .video-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    /* line 4388, customsite/static/css/customsite.scss */
    .home-page-content .video .video-text p {
      font-family: "Baskerville";
      font-weight: 400;
      font-size: 36px;
      line-height: 46.55px;
      text-align: center;
      color: white;
      width: 75vw; }
  /* line 4401, customsite/static/css/customsite.scss */
  .home-page-content .card .op-images {
    display: none; }
  /* line 4405, customsite/static/css/customsite.scss */
  .home-page-content .card .op-images-mobi {
    display: block;
    overflow: hidden; }
    /* line 4409, customsite/static/css/customsite.scss */
    .home-page-content .card .op-images-mobi .imgs.swiper-mobi-version {
      width: 100vw;
      height: auto; }
      /* line 4414, customsite/static/css/customsite.scss */
      .home-page-content .card .op-images-mobi .imgs.swiper-mobi-version .swiper-wrapper {
        transition-timing-function: linear; }
      /* line 4418, customsite/static/css/customsite.scss */
      .home-page-content .card .op-images-mobi .imgs.swiper-mobi-version .swiper-mobi-scrollbar-wrapper {
        width: 100%;
        height: 5rem;
        display: block; }
    /* line 4425, customsite/static/css/customsite.scss */
    .home-page-content .card .op-images-mobi .swiper-mobi-scrollbar-wrapper {
      width: 100%;
      display: flex;
      justify-content: center; }
      /* line 4430, customsite/static/css/customsite.scss */
      .home-page-content .card .op-images-mobi .swiper-mobi-scrollbar-wrapper .swiper-mobi-scrollbar {
        width: 30%;
        position: relative;
        height: 6px;
        margin: 3.2rem auto 1.6rem; }
        /* line 4436, customsite/static/css/customsite.scss */
        .home-page-content .card .op-images-mobi .swiper-mobi-scrollbar-wrapper .swiper-mobi-scrollbar::before {
          content: "";
          background-color: #dedede;
          display: block;
          width: 100%;
          height: 6px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          border-radius: 4px; }
        /* line 4448, customsite/static/css/customsite.scss */
        .home-page-content .card .op-images-mobi .swiper-mobi-scrollbar-wrapper .swiper-mobi-scrollbar .swiper-scrollbar-mobi-drag {
          cursor: pointer;
          position: absolute;
          height: 100%;
          transform-origin: left center; }
          /* line 4454, customsite/static/css/customsite.scss */
          .home-page-content .card .op-images-mobi .swiper-mobi-scrollbar-wrapper .swiper-mobi-scrollbar .swiper-scrollbar-mobi-drag::before {
            content: "";
            display: inline-block;
            width: 100%;
            height: 6px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 4px;
            background-color: #545454;
            transition: height 0.15s, top 0.15s; }
          /* line 4469, customsite/static/css/customsite.scss */
          .home-page-content .card .op-images-mobi .swiper-mobi-scrollbar-wrapper .swiper-mobi-scrollbar .swiper-scrollbar-mobi-drag:hover::before {
            height: 10px; }
  /* line 4481, customsite/static/css/customsite.scss */
  .home-page-content .slider-container .slide-wrapper .swiper-button-prev,
  .home-page-content .slider-container .slide-wrapper .swiper-button-next {
    display: none; }
  /* line 4486, customsite/static/css/customsite.scss */
  .home-page-content .slider-container .slide-wrapper .swiper.card-wrapper {
    display: block;
    width: 90vw;
    height: auto; }
    /* line 4493, customsite/static/css/customsite.scss */
    .home-page-content .slider-container .slide-wrapper .swiper.card-wrapper .card-list .card-item .card-image {
      height: 30vh; }
    /* line 4499, customsite/static/css/customsite.scss */
    .home-page-content .slider-container .slide-wrapper .swiper.card-wrapper .swiper-scrollbar-mobile {
      width: 80%;
      position: relative;
      height: 6px;
      margin: 3.2rem auto 1.6rem; }
      /* line 4505, customsite/static/css/customsite.scss */
      .home-page-content .slider-container .slide-wrapper .swiper.card-wrapper .swiper-scrollbar-mobile::before {
        content: "";
        background-color: #dedede;
        display: block;
        width: 100%;
        height: 6px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 4px; }
      /* line 4517, customsite/static/css/customsite.scss */
      .home-page-content .slider-container .slide-wrapper .swiper.card-wrapper .swiper-scrollbar-mobile .swiper-scrollbar-mobile-drag {
        cursor: pointer;
        position: absolute;
        height: 100%;
        transform-origin: left center; }
        /* line 4523, customsite/static/css/customsite.scss */
        .home-page-content .slider-container .slide-wrapper .swiper.card-wrapper .swiper-scrollbar-mobile .swiper-scrollbar-mobile-drag::before {
          content: "";
          display: inline-block;
          width: 100%;
          height: 6px;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          border-radius: 4px;
          background-color: #545454;
          transition: height 0.15s, top 0.15s; }
  /* line 4543, customsite/static/css/customsite.scss */
  .home-page-content .doc-wrapper .catalog-wrapper .catalog {
    margin: 1rem 1rem; }
    /* line 4546, customsite/static/css/customsite.scss */
    .home-page-content .doc-wrapper .catalog-wrapper .catalog .catalog-photo-class {
      box-shadow: 10px 10px 8px 0px rgba(0, 0, 0, 0.4);
      width: 7.688rem;
      height: 10.125rem; }
  /* line 4555, customsite/static/css/customsite.scss */
  .home-page-content .small-paragraph-container {
    display: none; }
  /* line 4559, customsite/static/css/customsite.scss */
  .home-page-content .small-paragraph-container.mobile {
    display: block;
    margin: 5rem 0 0rem 0; }
    /* line 4563, customsite/static/css/customsite.scss */
    .home-page-content .small-paragraph-container.mobile .sp-wrapper {
      width: 100%; }
      /* line 4567, customsite/static/css/customsite.scss */
      .home-page-content .small-paragraph-container.mobile .sp-wrapper .sp-content p {
        line-height: 2rem;
        padding: 0 2rem; }
      /* line 4574, customsite/static/css/customsite.scss */
      .home-page-content .small-paragraph-container.mobile .sp-wrapper .create-tgd-wrapper .icon {
        position: relative;
        left: 0;
        margin-top: 6rem; }
  /* line 4584, customsite/static/css/customsite.scss */
  .home-page-content .bpwtc .bpwtc-photo {
    min-height: 30rem;
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-attachment: fixed;
    width: 100%; }
    /* line 4593, customsite/static/css/customsite.scss */
    .home-page-content .bpwtc .bpwtc-photo .bpwtc-header {
      font-size: 2.9rem;
      padding: 4rem 1rem;
      font-family: "Baskerville"; }
    /* line 4599, customsite/static/css/customsite.scss */
    .home-page-content .bpwtc .bpwtc-photo .column-heading {
      text-align: start; }
    /* line 4603, customsite/static/css/customsite.scss */
    .home-page-content .bpwtc .bpwtc-photo .column-text {
      text-align: start; }
    /* line 4607, customsite/static/css/customsite.scss */
    .home-page-content .bpwtc .bpwtc-photo .column-heading.left {
      margin-left: 15vw;
      margin-right: 5vw; }
    /* line 4612, customsite/static/css/customsite.scss */
    .home-page-content .bpwtc .bpwtc-photo .column-text.left {
      margin-left: 15vw;
      margin-right: 5vw; }
    /* line 4617, customsite/static/css/customsite.scss */
    .home-page-content .bpwtc .bpwtc-photo .column-heading.right {
      margin-right: 15vw;
      margin-left: 5vw; }
    /* line 4622, customsite/static/css/customsite.scss */
    .home-page-content .bpwtc .bpwtc-photo .column-text.right {
      margin-right: 15vw;
      margin-left: 5vw; }
  /* line 4632, customsite/static/css/customsite.scss */
  .home-page-content .tbs .tbs-container .tbs-wrapper .custom-col {
    padding-left: 0%;
    padding-right: 0%; }
    /* line 4637, customsite/static/css/customsite.scss */
    .home-page-content .tbs .tbs-container .tbs-wrapper .custom-col .col-wrapper .col-sec-wrap {
      height: auto;
      width: 100%; }
      /* line 4641, customsite/static/css/customsite.scss */
      .home-page-content .tbs .tbs-container .tbs-wrapper .custom-col .col-wrapper .col-sec-wrap p:first-child {
        padding: 1.5% 0 0 5%; }
      /* line 4645, customsite/static/css/customsite.scss */
      .home-page-content .tbs .tbs-container .tbs-wrapper .custom-col .col-wrapper .col-sec-wrap p:nth-child(2) {
        padding: 0 0 0 5%; }
  /* line 4659, customsite/static/css/customsite.scss */
  .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-1 {
    width: 20rem !important; }
    /* line 4662, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-1 .card-image {
      height: 42vh; }
  /* line 4667, customsite/static/css/customsite.scss */
  .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-2 {
    width: 30rem !important; }
    /* line 4670, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-2 .sub-sec-a {
      height: 18vh; }
      /* line 4673, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-2 .sub-sec-a .card-image {
        height: 18vh; }
    /* line 4679, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-2 .sub-sec-b .sub-sec-b1 {
      height: 21.9vh; }
      /* line 4682, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-2 .sub-sec-b .sub-sec-b1 .card-image {
        height: 21.9vh; }
    /* line 4687, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-2 .sub-sec-b .sub-sec-b2 {
      height: 21.9vh; }
      /* line 4690, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-2 .sub-sec-b .sub-sec-b2 .card-image {
        height: 21.9vh; }
  /* line 4697, customsite/static/css/customsite.scss */
  .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-3 {
    width: 25rem !important;
    height: 42vh; }
    /* line 4701, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-3 .card-image {
      height: 42vh; }
  /* line 4706, customsite/static/css/customsite.scss */
  .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-4 {
    width: 40rem !important;
    height: 42vh; }
    /* line 4710, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-4 .card-image {
      height: 42vh; }
  /* line 4715, customsite/static/css/customsite.scss */
  .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-5 {
    width: 70% !important;
    height: 42vh; }
    /* line 4719, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-5 .sub-sec-d {
      width: 67%;
      height: 18vh; }
      /* line 4723, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-5 .sub-sec-d .card-image {
        width: 100%;
        height: 20vh; }
    /* line 4729, customsite/static/css/customsite.scss */
    .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-5 .sub-sec-e {
      width: 67%;
      height: 20vh;
      margin-top: 4vh; }
      /* line 4734, customsite/static/css/customsite.scss */
      .home-page-content .mosaic-section .mosaic-wrapper .swiper-mosaic .mosaic.card-list .sec-5 .sub-sec-e .card-image {
        width: 100%;
        height: 20vh; }
  /* line 4747, customsite/static/css/customsite.scss */
  .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw {
    display: none; }
  /* line 4751, customsite/static/css/customsite.scss */
  .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile {
    display: block;
    padding: 0; }
    /* line 4755, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c1 {
      padding: 0; }
      /* line 4758, customsite/static/css/customsite.scss */
      .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c1 .image {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 14rem; }
    /* line 4766, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c2 {
      padding: 7% 2% 0 2%; }
      /* line 4769, customsite/static/css/customsite.scss */
      .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c2 .desc-left.text-start {
        padding-left: 4%;
        padding-right: 4%; }
        /* line 4773, customsite/static/css/customsite.scss */
        .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c2 .desc-left.text-start p {
          padding: 0; }
      /* line 4778, customsite/static/css/customsite.scss */
      .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c2 .button-sec {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: auto; }
        /* line 4784, customsite/static/css/customsite.scss */
        .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c2 .button-sec a {
          width: 35%; }
          /* line 4787, customsite/static/css/customsite.scss */
          .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c2 .button-sec a:nth-child(2) {
            margin: 0; }
  /* line 4795, customsite/static/css/customsite.scss */
  .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile {
    display: block;
    padding: 0;
    width: 100%;
    margin: 0; }
    /* line 4801, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c1 {
      padding: 2rem 0 0 0; }
      /* line 4804, customsite/static/css/customsite.scss */
      .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c1 .image {
        height: 19rem;
        padding: 0;
        width: 100vw;
        background-repeat: no-repeat;
        background-size: cover; }
    /* line 4813, customsite/static/css/customsite.scss */
    .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 {
      padding: 7% 5% 5% 5%; }
      /* line 4816, customsite/static/css/customsite.scss */
      .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 .desc-right {
        padding-left: 4%;
        padding-right: 4%; }
        /* line 4820, customsite/static/css/customsite.scss */
        .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 .desc-right p {
          padding: 0; }
      /* line 4825, customsite/static/css/customsite.scss */
      .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 .button-sec {
        height: 3.3rem;
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: auto; }
        /* line 4832, customsite/static/css/customsite.scss */
        .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 .button-sec a {
          font-size: 16px;
          border: 1px solid #fff;
          height: 73.88%;
          border-radius: 2px;
          text-align: center;
          align-content: center;
          text-decoration: none;
          width: 35%; }
          /* line 4842, customsite/static/css/customsite.scss */
          .home-page-content .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 .button-sec a:nth-child(2) {
            margin: 0; }
  /* line 4852, customsite/static/css/customsite.scss */
  .home-page-content .cooperation-container {
    height: 25vh; }
    /* line 4858, customsite/static/css/customsite.scss */
    .home-page-content .cooperation-container .desc-colored-section-wrapper .image .bt a {
      font-size: 22px;
      padding: 15px 65px; }
  /* line 4867, customsite/static/css/customsite.scss */
  .home-page-content .bpwtc:not(.mobile) {
    display: none; }
  /* line 4871, customsite/static/css/customsite.scss */
  .home-page-content .bpwtc.mobile {
    display: block; }
    /* line 4874, customsite/static/css/customsite.scss */
    .home-page-content .bpwtc.mobile .bpwtc-photo {
      height: 100rem;
      background-attachment: local;
      background-position: bottom; }
      /* line 4879, customsite/static/css/customsite.scss */
      .home-page-content .bpwtc.mobile .bpwtc-photo .column-heading,
      .home-page-content .bpwtc.mobile .bpwtc-photo .column-text {
        margin-left: 3vw;
        margin-right: 3vw; }
      /* line 4885, customsite/static/css/customsite.scss */
      .home-page-content .bpwtc.mobile .bpwtc-photo .column-text {
        margin-bottom: 5rem; }
  /* line 4891, customsite/static/css/customsite.scss */
  .home-page-content .rpcrt:not(.mobile) {
    display: none; }
  /* line 4895, customsite/static/css/customsite.scss */
  .home-page-content .rpcrt.mobile {
    display: block;
    margin-top: 5rem; }
    /* line 4899, customsite/static/css/customsite.scss */
    .home-page-content .rpcrt.mobile .catalog-image-wrapper {
      padding-top: 4rem;
      display: flex;
      justify-content: end; }
      /* line 4904, customsite/static/css/customsite.scss */
      .home-page-content .rpcrt.mobile .catalog-image-wrapper .catalog-image {
        background-size: contain;
        height: auto;
        width: 100%;
        background-repeat: no-repeat; }
    /* line 4912, customsite/static/css/customsite.scss */
    .home-page-content .rpcrt.mobile .rsec {
      display: flex;
      align-items: center;
      justify-content: start; }
      /* line 4918, customsite/static/css/customsite.scss */
      .home-page-content .rpcrt.mobile .rsec .heading p {
        font-size: 3rem;
        font-family: "Baskerville";
        margin: 0; }
      /* line 4925, customsite/static/css/customsite.scss */
      .home-page-content .rpcrt.mobile .rsec .description {
        margin-bottom: 0; }
      /* line 4929, customsite/static/css/customsite.scss */
      .home-page-content .rpcrt.mobile .rsec .catalog-chair,
      .home-page-content .rpcrt.mobile .rsec .catalog-sofa {
        margin-top: 3rem; }
        /* line 4933, customsite/static/css/customsite.scss */
        .home-page-content .rpcrt.mobile .rsec .catalog-chair a,
        .home-page-content .rpcrt.mobile .rsec .catalog-sofa a {
          text-decoration: none;
          color: black;
          border: 1px solid black;
          padding: 0.5rem 1rem;
          background-color: transparent;
          border-radius: 2px; }
  /* line 4945, customsite/static/css/customsite.scss */
  .home-page-content .bptt:not(.mobile) {
    display: none; }
  /* line 4949, customsite/static/css/customsite.scss */
  .home-page-content .bptt.mobile {
    display: block; }
    /* line 4952, customsite/static/css/customsite.scss */
    .home-page-content .bptt.mobile .bptt-wrapper {
      position: relative;
      margin-top: 3rem; }
      /* line 4956, customsite/static/css/customsite.scss */
      .home-page-content .bptt.mobile .bptt-wrapper a {
        color: black; }
      /* line 4960, customsite/static/css/customsite.scss */
      .home-page-content .bptt.mobile .bptt-wrapper .big-photo {
        min-height: 671px;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat; }
      /* line 4968, customsite/static/css/customsite.scss */
      .home-page-content .bptt.mobile .bptt-wrapper .text-section {
        width: 100%;
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
        width: 80%; }
        /* line 4977, customsite/static/css/customsite.scss */
        .home-page-content .bptt.mobile .bptt-wrapper .text-section .heading {
          font-size: 2rem;
          font-family: "Baskerville"; }
        /* line 4982, customsite/static/css/customsite.scss */
        .home-page-content .bptt.mobile .bptt-wrapper .text-section .description {
          font-size: 18px;
          padding: 0 7%; }
  /* line 4992, customsite/static/css/customsite.scss */
  .template-content .acc-container {
    padding: 0; }
    /* line 4995, customsite/static/css/customsite.scss */
    .template-content .acc-container .accordion-header {
      min-height: 100%;
      height: 100%; }
      /* line 4999, customsite/static/css/customsite.scss */
      .template-content .acc-container .accordion-header .accordion-button.acc-btn-class {
        padding: 5rem 10%; }
        /* line 5002, customsite/static/css/customsite.scss */
        .template-content .acc-container .accordion-header .accordion-button.acc-btn-class h1 {
          font-size: 32px; }
        /* line 5006, customsite/static/css/customsite.scss */
        .template-content .acc-container .accordion-header .accordion-button.acc-btn-class h5 {
          display: none; }
    /* line 5012, customsite/static/css/customsite.scss */
    .template-content .acc-container .accordion-body {
      padding: 0 6%; }
      /* line 5017, customsite/static/css/customsite.scss */
      .template-content .acc-container .accordion-body .column-one-to-one .col-one-one-wrapper .image-wrapper {
        padding-right: 0; }
      /* line 5023, customsite/static/css/customsite.scss */
      .template-content .acc-container .accordion-body .column-one-to-one .col-one-one-wrapper .col-o-t-o-img {
        padding: 0; }
      /* line 5027, customsite/static/css/customsite.scss */
      .template-content .acc-container .accordion-body .column-one-to-one .col-one-one-wrapper .col-o-t-o-desc {
        padding-top: 1rem; }
  /* line 5036, customsite/static/css/customsite.scss */
  .template-content .column-one-to-one .col-o-t-o-img {
    padding: 0;
    margin-bottom: 2rem; }
    /* line 5040, customsite/static/css/customsite.scss */
    .template-content .column-one-to-one .col-o-t-o-img .image-wrapper:not(.mobile) {
      display: none; }
    /* line 5044, customsite/static/css/customsite.scss */
    .template-content .column-one-to-one .col-o-t-o-img .image-wrapper.mobile {
      display: block;
      padding-right: 0;
      position: relative; }
      /* line 5049, customsite/static/css/customsite.scss */
      .template-content .column-one-to-one .col-o-t-o-img .image-wrapper.mobile .image {
        height: 100%;
        width: 100%; }
      /* line 5054, customsite/static/css/customsite.scss */
      .template-content .column-one-to-one .col-o-t-o-img .image-wrapper.mobile .eko-icon {
        position: absolute;
        height: 25%;
        width: 20%;
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 10%;
        right: 4%; }
  /* line 5066, customsite/static/css/customsite.scss */
  .template-content .column-one-to-one .col-o-t-o-desc {
    padding: 0 5%; }
  /* line 5071, customsite/static/css/customsite.scss */
  .template-content .bptt:not(.mobile) {
    display: none; }
  /* line 5075, customsite/static/css/customsite.scss */
  .template-content .block-big_photo_top_text .bptt.mobile {
    display: block; }
    /* line 5078, customsite/static/css/customsite.scss */
    .template-content .block-big_photo_top_text .bptt.mobile .bptt-wrapper {
      position: relative;
      padding: 0; }
      /* line 5082, customsite/static/css/customsite.scss */
      .template-content .block-big_photo_top_text .bptt.mobile .bptt-wrapper a {
        color: black; }
      /* line 5086, customsite/static/css/customsite.scss */
      .template-content .block-big_photo_top_text .bptt.mobile .bptt-wrapper .text-section {
        width: 100%;
        position: absolute;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 auto;
        width: 80%; }
        /* line 5095, customsite/static/css/customsite.scss */
        .template-content .block-big_photo_top_text .bptt.mobile .bptt-wrapper .text-section .heading {
          font-size: 2rem;
          font-family: "Baskerville"; }
        /* line 5100, customsite/static/css/customsite.scss */
        .template-content .block-big_photo_top_text .bptt.mobile .bptt-wrapper .text-section .description {
          font-size: 18px;
          padding: 0 7%; }
  /* line 5109, customsite/static/css/customsite.scss */
  .template-content .block-who_we_are_info_three_col .wwaitc {
    margin: 0; }
    /* line 5112, customsite/static/css/customsite.scss */
    .template-content .block-who_we_are_info_three_col .wwaitc .wwaitc-wrapper {
      padding: 3rem 1rem; }
      /* line 5116, customsite/static/css/customsite.scss */
      .template-content .block-who_we_are_info_three_col .wwaitc .wwaitc-wrapper .wwaitc-row .wwaitc-col-1 {
        border-right: none;
        padding-top: 1rem;
        padding-bottom: 1rem;
        position: relative; }
        /* line 5123, customsite/static/css/customsite.scss */
        .template-content .block-who_we_are_info_three_col .wwaitc .wwaitc-wrapper .wwaitc-row .wwaitc-col-1::after {
          content: "";
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 48%;
          border-bottom: 1px solid white;
          position: absolute; }
      /* line 5134, customsite/static/css/customsite.scss */
      .template-content .block-who_we_are_info_three_col .wwaitc .wwaitc-wrapper .wwaitc-row .wwaitc-col-2 {
        border-right: none;
        padding-top: 1rem;
        padding-bottom: 1rem;
        position: relative; }
        /* line 5141, customsite/static/css/customsite.scss */
        .template-content .block-who_we_are_info_three_col .wwaitc .wwaitc-wrapper .wwaitc-row .wwaitc-col-2::after {
          content: "";
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          width: 48%;
          border-bottom: 1px solid white;
          position: absolute; }
      /* line 5152, customsite/static/css/customsite.scss */
      .template-content .block-who_we_are_info_three_col .wwaitc .wwaitc-wrapper .wwaitc-row .wwaitc-col-3 {
        border-left: none;
        padding-top: 1rem; }
  /* line 5161, customsite/static/css/customsite.scss */
  .template-content .small-paragraph-container.mobile {
    display: block;
    width: 100%;
    margin: 3rem auto; }
    /* line 5166, customsite/static/css/customsite.scss */
    .template-content .small-paragraph-container.mobile .sp-wrapper {
      width: 85%; }
      /* line 5170, customsite/static/css/customsite.scss */
      .template-content .small-paragraph-container.mobile .sp-wrapper .sp-heading h2 {
        font-size: 2rem;
        width: 100%;
        margin: 0 auto; }
  /* line 5179, customsite/static/css/customsite.scss */
  .template-content .small-paragraph-container:not(.mobile) {
    display: none; }
  /* line 5184, customsite/static/css/customsite.scss */
  .template-content .two-photos-section.mobile {
    display: block;
    margin-bottom: 5rem; }
    /* line 5188, customsite/static/css/customsite.scss */
    .template-content .two-photos-section.mobile .two-photos-swiper {
      overflow: hidden;
      position: relative; }
      /* line 5192, customsite/static/css/customsite.scss */
      .template-content .two-photos-section.mobile .two-photos-swiper .slide-image-two-photos-section {
        width: 100%;
        height: auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative; }
      /* line 5201, customsite/static/css/customsite.scss */
      .template-content .two-photos-section.mobile .two-photos-swiper .swiper-button-prev {
        width: 10%;
        display: flex; }
        /* line 5205, customsite/static/css/customsite.scss */
        .template-content .two-photos-section.mobile .two-photos-swiper .swiper-button-prev::after {
          content: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.6849 3.11182L9.35156 14.0007L18.6849 24.8896" stroke="white" stroke-width="8%"/></svg>');
          align-content: center;
          width: 100%; }
      /* line 5212, customsite/static/css/customsite.scss */
      .template-content .two-photos-section.mobile .two-photos-swiper .swiper-button-next {
        width: 10%;
        display: flex; }
        /* line 5216, customsite/static/css/customsite.scss */
        .template-content .two-photos-section.mobile .two-photos-swiper .swiper-button-next::after {
          content: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.3151 24.8882L18.6484 13.9993L9.3151 3.1104" stroke="white" stroke-width="8%"/></svg>');
          justify-content: end;
          display: flex;
          align-items: center;
          width: 100%; }
  /* line 5227, customsite/static/css/customsite.scss */
  .template-content .two-photos-section:not(.mobile) {
    display: none; }
  /* line 5232, customsite/static/css/customsite.scss */
  .template-content .desc-colored-section .desc-colored-section-wrapper {
    padding: 0; }
    /* line 5236, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw {
      display: none; }
    /* line 5240, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile {
      display: block;
      padding: 0; }
      /* line 5244, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c1 {
        padding: 0; }
        /* line 5247, customsite/static/css/customsite.scss */
        .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c1 .image {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 14rem; }
      /* line 5255, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c2 {
        padding: 7% 2% 0 2%; }
        /* line 5258, customsite/static/css/customsite.scss */
        .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c2 .desc-left.text-start {
          padding-left: 4%;
          padding-right: 4%; }
          /* line 5262, customsite/static/css/customsite.scss */
          .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c2 .desc-left.text-start p {
            padding: 0; }
        /* line 5267, customsite/static/css/customsite.scss */
        .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c2 .button-sec {
          display: flex;
          justify-content: space-around;
          width: 100%;
          margin: auto; }
          /* line 5273, customsite/static/css/customsite.scss */
          .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c2 .button-sec a {
            width: 35%; }
            /* line 5276, customsite/static/css/customsite.scss */
            .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-left-c2 .button-sec a:nth-child(2) {
              margin: 0; }
    /* line 5284, customsite/static/css/customsite.scss */
    .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile {
      display: block;
      padding: 0;
      width: 100%;
      margin: 0; }
      /* line 5290, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c1 {
        padding: 2rem 0 0 0; }
        /* line 5293, customsite/static/css/customsite.scss */
        .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c1 .image {
          height: 19rem;
          padding: 0;
          width: 100vw;
          background-repeat: no-repeat;
          background-size: cover; }
      /* line 5302, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 {
        padding: 10% 5%; }
        /* line 5305, customsite/static/css/customsite.scss */
        .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 h2 {
          font-family: "Baskerville";
          font-size: 2rem; }
        /* line 5310, customsite/static/css/customsite.scss */
        .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 .desc-right {
          padding-left: 0%;
          padding-right: 0%; }
          /* line 5314, customsite/static/css/customsite.scss */
          .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 .desc-right p {
            padding: 0; }
        /* line 5319, customsite/static/css/customsite.scss */
        .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 .button-sec {
          height: auto;
          display: block;
          text-align: center;
          width: 100%;
          margin: auto; }
          /* line 5326, customsite/static/css/customsite.scss */
          .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 .button-sec a {
            font-size: 16px;
            border: 1px solid #fff;
            height: 73.88%;
            border-radius: 2px;
            text-align: center;
            align-content: center;
            text-decoration: none;
            width: 35%; }
            /* line 5336, customsite/static/css/customsite.scss */
            .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-right-c2 .button-sec a:nth-child(2) {
              margin: 0; }
      /* line 5343, customsite/static/css/customsite.scss */
      .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-none {
        padding: 0 5%; }
        /* line 5346, customsite/static/css/customsite.scss */
        .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-none .heading {
          display: flex;
          justify-content: center;
          padding: 4rem 0 2rem 0; }
          /* line 5351, customsite/static/css/customsite.scss */
          .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-none .heading h2 {
            text-align: center;
            font-family: 'Baskerville';
            width: 100%; }
        /* line 5358, customsite/static/css/customsite.scss */
        .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-none .desc-right {
          padding: 2rem 0 2rem 0; }
        /* line 5362, customsite/static/css/customsite.scss */
        .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-none .desc-right.white {
          color: white; }
          /* line 5365, customsite/static/css/customsite.scss */
          .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-none .desc-right.white p {
            color: white; }
            /* line 5368, customsite/static/css/customsite.scss */
            .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-none .desc-right.white p a {
              color: white; }
        /* line 5374, customsite/static/css/customsite.scss */
        .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-none .desc-right.black {
          color: black; }
          /* line 5377, customsite/static/css/customsite.scss */
          .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-none .desc-right.black p {
            color: black; }
            /* line 5380, customsite/static/css/customsite.scss */
            .template-content .desc-colored-section .desc-colored-section-wrapper .column-secion .dcs-mxw-mobile .cust-col-st-none .desc-right.black p a {
              color: black; }
  /* line 5392, customsite/static/css/customsite.scss */
  .template-content .colored-container .bptt:not(.mobile) {
    display: none; }
  /* line 5396, customsite/static/css/customsite.scss */
  .template-content .colored-container .bptt.mobile {
    display: block; }
  /* line 5401, customsite/static/css/customsite.scss */
  .template-content .colored-container .small-paragraph-container .sp-wrapper {
    width: 90%; }
    /* line 5405, customsite/static/css/customsite.scss */
    .template-content .colored-container .small-paragraph-container .sp-wrapper .sp-heading h2 {
      font-size: 2rem; }
  /* line 5414, customsite/static/css/customsite.scss */
  .template-content .container-gp-ico-section .container-gp-ico-section-wrapper.desktop {
    display: none; }
  /* line 5418, customsite/static/css/customsite.scss */
  .template-content .container-gp-ico-section .container-gp-ico-section-wrapper.mobile {
    display: block;
    padding: 3rem 1rem 1rem 1rem;
    color: white; }
    /* line 5423, customsite/static/css/customsite.scss */
    .template-content .container-gp-ico-section .container-gp-ico-section-wrapper.mobile .img-sec {
      height: 8rem;
      padding-bottom: 2rem; }
    /* line 5428, customsite/static/css/customsite.scss */
    .template-content .container-gp-ico-section .container-gp-ico-section-wrapper.mobile .heading {
      font-size: 32px;
      font-family: "Baskerville";
      text-align: center; }
    /* line 5434, customsite/static/css/customsite.scss */
    .template-content .container-gp-ico-section .container-gp-ico-section-wrapper.mobile .description {
      width: 100%;
      margin: auto;
      text-align: center;
      padding-bottom: 3rem; }
  /* line 5444, customsite/static/css/customsite.scss */
  .template-content .fullwidth-photo-dif-mobile .desktop {
    display: none; }
  /* line 5448, customsite/static/css/customsite.scss */
  .template-content .fullwidth-photo-dif-mobile .mobile {
    display: block;
    position: relative; }
    /* line 5452, customsite/static/css/customsite.scss */
    .template-content .fullwidth-photo-dif-mobile .mobile .text-wrapper {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80%; }
      /* line 5459, customsite/static/css/customsite.scss */
      .template-content .fullwidth-photo-dif-mobile .mobile .text-wrapper .heading-mobile {
        font-size: 36px;
        text-align: center;
        font-family: "Baskerville"; }
  /* line 5469, customsite/static/css/customsite.scss */
  .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper {
    padding: 0rem 0 2rem 0;
    height: 100%; }
    /* line 5470, customsite/static/css/customsite.scss */
    .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw-mobile {
      display: block; }
      /* line 5473, customsite/static/css/customsite.scss */
      .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw-mobile .image {
        width: 100%; }
      /* line 5477, customsite/static/css/customsite.scss */
      .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw-mobile .cust-col-st-right-c1 {
        margin: 0;
        padding: 0; }
      /* line 5482, customsite/static/css/customsite.scss */
      .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw-mobile .cust-col-st-right-c2 {
        margin: 0;
        padding: 10% 4% 0 4%; }
    /* line 5491, customsite/static/css/customsite.scss */
    .template-content .overlapping-desc-colored-section .overlapping-desc-colored-section-wrapper .overlapping-dcs-mxw {
      display: none; }
  /* line 5497, customsite/static/css/customsite.scss */
  .template-content .green-policy-three-col-bottom-lines {
    padding: 1rem;
    color: white; }
    /* line 5502, customsite/static/css/customsite.scss */
    .template-content .green-policy-three-col-bottom-lines .green-policy-three-col-bottom-lines-wrapper .content-wrapper {
      padding-top: 1rem;
      height: auto;
      width: 100%;
      margin: auto; }
      /* line 5508, customsite/static/css/customsite.scss */
      .template-content .green-policy-three-col-bottom-lines .green-policy-three-col-bottom-lines-wrapper .content-wrapper .heading {
        text-align: center;
        font-family: "Baskerville";
        font-size: 2rem; }
      /* line 5514, customsite/static/css/customsite.scss */
      .template-content .green-policy-three-col-bottom-lines .green-policy-three-col-bottom-lines-wrapper .content-wrapper .description {
        text-align: center;
        font-family: "private";
        height: 50%; }
        /* line 5519, customsite/static/css/customsite.scss */
        .template-content .green-policy-three-col-bottom-lines .green-policy-three-col-bottom-lines-wrapper .content-wrapper .description p {
          margin: 0; }
      /* line 5524, customsite/static/css/customsite.scss */
      .template-content .green-policy-three-col-bottom-lines .green-policy-three-col-bottom-lines-wrapper .content-wrapper .bottom-line {
        height: 2rem;
        border-bottom: 1px solid white;
        margin: auto; }
      /* line 5530, customsite/static/css/customsite.scss */
      .template-content .green-policy-three-col-bottom-lines .green-policy-three-col-bottom-lines-wrapper .content-wrapper .bottom-line.lc {
        border: none;
        padding-bottom: 1rem; }
  /* line 5538, customsite/static/css/customsite.scss */
  .template-content .cookie-policy-text-structure:not(.mobile) {
    display: none; }
  /* line 5542, customsite/static/css/customsite.scss */
  .template-content .cookie-policy-text-structure.mobile {
    display: block; }
    /* line 5547, customsite/static/css/customsite.scss */
    .template-content .cookie-policy-text-structure.mobile .text-structure-wrapper .heading p {
      font-family: "Baskerville";
      text-align: center;
      margin: 2rem auto 3rem auto;
      width: 75%; }
  /* line 5560, customsite/static/css/customsite.scss */
  .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .icon {
    display: flex;
    justify-content: center; }
    /* line 5564, customsite/static/css/customsite.scss */
    .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .icon img {
      margin-top: 2rem;
      height: 10rem; }
  /* line 5570, customsite/static/css/customsite.scss */
  .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .main-paragraph {
    text-align: center;
    margin: 2rem auto;
    font-family: "Baskerville";
    font-size: 20px; }
  /* line 5577, customsite/static/css/customsite.scss */
  .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .custom-col {
    padding: 2% 6%; }
    /* line 5580, customsite/static/css/customsite.scss */
    .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .custom-col .heading {
      padding-left: 0rem;
      font-weight: bold; }
  /* line 5586, customsite/static/css/customsite.scss */
  .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .small-paragraph-container:not(.mobile) {
    display: none; }
  /* line 5590, customsite/static/css/customsite.scss */
  .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .small-paragraph-container.mobile {
    display: block; }
    /* line 5593, customsite/static/css/customsite.scss */
    .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .small-paragraph-container.mobile p {
      color: white;
      line-height: 1.5;
      font-size: 17px; }
      /* line 5598, customsite/static/css/customsite.scss */
      .template-content .cookie-policy-colored-section-three-col .cookie-policy-colored-section-three-col-container .cookie-policy-colored-section-three-col-wrapper .small-paragraph-container.mobile p a {
        color: white;
        font-weight: bold; }
  /* line 5609, customsite/static/css/customsite.scss */
  .template-content .top-section-heading .tsh-container {
    margin: 0 0; }
    /* line 5612, customsite/static/css/customsite.scss */
    .template-content .top-section-heading .tsh-container .cstbg {
      text-align: center; }
      /* line 5615, customsite/static/css/customsite.scss */
      .template-content .top-section-heading .tsh-container .cstbg h1 {
        font-family: 'Baskerville';
        padding: 2rem 0 2rem 0;
        margin: 0; }
  /* line 5624, customsite/static/css/customsite.scss */
  .template-content .two-column-section-descriptions-below {
    padding: 0; }
    /* line 5626, customsite/static/css/customsite.scss */
    .template-content .two-column-section-descriptions-below .image {
      width: 100%; }
    /* line 5629, customsite/static/css/customsite.scss */
    .template-content .two-column-section-descriptions-below .title {
      padding: 0 5%; }
      /* line 5630, customsite/static/css/customsite.scss */
      .template-content .two-column-section-descriptions-below .title h2 {
        padding: 0;
        font-size: 32px;
        font-family: "Baskerville"; }
    /* line 5639, customsite/static/css/customsite.scss */
    .template-content .two-column-section-descriptions-below .desc {
      padding: 0 5%; }
  /* line 5647, customsite/static/css/customsite.scss */
  .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section {
    padding: 0 0; }
    /* line 5650, customsite/static/css/customsite.scss */
    .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section .top-heading-section-wrapper {
      background-color: white;
      padding: 0 10%; }
      /* line 5654, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section .top-heading-section-wrapper h1 {
        font-family: "Baskerville";
        padding-top: 2rem;
        text-align: center; }
      /* line 5661, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section .top-heading-section-wrapper .tab-section .nav-tabs {
        display: flex;
        justify-content: center; }
        /* line 5665, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section .top-heading-section-wrapper .tab-section .nav-tabs li {
          padding: 1rem 1rem; }
          /* line 5668, customsite/static/css/customsite.scss */
          .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section .top-heading-section-wrapper .tab-section .nav-tabs li button.nav-link-pk {
            background-color: transparent;
            border: none;
            color: black; }
          /* line 5674, customsite/static/css/customsite.scss */
          .template-content .tshwss .tshwss-container .tshwss-wrapper .top-heading-section .top-heading-section-wrapper .tab-section .nav-tabs li button.nav-link-pk.active {
            border-bottom: 2px solid black;
            color: #787878; }
  /* line 5684, customsite/static/css/customsite.scss */
  .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content {
    padding: 0; }
    /* line 5689, customsite/static/css/customsite.scss */
    .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container {
      text-align: center;
      position: relative;
      width: 340px;
      height: auto;
      margin: 0 auto;
      align-content: center;
      padding: 7rem 0; }
      /* line 5699, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container img {
        width: 100%;
        height: auto; }
      /* line 5709, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .interactive-button.mobile,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .interactive-button.mobile,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .interactive-button.mobile,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .interactive-button.mobile,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .interactive-button.mobile {
        display: block; }
      /* line 5713, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .interactive-button:not(.mobile),
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .interactive-button:not(.mobile),
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .interactive-button:not(.mobile),
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .interactive-button:not(.mobile),
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .interactive-button:not(.mobile) {
        display: none; }
      /* line 5717, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-one,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-two,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-three,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-four,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-five,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-one,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-two,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-three,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-four,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-five,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-one,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-two,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-three,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-four,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-five,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-one,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-two,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-three,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-four,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-five,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-one,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-two,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-three,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-four,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-five {
        padding: 0 !important; }
        /* line 5724, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-one .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-two .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-three .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-four .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-five .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-one .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-two .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-three .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-four .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-five .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-one .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-two .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-three .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-four .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-five .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-one .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-two .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-three .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-four .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-five .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-one .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-two .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-three .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-four .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-five .modal-dialog {
          height: 100vh;
          margin: 0; }
          /* line 5728, customsite/static/css/customsite.scss */
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-one .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-two .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-three .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-four .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-five .modal-dialog .modal-body {
            height: 100vh; }
            /* line 5731, customsite/static/css/customsite.scss */
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-one .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-two .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-three .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-four .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-five .modal-dialog .modal-body .button-wrapper {
              display: flex;
              justify-content: end;
              margin: 1rem; }
            /* line 5737, customsite/static/css/customsite.scss */
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-one .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-two .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-three .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-four .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-five .modal-dialog .modal-body h3 {
              text-align: start;
              text-decoration: underline; }
            /* line 5742, customsite/static/css/customsite.scss */
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-one .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-two .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-three .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-four .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-five .modal-dialog .modal-body > p {
              text-align: start; }
            /* line 5746, customsite/static/css/customsite.scss */
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-one .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-two .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-three .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-four .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-five .modal-dialog .modal-body .inside-button {
              background-color: black;
              border: none;
              border-radius: 2px;
              padding: .5rem 3rem;
              margin-top: 2rem; }
              /* line 5753, customsite/static/css/customsite.scss */
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-one .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-two .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-three .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-four .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-five .modal-dialog .modal-body .inside-button p {
                margin: 0;
                color: white; }
                /* line 5757, customsite/static/css/customsite.scss */
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-one .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-two .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-three .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-four .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .modal-five .modal-dialog .modal-body .inside-button p a {
                  color: white; }
      /* line 5767, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section {
        left: 7%; }
        /* line 5770, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .interactive-button.button-one:not(.mobile) {
          display: none; }
        /* line 5774, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .interactive-button.button-one {
          padding: .5rem 2rem; }
        /* line 5778, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .line.line-cover {
          display: none; }
        /* line 5782, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-one-section .line.line-cover-bottom {
          top: 43px;
          left: 6rem;
          height: 68px; }
      /* line 5790, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section {
        right: 0%; }
        /* line 5793, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .line.line-spring {
          display: none; }
        /* line 5797, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-two-section .line.line-spring-bottom {
          top: 43px;
          right: 125px;
          width: 1px;
          height: 76px; }
      /* line 5805, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section {
        top: 14%;
        right: 2%; }
        /* line 5809, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .interactive-button.button-three {
          width: 5.5rem; }
        /* line 5813, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-three-section .line.line-steel {
          top: 43px;
          right: 47px;
          width: 1px;
          height: 52px; }
      /* line 5821, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section {
        bottom: 12%;
        right: 0%;
        width: 10rem;
        height: 2rem; }
        /* line 5827, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .line.line-foam {
          display: none; }
        /* line 5831, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-four-section .line.line-foam-bottom {
          top: -140px;
          right: 151px;
          width: 1px;
          height: 129px; }
      /* line 5839, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section {
        bottom: 8%;
        left: 10px;
        width: 30%; }
        /* line 5844, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .chair-interactive-section .image-container .button-five-section .line.line-base {
          top: -78px;
          left: 92px;
          width: 1px;
          height: 41px; }
    /* line 5855, customsite/static/css/customsite.scss */
    .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container {
      display: flex;
      flex-direction: column;
      width: 320px;
      height: auto; }
      /* line 5861, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container img {
        padding: 25% 0;
        width: 100%; }
      /* line 5870, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .interactive-button.mobile,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .interactive-button.mobile,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .interactive-button.mobile,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .interactive-button.mobile {
        display: block; }
      /* line 5874, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .interactive-button,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .interactive-button,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .interactive-button,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .interactive-button {
        display: none; }
      /* line 5878, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-one,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-two,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-three,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-four,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-five,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-one,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-two,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-three,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-four,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-five,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-one,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-two,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-three,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-four,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-five,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-one,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-two,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-three,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-four,
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-five {
        padding: 0 !important; }
        /* line 5885, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-one .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-two .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-three .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-four .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-five .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-one .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-two .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-three .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-four .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-five .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-one .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-two .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-three .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-four .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-five .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-one .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-two .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-three .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-four .modal-dialog,
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-five .modal-dialog {
          height: 100vh;
          margin: 0; }
          /* line 5889, customsite/static/css/customsite.scss */
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body,
          .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body {
            height: 100vh; }
            /* line 5892, customsite/static/css/customsite.scss */
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body .button-wrapper,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body .button-wrapper {
              display: flex;
              justify-content: end;
              margin: 1rem; }
            /* line 5898, customsite/static/css/customsite.scss */
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body h3,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body h3 {
              text-align: start;
              text-decoration: underline; }
            /* line 5903, customsite/static/css/customsite.scss */
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body > p,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body > p {
              text-align: start; }
            /* line 5907, customsite/static/css/customsite.scss */
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body .inside-button,
            .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body .inside-button {
              background-color: black;
              border: none;
              border-radius: 2px;
              padding: .5rem 3rem;
              margin-top: 2rem; }
              /* line 5914, customsite/static/css/customsite.scss */
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body .inside-button p,
              .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body .inside-button p {
                margin: 0;
                color: white; }
                /* line 5918, customsite/static/css/customsite.scss */
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-one .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-two .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-three .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-four .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .modal-five .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-one .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-two .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-three .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-four .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .modal-five .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-one .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-two .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-three .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-four .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .modal-five .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-one .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-two .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-three .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-four .modal-dialog .modal-body .inside-button p a,
                .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .modal-five .modal-dialog .modal-body .inside-button p a {
                  color: white; }
      /* line 5928, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section {
        top: 20px;
        left: 46%; }
        /* line 5932, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .line-hr-foam {
          width: 46px; }
        /* line 5936, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .line-hr-foam-bottom {
          right: 157px;
          height: 82px; }
        /* line 5941, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-one-section .second-line-hr-foam-bottom {
          top: 44px;
          height: 140px; }
      /* line 5947, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section {
        top: 46%;
        right: 35%; }
        /* line 5951, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-two-section .line-wooden-frame-bottom {
          height: 138px; }
      /* line 5956, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section {
        top: 55%;
        right: 7%; }
        /* line 5960, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .line-no-sag {
          display: none; }
        /* line 5964, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-three-section .line-no-sag-bottom {
          top: 43px;
          right: 77px;
          width: 1px;
          height: 168px; }
      /* line 5972, customsite/static/css/customsite.scss */
      .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section {
        bottom: 34px;
        right: 42%; }
        /* line 5976, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .line-fibertex {
          display: none; }
        /* line 5980, customsite/static/css/customsite.scss */
        .template-content .tshwss .tshwss-container .tshwss-wrapper .tab-content .site-section .sofa-interactive-section .image-container .button-four-section .line-fibertex-bottom {
          left: 280px;
          height: 103px; }
  /* line 5994, customsite/static/css/customsite.scss */
  .template-content .omcfg-section-container .omcfg-image-banner:not(.mobile) {
    display: none; }
  /* line 5998, customsite/static/css/customsite.scss */
  .template-content .omcfg-section-container .omcfg-image-banner.mobile {
    display: block; }
    /* line 6006, customsite/static/css/customsite.scss */
    .template-content .omcfg-section-container .omcfg-image-banner.mobile .omcfg-grid-wrapper .omcfg-grid .grid-row .grid-col button p {
      font-size: 18px;
      min-height: 88px;
      padding: .5rem;
      text-align: center;
      align-content: center; }
  /* line 6021, customsite/static/css/customsite.scss */
  .template-content .container-x.video-mechanism-row {
    margin-left: 0;
    margin-right: 0; }
    /* line 6027, customsite/static/css/customsite.scss */
    .template-content .container-x.video-mechanism-row .first .video,
    .template-content .container-x.video-mechanism-row .second .video {
      min-height: auto; }
      /* line 6030, customsite/static/css/customsite.scss */
      .template-content .container-x.video-mechanism-row .first .video video.image,
      .template-content .container-x.video-mechanism-row .second .video video.image {
        min-height: auto;
        height: auto; }
  /* line 6039, customsite/static/css/customsite.scss */
  .template-content .gp-container-x .wide-video {
    margin-bottom: -10px; }
    /* line 6043, customsite/static/css/customsite.scss */
    .template-content .gp-container-x .wide-video .wrapper .text-box.mobile {
      display: block; }
      /* line 6046, customsite/static/css/customsite.scss */
      .template-content .gp-container-x .wide-video .wrapper .text-box.mobile p {
        font-size: 36px;
        text-align: center;
        font-family: "Baskerville"; }
    /* line 6053, customsite/static/css/customsite.scss */
    .template-content .gp-container-x .wide-video .wrapper .text-box:not(.mobile) {
      display: none; }
  /* line 6062, customsite/static/css/customsite.scss */
  .template-content .tbs .tbs-container .tbs-wrapper .custom-col {
    padding-left: 0%;
    padding-right: 0%; }
    /* line 6067, customsite/static/css/customsite.scss */
    .template-content .tbs .tbs-container .tbs-wrapper .custom-col .col-wrapper .col-sec-wrap {
      height: auto;
      width: 100%; }
      /* line 6071, customsite/static/css/customsite.scss */
      .template-content .tbs .tbs-container .tbs-wrapper .custom-col .col-wrapper .col-sec-wrap p:first-child {
        padding: 1.5% 0 0 5%; }
      /* line 6075, customsite/static/css/customsite.scss */
      .template-content .tbs .tbs-container .tbs-wrapper .custom-col .col-wrapper .col-sec-wrap p:nth-child(2) {
        padding: 0 0 0 5%; }
  /* line 6086, customsite/static/css/customsite.scss */
  .product-page:not(.mobile) {
    display: none; }
  /* line 6090, customsite/static/css/customsite.scss */
  .product-page.mobile {
    display: block; }
    /* line 6093, customsite/static/css/customsite.scss */
    .product-page.mobile .slider-container {
      margin: 2rem 0; }
      /* line 6097, customsite/static/css/customsite.scss */
      .product-page.mobile .slider-container .product-show-container .slide-wrapper {
        display: block; }
        /* line 6100, customsite/static/css/customsite.scss */
        .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-button-prev {
          display: none; }
        /* line 6104, customsite/static/css/customsite.scss */
        .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-button-next {
          display: none; }
        /* line 6108, customsite/static/css/customsite.scss */
        .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-mobile {
          overflow: hidden;
          background-color: #ffffff;
          width: 100%; }
          /* line 6113, customsite/static/css/customsite.scss */
          .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-mobile .card-list {
            padding: 0;
            width: 100%; }
            /* line 6117, customsite/static/css/customsite.scss */
            .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-mobile .card-list .card-item {
              display: flex;
              align-self: center; }
              /* line 6121, customsite/static/css/customsite.scss */
              .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-mobile .card-list .card-item .card-image-big-photo {
                width: 100%;
                height: auto;
                margin: auto;
                background-size: cover;
                background-repeat: no-repeat; }
        /* line 6132, customsite/static/css/customsite.scss */
        .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-modal {
          overflow: hidden;
          background-color: #ffffff;
          width: 100%; }
          /* line 6137, customsite/static/css/customsite.scss */
          .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-modal .card-list {
            padding: 0;
            width: 100%; }
            /* line 6141, customsite/static/css/customsite.scss */
            .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-modal .card-list .card-item {
              display: flex;
              align-self: center; }
              /* line 6145, customsite/static/css/customsite.scss */
              .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-modal .card-list .card-item .card-image-big-photo {
                width: 100%;
                height: auto;
                margin: auto;
                background-size: cover;
                background-repeat: no-repeat; }
        /* line 6156, customsite/static/css/customsite.scss */
        .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-thumbnail-mobile {
          overflow: hidden;
          background-color: #ffffff;
          width: 100%; }
          /* line 6161, customsite/static/css/customsite.scss */
          .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-thumbnail-mobile .card-list {
            padding: 0;
            width: 100%; }
            /* line 6165, customsite/static/css/customsite.scss */
            .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-thumbnail-mobile .card-list .card-item {
              display: flex;
              align-self: center; }
              /* line 6169, customsite/static/css/customsite.scss */
              .product-page.mobile .slider-container .product-show-container .slide-wrapper .swiper-product-thumbnail-mobile .card-list .card-item .card-image-thumbnail-photo {
                width: 100%;
                height: auto;
                margin: auto;
                background-size: cover;
                background-repeat: no-repeat; }
        /* line 6180, customsite/static/css/customsite.scss */
        .product-page.mobile .slider-container .product-show-container .slide-wrapper .paggination-mobile {
          width: 100%; }
          /* line 6183, customsite/static/css/customsite.scss */
          .product-page.mobile .slider-container .product-show-container .slide-wrapper .paggination-mobile .swiper-pagination-mobile {
            width: fit-content;
            margin: auto; }
            /* line 6187, customsite/static/css/customsite.scss */
            .product-page.mobile .slider-container .product-show-container .slide-wrapper .paggination-mobile .swiper-pagination-mobile .swiper-pagination-bullet {
              background-color: #6b5d5d; }
            /* line 6191, customsite/static/css/customsite.scss */
            .product-page.mobile .slider-container .product-show-container .slide-wrapper .paggination-mobile .swiper-pagination-mobile .swiper-pagination-bullet-active {
              background: black; }
      /* line 6199, customsite/static/css/customsite.scss */
      .product-page.mobile .slider-container .modal {
        background-color: white;
        width: 100vw; }
        /* line 6203, customsite/static/css/customsite.scss */
        .product-page.mobile .slider-container .modal .close {
          width: 100%;
          display: block;
          text-align: end;
          font-size: 50px;
          text-transform: uppercase; }
        /* line 6211, customsite/static/css/customsite.scss */
        .product-page.mobile .slider-container .modal .slide-wrapper.thumb-sec-wrap {
          display: flex; }
        /* line 6215, customsite/static/css/customsite.scss */
        .product-page.mobile .slider-container .modal .modal-content {
          border: none; }
        /* line 6219, customsite/static/css/customsite.scss */
        .product-page.mobile .slider-container .modal .modal-header {
          border: none; }
    /* line 6226, customsite/static/css/customsite.scss */
    .product-page.mobile .product-page-top-desctiption .read-more-btn {
      color: gray;
      text-decoration: none; }
    /* line 6231, customsite/static/css/customsite.scss */
    .product-page.mobile .product-page-top-desctiption .pp-more-technical-info {
      display: none; }
    /* line 6235, customsite/static/css/customsite.scss */
    .product-page.mobile .product-page-top-desctiption .aap-button-wrapper {
      display: flex;
      justify-content: center; }
      /* line 6239, customsite/static/css/customsite.scss */
      .product-page.mobile .product-page-top-desctiption .aap-button-wrapper .btn-ask-about-product {
        padding: 4% 20%;
        margin: 0; }
    /* line 6248, customsite/static/css/customsite.scss */
    .product-page.mobile .technical-selction-mobile .specification-section .unwinder-button {
      text-transform: uppercase;
      text-align: left;
      font-size: 20px; }
    /* line 6256, customsite/static/css/customsite.scss */
    .product-page.mobile .technical-selction-mobile .colors-and-bases-section .unwinder-button.collapsed {
      border: none;
      background-color: transparent;
      height: auto;
      color: black;
      margin: 0;
      text-align: left;
      font-size: 20px; }
      /* line 6265, customsite/static/css/customsite.scss */
      .product-page.mobile .technical-selction-mobile .colors-and-bases-section .unwinder-button.collapsed:before {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="12" viewBox="0 0 20 12" fill="none"><path d="M19.0601 1L10.0201 10.04L0.980059 0.999999" stroke="%231D1D1B" stroke-width="1.74" stroke-miterlimit="10"/></svg>');
        display: inline-block;
        width: 1.5rem;
        height: 100%;
        transform: rotate(-90deg);
        transition: 0.1s; }
    /* line 6276, customsite/static/css/customsite.scss */
    .product-page.mobile .technical-selction-mobile .colors-and-bases-section .materials-variants-section .material-price-group {
      color: #9e9e9e; }
    /* line 6282, customsite/static/css/customsite.scss */
    .product-page.mobile .technical-selction-mobile .colors-and-bases-section .materials-variants-section .material-block .color-material-block-img-wrapper .material-color-img {
      border: none;
      background-color: transparent;
      background-position: left;
      background-repeat: no-repeat;
      background-size: contain;
      width: 100%;
      height: 8.75rem; }
    /* line 6297, customsite/static/css/customsite.scss */
    .product-page.mobile .technical-selction-mobile .colors-and-bases-section .materials-variants-section .bases-colors-section .material-block .color-material-block-img-wrapper .material-color-img {
      background-position: center; }
    /* line 6307, customsite/static/css/customsite.scss */
    .product-page.mobile .technical-selction-mobile .files-for-download-section .unwinder-button.collapsed {
      text-transform: uppercase;
      text-align: left;
      font-size: 20px; }
    /* line 6313, customsite/static/css/customsite.scss */
    .product-page.mobile .technical-selction-mobile .files-for-download-section .files-section {
      justify-content: left; }
    /* line 6318, customsite/static/css/customsite.scss */
    .product-page.mobile .technical-selction-mobile .modal {
      background-color: #fff;
      width: 100vw;
      height: 100vh; }
      /* line 6323, customsite/static/css/customsite.scss */
      .product-page.mobile .technical-selction-mobile .modal .modal-content {
        border: none; }
        /* line 6326, customsite/static/css/customsite.scss */
        .product-page.mobile .technical-selction-mobile .modal .modal-content .modal-header {
          border-bottom: 1px black solid;
          width: 98%;
          margin: auto;
          padding: 0.5rem 0 0 0; }
        /* line 6333, customsite/static/css/customsite.scss */
        .product-page.mobile .technical-selction-mobile .modal .modal-content .modal-title {
          text-transform: uppercase; }
        /* line 6337, customsite/static/css/customsite.scss */
        .product-page.mobile .technical-selction-mobile .modal .modal-content .back-btn {
          background-color: transparent;
          border: none;
          background-image: url('data:image/svg+xml,<svg width="" height="" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.67513 1.44446L4.3418 6.50001L8.67513 11.5556" stroke="black"/></svg>');
          width: 1.5rem;
          height: 1.5rem;
          background-repeat: no-repeat; }
        /* line 6346, customsite/static/css/customsite.scss */
        .product-page.mobile .technical-selction-mobile .modal .modal-content .technical-desctiption p {
          font-size: 14px; }
    /* line 6353, customsite/static/css/customsite.scss */
    .product-page.mobile .related-product-section {
      margin-top: 1rem !important; }
      /* line 6357, customsite/static/css/customsite.scss */
      .product-page.mobile .related-product-section .slider-section .related-products-show {
        width: 100%; }
      /* line 6362, customsite/static/css/customsite.scss */
      .product-page.mobile .related-product-section .swiper-scrollbar-rp {
        width: 80%;
        position: relative;
        height: 4px;
        margin: 0 auto;
        padding: 0; }
        /* line 6369, customsite/static/css/customsite.scss */
        .product-page.mobile .related-product-section .swiper-scrollbar-rp::before {
          content: "";
          background-color: #dedede;
          display: block;
          width: 100%;
          height: 4px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          border-radius: 4px; }
        /* line 6381, customsite/static/css/customsite.scss */
        .product-page.mobile .related-product-section .swiper-scrollbar-rp .swiper-scrollbar-drag {
          display: none; }
        /* line 6385, customsite/static/css/customsite.scss */
        .product-page.mobile .related-product-section .swiper-scrollbar-rp .swiper-scrollbar-rp-drag {
          cursor: pointer;
          position: absolute;
          height: 100%;
          transform-origin: left center; }
          /* line 6392, customsite/static/css/customsite.scss */
          .product-page.mobile .related-product-section .swiper-scrollbar-rp .swiper-scrollbar-rp-drag::before {
            content: "";
            display: inline-block;
            width: 100%;
            height: 4px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 4px;
            background-color: #0e0d0d;
            transition: height 0.15s, top 0.15s; }
          /* line 6407, customsite/static/css/customsite.scss */
          .product-page.mobile .related-product-section .swiper-scrollbar-rp .swiper-scrollbar-rp-drag:hover::before {
            height: 10px; }
    /* line 6415, customsite/static/css/customsite.scss */
    .product-page.mobile .example-config-section {
      margin-top: 2rem !important; }
      /* line 6419, customsite/static/css/customsite.scss */
      .product-page.mobile .example-config-section .slider-section .example-configuration-products-show {
        width: 100%; }
        /* line 6423, customsite/static/css/customsite.scss */
        .product-page.mobile .example-config-section .slider-section .example-configuration-products-show .swiper-wrapper .swiper-slide {
          height: 10rem; }
          /* line 6427, customsite/static/css/customsite.scss */
          .product-page.mobile .example-config-section .slider-section .example-configuration-products-show .swiper-wrapper .swiper-slide .img-wrapper .ex-config-img {
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 100%;
            height: 10rem; }
      /* line 6440, customsite/static/css/customsite.scss */
      .product-page.mobile .example-config-section .swiper-scrollbar-ex-config-ds {
        width: 90%;
        position: relative;
        height: 4px;
        margin: 2rem auto 0 auto;
        padding: 0; }
        /* line 6447, customsite/static/css/customsite.scss */
        .product-page.mobile .example-config-section .swiper-scrollbar-ex-config-ds::before {
          content: "";
          background-color: #dedede;
          display: block;
          width: 100%;
          height: 4px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          border-radius: 4px; }
        /* line 6459, customsite/static/css/customsite.scss */
        .product-page.mobile .example-config-section .swiper-scrollbar-ex-config-ds .swiper-scrollbar-drag {
          display: none; }
        /* line 6463, customsite/static/css/customsite.scss */
        .product-page.mobile .example-config-section .swiper-scrollbar-ex-config-ds .swiper-scrollbar-ex-config-drag-ds {
          cursor: pointer;
          height: 100%;
          transform-origin: left center; }
          /* line 6470, customsite/static/css/customsite.scss */
          .product-page.mobile .example-config-section .swiper-scrollbar-ex-config-ds .swiper-scrollbar-ex-config-drag-ds::before {
            content: "";
            display: inline-block;
            width: 100%;
            height: 4px;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 4px;
            background-color: #0e0d0d;
            transition: height 0.15s, top 0.15s; }
          /* line 6485, customsite/static/css/customsite.scss */
          .product-page.mobile .example-config-section .swiper-scrollbar-ex-config-ds .swiper-scrollbar-ex-config-drag-ds:hover::before {
            height: 10px; }
    /* line 6494, customsite/static/css/customsite.scss */
    .product-page.mobile .warranty-section-mobile .warranty-section-content-wrapper {
      margin: 1rem 0; }
      /* line 6497, customsite/static/css/customsite.scss */
      .product-page.mobile .warranty-section-mobile .warranty-section-content-wrapper .warranty-photo-wrapper {
        height: 8rem;
        margin: auto; }
        /* line 6501, customsite/static/css/customsite.scss */
        .product-page.mobile .warranty-section-mobile .warranty-section-content-wrapper .warranty-photo-wrapper .warranty-photo {
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 100%;
          height: 8rem; }
      /* line 6510, customsite/static/css/customsite.scss */
      .product-page.mobile .warranty-section-mobile .warranty-section-content-wrapper .warranty-text-wrapper {
        text-align: center; }
  /* line 6520, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section {
    display: none; }
  /* line 6524, customsite/static/css/customsite.scss */
  .template-formpage .cooperation-section.mobi {
    display: block; }
    /* line 6527, customsite/static/css/customsite.scss */
    .template-formpage .cooperation-section.mobi .cooperation-container {
      margin: 0; }
      /* line 6533, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .left-section h2 {
        margin-left: 3rem; }
      /* line 6537, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .left-section .left-section-text {
        margin: 0 10%; }
      /* line 6543, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .contact-row-white-section .second-row-left-section {
        border-right: 0;
        position: relative;
        text-align: center; }
        /* line 6548, customsite/static/css/customsite.scss */
        .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .contact-row-white-section .second-row-left-section::after {
          content: "";
          bottom: -7px;
          left: 50%;
          transform: translateX(-50%);
          width: 28%;
          border-bottom: 1px solid black;
          position: absolute; }
      /* line 6559, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .contact-row-white-section .second-row-section {
        text-align: center;
        padding-top: 1rem; }
      /* line 6567, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .accordion .department .accordion-item {
        background-color: #f1efea;
        border: none; }
        /* line 6572, customsite/static/css/customsite.scss */
        .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .accordion .department .accordion-item .accordion-header .accordion-button {
          background-color: #f1efea;
          border: none;
          color: black; }
          /* line 6577, customsite/static/css/customsite.scss */
          .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .accordion .department .accordion-item .accordion-header .accordion-button:not(.collapsed) {
            box-shadow: none; }
            /* line 6580, customsite/static/css/customsite.scss */
            .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .accordion .department .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
              color: black; }
          /* line 6585, customsite/static/css/customsite.scss */
          .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .accordion .department .accordion-item .accordion-header .accordion-button:focus {
            box-shadow: none; }
      /* line 6598, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .second-section-wrapper .left-side-wrapper .heading p,
      .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .third-section-wrapper .left-side-wrapper .heading p {
        text-align: start;
        margin-left: 2rem;
        font-size: 2rem; }
      /* line 6605, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .second-section-wrapper .left-side-wrapper .section-name,
      .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .third-section-wrapper .left-side-wrapper .section-name {
        text-align: start;
        margin-left: 2rem;
        font-size: 1.5rem; }
      /* line 6611, customsite/static/css/customsite.scss */
      .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .second-section-wrapper .left-side-wrapper .section-description,
      .template-formpage .cooperation-section.mobi .cooperation-container .tab-content .tab-pane .third-section-wrapper .left-side-wrapper .section-description {
        text-align: start;
        margin: 0 10%; }
  /* line 6625, customsite/static/css/customsite.scss */
  body .under-construction-section .fs {
    display: flex;
    justify-content: center; }
  /* line 6630, customsite/static/css/customsite.scss */
  body .under-construction-section .ss {
    margin: auto;
    text-align: center;
    padding: 2% 10%; }
    /* line 6635, customsite/static/css/customsite.scss */
    body .under-construction-section .ss h1 {
      font-family: 'Baskerville';
      font-size: 36px; } }

/* line 6644, customsite/static/css/customsite.scss */
.page-form {
  margin: 0 auto;
  text-align: center; }

/* line 6649, customsite/static/css/customsite.scss */
.page-form label {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px; }

/* line 6655, customsite/static/css/customsite.scss */
.page-form :is(textarea, input, select) {
  width: 100%;
  max-width: 500px;
  min-height: 40px;
  margin-top: 5px;
  margin-bottom: 10px; }

/* line 6663, customsite/static/css/customsite.scss */
.page-form .helptext {
  font-style: italic; }

/* line 6668, customsite/static/css/customsite.scss */
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: none;
  /* domyślnie ukryty */ }

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }
