/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sidebyside {
    padding-bottom: 3.125em;
  }
  #sidebyside .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sidebyside .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: auto;
    margin-top: 4.6875em;
    max-width: 38.1875em;
  }
  #sidebyside .content h2 {
    font-size: 3em;
    margin-bottom: 0.875em;
    line-height: 1.25em;
  }
  #sidebyside .content .about-box {
    background-color: var(--primary);
    padding: 2em;
    max-width: 22.5em;
  }
  #sidebyside .content .about-box h3 {
    font-size: 2em;
    margin-bottom: 0.875em;
    line-height: 1.25em;
    font-weight: 400;
  }
  #sidebyside .content .about-box h3 span {
    font-weight: bold;
  }
  #sidebyside .content p {
    margin-bottom: 0.66666667em;
    font-size: 1em;
    color: #000;
  }
  #sidebyside .content .button-solid {
    margin-top: 1em;
    background-color: #000;
    color: #fff;
  }
  #sidebyside .content .button-solid:before {
    background-color: #fff;
  }
  #sidebyside .content .button-solid:hover {
    color: #000;
  }
  #sidebyside .image-box {
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    height: 41.3125em;
    font-size: min(1.4vw, 1em);
  }
  #sidebyside .image-box:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 1.875em;
    left: -1.875em;
  }
  #sidebyside .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside .image-box {
    max-width: 70%;
  }
  #sidebyside .image-box:before {
    background: var(--primary);
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside .container {
    max-width: 86.9375em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sidebyside .content {
    margin: 0;
    width: 60%;
  }
  #sidebyside .image-box {
    margin: 0;
    margin-right: 7.5em;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sidebyside-reverse {
    padding: 50px 0;
    background-image: url("../images/fabric_1.webp");
  }
  #sidebyside-reverse .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sidebyside-reverse .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: auto;
    margin-top: 4.6875em;
    max-width: 44.4375em;
  }
  #sidebyside-reverse .content h2 {
    font-size: 3em;
    margin-bottom: 0.875em;
    line-height: 1.25em;
  }
  #sidebyside-reverse .content .card-group {
    margin-bottom: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sidebyside-reverse .content .card-group .card-item {
    padding: 1.5em;
    width: 50%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sidebyside-reverse .content .card-group .card-item a {
    font-size: inherit;
    text-decoration: none;
  }
  #sidebyside-reverse .content .card-group .card-item:hover {
    -webkit-box-shadow: 0px 0px 5px 1px;
            box-shadow: 0px 0px 5px 1px;
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #sidebyside-reverse .content .card-group .card-item h3 {
    margin-bottom: 0.625em;
  }
  #sidebyside-reverse .content .button-solid {
    margin-top: 1.78571429em;
  }
  #sidebyside-reverse .image-box {
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    height: 53.8125em;
    font-size: min(1.4vw, 1em);
  }
  #sidebyside-reverse .image-box:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 1;
    top: 2.5em;
    left: -2.5em;
  }
  #sidebyside-reverse .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside-reverse {
    padding: 6.25em 0;
  }
  #sidebyside-reverse .container .image-box:before {
    background: var(--primary);
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside-reverse {
    padding: 9.375em 0;
  }
  #sidebyside-reverse .container {
    max-width: 86.9375em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #sidebyside-reverse .container .card-group .card-item {
    width: 25%;
  }
  #sidebyside-reverse .content {
    margin: 0;
    width: 60%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #sidebyside-reverse .image-box {
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 55%;
    margin-left: 1em;
  }
  #sidebyside-reverse .image-box:before {
    left: auto;
    right: -2.5em;
  }
  #sidebyside-reverse .image-box:after {
    right: auto;
    left: -6.8125em;
  }
}
/*-- -------------------------- -->
<---   Why Us     -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sidebyside-whyus {
    padding: 50px 0;
  }
  #sidebyside-whyus .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sidebyside-whyus .container .cta-box {
    max-width: 50em;
  }
  #sidebyside-whyus .container .cta-box h2 {
    font-size: 3em;
    margin-bottom: 0.875em;
    line-height: 1.25em;
  }
  #sidebyside-whyus .container .cta-box .button-solid {
    margin-top: 1.78571429em;
  }
  #sidebyside-whyus .container .content {
    margin-top: 1.125em;
  }
  #sidebyside-whyus .container .content .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sidebyside-whyus .container .content .card-group .card-item {
    padding: 2.5em;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    margin: 1em;
  }
  #sidebyside-whyus .container .content .card-group .card-item .card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #sidebyside-whyus .container .content .card-group .card-item .card-top picture {
    margin-right: 1em;
  }
  #sidebyside-whyus .container .content .card-group .card-item h3 {
    margin-bottom: 0.625em;
    font-size: 2.125em;
    font-weight: 400;
    line-height: 1;
  }
  #sidebyside-whyus .container .content .card-group .card-item p {
    font-size: 1em;
    margin-top: 1em;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside-whyus {
    padding: 6.25em 0;
  }
  #sidebyside-whyus .container .content .card-group .card-item {
    width: 45%;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside-whyus {
    padding: 7.5em 0;
  }
  #sidebyside-whyus .container {
    max-width: 86.9375em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #sidebyside-whyus .container .cta-box {
    max-width: 25em;
  }
  #sidebyside-whyus .container .cta-box h2 {
    margin-bottom: 0.5em;
  }
  #sidebyside-whyus .container .card-group .card-item {
    width: 50%;
  }
  #sidebyside-whyus .content {
    max-width: 46.25em;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*-- -------------------------- -->
<---   Reviews                  -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #sidebyside-reviews {
    background-image: url("../images/tactile_noise.webp");
    padding: 50px 0;
    margin-bottom: 50px;
  }
  #sidebyside-reviews .button-solid {
    margin-top: 1.78571429em;
  }
  #sidebyside-reviews .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sidebyside-reviews .container .box {
    max-width: 50em;
  }
  #sidebyside-reviews .container .box h2 {
    font-size: 3em;
    margin-bottom: 0.875em;
    line-height: 1.25em;
    color: #fff;
  }
  #sidebyside-reviews .container .box p {
    color: #d5d5d5;
  }
  #sidebyside-reviews .container .content {
    margin-top: 1.125em;
  }
  #sidebyside-reviews .container .content .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sidebyside-reviews .container .content .card-group .card-item {
    padding: 2.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 5px;
    margin: 1em;
    background-color: #4a4a4a;
  }
  #sidebyside-reviews .container .content .card-group .card-item .card-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #sidebyside-reviews .container .content .card-group .card-item .card-top picture {
    margin-right: 1em;
  }
  #sidebyside-reviews .container .content .card-group .card-item h3 {
    margin-bottom: 0.625em;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1;
    color: #fff;
  }
  #sidebyside-reviews .container .content .card-group .card-item p {
    font-size: 1em;
    margin-top: 1em;
    color: #d5d5d5;
  }
}
/* Inbetween */
@media only screen and (min-width: 666px) {
  #sidebyside-reviews {
    padding: 6.25em 0;
  }
  #sidebyside-reviews .container .content .card-group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sidebyside-reviews .container .content .card-group .card-item {
    width: 45%;
  }
}
@media only screen and (max-width: 1300px) {
  #button-d {
    display: none;
  }
}
/* Small Desktop */
@media only screen and (min-width: 1300px) {
  #sidebyside-reviews {
    padding: 7.5em 0;
  }
  #sidebyside-reviews #button-m {
    display: none;
  }
  #sidebyside-reviews .container {
    max-width: 86.9375em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #sidebyside-reviews .container .box {
    max-width: 25em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #sidebyside-reviews .container .box h2 {
    margin-bottom: 0.5em;
  }
  #sidebyside-reviews .container .card-group .card-item {
    width: 50%;
  }
  #sidebyside-reviews .content {
    max-width: 46.25em;
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta:after {
    content: "";
    position: absolute;
    display: block;
    height: 69.25em;
    width: 125em;
    background: url("../images/cta-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #cta picture:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    display: none;
  }
  body.dark-mode #sidebyside .about-box {
    background-color: #4a4a4a;
  }
  body.dark-mode #sidebyside .about-box p {
    color: #d5d5d5;
  }
  body.dark-mode #sidebyside-reverse {
    background-image: url("../images/tactile_noise.webp");
  }
}
